@linear/sdk 11.0.0 → 13.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_generated_documents.d.ts +851 -205
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +629 -191
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +2133 -587
- package/dist/index-cjs.js.map +1 -1
- package/dist/index-cjs.min.js +1 -1
- package/dist/index-cjs.min.js.br +0 -0
- package/dist/index-cjs.min.js.gz +0 -0
- package/dist/index-cjs.min.js.map +1 -1
- package/dist/index-es.js +2107 -581
- package/dist/index-es.js.map +1 -1
- package/dist/index-es.min.js +1 -1
- package/dist/index-es.min.js.br +0 -0
- package/dist/index-es.min.js.gz +0 -0
- package/dist/index-es.min.js.map +1 -1
- package/dist/index-umd.js +2134 -588
- package/dist/index-umd.js.map +1 -1
- package/dist/index-umd.min.js +1 -1
- package/dist/index-umd.min.js.br +0 -0
- package/dist/index-umd.min.js.gz +0 -0
- package/dist/index-umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index-es.js
CHANGED
@@ -83406,6 +83406,14 @@ var ContextViewType;
|
|
83406
83406
|
ContextViewType["Triage"] = "triage";
|
83407
83407
|
ContextViewType["UpcomingCycle"] = "upcomingCycle";
|
83408
83408
|
})(ContextViewType || (ContextViewType = {}));
|
83409
|
+
/** [INTERNAL] By which resolution is a date defined. */
|
83410
|
+
var DateResolutionType;
|
83411
|
+
(function (DateResolutionType) {
|
83412
|
+
DateResolutionType["HalfYear"] = "halfYear";
|
83413
|
+
DateResolutionType["Month"] = "month";
|
83414
|
+
DateResolutionType["Quarter"] = "quarter";
|
83415
|
+
DateResolutionType["Year"] = "year";
|
83416
|
+
})(DateResolutionType || (DateResolutionType = {}));
|
83409
83417
|
/** The day of the week. */
|
83410
83418
|
var Day;
|
83411
83419
|
(function (Day) {
|
@@ -83417,6 +83425,15 @@ var Day;
|
|
83417
83425
|
Day["Tuesday"] = "Tuesday";
|
83418
83426
|
Day["Wednesday"] = "Wednesday";
|
83419
83427
|
})(Day || (Day = {}));
|
83428
|
+
/** The various states of a pull/merge request. */
|
83429
|
+
var GitAutomationStates;
|
83430
|
+
(function (GitAutomationStates) {
|
83431
|
+
GitAutomationStates["Draft"] = "draft";
|
83432
|
+
GitAutomationStates["Merge"] = "merge";
|
83433
|
+
GitAutomationStates["Mergeable"] = "mergeable";
|
83434
|
+
GitAutomationStates["Review"] = "review";
|
83435
|
+
GitAutomationStates["Start"] = "start";
|
83436
|
+
})(GitAutomationStates || (GitAutomationStates = {}));
|
83420
83437
|
/** Linear supported integration services. */
|
83421
83438
|
var IntegrationService;
|
83422
83439
|
(function (IntegrationService) {
|
@@ -83425,7 +83442,6 @@ var IntegrationService;
|
|
83425
83442
|
IntegrationService["Figma"] = "figma";
|
83426
83443
|
IntegrationService["FigmaPlugin"] = "figmaPlugin";
|
83427
83444
|
IntegrationService["Front"] = "front";
|
83428
|
-
IntegrationService["GitHubSync"] = "gitHubSync";
|
83429
83445
|
IntegrationService["Github"] = "github";
|
83430
83446
|
IntegrationService["GithubCommit"] = "githubCommit";
|
83431
83447
|
IntegrationService["GithubPersonal"] = "githubPersonal";
|
@@ -83481,6 +83497,13 @@ var PaginationOrderBy;
|
|
83481
83497
|
PaginationOrderBy["CreatedAt"] = "createdAt";
|
83482
83498
|
PaginationOrderBy["UpdatedAt"] = "updatedAt";
|
83483
83499
|
})(PaginationOrderBy || (PaginationOrderBy = {}));
|
83500
|
+
/** Different tabs available inside a project. */
|
83501
|
+
var ProjectTab;
|
83502
|
+
(function (ProjectTab) {
|
83503
|
+
ProjectTab["Activity"] = "activity";
|
83504
|
+
ProjectTab["Documents"] = "documents";
|
83505
|
+
ProjectTab["Issues"] = "issues";
|
83506
|
+
})(ProjectTab || (ProjectTab = {}));
|
83484
83507
|
/** The health type of a project when the update is created. */
|
83485
83508
|
var ProjectUpdateHealthType;
|
83486
83509
|
(function (ProjectUpdateHealthType) {
|
@@ -83518,6 +83541,13 @@ var SlaDayCountType;
|
|
83518
83541
|
SlaDayCountType["All"] = "all";
|
83519
83542
|
SlaDayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
|
83520
83543
|
})(SlaDayCountType || (SlaDayCountType = {}));
|
83544
|
+
var SendStrategy;
|
83545
|
+
(function (SendStrategy) {
|
83546
|
+
SendStrategy["Desktop"] = "desktop";
|
83547
|
+
SendStrategy["DesktopAndPush"] = "desktopAndPush";
|
83548
|
+
SendStrategy["DesktopThenPush"] = "desktopThenPush";
|
83549
|
+
SendStrategy["Push"] = "push";
|
83550
|
+
})(SendStrategy || (SendStrategy = {}));
|
83521
83551
|
var SlaStatus;
|
83522
83552
|
(function (SlaStatus) {
|
83523
83553
|
SlaStatus["Breached"] = "Breached";
|
@@ -83528,6 +83558,13 @@ var SlaStatus;
|
|
83528
83558
|
SlaStatus["MediumRisk"] = "MediumRisk";
|
83529
83559
|
SlaStatus["Paused"] = "Paused";
|
83530
83560
|
})(SlaStatus || (SlaStatus = {}));
|
83561
|
+
var SlackChannelType;
|
83562
|
+
(function (SlackChannelType) {
|
83563
|
+
SlackChannelType["DirectMessage"] = "DirectMessage";
|
83564
|
+
SlackChannelType["MultiPersonDirectMessage"] = "MultiPersonDirectMessage";
|
83565
|
+
SlackChannelType["Private"] = "Private";
|
83566
|
+
SlackChannelType["Public"] = "Public";
|
83567
|
+
})(SlackChannelType || (SlackChannelType = {}));
|
83531
83568
|
/** Which action should be taken after an issue is added to triage. */
|
83532
83569
|
var TriageResponsibilityAction;
|
83533
83570
|
(function (TriageResponsibilityAction) {
|
@@ -83624,6 +83661,7 @@ var ViewType;
|
|
83624
83661
|
ViewType["MyIssuesCreatedByMe"] = "myIssuesCreatedByMe";
|
83625
83662
|
ViewType["MyIssuesSubscribedTo"] = "myIssuesSubscribedTo";
|
83626
83663
|
ViewType["Project"] = "project";
|
83664
|
+
ViewType["ProjectDocuments"] = "projectDocuments";
|
83627
83665
|
ViewType["Projects"] = "projects";
|
83628
83666
|
ViewType["ProjectsAll"] = "projectsAll";
|
83629
83667
|
ViewType["ProjectsBacklog"] = "projectsBacklog";
|
@@ -84499,6 +84537,32 @@ const RoadmapArchivePayloadFragmentDoc = {
|
|
84499
84537
|
},
|
84500
84538
|
],
|
84501
84539
|
};
|
84540
|
+
const TeamArchivePayloadFragmentDoc = {
|
84541
|
+
kind: "Document",
|
84542
|
+
definitions: [
|
84543
|
+
{
|
84544
|
+
kind: "FragmentDefinition",
|
84545
|
+
name: { kind: "Name", value: "TeamArchivePayload" },
|
84546
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "TeamArchivePayload" } },
|
84547
|
+
selectionSet: {
|
84548
|
+
kind: "SelectionSet",
|
84549
|
+
selections: [
|
84550
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84551
|
+
{
|
84552
|
+
kind: "Field",
|
84553
|
+
name: { kind: "Name", value: "entity" },
|
84554
|
+
selectionSet: {
|
84555
|
+
kind: "SelectionSet",
|
84556
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84557
|
+
},
|
84558
|
+
},
|
84559
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
84560
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
84561
|
+
],
|
84562
|
+
},
|
84563
|
+
},
|
84564
|
+
],
|
84565
|
+
};
|
84502
84566
|
const WorkflowStateArchivePayloadFragmentDoc = {
|
84503
84567
|
kind: "Document",
|
84504
84568
|
definitions: [
|
@@ -84594,6 +84658,14 @@ const ArchivePayloadFragmentDoc = {
|
|
84594
84658
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapArchivePayload" } }],
|
84595
84659
|
},
|
84596
84660
|
},
|
84661
|
+
{
|
84662
|
+
kind: "InlineFragment",
|
84663
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "TeamArchivePayload" } },
|
84664
|
+
selectionSet: {
|
84665
|
+
kind: "SelectionSet",
|
84666
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamArchivePayload" } }],
|
84667
|
+
},
|
84668
|
+
},
|
84597
84669
|
{
|
84598
84670
|
kind: "InlineFragment",
|
84599
84671
|
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "WorkflowStateArchivePayload" } },
|
@@ -84841,54 +84913,6 @@ const TeamNotificationSubscriptionFragmentDoc = {
|
|
84841
84913
|
},
|
84842
84914
|
],
|
84843
84915
|
};
|
84844
|
-
const TemplateFragmentDoc = {
|
84845
|
-
kind: "Document",
|
84846
|
-
definitions: [
|
84847
|
-
{
|
84848
|
-
kind: "FragmentDefinition",
|
84849
|
-
name: { kind: "Name", value: "Template" },
|
84850
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Template" } },
|
84851
|
-
selectionSet: {
|
84852
|
-
kind: "SelectionSet",
|
84853
|
-
selections: [
|
84854
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84855
|
-
{ kind: "Field", name: { kind: "Name", value: "templateData" } },
|
84856
|
-
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
84857
|
-
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
84858
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
84859
|
-
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
84860
|
-
{
|
84861
|
-
kind: "Field",
|
84862
|
-
name: { kind: "Name", value: "team" },
|
84863
|
-
selectionSet: {
|
84864
|
-
kind: "SelectionSet",
|
84865
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84866
|
-
},
|
84867
|
-
},
|
84868
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84869
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84870
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84871
|
-
{
|
84872
|
-
kind: "Field",
|
84873
|
-
name: { kind: "Name", value: "creator" },
|
84874
|
-
selectionSet: {
|
84875
|
-
kind: "SelectionSet",
|
84876
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84877
|
-
},
|
84878
|
-
},
|
84879
|
-
{
|
84880
|
-
kind: "Field",
|
84881
|
-
name: { kind: "Name", value: "lastUpdatedBy" },
|
84882
|
-
selectionSet: {
|
84883
|
-
kind: "SelectionSet",
|
84884
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84885
|
-
},
|
84886
|
-
},
|
84887
|
-
],
|
84888
|
-
},
|
84889
|
-
},
|
84890
|
-
],
|
84891
|
-
};
|
84892
84916
|
const UserAccountFragmentDoc = {
|
84893
84917
|
kind: "Document",
|
84894
84918
|
definitions: [
|
@@ -84990,6 +85014,44 @@ const UserNotificationSubscriptionFragmentDoc = {
|
|
84990
85014
|
},
|
84991
85015
|
],
|
84992
85016
|
};
|
85017
|
+
const EmailIntakeAddressFragmentDoc = {
|
85018
|
+
kind: "Document",
|
85019
|
+
definitions: [
|
85020
|
+
{
|
85021
|
+
kind: "FragmentDefinition",
|
85022
|
+
name: { kind: "Name", value: "EmailIntakeAddress" },
|
85023
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EmailIntakeAddress" } },
|
85024
|
+
selectionSet: {
|
85025
|
+
kind: "SelectionSet",
|
85026
|
+
selections: [
|
85027
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85028
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85029
|
+
{
|
85030
|
+
kind: "Field",
|
85031
|
+
name: { kind: "Name", value: "team" },
|
85032
|
+
selectionSet: {
|
85033
|
+
kind: "SelectionSet",
|
85034
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85035
|
+
},
|
85036
|
+
},
|
85037
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
85038
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85039
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85040
|
+
{
|
85041
|
+
kind: "Field",
|
85042
|
+
name: { kind: "Name", value: "creator" },
|
85043
|
+
selectionSet: {
|
85044
|
+
kind: "SelectionSet",
|
85045
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85046
|
+
},
|
85047
|
+
},
|
85048
|
+
{ kind: "Field", name: { kind: "Name", value: "address" } },
|
85049
|
+
{ kind: "Field", name: { kind: "Name", value: "enabled" } },
|
85050
|
+
],
|
85051
|
+
},
|
85052
|
+
},
|
85053
|
+
],
|
85054
|
+
};
|
84993
85055
|
const PaidSubscriptionFragmentDoc = {
|
84994
85056
|
kind: "Document",
|
84995
85057
|
definitions: [
|
@@ -85045,6 +85107,7 @@ const OrganizationFragmentDoc = {
|
|
85045
85107
|
{ kind: "Field", name: { kind: "Name", value: "periodUploadVolume" } },
|
85046
85108
|
{ kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersHour" } },
|
85047
85109
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85110
|
+
{ kind: "Field", name: { kind: "Name", value: "fiscalYearStartMonth" } },
|
85048
85111
|
{ kind: "Field", name: { kind: "Name", value: "logoUrl" } },
|
85049
85112
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85050
85113
|
{
|
@@ -85072,22 +85135,78 @@ const OrganizationFragmentDoc = {
|
|
85072
85135
|
},
|
85073
85136
|
],
|
85074
85137
|
};
|
85075
|
-
const
|
85138
|
+
const AuthOauthClientWithScopeFragmentDoc = {
|
85076
85139
|
kind: "Document",
|
85077
85140
|
definitions: [
|
85078
85141
|
{
|
85079
85142
|
kind: "FragmentDefinition",
|
85080
|
-
name: { kind: "Name", value: "
|
85081
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
85143
|
+
name: { kind: "Name", value: "AuthOauthClientWithScope" },
|
85144
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClientWithScope" } },
|
85082
85145
|
selectionSet: {
|
85083
85146
|
kind: "SelectionSet",
|
85084
85147
|
selections: [
|
85085
85148
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85086
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85087
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85088
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85089
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85090
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85149
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85150
|
+
{ kind: "Field", name: { kind: "Name", value: "imageUrl" } },
|
85151
|
+
{ kind: "Field", name: { kind: "Name", value: "appId" } },
|
85152
|
+
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
85153
|
+
{ kind: "Field", name: { kind: "Name", value: "scope" } },
|
85154
|
+
{ kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
|
85155
|
+
],
|
85156
|
+
},
|
85157
|
+
},
|
85158
|
+
],
|
85159
|
+
};
|
85160
|
+
const AuthOauthClientWithMembershipsFragmentDoc = {
|
85161
|
+
kind: "Document",
|
85162
|
+
definitions: [
|
85163
|
+
{
|
85164
|
+
kind: "FragmentDefinition",
|
85165
|
+
name: { kind: "Name", value: "AuthOauthClientWithMemberships" },
|
85166
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClientWithMemberships" } },
|
85167
|
+
selectionSet: {
|
85168
|
+
kind: "SelectionSet",
|
85169
|
+
selections: [
|
85170
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85171
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85172
|
+
{ kind: "Field", name: { kind: "Name", value: "imageUrl" } },
|
85173
|
+
{ kind: "Field", name: { kind: "Name", value: "appId" } },
|
85174
|
+
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
85175
|
+
{ kind: "Field", name: { kind: "Name", value: "scope" } },
|
85176
|
+
{ kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
|
85177
|
+
{ kind: "Field", name: { kind: "Name", value: "totalMembers" } },
|
85178
|
+
],
|
85179
|
+
},
|
85180
|
+
},
|
85181
|
+
],
|
85182
|
+
};
|
85183
|
+
const AuthenticationSessionResponseFragmentDoc = {
|
85184
|
+
kind: "Document",
|
85185
|
+
definitions: [
|
85186
|
+
{
|
85187
|
+
kind: "FragmentDefinition",
|
85188
|
+
name: { kind: "Name", value: "AuthenticationSessionResponse" },
|
85189
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthenticationSessionResponse" } },
|
85190
|
+
selectionSet: {
|
85191
|
+
kind: "SelectionSet",
|
85192
|
+
selections: [
|
85193
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85194
|
+
{ kind: "Field", name: { kind: "Name", value: "client" } },
|
85195
|
+
{ kind: "Field", name: { kind: "Name", value: "countryCodes" } },
|
85196
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85197
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85198
|
+
{ kind: "Field", name: { kind: "Name", value: "location" } },
|
85199
|
+
{ kind: "Field", name: { kind: "Name", value: "ip" } },
|
85200
|
+
{ kind: "Field", name: { kind: "Name", value: "isCurrentSession" } },
|
85201
|
+
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
85202
|
+
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
85203
|
+
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
85204
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85205
|
+
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
85206
|
+
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
85207
|
+
{ kind: "Field", name: { kind: "Name", value: "browserType" } },
|
85208
|
+
{ kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
|
85209
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85091
85210
|
],
|
85092
85211
|
},
|
85093
85212
|
},
|
@@ -85267,25 +85386,6 @@ const FrontSettingsFragmentDoc = {
|
|
85267
85386
|
},
|
85268
85387
|
],
|
85269
85388
|
};
|
85270
|
-
const GitHubSettingsFragmentDoc = {
|
85271
|
-
kind: "Document",
|
85272
|
-
definitions: [
|
85273
|
-
{
|
85274
|
-
kind: "FragmentDefinition",
|
85275
|
-
name: { kind: "Name", value: "GitHubSettings" },
|
85276
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubSettings" } },
|
85277
|
-
selectionSet: {
|
85278
|
-
kind: "SelectionSet",
|
85279
|
-
selections: [
|
85280
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85281
|
-
{ kind: "Field", name: { kind: "Name", value: "orgLogin" } },
|
85282
|
-
{ kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
|
85283
|
-
{ kind: "Field", name: { kind: "Name", value: "repositories" } },
|
85284
|
-
],
|
85285
|
-
},
|
85286
|
-
},
|
85287
|
-
],
|
85288
|
-
};
|
85289
85389
|
const TeamRepoMappingFragmentDoc = {
|
85290
85390
|
kind: "Document",
|
85291
85391
|
definitions: [
|
@@ -85304,13 +85404,13 @@ const TeamRepoMappingFragmentDoc = {
|
|
85304
85404
|
},
|
85305
85405
|
],
|
85306
85406
|
};
|
85307
|
-
const
|
85407
|
+
const GitHubRepoFragmentDoc = {
|
85308
85408
|
kind: "Document",
|
85309
85409
|
definitions: [
|
85310
85410
|
{
|
85311
85411
|
kind: "FragmentDefinition",
|
85312
|
-
name: { kind: "Name", value: "
|
85313
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
85412
|
+
name: { kind: "Name", value: "GitHubRepo" },
|
85413
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubRepo" } },
|
85314
85414
|
selectionSet: {
|
85315
85415
|
kind: "SelectionSet",
|
85316
85416
|
selections: [
|
@@ -85322,31 +85422,33 @@ const GitHubSyncRepoFragmentDoc = {
|
|
85322
85422
|
},
|
85323
85423
|
],
|
85324
85424
|
};
|
85325
|
-
const
|
85425
|
+
const GitHubSettingsFragmentDoc = {
|
85326
85426
|
kind: "Document",
|
85327
85427
|
definitions: [
|
85328
85428
|
{
|
85329
85429
|
kind: "FragmentDefinition",
|
85330
|
-
name: { kind: "Name", value: "
|
85331
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
85430
|
+
name: { kind: "Name", value: "GitHubSettings" },
|
85431
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubSettings" } },
|
85332
85432
|
selectionSet: {
|
85333
85433
|
kind: "SelectionSet",
|
85334
85434
|
selections: [
|
85335
85435
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85336
85436
|
{
|
85337
85437
|
kind: "Field",
|
85338
|
-
name: { kind: "Name", value: "
|
85438
|
+
name: { kind: "Name", value: "repositoriesMapping" },
|
85339
85439
|
selectionSet: {
|
85340
85440
|
kind: "SelectionSet",
|
85341
85441
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamRepoMapping" } }],
|
85342
85442
|
},
|
85343
85443
|
},
|
85444
|
+
{ kind: "Field", name: { kind: "Name", value: "orgLogin" } },
|
85445
|
+
{ kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
|
85344
85446
|
{
|
85345
85447
|
kind: "Field",
|
85346
|
-
name: { kind: "Name", value: "
|
85448
|
+
name: { kind: "Name", value: "repositories" },
|
85347
85449
|
selectionSet: {
|
85348
85450
|
kind: "SelectionSet",
|
85349
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
85451
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubRepo" } }],
|
85350
85452
|
},
|
85351
85453
|
},
|
85352
85454
|
],
|
@@ -85354,6 +85456,23 @@ const GitHubSyncSettingsFragmentDoc = {
|
|
85354
85456
|
},
|
85355
85457
|
],
|
85356
85458
|
};
|
85459
|
+
const GitHubPersonalSettingsFragmentDoc = {
|
85460
|
+
kind: "Document",
|
85461
|
+
definitions: [
|
85462
|
+
{
|
85463
|
+
kind: "FragmentDefinition",
|
85464
|
+
name: { kind: "Name", value: "GitHubPersonalSettings" },
|
85465
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubPersonalSettings" } },
|
85466
|
+
selectionSet: {
|
85467
|
+
kind: "SelectionSet",
|
85468
|
+
selections: [
|
85469
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85470
|
+
{ kind: "Field", name: { kind: "Name", value: "login" } },
|
85471
|
+
],
|
85472
|
+
},
|
85473
|
+
},
|
85474
|
+
],
|
85475
|
+
};
|
85357
85476
|
const GitLabSettingsFragmentDoc = {
|
85358
85477
|
kind: "Document",
|
85359
85478
|
definitions: [
|
@@ -85446,6 +85565,8 @@ const JiraLinearMappingFragmentDoc = {
|
|
85446
85565
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85447
85566
|
{ kind: "Field", name: { kind: "Name", value: "jiraProjectId" } },
|
85448
85567
|
{ kind: "Field", name: { kind: "Name", value: "linearTeamId" } },
|
85568
|
+
{ kind: "Field", name: { kind: "Name", value: "bidirectional" } },
|
85569
|
+
{ kind: "Field", name: { kind: "Name", value: "default" } },
|
85449
85570
|
],
|
85450
85571
|
},
|
85451
85572
|
},
|
@@ -85478,6 +85599,7 @@ const JiraSettingsFragmentDoc = {
|
|
85478
85599
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraLinearMapping" } }],
|
85479
85600
|
},
|
85480
85601
|
},
|
85602
|
+
{ kind: "Field", name: { kind: "Name", value: "isJiraServer" } },
|
85481
85603
|
],
|
85482
85604
|
},
|
85483
85605
|
},
|
@@ -85626,6 +85748,7 @@ const SlackChannelNameMappingFragmentDoc = {
|
|
85626
85748
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85627
85749
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85628
85750
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85751
|
+
{ kind: "Field", name: { kind: "Name", value: "autoCreateTemplateId" } },
|
85629
85752
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnBotMention" } },
|
85630
85753
|
{ kind: "Field", name: { kind: "Name", value: "isPrivate" } },
|
85631
85754
|
{ kind: "Field", name: { kind: "Name", value: "isShared" } },
|
@@ -85741,10 +85864,10 @@ const IntegrationSettingsFragmentDoc = {
|
|
85741
85864
|
},
|
85742
85865
|
{
|
85743
85866
|
kind: "Field",
|
85744
|
-
name: { kind: "Name", value: "
|
85867
|
+
name: { kind: "Name", value: "gitHubPersonal" },
|
85745
85868
|
selectionSet: {
|
85746
85869
|
kind: "SelectionSet",
|
85747
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
85870
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubPersonalSettings" } }],
|
85748
85871
|
},
|
85749
85872
|
},
|
85750
85873
|
{
|
@@ -86283,60 +86406,148 @@ const AuditEntryTypeFragmentDoc = {
|
|
86283
86406
|
},
|
86284
86407
|
],
|
86285
86408
|
};
|
86286
|
-
const
|
86409
|
+
const AuthApiKeyFragmentDoc = {
|
86287
86410
|
kind: "Document",
|
86288
86411
|
definitions: [
|
86289
86412
|
{
|
86290
86413
|
kind: "FragmentDefinition",
|
86291
|
-
name: { kind: "Name", value: "
|
86292
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86414
|
+
name: { kind: "Name", value: "AuthApiKey" },
|
86415
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthApiKey" } },
|
86293
86416
|
selectionSet: {
|
86294
86417
|
kind: "SelectionSet",
|
86295
86418
|
selections: [
|
86296
86419
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86420
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86421
|
+
],
|
86422
|
+
},
|
86423
|
+
},
|
86424
|
+
],
|
86425
|
+
};
|
86426
|
+
const AuthApiKeyPayloadFragmentDoc = {
|
86427
|
+
kind: "Document",
|
86428
|
+
definitions: [
|
86429
|
+
{
|
86430
|
+
kind: "FragmentDefinition",
|
86431
|
+
name: { kind: "Name", value: "AuthApiKeyPayload" },
|
86432
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthApiKeyPayload" } },
|
86433
|
+
selectionSet: {
|
86434
|
+
kind: "SelectionSet",
|
86435
|
+
selections: [
|
86436
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86437
|
+
{
|
86438
|
+
kind: "Field",
|
86439
|
+
name: { kind: "Name", value: "authApiKey" },
|
86440
|
+
selectionSet: {
|
86441
|
+
kind: "SelectionSet",
|
86442
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthApiKey" } }],
|
86443
|
+
},
|
86444
|
+
},
|
86297
86445
|
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86298
86446
|
],
|
86299
86447
|
},
|
86300
86448
|
},
|
86301
86449
|
],
|
86302
86450
|
};
|
86303
|
-
const
|
86451
|
+
const AuthOrganizationFragmentDoc = {
|
86304
86452
|
kind: "Document",
|
86305
86453
|
definitions: [
|
86306
86454
|
{
|
86307
86455
|
kind: "FragmentDefinition",
|
86308
|
-
name: { kind: "Name", value: "
|
86309
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86456
|
+
name: { kind: "Name", value: "AuthOrganization" },
|
86457
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganization" } },
|
86310
86458
|
selectionSet: {
|
86311
86459
|
kind: "SelectionSet",
|
86312
86460
|
selections: [
|
86313
86461
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86462
|
+
{ kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
|
86463
|
+
{ kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
|
86464
|
+
{ kind: "Field", name: { kind: "Name", value: "logoUrl" } },
|
86465
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86466
|
+
{ kind: "Field", name: { kind: "Name", value: "urlKey" } },
|
86467
|
+
{ kind: "Field", name: { kind: "Name", value: "deletionRequestedAt" } },
|
86314
86468
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86469
|
+
{ kind: "Field", name: { kind: "Name", value: "samlEnabled" } },
|
86470
|
+
{ kind: "Field", name: { kind: "Name", value: "scimEnabled" } },
|
86471
|
+
{ kind: "Field", name: { kind: "Name", value: "userCount" } },
|
86315
86472
|
],
|
86316
86473
|
},
|
86317
86474
|
},
|
86318
86475
|
],
|
86319
86476
|
};
|
86320
|
-
const
|
86477
|
+
const AuthUserFragmentDoc = {
|
86321
86478
|
kind: "Document",
|
86322
86479
|
definitions: [
|
86323
86480
|
{
|
86324
86481
|
kind: "FragmentDefinition",
|
86325
|
-
name: { kind: "Name", value: "
|
86326
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86482
|
+
name: { kind: "Name", value: "AuthUser" },
|
86483
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthUser" } },
|
86327
86484
|
selectionSet: {
|
86328
86485
|
kind: "SelectionSet",
|
86329
86486
|
selections: [
|
86330
86487
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86488
|
+
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
86331
86489
|
{
|
86332
86490
|
kind: "Field",
|
86333
|
-
name: { kind: "Name", value: "
|
86491
|
+
name: { kind: "Name", value: "organization" },
|
86334
86492
|
selectionSet: {
|
86335
86493
|
kind: "SelectionSet",
|
86336
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
86494
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
|
86495
|
+
},
|
86496
|
+
},
|
86497
|
+
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
86498
|
+
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
86499
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86500
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
86501
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86502
|
+
],
|
86503
|
+
},
|
86504
|
+
},
|
86505
|
+
],
|
86506
|
+
};
|
86507
|
+
const AuthCreateOrJoinOrganizationResponseFragmentDoc = {
|
86508
|
+
kind: "Document",
|
86509
|
+
definitions: [
|
86510
|
+
{
|
86511
|
+
kind: "FragmentDefinition",
|
86512
|
+
name: { kind: "Name", value: "AuthCreateOrJoinOrganizationResponse" },
|
86513
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthCreateOrJoinOrganizationResponse" } },
|
86514
|
+
selectionSet: {
|
86515
|
+
kind: "SelectionSet",
|
86516
|
+
selections: [
|
86517
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86518
|
+
{
|
86519
|
+
kind: "Field",
|
86520
|
+
name: { kind: "Name", value: "authOrganization" },
|
86521
|
+
selectionSet: {
|
86522
|
+
kind: "SelectionSet",
|
86523
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
|
86524
|
+
},
|
86525
|
+
},
|
86526
|
+
{
|
86527
|
+
kind: "Field",
|
86528
|
+
name: { kind: "Name", value: "authUser" },
|
86529
|
+
selectionSet: {
|
86530
|
+
kind: "SelectionSet",
|
86531
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
|
86532
|
+
},
|
86533
|
+
},
|
86534
|
+
{ kind: "Field", name: { kind: "Name", value: "grantDomainAccess" } },
|
86535
|
+
{
|
86536
|
+
kind: "Field",
|
86537
|
+
name: { kind: "Name", value: "organization" },
|
86538
|
+
selectionSet: {
|
86539
|
+
kind: "SelectionSet",
|
86540
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
|
86541
|
+
},
|
86542
|
+
},
|
86543
|
+
{
|
86544
|
+
kind: "Field",
|
86545
|
+
name: { kind: "Name", value: "user" },
|
86546
|
+
selectionSet: {
|
86547
|
+
kind: "SelectionSet",
|
86548
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
|
86337
86549
|
},
|
86338
86550
|
},
|
86339
|
-
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86340
86551
|
],
|
86341
86552
|
},
|
86342
86553
|
},
|
@@ -86359,54 +86570,97 @@ const AuthIntegrationFragmentDoc = {
|
|
86359
86570
|
},
|
86360
86571
|
],
|
86361
86572
|
};
|
86362
|
-
const
|
86573
|
+
const AuthOauthClientFragmentDoc = {
|
86363
86574
|
kind: "Document",
|
86364
86575
|
definitions: [
|
86365
86576
|
{
|
86366
86577
|
kind: "FragmentDefinition",
|
86367
|
-
name: { kind: "Name", value: "
|
86368
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86578
|
+
name: { kind: "Name", value: "AuthOauthClient" },
|
86579
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClient" } },
|
86369
86580
|
selectionSet: {
|
86370
86581
|
kind: "SelectionSet",
|
86371
86582
|
selections: [
|
86372
86583
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86373
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86374
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86375
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86584
|
+
{ kind: "Field", name: { kind: "Name", value: "imageUrl" } },
|
86585
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
86586
|
+
{ kind: "Field", name: { kind: "Name", value: "redirectUris" } },
|
86587
|
+
{ kind: "Field", name: { kind: "Name", value: "developer" } },
|
86588
|
+
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
86376
86589
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86377
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86378
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86379
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86590
|
+
{ kind: "Field", name: { kind: "Name", value: "clientSecret" } },
|
86591
|
+
{ kind: "Field", name: { kind: "Name", value: "creatorId" } },
|
86592
|
+
{ kind: "Field", name: { kind: "Name", value: "organizationId" } },
|
86380
86593
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86381
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86594
|
+
{ kind: "Field", name: { kind: "Name", value: "developerUrl" } },
|
86595
|
+
{ kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
|
86596
|
+
{ kind: "Field", name: { kind: "Name", value: "publicEnabled" } },
|
86597
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
86382
86598
|
],
|
86383
86599
|
},
|
86384
86600
|
},
|
86385
86601
|
],
|
86386
86602
|
};
|
86387
|
-
const
|
86603
|
+
const OauthTokenFragmentDoc = {
|
86388
86604
|
kind: "Document",
|
86389
86605
|
definitions: [
|
86390
86606
|
{
|
86391
86607
|
kind: "FragmentDefinition",
|
86392
|
-
name: { kind: "Name", value: "
|
86393
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86608
|
+
name: { kind: "Name", value: "OauthToken" },
|
86609
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OauthToken" } },
|
86610
|
+
selectionSet: {
|
86611
|
+
kind: "SelectionSet",
|
86612
|
+
selections: [
|
86613
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86614
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86615
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86616
|
+
],
|
86617
|
+
},
|
86618
|
+
},
|
86619
|
+
],
|
86620
|
+
};
|
86621
|
+
const AuthOauthClientWithTokensFragmentDoc = {
|
86622
|
+
kind: "Document",
|
86623
|
+
definitions: [
|
86624
|
+
{
|
86625
|
+
kind: "FragmentDefinition",
|
86626
|
+
name: { kind: "Name", value: "AuthOauthClientWithTokens" },
|
86627
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClientWithTokens" } },
|
86394
86628
|
selectionSet: {
|
86395
86629
|
kind: "SelectionSet",
|
86396
86630
|
selections: [
|
86397
86631
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86398
|
-
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
86399
86632
|
{
|
86400
86633
|
kind: "Field",
|
86401
|
-
name: { kind: "Name", value: "
|
86634
|
+
name: { kind: "Name", value: "client" },
|
86402
86635
|
selectionSet: {
|
86403
86636
|
kind: "SelectionSet",
|
86404
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
86637
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOauthClient" } }],
|
86405
86638
|
},
|
86406
86639
|
},
|
86407
|
-
{
|
86408
|
-
|
86409
|
-
|
86640
|
+
{
|
86641
|
+
kind: "Field",
|
86642
|
+
name: { kind: "Name", value: "tokens" },
|
86643
|
+
selectionSet: {
|
86644
|
+
kind: "SelectionSet",
|
86645
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OauthToken" } }],
|
86646
|
+
},
|
86647
|
+
},
|
86648
|
+
],
|
86649
|
+
},
|
86650
|
+
},
|
86651
|
+
],
|
86652
|
+
};
|
86653
|
+
const AuthOrganizationDomainFragmentDoc = {
|
86654
|
+
kind: "Document",
|
86655
|
+
definitions: [
|
86656
|
+
{
|
86657
|
+
kind: "FragmentDefinition",
|
86658
|
+
name: { kind: "Name", value: "AuthOrganizationDomain" },
|
86659
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationDomain" } },
|
86660
|
+
selectionSet: {
|
86661
|
+
kind: "SelectionSet",
|
86662
|
+
selections: [
|
86663
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86410
86664
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86411
86665
|
],
|
86412
86666
|
},
|
@@ -86458,33 +86712,39 @@ const AuthResolverResponseFragmentDoc = {
|
|
86458
86712
|
},
|
86459
86713
|
],
|
86460
86714
|
};
|
86461
|
-
const
|
86715
|
+
const AuthSuccessPayloadFragmentDoc = {
|
86462
86716
|
kind: "Document",
|
86463
86717
|
definitions: [
|
86464
86718
|
{
|
86465
86719
|
kind: "FragmentDefinition",
|
86466
|
-
name: { kind: "Name", value: "
|
86467
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86720
|
+
name: { kind: "Name", value: "AuthSuccessPayload" },
|
86721
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthSuccessPayload" } },
|
86722
|
+
selectionSet: {
|
86723
|
+
kind: "SelectionSet",
|
86724
|
+
selections: [
|
86725
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86726
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86727
|
+
],
|
86728
|
+
},
|
86729
|
+
},
|
86730
|
+
],
|
86731
|
+
};
|
86732
|
+
const AuthorizedApplicationBaseFragmentDoc = {
|
86733
|
+
kind: "Document",
|
86734
|
+
definitions: [
|
86735
|
+
{
|
86736
|
+
kind: "FragmentDefinition",
|
86737
|
+
name: { kind: "Name", value: "AuthorizedApplicationBase" },
|
86738
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthorizedApplicationBase" } },
|
86468
86739
|
selectionSet: {
|
86469
86740
|
kind: "SelectionSet",
|
86470
86741
|
selections: [
|
86471
86742
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86472
|
-
{ kind: "Field", name: { kind: "Name", value: "client" } },
|
86473
|
-
{ kind: "Field", name: { kind: "Name", value: "countryCodes" } },
|
86474
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86475
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
86476
|
-
{ kind: "Field", name: { kind: "Name", value: "location" } },
|
86477
|
-
{ kind: "Field", name: { kind: "Name", value: "ip" } },
|
86478
|
-
{ kind: "Field", name: { kind: "Name", value: "isCurrentSession" } },
|
86479
|
-
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
86480
|
-
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
86481
|
-
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
86482
86743
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86483
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86484
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86485
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86486
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86487
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86744
|
+
{ kind: "Field", name: { kind: "Name", value: "imageUrl" } },
|
86745
|
+
{ kind: "Field", name: { kind: "Name", value: "appId" } },
|
86746
|
+
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
86747
|
+
{ kind: "Field", name: { kind: "Name", value: "scope" } },
|
86488
86748
|
],
|
86489
86749
|
},
|
86490
86750
|
},
|
@@ -86545,6 +86805,14 @@ const CommentFragmentDoc = {
|
|
86545
86805
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86546
86806
|
},
|
86547
86807
|
},
|
86808
|
+
{
|
86809
|
+
kind: "Field",
|
86810
|
+
name: { kind: "Name", value: "projectUpdate" },
|
86811
|
+
selectionSet: {
|
86812
|
+
kind: "SelectionSet",
|
86813
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86814
|
+
},
|
86815
|
+
},
|
86548
86816
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
86549
86817
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86550
86818
|
{ kind: "Field", name: { kind: "Name", value: "resolvedAt" } },
|
@@ -87031,6 +87299,7 @@ const DocumentFragmentDoc = {
|
|
87031
87299
|
},
|
87032
87300
|
},
|
87033
87301
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87302
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
87034
87303
|
{
|
87035
87304
|
kind: "Field",
|
87036
87305
|
name: { kind: "Name", value: "project" },
|
@@ -87213,6 +87482,7 @@ const DocumentSearchResultFragmentDoc = {
|
|
87213
87482
|
},
|
87214
87483
|
},
|
87215
87484
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87485
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
87216
87486
|
{
|
87217
87487
|
kind: "Field",
|
87218
87488
|
name: { kind: "Name", value: "project" },
|
@@ -87638,6 +87908,101 @@ const FrontAttachmentPayloadFragmentDoc = {
|
|
87638
87908
|
},
|
87639
87909
|
],
|
87640
87910
|
};
|
87911
|
+
const GitAutomationStateFragmentDoc = {
|
87912
|
+
kind: "Document",
|
87913
|
+
definitions: [
|
87914
|
+
{
|
87915
|
+
kind: "FragmentDefinition",
|
87916
|
+
name: { kind: "Name", value: "GitAutomationState" },
|
87917
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationState" } },
|
87918
|
+
selectionSet: {
|
87919
|
+
kind: "SelectionSet",
|
87920
|
+
selections: [
|
87921
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87922
|
+
{
|
87923
|
+
kind: "Field",
|
87924
|
+
name: { kind: "Name", value: "state" },
|
87925
|
+
selectionSet: {
|
87926
|
+
kind: "SelectionSet",
|
87927
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87928
|
+
},
|
87929
|
+
},
|
87930
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87931
|
+
{ kind: "Field", name: { kind: "Name", value: "branchPattern" } },
|
87932
|
+
{
|
87933
|
+
kind: "Field",
|
87934
|
+
name: { kind: "Name", value: "team" },
|
87935
|
+
selectionSet: {
|
87936
|
+
kind: "SelectionSet",
|
87937
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87938
|
+
},
|
87939
|
+
},
|
87940
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
87941
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
87942
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
87943
|
+
],
|
87944
|
+
},
|
87945
|
+
},
|
87946
|
+
],
|
87947
|
+
};
|
87948
|
+
const GitAutomationStateConnectionFragmentDoc = {
|
87949
|
+
kind: "Document",
|
87950
|
+
definitions: [
|
87951
|
+
{
|
87952
|
+
kind: "FragmentDefinition",
|
87953
|
+
name: { kind: "Name", value: "GitAutomationStateConnection" },
|
87954
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStateConnection" } },
|
87955
|
+
selectionSet: {
|
87956
|
+
kind: "SelectionSet",
|
87957
|
+
selections: [
|
87958
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87959
|
+
{
|
87960
|
+
kind: "Field",
|
87961
|
+
name: { kind: "Name", value: "nodes" },
|
87962
|
+
selectionSet: {
|
87963
|
+
kind: "SelectionSet",
|
87964
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationState" } }],
|
87965
|
+
},
|
87966
|
+
},
|
87967
|
+
{
|
87968
|
+
kind: "Field",
|
87969
|
+
name: { kind: "Name", value: "pageInfo" },
|
87970
|
+
selectionSet: {
|
87971
|
+
kind: "SelectionSet",
|
87972
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
87973
|
+
},
|
87974
|
+
},
|
87975
|
+
],
|
87976
|
+
},
|
87977
|
+
},
|
87978
|
+
],
|
87979
|
+
};
|
87980
|
+
const GitAutomationStatePayloadFragmentDoc = {
|
87981
|
+
kind: "Document",
|
87982
|
+
definitions: [
|
87983
|
+
{
|
87984
|
+
kind: "FragmentDefinition",
|
87985
|
+
name: { kind: "Name", value: "GitAutomationStatePayload" },
|
87986
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStatePayload" } },
|
87987
|
+
selectionSet: {
|
87988
|
+
kind: "SelectionSet",
|
87989
|
+
selections: [
|
87990
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87991
|
+
{
|
87992
|
+
kind: "Field",
|
87993
|
+
name: { kind: "Name", value: "gitAutomationState" },
|
87994
|
+
selectionSet: {
|
87995
|
+
kind: "SelectionSet",
|
87996
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationState" } }],
|
87997
|
+
},
|
87998
|
+
},
|
87999
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
88000
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
88001
|
+
],
|
88002
|
+
},
|
88003
|
+
},
|
88004
|
+
],
|
88005
|
+
};
|
87641
88006
|
const GitHubCommitIntegrationPayloadFragmentDoc = {
|
87642
88007
|
kind: "Document",
|
87643
88008
|
definitions: [
|
@@ -88007,12 +88372,21 @@ const IssueFragmentDoc = {
|
|
88007
88372
|
selections: [
|
88008
88373
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88009
88374
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88375
|
+
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
88010
88376
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88011
88377
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
88012
88378
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
88013
88379
|
{ kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
|
88014
88380
|
{ kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
|
88015
88381
|
{ kind: "Field", name: { kind: "Name", value: "branchName" } },
|
88382
|
+
{
|
88383
|
+
kind: "Field",
|
88384
|
+
name: { kind: "Name", value: "botActor" },
|
88385
|
+
selectionSet: {
|
88386
|
+
kind: "SelectionSet",
|
88387
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
88388
|
+
},
|
88389
|
+
},
|
88016
88390
|
{
|
88017
88391
|
kind: "Field",
|
88018
88392
|
name: { kind: "Name", value: "cycle" },
|
@@ -88825,6 +89199,7 @@ const IssueSearchResultFragmentDoc = {
|
|
88825
89199
|
selections: [
|
88826
89200
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88827
89201
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
89202
|
+
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
88828
89203
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88829
89204
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
88830
89205
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
@@ -88832,6 +89207,14 @@ const IssueSearchResultFragmentDoc = {
|
|
88832
89207
|
{ kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
|
88833
89208
|
{ kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
|
88834
89209
|
{ kind: "Field", name: { kind: "Name", value: "branchName" } },
|
89210
|
+
{
|
89211
|
+
kind: "Field",
|
89212
|
+
name: { kind: "Name", value: "botActor" },
|
89213
|
+
selectionSet: {
|
89214
|
+
kind: "SelectionSet",
|
89215
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
89216
|
+
},
|
89217
|
+
},
|
88835
89218
|
{
|
88836
89219
|
kind: "Field",
|
88837
89220
|
name: { kind: "Name", value: "cycle" },
|
@@ -89627,6 +90010,7 @@ const ProjectLinkFragmentDoc = {
|
|
89627
90010
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89628
90011
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89629
90012
|
{ kind: "Field", name: { kind: "Name", value: "label" } },
|
90013
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
89630
90014
|
{
|
89631
90015
|
kind: "Field",
|
89632
90016
|
name: { kind: "Name", value: "project" },
|
@@ -90387,7 +90771,31 @@ const ReactionFragmentDoc = {
|
|
90387
90771
|
selections: [
|
90388
90772
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
90389
90773
|
{ kind: "Field", name: { kind: "Name", value: "emoji" } },
|
90774
|
+
{
|
90775
|
+
kind: "Field",
|
90776
|
+
name: { kind: "Name", value: "comment" },
|
90777
|
+
selectionSet: {
|
90778
|
+
kind: "SelectionSet",
|
90779
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90780
|
+
},
|
90781
|
+
},
|
90782
|
+
{
|
90783
|
+
kind: "Field",
|
90784
|
+
name: { kind: "Name", value: "issue" },
|
90785
|
+
selectionSet: {
|
90786
|
+
kind: "SelectionSet",
|
90787
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90788
|
+
},
|
90789
|
+
},
|
90390
90790
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
90791
|
+
{
|
90792
|
+
kind: "Field",
|
90793
|
+
name: { kind: "Name", value: "projectUpdate" },
|
90794
|
+
selectionSet: {
|
90795
|
+
kind: "SelectionSet",
|
90796
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90797
|
+
},
|
90798
|
+
},
|
90391
90799
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
90392
90800
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90393
90801
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -90677,6 +91085,35 @@ const SamlConfigurationFragmentDoc = {
|
|
90677
91085
|
},
|
90678
91086
|
],
|
90679
91087
|
};
|
91088
|
+
const SlackChannelConnectPayloadFragmentDoc = {
|
91089
|
+
kind: "Document",
|
91090
|
+
definitions: [
|
91091
|
+
{
|
91092
|
+
kind: "FragmentDefinition",
|
91093
|
+
name: { kind: "Name", value: "SlackChannelConnectPayload" },
|
91094
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackChannelConnectPayload" } },
|
91095
|
+
selectionSet: {
|
91096
|
+
kind: "SelectionSet",
|
91097
|
+
selections: [
|
91098
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91099
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
91100
|
+
{
|
91101
|
+
kind: "Field",
|
91102
|
+
name: { kind: "Name", value: "integration" },
|
91103
|
+
selectionSet: {
|
91104
|
+
kind: "SelectionSet",
|
91105
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91106
|
+
},
|
91107
|
+
},
|
91108
|
+
{ kind: "Field", name: { kind: "Name", value: "nudgeToConnectMainSlackIntegration" } },
|
91109
|
+
{ kind: "Field", name: { kind: "Name", value: "nudgeToUpdateMainSlackIntegration" } },
|
91110
|
+
{ kind: "Field", name: { kind: "Name", value: "addBot" } },
|
91111
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
91112
|
+
],
|
91113
|
+
},
|
91114
|
+
},
|
91115
|
+
],
|
91116
|
+
};
|
90680
91117
|
const SsoUrlFromEmailResponseFragmentDoc = {
|
90681
91118
|
kind: "Document",
|
90682
91119
|
definitions: [
|
@@ -90854,6 +91291,7 @@ const TeamFragmentDoc = {
|
|
90854
91291
|
},
|
90855
91292
|
{ kind: "Field", name: { kind: "Name", value: "inviteHash" } },
|
90856
91293
|
{ kind: "Field", name: { kind: "Name", value: "defaultIssueEstimate" } },
|
91294
|
+
{ kind: "Field", name: { kind: "Name", value: "setIssueSortOrderOnStateChange" } },
|
90857
91295
|
{ kind: "Field", name: { kind: "Name", value: "requirePriorityToLeaveTriage" } },
|
90858
91296
|
{ kind: "Field", name: { kind: "Name", value: "issueOrderingNoPriorityFirst" } },
|
90859
91297
|
{ kind: "Field", name: { kind: "Name", value: "private" } },
|
@@ -90861,11 +91299,11 @@ const TeamFragmentDoc = {
|
|
90861
91299
|
{ kind: "Field", name: { kind: "Name", value: "issueEstimationExtended" } },
|
90862
91300
|
{ kind: "Field", name: { kind: "Name", value: "issueEstimationAllowZero" } },
|
90863
91301
|
{ kind: "Field", name: { kind: "Name", value: "groupIssueHistory" } },
|
90864
|
-
{ kind: "Field", name: { kind: "Name", value: "issueSortOrderDefaultToBottom" } },
|
90865
91302
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueComments" } },
|
90866
91303
|
{ kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
|
90867
91304
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
|
90868
91305
|
{ kind: "Field", name: { kind: "Name", value: "triageEnabled" } },
|
91306
|
+
{ kind: "Field", name: { kind: "Name", value: "issueSortOrderDefaultToBottom" } },
|
90869
91307
|
],
|
90870
91308
|
},
|
90871
91309
|
},
|
@@ -91025,6 +91463,54 @@ const TeamPayloadFragmentDoc = {
|
|
91025
91463
|
},
|
91026
91464
|
],
|
91027
91465
|
};
|
91466
|
+
const TemplateFragmentDoc = {
|
91467
|
+
kind: "Document",
|
91468
|
+
definitions: [
|
91469
|
+
{
|
91470
|
+
kind: "FragmentDefinition",
|
91471
|
+
name: { kind: "Name", value: "Template" },
|
91472
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Template" } },
|
91473
|
+
selectionSet: {
|
91474
|
+
kind: "SelectionSet",
|
91475
|
+
selections: [
|
91476
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91477
|
+
{ kind: "Field", name: { kind: "Name", value: "templateData" } },
|
91478
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
91479
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
91480
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
91481
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
91482
|
+
{
|
91483
|
+
kind: "Field",
|
91484
|
+
name: { kind: "Name", value: "team" },
|
91485
|
+
selectionSet: {
|
91486
|
+
kind: "SelectionSet",
|
91487
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91488
|
+
},
|
91489
|
+
},
|
91490
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
91491
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
91492
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
91493
|
+
{
|
91494
|
+
kind: "Field",
|
91495
|
+
name: { kind: "Name", value: "creator" },
|
91496
|
+
selectionSet: {
|
91497
|
+
kind: "SelectionSet",
|
91498
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91499
|
+
},
|
91500
|
+
},
|
91501
|
+
{
|
91502
|
+
kind: "Field",
|
91503
|
+
name: { kind: "Name", value: "lastUpdatedBy" },
|
91504
|
+
selectionSet: {
|
91505
|
+
kind: "SelectionSet",
|
91506
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91507
|
+
},
|
91508
|
+
},
|
91509
|
+
],
|
91510
|
+
},
|
91511
|
+
},
|
91512
|
+
],
|
91513
|
+
};
|
91028
91514
|
const TemplateConnectionFragmentDoc = {
|
91029
91515
|
kind: "Document",
|
91030
91516
|
definitions: [
|
@@ -91036,6 +91522,14 @@ const TemplateConnectionFragmentDoc = {
|
|
91036
91522
|
kind: "SelectionSet",
|
91037
91523
|
selections: [
|
91038
91524
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91525
|
+
{
|
91526
|
+
kind: "Field",
|
91527
|
+
name: { kind: "Name", value: "nodes" },
|
91528
|
+
selectionSet: {
|
91529
|
+
kind: "SelectionSet",
|
91530
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Template" } }],
|
91531
|
+
},
|
91532
|
+
},
|
91039
91533
|
{
|
91040
91534
|
kind: "Field",
|
91041
91535
|
name: { kind: "Name", value: "pageInfo" },
|
@@ -92193,6 +92687,7 @@ const AttachmentIssueDocument = {
|
|
92193
92687
|
},
|
92194
92688
|
},
|
92195
92689
|
...IssueFragmentDoc.definitions,
|
92690
|
+
...ActorBotFragmentDoc.definitions,
|
92196
92691
|
],
|
92197
92692
|
};
|
92198
92693
|
const AttachmentIssue_AttachmentsDocument = {
|
@@ -92316,6 +92811,53 @@ const AttachmentIssue_AttachmentsDocument = {
|
|
92316
92811
|
...PageInfoFragmentDoc.definitions,
|
92317
92812
|
],
|
92318
92813
|
};
|
92814
|
+
const AttachmentIssue_BotActorDocument = {
|
92815
|
+
kind: "Document",
|
92816
|
+
definitions: [
|
92817
|
+
{
|
92818
|
+
kind: "OperationDefinition",
|
92819
|
+
operation: "query",
|
92820
|
+
name: { kind: "Name", value: "attachmentIssue_botActor" },
|
92821
|
+
variableDefinitions: [
|
92822
|
+
{
|
92823
|
+
kind: "VariableDefinition",
|
92824
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
92825
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
92826
|
+
},
|
92827
|
+
],
|
92828
|
+
selectionSet: {
|
92829
|
+
kind: "SelectionSet",
|
92830
|
+
selections: [
|
92831
|
+
{
|
92832
|
+
kind: "Field",
|
92833
|
+
name: { kind: "Name", value: "attachmentIssue" },
|
92834
|
+
arguments: [
|
92835
|
+
{
|
92836
|
+
kind: "Argument",
|
92837
|
+
name: { kind: "Name", value: "id" },
|
92838
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
92839
|
+
},
|
92840
|
+
],
|
92841
|
+
selectionSet: {
|
92842
|
+
kind: "SelectionSet",
|
92843
|
+
selections: [
|
92844
|
+
{
|
92845
|
+
kind: "Field",
|
92846
|
+
name: { kind: "Name", value: "botActor" },
|
92847
|
+
selectionSet: {
|
92848
|
+
kind: "SelectionSet",
|
92849
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
92850
|
+
},
|
92851
|
+
},
|
92852
|
+
],
|
92853
|
+
},
|
92854
|
+
},
|
92855
|
+
],
|
92856
|
+
},
|
92857
|
+
},
|
92858
|
+
...ActorBotFragmentDoc.definitions,
|
92859
|
+
],
|
92860
|
+
};
|
92319
92861
|
const AttachmentIssue_ChildrenDocument = {
|
92320
92862
|
kind: "Document",
|
92321
92863
|
definitions: [
|
@@ -92434,6 +92976,7 @@ const AttachmentIssue_ChildrenDocument = {
|
|
92434
92976
|
},
|
92435
92977
|
...IssueConnectionFragmentDoc.definitions,
|
92436
92978
|
...IssueFragmentDoc.definitions,
|
92979
|
+
...ActorBotFragmentDoc.definitions,
|
92437
92980
|
...PageInfoFragmentDoc.definitions,
|
92438
92981
|
],
|
92439
92982
|
};
|
@@ -94206,6 +94749,7 @@ const Cycle_IssuesDocument = {
|
|
94206
94749
|
},
|
94207
94750
|
...IssueConnectionFragmentDoc.definitions,
|
94208
94751
|
...IssueFragmentDoc.definitions,
|
94752
|
+
...ActorBotFragmentDoc.definitions,
|
94209
94753
|
...PageInfoFragmentDoc.definitions,
|
94210
94754
|
],
|
94211
94755
|
};
|
@@ -94327,6 +94871,7 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
|
|
94327
94871
|
},
|
94328
94872
|
...IssueConnectionFragmentDoc.definitions,
|
94329
94873
|
...IssueFragmentDoc.definitions,
|
94874
|
+
...ActorBotFragmentDoc.definitions,
|
94330
94875
|
...PageInfoFragmentDoc.definitions,
|
94331
94876
|
],
|
94332
94877
|
};
|
@@ -95294,6 +95839,7 @@ const IssueDocument = {
|
|
95294
95839
|
},
|
95295
95840
|
},
|
95296
95841
|
...IssueFragmentDoc.definitions,
|
95842
|
+
...ActorBotFragmentDoc.definitions,
|
95297
95843
|
],
|
95298
95844
|
};
|
95299
95845
|
const Issue_AttachmentsDocument = {
|
@@ -95417,6 +95963,53 @@ const Issue_AttachmentsDocument = {
|
|
95417
95963
|
...PageInfoFragmentDoc.definitions,
|
95418
95964
|
],
|
95419
95965
|
};
|
95966
|
+
const Issue_BotActorDocument = {
|
95967
|
+
kind: "Document",
|
95968
|
+
definitions: [
|
95969
|
+
{
|
95970
|
+
kind: "OperationDefinition",
|
95971
|
+
operation: "query",
|
95972
|
+
name: { kind: "Name", value: "issue_botActor" },
|
95973
|
+
variableDefinitions: [
|
95974
|
+
{
|
95975
|
+
kind: "VariableDefinition",
|
95976
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95977
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95978
|
+
},
|
95979
|
+
],
|
95980
|
+
selectionSet: {
|
95981
|
+
kind: "SelectionSet",
|
95982
|
+
selections: [
|
95983
|
+
{
|
95984
|
+
kind: "Field",
|
95985
|
+
name: { kind: "Name", value: "issue" },
|
95986
|
+
arguments: [
|
95987
|
+
{
|
95988
|
+
kind: "Argument",
|
95989
|
+
name: { kind: "Name", value: "id" },
|
95990
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95991
|
+
},
|
95992
|
+
],
|
95993
|
+
selectionSet: {
|
95994
|
+
kind: "SelectionSet",
|
95995
|
+
selections: [
|
95996
|
+
{
|
95997
|
+
kind: "Field",
|
95998
|
+
name: { kind: "Name", value: "botActor" },
|
95999
|
+
selectionSet: {
|
96000
|
+
kind: "SelectionSet",
|
96001
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
96002
|
+
},
|
96003
|
+
},
|
96004
|
+
],
|
96005
|
+
},
|
96006
|
+
},
|
96007
|
+
],
|
96008
|
+
},
|
96009
|
+
},
|
96010
|
+
...ActorBotFragmentDoc.definitions,
|
96011
|
+
],
|
96012
|
+
};
|
95420
96013
|
const Issue_ChildrenDocument = {
|
95421
96014
|
kind: "Document",
|
95422
96015
|
definitions: [
|
@@ -95535,6 +96128,7 @@ const Issue_ChildrenDocument = {
|
|
95535
96128
|
},
|
95536
96129
|
...IssueConnectionFragmentDoc.definitions,
|
95537
96130
|
...IssueFragmentDoc.definitions,
|
96131
|
+
...ActorBotFragmentDoc.definitions,
|
95538
96132
|
...PageInfoFragmentDoc.definitions,
|
95539
96133
|
],
|
95540
96134
|
};
|
@@ -96347,6 +96941,7 @@ const IssueFigmaFileKeySearchDocument = {
|
|
96347
96941
|
},
|
96348
96942
|
...IssueConnectionFragmentDoc.definitions,
|
96349
96943
|
...IssueFragmentDoc.definitions,
|
96944
|
+
...ActorBotFragmentDoc.definitions,
|
96350
96945
|
...PageInfoFragmentDoc.definitions,
|
96351
96946
|
],
|
96352
96947
|
};
|
@@ -96753,6 +97348,7 @@ const IssueLabel_IssuesDocument = {
|
|
96753
97348
|
},
|
96754
97349
|
...IssueConnectionFragmentDoc.definitions,
|
96755
97350
|
...IssueFragmentDoc.definitions,
|
97351
|
+
...ActorBotFragmentDoc.definitions,
|
96756
97352
|
...PageInfoFragmentDoc.definitions,
|
96757
97353
|
],
|
96758
97354
|
};
|
@@ -97115,6 +97711,7 @@ const IssueSearchDocument = {
|
|
97115
97711
|
},
|
97116
97712
|
...IssueConnectionFragmentDoc.definitions,
|
97117
97713
|
...IssueFragmentDoc.definitions,
|
97714
|
+
...ActorBotFragmentDoc.definitions,
|
97118
97715
|
...PageInfoFragmentDoc.definitions,
|
97119
97716
|
],
|
97120
97717
|
};
|
@@ -97154,6 +97751,7 @@ const IssueVcsBranchSearchDocument = {
|
|
97154
97751
|
},
|
97155
97752
|
},
|
97156
97753
|
...IssueFragmentDoc.definitions,
|
97754
|
+
...ActorBotFragmentDoc.definitions,
|
97157
97755
|
],
|
97158
97756
|
};
|
97159
97757
|
const IssueVcsBranchSearch_AttachmentsDocument = {
|
@@ -97277,6 +97875,53 @@ const IssueVcsBranchSearch_AttachmentsDocument = {
|
|
97277
97875
|
...PageInfoFragmentDoc.definitions,
|
97278
97876
|
],
|
97279
97877
|
};
|
97878
|
+
const IssueVcsBranchSearch_BotActorDocument = {
|
97879
|
+
kind: "Document",
|
97880
|
+
definitions: [
|
97881
|
+
{
|
97882
|
+
kind: "OperationDefinition",
|
97883
|
+
operation: "query",
|
97884
|
+
name: { kind: "Name", value: "issueVcsBranchSearch_botActor" },
|
97885
|
+
variableDefinitions: [
|
97886
|
+
{
|
97887
|
+
kind: "VariableDefinition",
|
97888
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "branchName" } },
|
97889
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
97890
|
+
},
|
97891
|
+
],
|
97892
|
+
selectionSet: {
|
97893
|
+
kind: "SelectionSet",
|
97894
|
+
selections: [
|
97895
|
+
{
|
97896
|
+
kind: "Field",
|
97897
|
+
name: { kind: "Name", value: "issueVcsBranchSearch" },
|
97898
|
+
arguments: [
|
97899
|
+
{
|
97900
|
+
kind: "Argument",
|
97901
|
+
name: { kind: "Name", value: "branchName" },
|
97902
|
+
value: { kind: "Variable", name: { kind: "Name", value: "branchName" } },
|
97903
|
+
},
|
97904
|
+
],
|
97905
|
+
selectionSet: {
|
97906
|
+
kind: "SelectionSet",
|
97907
|
+
selections: [
|
97908
|
+
{
|
97909
|
+
kind: "Field",
|
97910
|
+
name: { kind: "Name", value: "botActor" },
|
97911
|
+
selectionSet: {
|
97912
|
+
kind: "SelectionSet",
|
97913
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
97914
|
+
},
|
97915
|
+
},
|
97916
|
+
],
|
97917
|
+
},
|
97918
|
+
},
|
97919
|
+
],
|
97920
|
+
},
|
97921
|
+
},
|
97922
|
+
...ActorBotFragmentDoc.definitions,
|
97923
|
+
],
|
97924
|
+
};
|
97280
97925
|
const IssueVcsBranchSearch_ChildrenDocument = {
|
97281
97926
|
kind: "Document",
|
97282
97927
|
definitions: [
|
@@ -97395,6 +98040,7 @@ const IssueVcsBranchSearch_ChildrenDocument = {
|
|
97395
98040
|
},
|
97396
98041
|
...IssueConnectionFragmentDoc.definitions,
|
97397
98042
|
...IssueFragmentDoc.definitions,
|
98043
|
+
...ActorBotFragmentDoc.definitions,
|
97398
98044
|
...PageInfoFragmentDoc.definitions,
|
97399
98045
|
],
|
97400
98046
|
};
|
@@ -98207,6 +98853,7 @@ const IssuesDocument = {
|
|
98207
98853
|
},
|
98208
98854
|
...IssueConnectionFragmentDoc.definitions,
|
98209
98855
|
...IssueFragmentDoc.definitions,
|
98856
|
+
...ActorBotFragmentDoc.definitions,
|
98210
98857
|
...PageInfoFragmentDoc.definitions,
|
98211
98858
|
],
|
98212
98859
|
};
|
@@ -98950,6 +99597,7 @@ const Organization_TemplatesDocument = {
|
|
98950
99597
|
},
|
98951
99598
|
},
|
98952
99599
|
...TemplateConnectionFragmentDoc.definitions,
|
99600
|
+
...TemplateFragmentDoc.definitions,
|
98953
99601
|
...PageInfoFragmentDoc.definitions,
|
98954
99602
|
],
|
98955
99603
|
};
|
@@ -99495,6 +100143,7 @@ const Project_IssuesDocument = {
|
|
99495
100143
|
},
|
99496
100144
|
...IssueConnectionFragmentDoc.definitions,
|
99497
100145
|
...IssueFragmentDoc.definitions,
|
100146
|
+
...ActorBotFragmentDoc.definitions,
|
99498
100147
|
...PageInfoFragmentDoc.definitions,
|
99499
100148
|
],
|
99500
100149
|
};
|
@@ -100764,12 +101413,36 @@ const PushSubscriptionTestDocument = {
|
|
100764
101413
|
kind: "OperationDefinition",
|
100765
101414
|
operation: "query",
|
100766
101415
|
name: { kind: "Name", value: "pushSubscriptionTest" },
|
101416
|
+
variableDefinitions: [
|
101417
|
+
{
|
101418
|
+
kind: "VariableDefinition",
|
101419
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "sendStrategy" } },
|
101420
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "SendStrategy" } },
|
101421
|
+
},
|
101422
|
+
{
|
101423
|
+
kind: "VariableDefinition",
|
101424
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "targetMobile" } },
|
101425
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
101426
|
+
},
|
101427
|
+
],
|
100767
101428
|
selectionSet: {
|
100768
101429
|
kind: "SelectionSet",
|
100769
101430
|
selections: [
|
100770
101431
|
{
|
100771
101432
|
kind: "Field",
|
100772
101433
|
name: { kind: "Name", value: "pushSubscriptionTest" },
|
101434
|
+
arguments: [
|
101435
|
+
{
|
101436
|
+
kind: "Argument",
|
101437
|
+
name: { kind: "Name", value: "sendStrategy" },
|
101438
|
+
value: { kind: "Variable", name: { kind: "Name", value: "sendStrategy" } },
|
101439
|
+
},
|
101440
|
+
{
|
101441
|
+
kind: "Argument",
|
101442
|
+
name: { kind: "Name", value: "targetMobile" },
|
101443
|
+
value: { kind: "Variable", name: { kind: "Name", value: "targetMobile" } },
|
101444
|
+
},
|
101445
|
+
],
|
100773
101446
|
selectionSet: {
|
100774
101447
|
kind: "SelectionSet",
|
100775
101448
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PushSubscriptionTestPayload" } }],
|
@@ -101559,6 +102232,7 @@ const SearchIssuesDocument = {
|
|
101559
102232
|
...IssueSearchPayloadFragmentDoc.definitions,
|
101560
102233
|
...ArchiveResponseFragmentDoc.definitions,
|
101561
102234
|
...IssueSearchResultFragmentDoc.definitions,
|
102235
|
+
...ActorBotFragmentDoc.definitions,
|
101562
102236
|
...PageInfoFragmentDoc.definitions,
|
101563
102237
|
],
|
101564
102238
|
};
|
@@ -102033,6 +102707,119 @@ const TeamDocument = {
|
|
102033
102707
|
...TeamFragmentDoc.definitions,
|
102034
102708
|
],
|
102035
102709
|
};
|
102710
|
+
const Team_AutomationStatesDocument = {
|
102711
|
+
kind: "Document",
|
102712
|
+
definitions: [
|
102713
|
+
{
|
102714
|
+
kind: "OperationDefinition",
|
102715
|
+
operation: "query",
|
102716
|
+
name: { kind: "Name", value: "team_automationStates" },
|
102717
|
+
variableDefinitions: [
|
102718
|
+
{
|
102719
|
+
kind: "VariableDefinition",
|
102720
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102721
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102722
|
+
},
|
102723
|
+
{
|
102724
|
+
kind: "VariableDefinition",
|
102725
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102726
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102727
|
+
},
|
102728
|
+
{
|
102729
|
+
kind: "VariableDefinition",
|
102730
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102731
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102732
|
+
},
|
102733
|
+
{
|
102734
|
+
kind: "VariableDefinition",
|
102735
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102736
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102737
|
+
},
|
102738
|
+
{
|
102739
|
+
kind: "VariableDefinition",
|
102740
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102741
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
102742
|
+
},
|
102743
|
+
{
|
102744
|
+
kind: "VariableDefinition",
|
102745
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102746
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102747
|
+
},
|
102748
|
+
{
|
102749
|
+
kind: "VariableDefinition",
|
102750
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102751
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
102752
|
+
},
|
102753
|
+
],
|
102754
|
+
selectionSet: {
|
102755
|
+
kind: "SelectionSet",
|
102756
|
+
selections: [
|
102757
|
+
{
|
102758
|
+
kind: "Field",
|
102759
|
+
name: { kind: "Name", value: "team" },
|
102760
|
+
arguments: [
|
102761
|
+
{
|
102762
|
+
kind: "Argument",
|
102763
|
+
name: { kind: "Name", value: "id" },
|
102764
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102765
|
+
},
|
102766
|
+
],
|
102767
|
+
selectionSet: {
|
102768
|
+
kind: "SelectionSet",
|
102769
|
+
selections: [
|
102770
|
+
{
|
102771
|
+
kind: "Field",
|
102772
|
+
name: { kind: "Name", value: "automationStates" },
|
102773
|
+
arguments: [
|
102774
|
+
{
|
102775
|
+
kind: "Argument",
|
102776
|
+
name: { kind: "Name", value: "after" },
|
102777
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102778
|
+
},
|
102779
|
+
{
|
102780
|
+
kind: "Argument",
|
102781
|
+
name: { kind: "Name", value: "before" },
|
102782
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102783
|
+
},
|
102784
|
+
{
|
102785
|
+
kind: "Argument",
|
102786
|
+
name: { kind: "Name", value: "first" },
|
102787
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102788
|
+
},
|
102789
|
+
{
|
102790
|
+
kind: "Argument",
|
102791
|
+
name: { kind: "Name", value: "includeArchived" },
|
102792
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102793
|
+
},
|
102794
|
+
{
|
102795
|
+
kind: "Argument",
|
102796
|
+
name: { kind: "Name", value: "last" },
|
102797
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102798
|
+
},
|
102799
|
+
{
|
102800
|
+
kind: "Argument",
|
102801
|
+
name: { kind: "Name", value: "orderBy" },
|
102802
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102803
|
+
},
|
102804
|
+
],
|
102805
|
+
selectionSet: {
|
102806
|
+
kind: "SelectionSet",
|
102807
|
+
selections: [
|
102808
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationStateConnection" } },
|
102809
|
+
],
|
102810
|
+
},
|
102811
|
+
},
|
102812
|
+
],
|
102813
|
+
},
|
102814
|
+
},
|
102815
|
+
],
|
102816
|
+
},
|
102817
|
+
},
|
102818
|
+
...GitAutomationStateConnectionFragmentDoc.definitions,
|
102819
|
+
...GitAutomationStateFragmentDoc.definitions,
|
102820
|
+
...PageInfoFragmentDoc.definitions,
|
102821
|
+
],
|
102822
|
+
};
|
102036
102823
|
const Team_CyclesDocument = {
|
102037
102824
|
kind: "Document",
|
102038
102825
|
definitions: [
|
@@ -102272,6 +103059,7 @@ const Team_IssuesDocument = {
|
|
102272
103059
|
},
|
102273
103060
|
...IssueConnectionFragmentDoc.definitions,
|
102274
103061
|
...IssueFragmentDoc.definitions,
|
103062
|
+
...ActorBotFragmentDoc.definitions,
|
102275
103063
|
...PageInfoFragmentDoc.definitions,
|
102276
103064
|
],
|
102277
103065
|
};
|
@@ -102987,6 +103775,7 @@ const Team_TemplatesDocument = {
|
|
102987
103775
|
},
|
102988
103776
|
},
|
102989
103777
|
...TemplateConnectionFragmentDoc.definitions,
|
103778
|
+
...TemplateFragmentDoc.definitions,
|
102990
103779
|
...PageInfoFragmentDoc.definitions,
|
102991
103780
|
],
|
102992
103781
|
};
|
@@ -103585,6 +104374,7 @@ const User_AssignedIssuesDocument = {
|
|
103585
104374
|
},
|
103586
104375
|
...IssueConnectionFragmentDoc.definitions,
|
103587
104376
|
...IssueFragmentDoc.definitions,
|
104377
|
+
...ActorBotFragmentDoc.definitions,
|
103588
104378
|
...PageInfoFragmentDoc.definitions,
|
103589
104379
|
],
|
103590
104380
|
};
|
@@ -103706,6 +104496,7 @@ const User_CreatedIssuesDocument = {
|
|
103706
104496
|
},
|
103707
104497
|
...IssueConnectionFragmentDoc.definitions,
|
103708
104498
|
...IssueFragmentDoc.definitions,
|
104499
|
+
...ActorBotFragmentDoc.definitions,
|
103709
104500
|
...PageInfoFragmentDoc.definitions,
|
103710
104501
|
],
|
103711
104502
|
};
|
@@ -104205,6 +104996,7 @@ const Viewer_AssignedIssuesDocument = {
|
|
104205
104996
|
},
|
104206
104997
|
...IssueConnectionFragmentDoc.definitions,
|
104207
104998
|
...IssueFragmentDoc.definitions,
|
104999
|
+
...ActorBotFragmentDoc.definitions,
|
104208
105000
|
...PageInfoFragmentDoc.definitions,
|
104209
105001
|
],
|
104210
105002
|
};
|
@@ -104314,6 +105106,7 @@ const Viewer_CreatedIssuesDocument = {
|
|
104314
105106
|
},
|
104315
105107
|
...IssueConnectionFragmentDoc.definitions,
|
104316
105108
|
...IssueFragmentDoc.definitions,
|
105109
|
+
...ActorBotFragmentDoc.definitions,
|
104317
105110
|
...PageInfoFragmentDoc.definitions,
|
104318
105111
|
],
|
104319
105112
|
};
|
@@ -104809,6 +105602,7 @@ const WorkflowState_IssuesDocument = {
|
|
104809
105602
|
},
|
104810
105603
|
...IssueConnectionFragmentDoc.definitions,
|
104811
105604
|
...IssueFragmentDoc.definitions,
|
105605
|
+
...ActorBotFragmentDoc.definitions,
|
104812
105606
|
...PageInfoFragmentDoc.definitions,
|
104813
105607
|
],
|
104814
105608
|
};
|
@@ -105326,6 +106120,84 @@ const AttachmentLinkFrontDocument = {
|
|
105326
106120
|
...FrontAttachmentPayloadFragmentDoc.definitions,
|
105327
106121
|
],
|
105328
106122
|
};
|
106123
|
+
const AttachmentLinkGitHubIssueDocument = {
|
106124
|
+
kind: "Document",
|
106125
|
+
definitions: [
|
106126
|
+
{
|
106127
|
+
kind: "OperationDefinition",
|
106128
|
+
operation: "mutation",
|
106129
|
+
name: { kind: "Name", value: "attachmentLinkGitHubIssue" },
|
106130
|
+
variableDefinitions: [
|
106131
|
+
{
|
106132
|
+
kind: "VariableDefinition",
|
106133
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
106134
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106135
|
+
},
|
106136
|
+
{
|
106137
|
+
kind: "VariableDefinition",
|
106138
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
106139
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106140
|
+
},
|
106141
|
+
{
|
106142
|
+
kind: "VariableDefinition",
|
106143
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106144
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106145
|
+
},
|
106146
|
+
{
|
106147
|
+
kind: "VariableDefinition",
|
106148
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
106149
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
106150
|
+
},
|
106151
|
+
{
|
106152
|
+
kind: "VariableDefinition",
|
106153
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "url" } },
|
106154
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
106155
|
+
},
|
106156
|
+
],
|
106157
|
+
selectionSet: {
|
106158
|
+
kind: "SelectionSet",
|
106159
|
+
selections: [
|
106160
|
+
{
|
106161
|
+
kind: "Field",
|
106162
|
+
name: { kind: "Name", value: "attachmentLinkGitHubIssue" },
|
106163
|
+
arguments: [
|
106164
|
+
{
|
106165
|
+
kind: "Argument",
|
106166
|
+
name: { kind: "Name", value: "createAsUser" },
|
106167
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
106168
|
+
},
|
106169
|
+
{
|
106170
|
+
kind: "Argument",
|
106171
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
106172
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
106173
|
+
},
|
106174
|
+
{
|
106175
|
+
kind: "Argument",
|
106176
|
+
name: { kind: "Name", value: "id" },
|
106177
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106178
|
+
},
|
106179
|
+
{
|
106180
|
+
kind: "Argument",
|
106181
|
+
name: { kind: "Name", value: "issueId" },
|
106182
|
+
value: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
106183
|
+
},
|
106184
|
+
{
|
106185
|
+
kind: "Argument",
|
106186
|
+
name: { kind: "Name", value: "url" },
|
106187
|
+
value: { kind: "Variable", name: { kind: "Name", value: "url" } },
|
106188
|
+
},
|
106189
|
+
],
|
106190
|
+
selectionSet: {
|
106191
|
+
kind: "SelectionSet",
|
106192
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AttachmentPayload" } }],
|
106193
|
+
},
|
106194
|
+
},
|
106195
|
+
],
|
106196
|
+
},
|
106197
|
+
},
|
106198
|
+
...AttachmentPayloadFragmentDoc.definitions,
|
106199
|
+
],
|
106200
|
+
};
|
105329
106201
|
const AttachmentLinkGitHubPrDocument = {
|
105330
106202
|
kind: "Document",
|
105331
106203
|
definitions: [
|
@@ -105357,17 +106229,17 @@ const AttachmentLinkGitHubPrDocument = {
|
|
105357
106229
|
{
|
105358
106230
|
kind: "VariableDefinition",
|
105359
106231
|
variable: { kind: "Variable", name: { kind: "Name", value: "number" } },
|
105360
|
-
type: { kind: "
|
106232
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Float" } },
|
105361
106233
|
},
|
105362
106234
|
{
|
105363
106235
|
kind: "VariableDefinition",
|
105364
106236
|
variable: { kind: "Variable", name: { kind: "Name", value: "owner" } },
|
105365
|
-
type: { kind: "
|
106237
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
105366
106238
|
},
|
105367
106239
|
{
|
105368
106240
|
kind: "VariableDefinition",
|
105369
106241
|
variable: { kind: "Variable", name: { kind: "Name", value: "repo" } },
|
105370
|
-
type: { kind: "
|
106242
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
105371
106243
|
},
|
105372
106244
|
{
|
105373
106245
|
kind: "VariableDefinition",
|
@@ -106638,6 +107510,47 @@ const CreateCycleDocument = {
|
|
106638
107510
|
...CyclePayloadFragmentDoc.definitions,
|
106639
107511
|
],
|
106640
107512
|
};
|
107513
|
+
const CycleShiftAllDocument = {
|
107514
|
+
kind: "Document",
|
107515
|
+
definitions: [
|
107516
|
+
{
|
107517
|
+
kind: "OperationDefinition",
|
107518
|
+
operation: "mutation",
|
107519
|
+
name: { kind: "Name", value: "cycleShiftAll" },
|
107520
|
+
variableDefinitions: [
|
107521
|
+
{
|
107522
|
+
kind: "VariableDefinition",
|
107523
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
107524
|
+
type: {
|
107525
|
+
kind: "NonNullType",
|
107526
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "CycleShiftAllInput" } },
|
107527
|
+
},
|
107528
|
+
},
|
107529
|
+
],
|
107530
|
+
selectionSet: {
|
107531
|
+
kind: "SelectionSet",
|
107532
|
+
selections: [
|
107533
|
+
{
|
107534
|
+
kind: "Field",
|
107535
|
+
name: { kind: "Name", value: "cycleShiftAll" },
|
107536
|
+
arguments: [
|
107537
|
+
{
|
107538
|
+
kind: "Argument",
|
107539
|
+
name: { kind: "Name", value: "input" },
|
107540
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
107541
|
+
},
|
107542
|
+
],
|
107543
|
+
selectionSet: {
|
107544
|
+
kind: "SelectionSet",
|
107545
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CyclePayload" } }],
|
107546
|
+
},
|
107547
|
+
},
|
107548
|
+
],
|
107549
|
+
},
|
107550
|
+
},
|
107551
|
+
...CyclePayloadFragmentDoc.definitions,
|
107552
|
+
],
|
107553
|
+
};
|
106641
107554
|
const UpdateCycleDocument = {
|
106642
107555
|
kind: "Document",
|
106643
107556
|
definitions: [
|
@@ -107229,6 +108142,138 @@ const FileUploadDocument = {
|
|
107229
108142
|
...UploadFileHeaderFragmentDoc.definitions,
|
107230
108143
|
],
|
107231
108144
|
};
|
108145
|
+
const CreateGitAutomationStateDocument = {
|
108146
|
+
kind: "Document",
|
108147
|
+
definitions: [
|
108148
|
+
{
|
108149
|
+
kind: "OperationDefinition",
|
108150
|
+
operation: "mutation",
|
108151
|
+
name: { kind: "Name", value: "createGitAutomationState" },
|
108152
|
+
variableDefinitions: [
|
108153
|
+
{
|
108154
|
+
kind: "VariableDefinition",
|
108155
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
108156
|
+
type: {
|
108157
|
+
kind: "NonNullType",
|
108158
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStateCreateInput" } },
|
108159
|
+
},
|
108160
|
+
},
|
108161
|
+
],
|
108162
|
+
selectionSet: {
|
108163
|
+
kind: "SelectionSet",
|
108164
|
+
selections: [
|
108165
|
+
{
|
108166
|
+
kind: "Field",
|
108167
|
+
name: { kind: "Name", value: "gitAutomationStateCreate" },
|
108168
|
+
arguments: [
|
108169
|
+
{
|
108170
|
+
kind: "Argument",
|
108171
|
+
name: { kind: "Name", value: "input" },
|
108172
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
108173
|
+
},
|
108174
|
+
],
|
108175
|
+
selectionSet: {
|
108176
|
+
kind: "SelectionSet",
|
108177
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationStatePayload" } }],
|
108178
|
+
},
|
108179
|
+
},
|
108180
|
+
],
|
108181
|
+
},
|
108182
|
+
},
|
108183
|
+
...GitAutomationStatePayloadFragmentDoc.definitions,
|
108184
|
+
...GitAutomationStateFragmentDoc.definitions,
|
108185
|
+
],
|
108186
|
+
};
|
108187
|
+
const DeleteGitAutomationStateDocument = {
|
108188
|
+
kind: "Document",
|
108189
|
+
definitions: [
|
108190
|
+
{
|
108191
|
+
kind: "OperationDefinition",
|
108192
|
+
operation: "mutation",
|
108193
|
+
name: { kind: "Name", value: "deleteGitAutomationState" },
|
108194
|
+
variableDefinitions: [
|
108195
|
+
{
|
108196
|
+
kind: "VariableDefinition",
|
108197
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
108198
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
108199
|
+
},
|
108200
|
+
],
|
108201
|
+
selectionSet: {
|
108202
|
+
kind: "SelectionSet",
|
108203
|
+
selections: [
|
108204
|
+
{
|
108205
|
+
kind: "Field",
|
108206
|
+
name: { kind: "Name", value: "gitAutomationStateDelete" },
|
108207
|
+
arguments: [
|
108208
|
+
{
|
108209
|
+
kind: "Argument",
|
108210
|
+
name: { kind: "Name", value: "id" },
|
108211
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
108212
|
+
},
|
108213
|
+
],
|
108214
|
+
selectionSet: {
|
108215
|
+
kind: "SelectionSet",
|
108216
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
|
108217
|
+
},
|
108218
|
+
},
|
108219
|
+
],
|
108220
|
+
},
|
108221
|
+
},
|
108222
|
+
...DeletePayloadFragmentDoc.definitions,
|
108223
|
+
],
|
108224
|
+
};
|
108225
|
+
const UpdateGitAutomationStateDocument = {
|
108226
|
+
kind: "Document",
|
108227
|
+
definitions: [
|
108228
|
+
{
|
108229
|
+
kind: "OperationDefinition",
|
108230
|
+
operation: "mutation",
|
108231
|
+
name: { kind: "Name", value: "updateGitAutomationState" },
|
108232
|
+
variableDefinitions: [
|
108233
|
+
{
|
108234
|
+
kind: "VariableDefinition",
|
108235
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
108236
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
108237
|
+
},
|
108238
|
+
{
|
108239
|
+
kind: "VariableDefinition",
|
108240
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
108241
|
+
type: {
|
108242
|
+
kind: "NonNullType",
|
108243
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStateUpdateInput" } },
|
108244
|
+
},
|
108245
|
+
},
|
108246
|
+
],
|
108247
|
+
selectionSet: {
|
108248
|
+
kind: "SelectionSet",
|
108249
|
+
selections: [
|
108250
|
+
{
|
108251
|
+
kind: "Field",
|
108252
|
+
name: { kind: "Name", value: "gitAutomationStateUpdate" },
|
108253
|
+
arguments: [
|
108254
|
+
{
|
108255
|
+
kind: "Argument",
|
108256
|
+
name: { kind: "Name", value: "id" },
|
108257
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
108258
|
+
},
|
108259
|
+
{
|
108260
|
+
kind: "Argument",
|
108261
|
+
name: { kind: "Name", value: "input" },
|
108262
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
108263
|
+
},
|
108264
|
+
],
|
108265
|
+
selectionSet: {
|
108266
|
+
kind: "SelectionSet",
|
108267
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationStatePayload" } }],
|
108268
|
+
},
|
108269
|
+
},
|
108270
|
+
],
|
108271
|
+
},
|
108272
|
+
},
|
108273
|
+
...GitAutomationStatePayloadFragmentDoc.definitions,
|
108274
|
+
...GitAutomationStateFragmentDoc.definitions,
|
108275
|
+
],
|
108276
|
+
};
|
107232
108277
|
const GoogleUserAccountAuthDocument = {
|
107233
108278
|
kind: "Document",
|
107234
108279
|
definitions: [
|
@@ -107712,44 +108757,6 @@ const IntegrationGithubConnectDocument = {
|
|
107712
108757
|
...IntegrationPayloadFragmentDoc.definitions,
|
107713
108758
|
],
|
107714
108759
|
};
|
107715
|
-
const IntegrationGithubSyncConnectDocument = {
|
107716
|
-
kind: "Document",
|
107717
|
-
definitions: [
|
107718
|
-
{
|
107719
|
-
kind: "OperationDefinition",
|
107720
|
-
operation: "mutation",
|
107721
|
-
name: { kind: "Name", value: "integrationGithubSyncConnect" },
|
107722
|
-
variableDefinitions: [
|
107723
|
-
{
|
107724
|
-
kind: "VariableDefinition",
|
107725
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
|
107726
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107727
|
-
},
|
107728
|
-
],
|
107729
|
-
selectionSet: {
|
107730
|
-
kind: "SelectionSet",
|
107731
|
-
selections: [
|
107732
|
-
{
|
107733
|
-
kind: "Field",
|
107734
|
-
name: { kind: "Name", value: "integrationGithubSyncConnect" },
|
107735
|
-
arguments: [
|
107736
|
-
{
|
107737
|
-
kind: "Argument",
|
107738
|
-
name: { kind: "Name", value: "installationId" },
|
107739
|
-
value: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
|
107740
|
-
},
|
107741
|
-
],
|
107742
|
-
selectionSet: {
|
107743
|
-
kind: "SelectionSet",
|
107744
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
|
107745
|
-
},
|
107746
|
-
},
|
107747
|
-
],
|
107748
|
-
},
|
107749
|
-
},
|
107750
|
-
...IntegrationPayloadFragmentDoc.definitions,
|
107751
|
-
],
|
107752
|
-
};
|
107753
108760
|
const IntegrationGitlabConnectDocument = {
|
107754
108761
|
kind: "Document",
|
107755
108762
|
definitions: [
|
@@ -107967,10 +108974,15 @@ const IntegrationJiraPersonalDocument = {
|
|
107967
108974
|
operation: "mutation",
|
107968
108975
|
name: { kind: "Name", value: "integrationJiraPersonal" },
|
107969
108976
|
variableDefinitions: [
|
108977
|
+
{
|
108978
|
+
kind: "VariableDefinition",
|
108979
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "accessToken" } },
|
108980
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
108981
|
+
},
|
107970
108982
|
{
|
107971
108983
|
kind: "VariableDefinition",
|
107972
108984
|
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
107973
|
-
type: { kind: "
|
108985
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107974
108986
|
},
|
107975
108987
|
],
|
107976
108988
|
selectionSet: {
|
@@ -107980,6 +108992,11 @@ const IntegrationJiraPersonalDocument = {
|
|
107980
108992
|
kind: "Field",
|
107981
108993
|
name: { kind: "Name", value: "integrationJiraPersonal" },
|
107982
108994
|
arguments: [
|
108995
|
+
{
|
108996
|
+
kind: "Argument",
|
108997
|
+
name: { kind: "Name", value: "accessToken" },
|
108998
|
+
value: { kind: "Variable", name: { kind: "Name", value: "accessToken" } },
|
108999
|
+
},
|
107983
109000
|
{
|
107984
109001
|
kind: "Argument",
|
107985
109002
|
name: { kind: "Name", value: "code" },
|
@@ -108313,13 +109330,13 @@ const IntegrationSlackOrgProjectUpdatesPostDocument = {
|
|
108313
109330
|
],
|
108314
109331
|
selectionSet: {
|
108315
109332
|
kind: "SelectionSet",
|
108316
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
109333
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
|
108317
109334
|
},
|
108318
109335
|
},
|
108319
109336
|
],
|
108320
109337
|
},
|
108321
109338
|
},
|
108322
|
-
...
|
109339
|
+
...SlackChannelConnectPayloadFragmentDoc.definitions,
|
108323
109340
|
],
|
108324
109341
|
};
|
108325
109342
|
const IntegrationSlackPersonalDocument = {
|
@@ -108429,13 +109446,13 @@ const IntegrationSlackPostDocument = {
|
|
108429
109446
|
],
|
108430
109447
|
selectionSet: {
|
108431
109448
|
kind: "SelectionSet",
|
108432
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
109449
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
|
108433
109450
|
},
|
108434
109451
|
},
|
108435
109452
|
],
|
108436
109453
|
},
|
108437
109454
|
},
|
108438
|
-
...
|
109455
|
+
...SlackChannelConnectPayloadFragmentDoc.definitions,
|
108439
109456
|
],
|
108440
109457
|
};
|
108441
109458
|
const IntegrationSlackProjectPostDocument = {
|
@@ -108497,13 +109514,13 @@ const IntegrationSlackProjectPostDocument = {
|
|
108497
109514
|
],
|
108498
109515
|
selectionSet: {
|
108499
109516
|
kind: "SelectionSet",
|
108500
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
109517
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
|
108501
109518
|
},
|
108502
109519
|
},
|
108503
109520
|
],
|
108504
109521
|
},
|
108505
109522
|
},
|
108506
|
-
...
|
109523
|
+
...SlackChannelConnectPayloadFragmentDoc.definitions,
|
108507
109524
|
],
|
108508
109525
|
};
|
108509
109526
|
const CreateIntegrationTemplateDocument = {
|
@@ -108942,6 +109959,7 @@ const UpdateIssueBatchDocument = {
|
|
108942
109959
|
},
|
108943
109960
|
...IssueBatchPayloadFragmentDoc.definitions,
|
108944
109961
|
...IssueFragmentDoc.definitions,
|
109962
|
+
...ActorBotFragmentDoc.definitions,
|
108945
109963
|
],
|
108946
109964
|
};
|
108947
109965
|
const CreateIssueDocument = {
|
@@ -111416,6 +112434,11 @@ const CreateProjectDocument = {
|
|
111416
112434
|
operation: "mutation",
|
111417
112435
|
name: { kind: "Name", value: "createProject" },
|
111418
112436
|
variableDefinitions: [
|
112437
|
+
{
|
112438
|
+
kind: "VariableDefinition",
|
112439
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "connectSlackChannel" } },
|
112440
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
112441
|
+
},
|
111419
112442
|
{
|
111420
112443
|
kind: "VariableDefinition",
|
111421
112444
|
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
@@ -111432,6 +112455,11 @@ const CreateProjectDocument = {
|
|
111432
112455
|
kind: "Field",
|
111433
112456
|
name: { kind: "Name", value: "projectCreate" },
|
111434
112457
|
arguments: [
|
112458
|
+
{
|
112459
|
+
kind: "Argument",
|
112460
|
+
name: { kind: "Name", value: "connectSlackChannel" },
|
112461
|
+
value: { kind: "Variable", name: { kind: "Name", value: "connectSlackChannel" } },
|
112462
|
+
},
|
111435
112463
|
{
|
111436
112464
|
kind: "Argument",
|
111437
112465
|
name: { kind: "Name", value: "input" },
|
@@ -112957,6 +113985,44 @@ const UpdateTeamMembershipDocument = {
|
|
112957
113985
|
...TeamMembershipPayloadFragmentDoc.definitions,
|
112958
113986
|
],
|
112959
113987
|
};
|
113988
|
+
const UnarchiveTeamDocument = {
|
113989
|
+
kind: "Document",
|
113990
|
+
definitions: [
|
113991
|
+
{
|
113992
|
+
kind: "OperationDefinition",
|
113993
|
+
operation: "mutation",
|
113994
|
+
name: { kind: "Name", value: "unarchiveTeam" },
|
113995
|
+
variableDefinitions: [
|
113996
|
+
{
|
113997
|
+
kind: "VariableDefinition",
|
113998
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
113999
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
114000
|
+
},
|
114001
|
+
],
|
114002
|
+
selectionSet: {
|
114003
|
+
kind: "SelectionSet",
|
114004
|
+
selections: [
|
114005
|
+
{
|
114006
|
+
kind: "Field",
|
114007
|
+
name: { kind: "Name", value: "teamUnarchive" },
|
114008
|
+
arguments: [
|
114009
|
+
{
|
114010
|
+
kind: "Argument",
|
114011
|
+
name: { kind: "Name", value: "id" },
|
114012
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
114013
|
+
},
|
114014
|
+
],
|
114015
|
+
selectionSet: {
|
114016
|
+
kind: "SelectionSet",
|
114017
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamArchivePayload" } }],
|
114018
|
+
},
|
114019
|
+
},
|
114020
|
+
],
|
114021
|
+
},
|
114022
|
+
},
|
114023
|
+
...TeamArchivePayloadFragmentDoc.definitions,
|
114024
|
+
],
|
114025
|
+
};
|
112960
114026
|
const UpdateTeamDocument = {
|
112961
114027
|
kind: "Document",
|
112962
114028
|
definitions: [
|
@@ -113348,82 +114414,6 @@ const UpdateUserFlagDocument = {
|
|
113348
114414
|
...UserSettingsFlagPayloadFragmentDoc.definitions,
|
113349
114415
|
],
|
113350
114416
|
};
|
113351
|
-
const UserGitHubConnectDocument = {
|
113352
|
-
kind: "Document",
|
113353
|
-
definitions: [
|
113354
|
-
{
|
113355
|
-
kind: "OperationDefinition",
|
113356
|
-
operation: "mutation",
|
113357
|
-
name: { kind: "Name", value: "userGitHubConnect" },
|
113358
|
-
variableDefinitions: [
|
113359
|
-
{
|
113360
|
-
kind: "VariableDefinition",
|
113361
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113362
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
113363
|
-
},
|
113364
|
-
],
|
113365
|
-
selectionSet: {
|
113366
|
-
kind: "SelectionSet",
|
113367
|
-
selections: [
|
113368
|
-
{
|
113369
|
-
kind: "Field",
|
113370
|
-
name: { kind: "Name", value: "userGitHubConnect" },
|
113371
|
-
arguments: [
|
113372
|
-
{
|
113373
|
-
kind: "Argument",
|
113374
|
-
name: { kind: "Name", value: "code" },
|
113375
|
-
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113376
|
-
},
|
113377
|
-
],
|
113378
|
-
selectionSet: {
|
113379
|
-
kind: "SelectionSet",
|
113380
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
|
113381
|
-
},
|
113382
|
-
},
|
113383
|
-
],
|
113384
|
-
},
|
113385
|
-
},
|
113386
|
-
...UserPayloadFragmentDoc.definitions,
|
113387
|
-
],
|
113388
|
-
};
|
113389
|
-
const UserJiraConnectDocument = {
|
113390
|
-
kind: "Document",
|
113391
|
-
definitions: [
|
113392
|
-
{
|
113393
|
-
kind: "OperationDefinition",
|
113394
|
-
operation: "mutation",
|
113395
|
-
name: { kind: "Name", value: "userJiraConnect" },
|
113396
|
-
variableDefinitions: [
|
113397
|
-
{
|
113398
|
-
kind: "VariableDefinition",
|
113399
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113400
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
113401
|
-
},
|
113402
|
-
],
|
113403
|
-
selectionSet: {
|
113404
|
-
kind: "SelectionSet",
|
113405
|
-
selections: [
|
113406
|
-
{
|
113407
|
-
kind: "Field",
|
113408
|
-
name: { kind: "Name", value: "userJiraConnect" },
|
113409
|
-
arguments: [
|
113410
|
-
{
|
113411
|
-
kind: "Argument",
|
113412
|
-
name: { kind: "Name", value: "code" },
|
113413
|
-
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113414
|
-
},
|
113415
|
-
],
|
113416
|
-
selectionSet: {
|
113417
|
-
kind: "SelectionSet",
|
113418
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
|
113419
|
-
},
|
113420
|
-
},
|
113421
|
-
],
|
113422
|
-
},
|
113423
|
-
},
|
113424
|
-
...UserPayloadFragmentDoc.definitions,
|
113425
|
-
],
|
113426
|
-
};
|
113427
114417
|
const UserPromoteAdminDocument = {
|
113428
114418
|
kind: "Document",
|
113429
114419
|
definitions: [
|
@@ -114151,19 +115141,24 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114151
115141
|
__proto__: null,
|
114152
115142
|
get AuthenticationSessionType () { return AuthenticationSessionType; },
|
114153
115143
|
get ContextViewType () { return ContextViewType; },
|
115144
|
+
get DateResolutionType () { return DateResolutionType; },
|
114154
115145
|
get Day () { return Day; },
|
115146
|
+
get GitAutomationStates () { return GitAutomationStates; },
|
114155
115147
|
get IntegrationService () { return IntegrationService; },
|
114156
115148
|
get IssueRelationType () { return IssueRelationType; },
|
114157
115149
|
get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
|
114158
115150
|
get OrganizationDomainAuthType () { return OrganizationDomainAuthType; },
|
114159
115151
|
get OrganizationInviteStatus () { return OrganizationInviteStatus; },
|
114160
115152
|
get PaginationOrderBy () { return PaginationOrderBy; },
|
115153
|
+
get ProjectTab () { return ProjectTab; },
|
114161
115154
|
get ProjectUpdateHealthType () { return ProjectUpdateHealthType; },
|
114162
115155
|
get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
|
114163
115156
|
get PushSubscriptionType () { return PushSubscriptionType; },
|
114164
115157
|
get ReleaseChannel () { return ReleaseChannel; },
|
114165
115158
|
get SlaDayCountType () { return SlaDayCountType; },
|
115159
|
+
get SendStrategy () { return SendStrategy; },
|
114166
115160
|
get SlaStatus () { return SlaStatus; },
|
115161
|
+
get SlackChannelType () { return SlackChannelType; },
|
114167
115162
|
get TriageResponsibilityAction () { return TriageResponsibilityAction; },
|
114168
115163
|
get UserContextViewType () { return UserContextViewType; },
|
114169
115164
|
get UserFlagType () { return UserFlagType; },
|
@@ -114193,17 +115188,20 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114193
115188
|
NotificationArchivePayloadFragmentDoc: NotificationArchivePayloadFragmentDoc,
|
114194
115189
|
ProjectArchivePayloadFragmentDoc: ProjectArchivePayloadFragmentDoc,
|
114195
115190
|
RoadmapArchivePayloadFragmentDoc: RoadmapArchivePayloadFragmentDoc,
|
115191
|
+
TeamArchivePayloadFragmentDoc: TeamArchivePayloadFragmentDoc,
|
114196
115192
|
WorkflowStateArchivePayloadFragmentDoc: WorkflowStateArchivePayloadFragmentDoc,
|
114197
115193
|
ArchivePayloadFragmentDoc: ArchivePayloadFragmentDoc,
|
114198
115194
|
LabelNotificationSubscriptionFragmentDoc: LabelNotificationSubscriptionFragmentDoc,
|
114199
115195
|
ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
|
114200
115196
|
TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
|
114201
|
-
TemplateFragmentDoc: TemplateFragmentDoc,
|
114202
115197
|
UserAccountFragmentDoc: UserAccountFragmentDoc,
|
114203
115198
|
UserNotificationSubscriptionFragmentDoc: UserNotificationSubscriptionFragmentDoc,
|
115199
|
+
EmailIntakeAddressFragmentDoc: EmailIntakeAddressFragmentDoc,
|
114204
115200
|
PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
|
114205
115201
|
OrganizationFragmentDoc: OrganizationFragmentDoc,
|
114206
|
-
|
115202
|
+
AuthOauthClientWithScopeFragmentDoc: AuthOauthClientWithScopeFragmentDoc,
|
115203
|
+
AuthOauthClientWithMembershipsFragmentDoc: AuthOauthClientWithMembershipsFragmentDoc,
|
115204
|
+
AuthenticationSessionResponseFragmentDoc: AuthenticationSessionResponseFragmentDoc,
|
114207
115205
|
OrganizationDomainFragmentDoc: OrganizationDomainFragmentDoc,
|
114208
115206
|
GithubRepoFragmentDoc: GithubRepoFragmentDoc,
|
114209
115207
|
GithubOrgFragmentDoc: GithubOrgFragmentDoc,
|
@@ -114211,10 +115209,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114211
115209
|
UserAuthorizedApplicationFragmentDoc: UserAuthorizedApplicationFragmentDoc,
|
114212
115210
|
ApplicationFragmentDoc: ApplicationFragmentDoc,
|
114213
115211
|
FrontSettingsFragmentDoc: FrontSettingsFragmentDoc,
|
114214
|
-
GitHubSettingsFragmentDoc: GitHubSettingsFragmentDoc,
|
114215
115212
|
TeamRepoMappingFragmentDoc: TeamRepoMappingFragmentDoc,
|
114216
|
-
|
114217
|
-
|
115213
|
+
GitHubRepoFragmentDoc: GitHubRepoFragmentDoc,
|
115214
|
+
GitHubSettingsFragmentDoc: GitHubSettingsFragmentDoc,
|
115215
|
+
GitHubPersonalSettingsFragmentDoc: GitHubPersonalSettingsFragmentDoc,
|
114218
115216
|
GitLabSettingsFragmentDoc: GitLabSettingsFragmentDoc,
|
114219
115217
|
GoogleSheetsSettingsFragmentDoc: GoogleSheetsSettingsFragmentDoc,
|
114220
115218
|
IntercomSettingsFragmentDoc: IntercomSettingsFragmentDoc,
|
@@ -114248,14 +115246,19 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114248
115246
|
AuditEntryFragmentDoc: AuditEntryFragmentDoc,
|
114249
115247
|
AuditEntryConnectionFragmentDoc: AuditEntryConnectionFragmentDoc,
|
114250
115248
|
AuditEntryTypeFragmentDoc: AuditEntryTypeFragmentDoc,
|
114251
|
-
AuthApiKeyDeletePayloadFragmentDoc: AuthApiKeyDeletePayloadFragmentDoc,
|
114252
115249
|
AuthApiKeyFragmentDoc: AuthApiKeyFragmentDoc,
|
114253
115250
|
AuthApiKeyPayloadFragmentDoc: AuthApiKeyPayloadFragmentDoc,
|
114254
|
-
AuthIntegrationFragmentDoc: AuthIntegrationFragmentDoc,
|
114255
115251
|
AuthOrganizationFragmentDoc: AuthOrganizationFragmentDoc,
|
114256
115252
|
AuthUserFragmentDoc: AuthUserFragmentDoc,
|
115253
|
+
AuthCreateOrJoinOrganizationResponseFragmentDoc: AuthCreateOrJoinOrganizationResponseFragmentDoc,
|
115254
|
+
AuthIntegrationFragmentDoc: AuthIntegrationFragmentDoc,
|
115255
|
+
AuthOauthClientFragmentDoc: AuthOauthClientFragmentDoc,
|
115256
|
+
OauthTokenFragmentDoc: OauthTokenFragmentDoc,
|
115257
|
+
AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
|
115258
|
+
AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
|
114257
115259
|
AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
|
114258
|
-
|
115260
|
+
AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
|
115261
|
+
AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
|
114259
115262
|
CommentFragmentDoc: CommentFragmentDoc,
|
114260
115263
|
CommentConnectionFragmentDoc: CommentConnectionFragmentDoc,
|
114261
115264
|
CommentPayloadFragmentDoc: CommentPayloadFragmentDoc,
|
@@ -114290,6 +115293,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114290
115293
|
FavoriteConnectionFragmentDoc: FavoriteConnectionFragmentDoc,
|
114291
115294
|
FavoritePayloadFragmentDoc: FavoritePayloadFragmentDoc,
|
114292
115295
|
FrontAttachmentPayloadFragmentDoc: FrontAttachmentPayloadFragmentDoc,
|
115296
|
+
GitAutomationStateFragmentDoc: GitAutomationStateFragmentDoc,
|
115297
|
+
GitAutomationStateConnectionFragmentDoc: GitAutomationStateConnectionFragmentDoc,
|
115298
|
+
GitAutomationStatePayloadFragmentDoc: GitAutomationStatePayloadFragmentDoc,
|
114293
115299
|
GitHubCommitIntegrationPayloadFragmentDoc: GitHubCommitIntegrationPayloadFragmentDoc,
|
114294
115300
|
ImageUploadFromUrlPayloadFragmentDoc: ImageUploadFromUrlPayloadFragmentDoc,
|
114295
115301
|
IntegrationFragmentDoc: IntegrationFragmentDoc,
|
@@ -114379,6 +115385,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114379
115385
|
RoadmapToProjectConnectionFragmentDoc: RoadmapToProjectConnectionFragmentDoc,
|
114380
115386
|
RoadmapToProjectPayloadFragmentDoc: RoadmapToProjectPayloadFragmentDoc,
|
114381
115387
|
SamlConfigurationFragmentDoc: SamlConfigurationFragmentDoc,
|
115388
|
+
SlackChannelConnectPayloadFragmentDoc: SlackChannelConnectPayloadFragmentDoc,
|
114382
115389
|
SsoUrlFromEmailResponseFragmentDoc: SsoUrlFromEmailResponseFragmentDoc,
|
114383
115390
|
SynchronizedPayloadFragmentDoc: SynchronizedPayloadFragmentDoc,
|
114384
115391
|
TeamFragmentDoc: TeamFragmentDoc,
|
@@ -114387,6 +115394,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114387
115394
|
TeamMembershipConnectionFragmentDoc: TeamMembershipConnectionFragmentDoc,
|
114388
115395
|
TeamMembershipPayloadFragmentDoc: TeamMembershipPayloadFragmentDoc,
|
114389
115396
|
TeamPayloadFragmentDoc: TeamPayloadFragmentDoc,
|
115397
|
+
TemplateFragmentDoc: TemplateFragmentDoc,
|
114390
115398
|
TemplateConnectionFragmentDoc: TemplateConnectionFragmentDoc,
|
114391
115399
|
TemplatePayloadFragmentDoc: TemplatePayloadFragmentDoc,
|
114392
115400
|
TriageResponsibilityFragmentDoc: TriageResponsibilityFragmentDoc,
|
@@ -114420,6 +115428,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114420
115428
|
AttachmentDocument: AttachmentDocument,
|
114421
115429
|
AttachmentIssueDocument: AttachmentIssueDocument,
|
114422
115430
|
AttachmentIssue_AttachmentsDocument: AttachmentIssue_AttachmentsDocument,
|
115431
|
+
AttachmentIssue_BotActorDocument: AttachmentIssue_BotActorDocument,
|
114423
115432
|
AttachmentIssue_ChildrenDocument: AttachmentIssue_ChildrenDocument,
|
114424
115433
|
AttachmentIssue_CommentsDocument: AttachmentIssue_CommentsDocument,
|
114425
115434
|
AttachmentIssue_HistoryDocument: AttachmentIssue_HistoryDocument,
|
@@ -114460,6 +115469,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114460
115469
|
IntegrationsSettingsDocument: IntegrationsSettingsDocument,
|
114461
115470
|
IssueDocument: IssueDocument,
|
114462
115471
|
Issue_AttachmentsDocument: Issue_AttachmentsDocument,
|
115472
|
+
Issue_BotActorDocument: Issue_BotActorDocument,
|
114463
115473
|
Issue_ChildrenDocument: Issue_ChildrenDocument,
|
114464
115474
|
Issue_CommentsDocument: Issue_CommentsDocument,
|
114465
115475
|
Issue_HistoryDocument: Issue_HistoryDocument,
|
@@ -114481,6 +115491,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114481
115491
|
IssueSearchDocument: IssueSearchDocument,
|
114482
115492
|
IssueVcsBranchSearchDocument: IssueVcsBranchSearchDocument,
|
114483
115493
|
IssueVcsBranchSearch_AttachmentsDocument: IssueVcsBranchSearch_AttachmentsDocument,
|
115494
|
+
IssueVcsBranchSearch_BotActorDocument: IssueVcsBranchSearch_BotActorDocument,
|
114484
115495
|
IssueVcsBranchSearch_ChildrenDocument: IssueVcsBranchSearch_ChildrenDocument,
|
114485
115496
|
IssueVcsBranchSearch_CommentsDocument: IssueVcsBranchSearch_CommentsDocument,
|
114486
115497
|
IssueVcsBranchSearch_HistoryDocument: IssueVcsBranchSearch_HistoryDocument,
|
@@ -114536,6 +115547,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114536
115547
|
SearchProjects_ArchivePayloadDocument: SearchProjects_ArchivePayloadDocument,
|
114537
115548
|
SsoUrlFromEmailDocument: SsoUrlFromEmailDocument,
|
114538
115549
|
TeamDocument: TeamDocument,
|
115550
|
+
Team_AutomationStatesDocument: Team_AutomationStatesDocument,
|
114539
115551
|
Team_CyclesDocument: Team_CyclesDocument,
|
114540
115552
|
Team_IssuesDocument: Team_IssuesDocument,
|
114541
115553
|
Team_LabelsDocument: Team_LabelsDocument,
|
@@ -114576,6 +115588,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114576
115588
|
DeleteAttachmentDocument: DeleteAttachmentDocument,
|
114577
115589
|
AttachmentLinkDiscordDocument: AttachmentLinkDiscordDocument,
|
114578
115590
|
AttachmentLinkFrontDocument: AttachmentLinkFrontDocument,
|
115591
|
+
AttachmentLinkGitHubIssueDocument: AttachmentLinkGitHubIssueDocument,
|
114579
115592
|
AttachmentLinkGitHubPrDocument: AttachmentLinkGitHubPrDocument,
|
114580
115593
|
AttachmentLinkGitLabMrDocument: AttachmentLinkGitLabMrDocument,
|
114581
115594
|
AttachmentLinkIntercomDocument: AttachmentLinkIntercomDocument,
|
@@ -114599,6 +115612,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114599
115612
|
UpdateCustomViewDocument: UpdateCustomViewDocument,
|
114600
115613
|
ArchiveCycleDocument: ArchiveCycleDocument,
|
114601
115614
|
CreateCycleDocument: CreateCycleDocument,
|
115615
|
+
CycleShiftAllDocument: CycleShiftAllDocument,
|
114602
115616
|
UpdateCycleDocument: UpdateCycleDocument,
|
114603
115617
|
CreateDocumentDocument: CreateDocumentDocument,
|
114604
115618
|
DeleteDocumentDocument: DeleteDocumentDocument,
|
@@ -114612,6 +115626,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114612
115626
|
DeleteFavoriteDocument: DeleteFavoriteDocument,
|
114613
115627
|
UpdateFavoriteDocument: UpdateFavoriteDocument,
|
114614
115628
|
FileUploadDocument: FileUploadDocument,
|
115629
|
+
CreateGitAutomationStateDocument: CreateGitAutomationStateDocument,
|
115630
|
+
DeleteGitAutomationStateDocument: DeleteGitAutomationStateDocument,
|
115631
|
+
UpdateGitAutomationStateDocument: UpdateGitAutomationStateDocument,
|
114615
115632
|
GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
|
114616
115633
|
ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
|
114617
115634
|
ImportFileUploadDocument: ImportFileUploadDocument,
|
@@ -114623,7 +115640,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114623
115640
|
IntegrationGitHubPersonalDocument: IntegrationGitHubPersonalDocument,
|
114624
115641
|
CreateIntegrationGithubCommitDocument: CreateIntegrationGithubCommitDocument,
|
114625
115642
|
IntegrationGithubConnectDocument: IntegrationGithubConnectDocument,
|
114626
|
-
IntegrationGithubSyncConnectDocument: IntegrationGithubSyncConnectDocument,
|
114627
115643
|
IntegrationGitlabConnectDocument: IntegrationGitlabConnectDocument,
|
114628
115644
|
IntegrationGoogleSheetsDocument: IntegrationGoogleSheetsDocument,
|
114629
115645
|
IntegrationIntercomDocument: IntegrationIntercomDocument,
|
@@ -114735,6 +115751,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114735
115751
|
CreateTeamMembershipDocument: CreateTeamMembershipDocument,
|
114736
115752
|
DeleteTeamMembershipDocument: DeleteTeamMembershipDocument,
|
114737
115753
|
UpdateTeamMembershipDocument: UpdateTeamMembershipDocument,
|
115754
|
+
UnarchiveTeamDocument: UnarchiveTeamDocument,
|
114738
115755
|
UpdateTeamDocument: UpdateTeamDocument,
|
114739
115756
|
CreateTemplateDocument: CreateTemplateDocument,
|
114740
115757
|
DeleteTemplateDocument: DeleteTemplateDocument,
|
@@ -114744,8 +115761,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114744
115761
|
UserDiscordConnectDocument: UserDiscordConnectDocument,
|
114745
115762
|
UserExternalUserDisconnectDocument: UserExternalUserDisconnectDocument,
|
114746
115763
|
UpdateUserFlagDocument: UpdateUserFlagDocument,
|
114747
|
-
UserGitHubConnectDocument: UserGitHubConnectDocument,
|
114748
|
-
UserJiraConnectDocument: UserJiraConnectDocument,
|
114749
115764
|
UserPromoteAdminDocument: UserPromoteAdminDocument,
|
114750
115765
|
UserPromoteMemberDocument: UserPromoteMemberDocument,
|
114751
115766
|
UserSettingsFlagIncrementDocument: UserSettingsFlagIncrementDocument,
|
@@ -115037,20 +116052,20 @@ class AsksChannelConnectPayload extends Request {
|
|
115037
116052
|
*/
|
115038
116053
|
class Attachment extends Request {
|
115039
116054
|
constructor(request, data) {
|
115040
|
-
var _a, _b, _c, _d, _e, _f, _g
|
116055
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
115041
116056
|
super(request);
|
115042
116057
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115043
116058
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115044
116059
|
this.groupBySource = data.groupBySource;
|
115045
116060
|
this.id = data.id;
|
115046
|
-
this.metadata =
|
115047
|
-
this.source = (
|
115048
|
-
this.sourceType = (
|
115049
|
-
this.subtitle = (
|
116061
|
+
this.metadata = data.metadata;
|
116062
|
+
this.source = (_c = data.source) !== null && _c !== void 0 ? _c : undefined;
|
116063
|
+
this.sourceType = (_d = data.sourceType) !== null && _d !== void 0 ? _d : undefined;
|
116064
|
+
this.subtitle = (_e = data.subtitle) !== null && _e !== void 0 ? _e : undefined;
|
115050
116065
|
this.title = data.title;
|
115051
|
-
this.updatedAt = (
|
116066
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
115052
116067
|
this.url = data.url;
|
115053
|
-
this._creator = (
|
116068
|
+
this._creator = (_g = data.creator) !== null && _g !== void 0 ? _g : undefined;
|
115054
116069
|
this._issue = data.issue;
|
115055
116070
|
}
|
115056
116071
|
/** The creator of the attachment. */
|
@@ -115137,9 +116152,8 @@ class AttachmentPayload extends Request {
|
|
115137
116152
|
*/
|
115138
116153
|
class AttachmentSourcesPayload extends Request {
|
115139
116154
|
constructor(request, data) {
|
115140
|
-
var _a;
|
115141
116155
|
super(request);
|
115142
|
-
this.sources =
|
116156
|
+
this.sources = data.sources;
|
115143
116157
|
}
|
115144
116158
|
}
|
115145
116159
|
/**
|
@@ -115158,8 +116172,8 @@ class AuditEntry extends Request {
|
|
115158
116172
|
this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
|
115159
116173
|
this.id = data.id;
|
115160
116174
|
this.ip = (_e = data.ip) !== null && _e !== void 0 ? _e : undefined;
|
115161
|
-
this.metadata = (_f =
|
115162
|
-
this.requestInformation = (_g =
|
116175
|
+
this.metadata = (_f = data.metadata) !== null && _f !== void 0 ? _f : undefined;
|
116176
|
+
this.requestInformation = (_g = data.requestInformation) !== null && _g !== void 0 ? _g : undefined;
|
115163
116177
|
this.type = data.type;
|
115164
116178
|
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
115165
116179
|
this._actor = (_j = data.actor) !== null && _j !== void 0 ? _j : undefined;
|
@@ -115212,28 +116226,33 @@ class AuthApiKey extends Request {
|
|
115212
116226
|
}
|
115213
116227
|
}
|
115214
116228
|
/**
|
115215
|
-
*
|
116229
|
+
* AuthApiKeyPayload model
|
115216
116230
|
*
|
115217
116231
|
* @param request - function to call the graphql client
|
115218
|
-
* @param data - L.
|
116232
|
+
* @param data - L.AuthApiKeyPayloadFragment response data
|
115219
116233
|
*/
|
115220
|
-
class
|
116234
|
+
class AuthApiKeyPayload extends Request {
|
115221
116235
|
constructor(request, data) {
|
115222
116236
|
super(request);
|
115223
116237
|
this.success = data.success;
|
116238
|
+
this.authApiKey = new AuthApiKey(request, data.authApiKey);
|
115224
116239
|
}
|
115225
116240
|
}
|
115226
116241
|
/**
|
115227
|
-
*
|
116242
|
+
* AuthCreateOrJoinOrganizationResponse model
|
115228
116243
|
*
|
115229
116244
|
* @param request - function to call the graphql client
|
115230
|
-
* @param data - L.
|
116245
|
+
* @param data - L.AuthCreateOrJoinOrganizationResponseFragment response data
|
115231
116246
|
*/
|
115232
|
-
class
|
116247
|
+
class AuthCreateOrJoinOrganizationResponse extends Request {
|
115233
116248
|
constructor(request, data) {
|
116249
|
+
var _a;
|
115234
116250
|
super(request);
|
115235
|
-
this.
|
115236
|
-
this.
|
116251
|
+
this.grantDomainAccess = (_a = data.grantDomainAccess) !== null && _a !== void 0 ? _a : undefined;
|
116252
|
+
this.authOrganization = new AuthOrganization(request, data.authOrganization);
|
116253
|
+
this.authUser = new AuthUser(request, data.authUser);
|
116254
|
+
this.organization = new AuthOrganization(request, data.organization);
|
116255
|
+
this.user = new AuthUser(request, data.user);
|
115237
116256
|
}
|
115238
116257
|
}
|
115239
116258
|
/**
|
@@ -115248,6 +116267,82 @@ class AuthIntegration extends Request {
|
|
115248
116267
|
this.id = data.id;
|
115249
116268
|
}
|
115250
116269
|
}
|
116270
|
+
/**
|
116271
|
+
* AuthOauthClient model
|
116272
|
+
*
|
116273
|
+
* @param request - function to call the graphql client
|
116274
|
+
* @param data - L.AuthOauthClientFragment response data
|
116275
|
+
*/
|
116276
|
+
class AuthOauthClient extends Request {
|
116277
|
+
constructor(request, data) {
|
116278
|
+
var _a, _b, _c, _d;
|
116279
|
+
super(request);
|
116280
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116281
|
+
this.clientId = data.clientId;
|
116282
|
+
this.clientSecret = data.clientSecret;
|
116283
|
+
this.creatorId = data.creatorId;
|
116284
|
+
this.description = (_b = data.description) !== null && _b !== void 0 ? _b : undefined;
|
116285
|
+
this.developer = data.developer;
|
116286
|
+
this.developerUrl = data.developerUrl;
|
116287
|
+
this.id = data.id;
|
116288
|
+
this.imageUrl = (_c = data.imageUrl) !== null && _c !== void 0 ? _c : undefined;
|
116289
|
+
this.name = data.name;
|
116290
|
+
this.organizationId = data.organizationId;
|
116291
|
+
this.publicEnabled = data.publicEnabled;
|
116292
|
+
this.redirectUris = data.redirectUris;
|
116293
|
+
this.webhookUrl = (_d = data.webhookUrl) !== null && _d !== void 0 ? _d : undefined;
|
116294
|
+
}
|
116295
|
+
}
|
116296
|
+
/**
|
116297
|
+
* AuthOauthClient with token creator IDs and counts (memberships), for use in the GraphQL API.
|
116298
|
+
*
|
116299
|
+
* @param request - function to call the graphql client
|
116300
|
+
* @param data - L.AuthOauthClientWithMembershipsFragment response data
|
116301
|
+
*/
|
116302
|
+
class AuthOauthClientWithMemberships extends Request {
|
116303
|
+
constructor(request, data) {
|
116304
|
+
var _a, _b;
|
116305
|
+
super(request);
|
116306
|
+
this.appId = data.appId;
|
116307
|
+
this.clientId = data.clientId;
|
116308
|
+
this.imageUrl = (_a = data.imageUrl) !== null && _a !== void 0 ? _a : undefined;
|
116309
|
+
this.name = data.name;
|
116310
|
+
this.scope = data.scope;
|
116311
|
+
this.totalMembers = data.totalMembers;
|
116312
|
+
this.webhookUrl = (_b = data.webhookUrl) !== null && _b !== void 0 ? _b : undefined;
|
116313
|
+
}
|
116314
|
+
}
|
116315
|
+
/**
|
116316
|
+
* AuthOauthClient with scope from OauthToken, for use in the GraphQL API.
|
116317
|
+
*
|
116318
|
+
* @param request - function to call the graphql client
|
116319
|
+
* @param data - L.AuthOauthClientWithScopeFragment response data
|
116320
|
+
*/
|
116321
|
+
class AuthOauthClientWithScope extends Request {
|
116322
|
+
constructor(request, data) {
|
116323
|
+
var _a, _b;
|
116324
|
+
super(request);
|
116325
|
+
this.appId = data.appId;
|
116326
|
+
this.clientId = data.clientId;
|
116327
|
+
this.imageUrl = (_a = data.imageUrl) !== null && _a !== void 0 ? _a : undefined;
|
116328
|
+
this.name = data.name;
|
116329
|
+
this.scope = data.scope;
|
116330
|
+
this.webhookUrl = (_b = data.webhookUrl) !== null && _b !== void 0 ? _b : undefined;
|
116331
|
+
}
|
116332
|
+
}
|
116333
|
+
/**
|
116334
|
+
* AuthOauthClientWithTokens model
|
116335
|
+
*
|
116336
|
+
* @param request - function to call the graphql client
|
116337
|
+
* @param data - L.AuthOauthClientWithTokensFragment response data
|
116338
|
+
*/
|
116339
|
+
class AuthOauthClientWithTokens extends Request {
|
116340
|
+
constructor(request, data) {
|
116341
|
+
super(request);
|
116342
|
+
this.client = new AuthOauthClient(request, data.client);
|
116343
|
+
this.tokens = data.tokens.map(node => new OauthToken(request, node));
|
116344
|
+
}
|
116345
|
+
}
|
115251
116346
|
/**
|
115252
116347
|
* An organization. Organizations are root-level objects that contain users and teams.
|
115253
116348
|
*
|
@@ -115265,10 +116360,23 @@ class AuthOrganization extends Request {
|
|
115265
116360
|
this.name = data.name;
|
115266
116361
|
this.previousUrlKeys = data.previousUrlKeys;
|
115267
116362
|
this.samlEnabled = data.samlEnabled;
|
116363
|
+
this.scimEnabled = data.scimEnabled;
|
115268
116364
|
this.urlKey = data.urlKey;
|
115269
116365
|
this.userCount = data.userCount;
|
115270
116366
|
}
|
115271
116367
|
}
|
116368
|
+
/**
|
116369
|
+
* AuthOrganizationDomain model
|
116370
|
+
*
|
116371
|
+
* @param request - function to call the graphql client
|
116372
|
+
* @param data - L.AuthOrganizationDomainFragment response data
|
116373
|
+
*/
|
116374
|
+
class AuthOrganizationDomain extends Request {
|
116375
|
+
constructor(request, data) {
|
116376
|
+
super(request);
|
116377
|
+
this.id = data.id;
|
116378
|
+
}
|
116379
|
+
}
|
115272
116380
|
/**
|
115273
116381
|
* AuthResolverResponse model
|
115274
116382
|
*
|
@@ -115293,6 +116401,18 @@ class AuthResolverResponse extends Request {
|
|
115293
116401
|
this.users = data.users.map(node => new AuthUser(request, node));
|
115294
116402
|
}
|
115295
116403
|
}
|
116404
|
+
/**
|
116405
|
+
* AuthSuccessPayload model
|
116406
|
+
*
|
116407
|
+
* @param request - function to call the graphql client
|
116408
|
+
* @param data - L.AuthSuccessPayloadFragment response data
|
116409
|
+
*/
|
116410
|
+
class AuthSuccessPayload extends Request {
|
116411
|
+
constructor(request, data) {
|
116412
|
+
super(request);
|
116413
|
+
this.success = data.success;
|
116414
|
+
}
|
116415
|
+
}
|
115296
116416
|
/**
|
115297
116417
|
* A user that has access to the the resources of an organization.
|
115298
116418
|
*
|
@@ -115303,6 +116423,7 @@ class AuthUser extends Request {
|
|
115303
116423
|
constructor(request, data) {
|
115304
116424
|
var _a;
|
115305
116425
|
super(request);
|
116426
|
+
this.active = data.active;
|
115306
116427
|
this.avatarUrl = (_a = data.avatarUrl) !== null && _a !== void 0 ? _a : undefined;
|
115307
116428
|
this.displayName = data.displayName;
|
115308
116429
|
this.email = data.email;
|
@@ -115339,7 +116460,7 @@ class AuthenticationSession extends Request {
|
|
115339
116460
|
}
|
115340
116461
|
}
|
115341
116462
|
/**
|
115342
|
-
*
|
116463
|
+
* Authentication session information
|
115343
116464
|
*
|
115344
116465
|
* @param request - function to call the graphql client
|
115345
116466
|
* @param data - L.AuthenticationSessionResponseFragment response data
|
@@ -115366,6 +116487,23 @@ class AuthenticationSessionResponse extends Request {
|
|
115366
116487
|
this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
|
115367
116488
|
}
|
115368
116489
|
}
|
116490
|
+
/**
|
116491
|
+
* AuthorizedApplicationBase model
|
116492
|
+
*
|
116493
|
+
* @param request - function to call the graphql client
|
116494
|
+
* @param data - L.AuthorizedApplicationBaseFragment response data
|
116495
|
+
*/
|
116496
|
+
class AuthorizedApplicationBase extends Request {
|
116497
|
+
constructor(request, data) {
|
116498
|
+
var _a;
|
116499
|
+
super(request);
|
116500
|
+
this.appId = data.appId;
|
116501
|
+
this.clientId = data.clientId;
|
116502
|
+
this.imageUrl = (_a = data.imageUrl) !== null && _a !== void 0 ? _a : undefined;
|
116503
|
+
this.name = data.name;
|
116504
|
+
this.scope = data.scope;
|
116505
|
+
}
|
116506
|
+
}
|
115369
116507
|
/**
|
115370
116508
|
* A comment associated with an issue.
|
115371
116509
|
*
|
@@ -115374,34 +116512,41 @@ class AuthenticationSessionResponse extends Request {
|
|
115374
116512
|
*/
|
115375
116513
|
class Comment extends Request {
|
115376
116514
|
constructor(request, data) {
|
115377
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
116515
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
115378
116516
|
super(request);
|
115379
116517
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115380
116518
|
this.body = data.body;
|
115381
116519
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115382
116520
|
this.editedAt = (_c = parseDate(data.editedAt)) !== null && _c !== void 0 ? _c : undefined;
|
115383
116521
|
this.id = data.id;
|
115384
|
-
this.reactionData =
|
115385
|
-
this.resolvedAt = (
|
115386
|
-
this.updatedAt = (
|
116522
|
+
this.reactionData = data.reactionData;
|
116523
|
+
this.resolvedAt = (_d = parseDate(data.resolvedAt)) !== null && _d !== void 0 ? _d : undefined;
|
116524
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
115387
116525
|
this.url = data.url;
|
115388
116526
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
115389
116527
|
this.documentContent = data.documentContent ? new DocumentContent(request, data.documentContent) : undefined;
|
115390
|
-
this._issue = data.issue;
|
116528
|
+
this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
|
115391
116529
|
this._parent = (_g = data.parent) !== null && _g !== void 0 ? _g : undefined;
|
115392
|
-
this.
|
115393
|
-
this.
|
115394
|
-
this.
|
116530
|
+
this._projectUpdate = (_h = data.projectUpdate) !== null && _h !== void 0 ? _h : undefined;
|
116531
|
+
this._resolvingComment = (_j = data.resolvingComment) !== null && _j !== void 0 ? _j : undefined;
|
116532
|
+
this._resolvingUser = (_k = data.resolvingUser) !== null && _k !== void 0 ? _k : undefined;
|
116533
|
+
this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
|
115395
116534
|
}
|
115396
116535
|
/** The issue that the comment is associated with. */
|
115397
116536
|
get issue() {
|
115398
|
-
|
116537
|
+
var _a, _b;
|
116538
|
+
return ((_a = this._issue) === null || _a === void 0 ? void 0 : _a.id) ? new IssueQuery(this._request).fetch((_b = this._issue) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
115399
116539
|
}
|
115400
116540
|
/** The parent comment under which the current comment is nested. */
|
115401
116541
|
get parent() {
|
115402
116542
|
var _a, _b;
|
115403
116543
|
return ((_a = this._parent) === null || _a === void 0 ? void 0 : _a.id) ? new CommentQuery(this._request).fetch((_b = this._parent) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
115404
116544
|
}
|
116545
|
+
/** The project update that the comment is associated with. */
|
116546
|
+
get projectUpdate() {
|
116547
|
+
var _a, _b;
|
116548
|
+
return ((_a = this._projectUpdate) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectUpdateQuery(this._request).fetch((_b = this._projectUpdate) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
116549
|
+
}
|
115405
116550
|
/** The comment that resolved the thread. */
|
115406
116551
|
get resolvingComment() {
|
115407
116552
|
var _a, _b;
|
@@ -115472,17 +116617,17 @@ class CommentPayload extends Request {
|
|
115472
116617
|
*/
|
115473
116618
|
class Company extends Request {
|
115474
116619
|
constructor(request, data) {
|
115475
|
-
var _a, _b, _c, _d, _e
|
116620
|
+
var _a, _b, _c, _d, _e;
|
115476
116621
|
super(request);
|
115477
116622
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115478
|
-
this.companyProperties =
|
115479
|
-
this.createdAt = (
|
116623
|
+
this.companyProperties = data.companyProperties;
|
116624
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115480
116625
|
this.externalId = data.externalId;
|
115481
116626
|
this.id = data.id;
|
115482
|
-
this.logoUrl = (
|
116627
|
+
this.logoUrl = (_c = data.logoUrl) !== null && _c !== void 0 ? _c : undefined;
|
115483
116628
|
this.name = data.name;
|
115484
|
-
this.updatedAt = (
|
115485
|
-
this.websiteUrl = (
|
116629
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
116630
|
+
this.websiteUrl = (_e = data.websiteUrl) !== null && _e !== void 0 ? _e : undefined;
|
115486
116631
|
this._creator = data.creator;
|
115487
116632
|
}
|
115488
116633
|
/** The user who added the company. */
|
@@ -115551,23 +116696,23 @@ class CreateOrJoinOrganizationResponse extends Request {
|
|
115551
116696
|
*/
|
115552
116697
|
class CustomView extends Request {
|
115553
116698
|
constructor(request, data) {
|
115554
|
-
var _a, _b, _c, _d, _e, _f, _g
|
116699
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
115555
116700
|
super(request);
|
115556
116701
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115557
116702
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
115558
116703
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
115559
116704
|
this.description = (_d = data.description) !== null && _d !== void 0 ? _d : undefined;
|
115560
|
-
this.filterData =
|
115561
|
-
this.filters =
|
115562
|
-
this.icon = (
|
116705
|
+
this.filterData = data.filterData;
|
116706
|
+
this.filters = data.filters;
|
116707
|
+
this.icon = (_e = data.icon) !== null && _e !== void 0 ? _e : undefined;
|
115563
116708
|
this.id = data.id;
|
115564
116709
|
this.modelName = data.modelName;
|
115565
116710
|
this.name = data.name;
|
115566
116711
|
this.shared = data.shared;
|
115567
|
-
this.updatedAt = (
|
116712
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
115568
116713
|
this._creator = data.creator;
|
115569
116714
|
this._owner = data.owner;
|
115570
|
-
this._team = (
|
116715
|
+
this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
|
115571
116716
|
}
|
115572
116717
|
/** The user who created the custom view. */
|
115573
116718
|
get creator() {
|
@@ -115910,6 +117055,7 @@ class Document extends Request {
|
|
115910
117055
|
this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
|
115911
117056
|
this.id = data.id;
|
115912
117057
|
this.slugId = data.slugId;
|
117058
|
+
this.sortOrder = data.sortOrder;
|
115913
117059
|
this.title = data.title;
|
115914
117060
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
115915
117061
|
this._creator = data.creator;
|
@@ -116087,7 +117233,7 @@ class DocumentSearchPayload extends Request {
|
|
116087
117233
|
*/
|
116088
117234
|
class DocumentSearchResult extends Request {
|
116089
117235
|
constructor(request, data) {
|
116090
|
-
var _a, _b, _c, _d, _e, _f, _g, _h
|
117236
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
116091
117237
|
super(request);
|
116092
117238
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116093
117239
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -116096,12 +117242,13 @@ class DocumentSearchResult extends Request {
|
|
116096
117242
|
this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
|
116097
117243
|
this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
|
116098
117244
|
this.id = data.id;
|
116099
|
-
this.metadata =
|
117245
|
+
this.metadata = data.metadata;
|
116100
117246
|
this.slugId = data.slugId;
|
117247
|
+
this.sortOrder = data.sortOrder;
|
116101
117248
|
this.title = data.title;
|
116102
|
-
this.updatedAt = (
|
117249
|
+
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
116103
117250
|
this._creator = data.creator;
|
116104
|
-
this._lastAppliedTemplate = (
|
117251
|
+
this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
|
116105
117252
|
this._project = data.project;
|
116106
117253
|
this._updatedBy = data.updatedBy;
|
116107
117254
|
}
|
@@ -116137,6 +117284,35 @@ class DocumentSearchResultConnection extends Connection {
|
|
116137
117284
|
super(request, fetch, data.nodes.map(node => new DocumentSearchResult(request, node)), new PageInfo(request, data.pageInfo));
|
116138
117285
|
}
|
116139
117286
|
}
|
117287
|
+
/**
|
117288
|
+
* An email address that can be used for submitting issues
|
117289
|
+
*
|
117290
|
+
* @param request - function to call the graphql client
|
117291
|
+
* @param data - L.EmailIntakeAddressFragment response data
|
117292
|
+
*/
|
117293
|
+
class EmailIntakeAddress extends Request {
|
117294
|
+
constructor(request, data) {
|
117295
|
+
var _a, _b, _c, _d;
|
117296
|
+
super(request);
|
117297
|
+
this.address = data.address;
|
117298
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117299
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
117300
|
+
this.enabled = data.enabled;
|
117301
|
+
this.id = data.id;
|
117302
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
117303
|
+
this._creator = (_d = data.creator) !== null && _d !== void 0 ? _d : undefined;
|
117304
|
+
this._team = data.team;
|
117305
|
+
}
|
117306
|
+
/** The user who created the email intake address. */
|
117307
|
+
get creator() {
|
117308
|
+
var _a, _b;
|
117309
|
+
return ((_a = this._creator) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._creator) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
117310
|
+
}
|
117311
|
+
/** The team that the email address is associated with. */
|
117312
|
+
get team() {
|
117313
|
+
return new TeamQuery(this._request).fetch(this._team.id);
|
117314
|
+
}
|
117315
|
+
}
|
116140
117316
|
/**
|
116141
117317
|
* EmailUnsubscribePayload model
|
116142
117318
|
*
|
@@ -116411,6 +117587,72 @@ class FrontSettings extends Request {
|
|
116411
117587
|
this.sendNoteOnStatusChange = (_e = data.sendNoteOnStatusChange) !== null && _e !== void 0 ? _e : undefined;
|
116412
117588
|
}
|
116413
117589
|
}
|
117590
|
+
/**
|
117591
|
+
* A trigger that updates the issue status according to Git automations.
|
117592
|
+
*
|
117593
|
+
* @param request - function to call the graphql client
|
117594
|
+
* @param data - L.GitAutomationStateFragment response data
|
117595
|
+
*/
|
117596
|
+
class GitAutomationState extends Request {
|
117597
|
+
constructor(request, data) {
|
117598
|
+
var _a, _b, _c, _d;
|
117599
|
+
super(request);
|
117600
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117601
|
+
this.branchPattern = data.branchPattern;
|
117602
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
117603
|
+
this.id = data.id;
|
117604
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
117605
|
+
this._state = (_d = data.state) !== null && _d !== void 0 ? _d : undefined;
|
117606
|
+
this._team = data.team;
|
117607
|
+
}
|
117608
|
+
/** The associated workflow state. */
|
117609
|
+
get state() {
|
117610
|
+
var _a, _b;
|
117611
|
+
return ((_a = this._state) === null || _a === void 0 ? void 0 : _a.id) ? new WorkflowStateQuery(this._request).fetch((_b = this._state) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
117612
|
+
}
|
117613
|
+
/** The team to which this automation state belongs. */
|
117614
|
+
get team() {
|
117615
|
+
return new TeamQuery(this._request).fetch(this._team.id);
|
117616
|
+
}
|
117617
|
+
/** Creates a new automation state. */
|
117618
|
+
create(input) {
|
117619
|
+
return new CreateGitAutomationStateMutation(this._request).fetch(input);
|
117620
|
+
}
|
117621
|
+
/** Archives an automation state. */
|
117622
|
+
delete() {
|
117623
|
+
return new DeleteGitAutomationStateMutation(this._request).fetch(this.id);
|
117624
|
+
}
|
117625
|
+
/** Updates an existing state. */
|
117626
|
+
update(input) {
|
117627
|
+
return new UpdateGitAutomationStateMutation(this._request).fetch(this.id, input);
|
117628
|
+
}
|
117629
|
+
}
|
117630
|
+
/**
|
117631
|
+
* GitAutomationStateConnection model
|
117632
|
+
*
|
117633
|
+
* @param request - function to call the graphql client
|
117634
|
+
* @param fetch - function to trigger a refetch of this GitAutomationStateConnection model
|
117635
|
+
* @param data - GitAutomationStateConnection response data
|
117636
|
+
*/
|
117637
|
+
class GitAutomationStateConnection extends Connection {
|
117638
|
+
constructor(request, fetch, data) {
|
117639
|
+
super(request, fetch, data.nodes.map(node => new GitAutomationState(request, node)), new PageInfo(request, data.pageInfo));
|
117640
|
+
}
|
117641
|
+
}
|
117642
|
+
/**
|
117643
|
+
* GitAutomationStatePayload model
|
117644
|
+
*
|
117645
|
+
* @param request - function to call the graphql client
|
117646
|
+
* @param data - L.GitAutomationStatePayloadFragment response data
|
117647
|
+
*/
|
117648
|
+
class GitAutomationStatePayload extends Request {
|
117649
|
+
constructor(request, data) {
|
117650
|
+
super(request);
|
117651
|
+
this.lastSyncId = data.lastSyncId;
|
117652
|
+
this.success = data.success;
|
117653
|
+
this.gitAutomationState = new GitAutomationState(request, data.gitAutomationState);
|
117654
|
+
}
|
117655
|
+
}
|
116414
117656
|
/**
|
116415
117657
|
* GitHubCommitIntegrationPayload model
|
116416
117658
|
*
|
@@ -116433,27 +117675,24 @@ class GitHubCommitIntegrationPayload extends Request {
|
|
116433
117675
|
}
|
116434
117676
|
}
|
116435
117677
|
/**
|
116436
|
-
* Metadata and settings for a GitHub integration.
|
117678
|
+
* Metadata and settings for a GitHub Personal integration.
|
116437
117679
|
*
|
116438
117680
|
* @param request - function to call the graphql client
|
116439
|
-
* @param data - L.
|
117681
|
+
* @param data - L.GitHubPersonalSettingsFragment response data
|
116440
117682
|
*/
|
116441
|
-
class
|
117683
|
+
class GitHubPersonalSettings extends Request {
|
116442
117684
|
constructor(request, data) {
|
116443
|
-
var _a;
|
116444
117685
|
super(request);
|
116445
|
-
this.
|
116446
|
-
this.orgLogin = data.orgLogin;
|
116447
|
-
this.repositories = (_a = data.repositories) !== null && _a !== void 0 ? _a : undefined;
|
117686
|
+
this.login = data.login;
|
116448
117687
|
}
|
116449
117688
|
}
|
116450
117689
|
/**
|
116451
117690
|
* GitHub repos available to sync.
|
116452
117691
|
*
|
116453
117692
|
* @param request - function to call the graphql client
|
116454
|
-
* @param data - L.
|
117693
|
+
* @param data - L.GitHubRepoFragment response data
|
116455
117694
|
*/
|
116456
|
-
class
|
117695
|
+
class GitHubRepo extends Request {
|
116457
117696
|
constructor(request, data) {
|
116458
117697
|
super(request);
|
116459
117698
|
this.fullName = data.fullName;
|
@@ -116461,16 +117700,20 @@ class GitHubSyncRepo extends Request {
|
|
116461
117700
|
}
|
116462
117701
|
}
|
116463
117702
|
/**
|
116464
|
-
* Metadata and settings for a GitHub
|
117703
|
+
* Metadata and settings for a GitHub integration.
|
116465
117704
|
*
|
116466
117705
|
* @param request - function to call the graphql client
|
116467
|
-
* @param data - L.
|
117706
|
+
* @param data - L.GitHubSettingsFragment response data
|
116468
117707
|
*/
|
116469
|
-
class
|
117708
|
+
class GitHubSettings extends Request {
|
116470
117709
|
constructor(request, data) {
|
116471
117710
|
super(request);
|
116472
|
-
this.
|
116473
|
-
this.
|
117711
|
+
this.orgAvatarUrl = data.orgAvatarUrl;
|
117712
|
+
this.orgLogin = data.orgLogin;
|
117713
|
+
this.repositories = data.repositories ? data.repositories.map(node => new GitHubRepo(request, node)) : undefined;
|
117714
|
+
this.repositoriesMapping = data.repositoriesMapping
|
117715
|
+
? data.repositoriesMapping.map(node => new TeamRepoMapping(request, node))
|
117716
|
+
: undefined;
|
116474
117717
|
}
|
116475
117718
|
}
|
116476
117719
|
/**
|
@@ -116654,7 +117897,7 @@ class IntegrationSettings extends Request {
|
|
116654
117897
|
super(request);
|
116655
117898
|
this.front = data.front ? new FrontSettings(request, data.front) : undefined;
|
116656
117899
|
this.gitHub = data.gitHub ? new GitHubSettings(request, data.gitHub) : undefined;
|
116657
|
-
this.
|
117900
|
+
this.gitHubPersonal = data.gitHubPersonal ? new GitHubPersonalSettings(request, data.gitHubPersonal) : undefined;
|
116658
117901
|
this.gitLab = data.gitLab ? new GitLabSettings(request, data.gitLab) : undefined;
|
116659
117902
|
this.googleSheets = data.googleSheets ? new GoogleSheetsSettings(request, data.googleSheets) : undefined;
|
116660
117903
|
this.intercom = data.intercom ? new IntercomSettings(request, data.intercom) : undefined;
|
@@ -116855,6 +118098,7 @@ class Issue extends Request {
|
|
116855
118098
|
this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
|
116856
118099
|
this.id = data.id;
|
116857
118100
|
this.identifier = data.identifier;
|
118101
|
+
this.labelIds = data.labelIds;
|
116858
118102
|
this.number = data.number;
|
116859
118103
|
this.previousIdentifiers = data.previousIdentifiers;
|
116860
118104
|
this.priority = data.priority;
|
@@ -116869,6 +118113,7 @@ class Issue extends Request {
|
|
116869
118113
|
this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
|
116870
118114
|
this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
|
116871
118115
|
this.url = data.url;
|
118116
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
116872
118117
|
this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
|
116873
118118
|
this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
|
116874
118119
|
this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
|
@@ -117039,7 +118284,7 @@ class IssueFilterSuggestionPayload extends Request {
|
|
117039
118284
|
constructor(request, data) {
|
117040
118285
|
var _a;
|
117041
118286
|
super(request);
|
117042
|
-
this.filter = (_a =
|
118287
|
+
this.filter = (_a = data.filter) !== null && _a !== void 0 ? _a : undefined;
|
117043
118288
|
}
|
117044
118289
|
}
|
117045
118290
|
/**
|
@@ -117219,9 +118464,9 @@ class IssueImport extends Request {
|
|
117219
118464
|
this.creatorId = data.creatorId;
|
117220
118465
|
this.csvFileUrl = (_c = data.csvFileUrl) !== null && _c !== void 0 ? _c : undefined;
|
117221
118466
|
this.error = (_d = data.error) !== null && _d !== void 0 ? _d : undefined;
|
117222
|
-
this.errorMetadata = (_e =
|
118467
|
+
this.errorMetadata = (_e = data.errorMetadata) !== null && _e !== void 0 ? _e : undefined;
|
117223
118468
|
this.id = data.id;
|
117224
|
-
this.mapping = (_f =
|
118469
|
+
this.mapping = (_f = data.mapping) !== null && _f !== void 0 ? _f : undefined;
|
117225
118470
|
this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
|
117226
118471
|
this.service = data.service;
|
117227
118472
|
this.status = data.status;
|
@@ -117559,7 +118804,7 @@ class IssueSearchPayload extends Request {
|
|
117559
118804
|
*/
|
117560
118805
|
class IssueSearchResult extends Request {
|
117561
118806
|
constructor(request, data) {
|
117562
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z
|
118807
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z;
|
117563
118808
|
super(request);
|
117564
118809
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117565
118810
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -117575,29 +118820,31 @@ class IssueSearchResult extends Request {
|
|
117575
118820
|
this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
|
117576
118821
|
this.id = data.id;
|
117577
118822
|
this.identifier = data.identifier;
|
117578
|
-
this.
|
118823
|
+
this.labelIds = data.labelIds;
|
118824
|
+
this.metadata = data.metadata;
|
117579
118825
|
this.number = data.number;
|
117580
118826
|
this.previousIdentifiers = data.previousIdentifiers;
|
117581
118827
|
this.priority = data.priority;
|
117582
118828
|
this.priorityLabel = data.priorityLabel;
|
117583
|
-
this.snoozedUntilAt = (
|
118829
|
+
this.snoozedUntilAt = (_k = parseDate(data.snoozedUntilAt)) !== null && _k !== void 0 ? _k : undefined;
|
117584
118830
|
this.sortOrder = data.sortOrder;
|
117585
|
-
this.startedAt = (
|
117586
|
-
this.startedTriageAt = (
|
117587
|
-
this.subIssueSortOrder = (
|
118831
|
+
this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
|
118832
|
+
this.startedTriageAt = (_m = parseDate(data.startedTriageAt)) !== null && _m !== void 0 ? _m : undefined;
|
118833
|
+
this.subIssueSortOrder = (_o = data.subIssueSortOrder) !== null && _o !== void 0 ? _o : undefined;
|
117588
118834
|
this.title = data.title;
|
117589
|
-
this.trashed = (
|
117590
|
-
this.triagedAt = (
|
117591
|
-
this.updatedAt = (
|
118835
|
+
this.trashed = (_p = data.trashed) !== null && _p !== void 0 ? _p : undefined;
|
118836
|
+
this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
|
118837
|
+
this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
|
117592
118838
|
this.url = data.url;
|
117593
|
-
this.
|
117594
|
-
this.
|
117595
|
-
this.
|
117596
|
-
this.
|
117597
|
-
this.
|
117598
|
-
this.
|
117599
|
-
this.
|
117600
|
-
this.
|
118839
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
118840
|
+
this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
|
118841
|
+
this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
|
118842
|
+
this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
|
118843
|
+
this._favorite = (_v = data.favorite) !== null && _v !== void 0 ? _v : undefined;
|
118844
|
+
this._lastAppliedTemplate = (_w = data.lastAppliedTemplate) !== null && _w !== void 0 ? _w : undefined;
|
118845
|
+
this._parent = (_x = data.parent) !== null && _x !== void 0 ? _x : undefined;
|
118846
|
+
this._project = (_y = data.project) !== null && _y !== void 0 ? _y : undefined;
|
118847
|
+
this._snoozedBy = (_z = data.snoozedBy) !== null && _z !== void 0 ? _z : undefined;
|
117601
118848
|
this._state = data.state;
|
117602
118849
|
this._team = data.team;
|
117603
118850
|
}
|
@@ -117672,7 +118919,10 @@ class IssueSearchResultConnection extends Connection {
|
|
117672
118919
|
*/
|
117673
118920
|
class JiraLinearMapping extends Request {
|
117674
118921
|
constructor(request, data) {
|
118922
|
+
var _a, _b;
|
117675
118923
|
super(request);
|
118924
|
+
this.bidirectional = (_a = data.bidirectional) !== null && _a !== void 0 ? _a : undefined;
|
118925
|
+
this.default = (_b = data.default) !== null && _b !== void 0 ? _b : undefined;
|
117676
118926
|
this.jiraProjectId = data.jiraProjectId;
|
117677
118927
|
this.linearTeamId = data.linearTeamId;
|
117678
118928
|
}
|
@@ -117712,7 +118962,9 @@ class JiraProjectData extends Request {
|
|
117712
118962
|
*/
|
117713
118963
|
class JiraSettings extends Request {
|
117714
118964
|
constructor(request, data) {
|
118965
|
+
var _a;
|
117715
118966
|
super(request);
|
118967
|
+
this.isJiraServer = (_a = data.isJiraServer) !== null && _a !== void 0 ? _a : undefined;
|
117716
118968
|
this.projectMapping = data.projectMapping
|
117717
118969
|
? data.projectMapping.map(node => new JiraLinearMapping(request, node))
|
117718
118970
|
: undefined;
|
@@ -118139,6 +119391,20 @@ class OauthClientConnection extends Connection {
|
|
118139
119391
|
super(request, fetch, data.nodes.map(node => new OauthClient(request, node)), new PageInfo(request, data.pageInfo));
|
118140
119392
|
}
|
118141
119393
|
}
|
119394
|
+
/**
|
119395
|
+
* OauthToken model
|
119396
|
+
*
|
119397
|
+
* @param request - function to call the graphql client
|
119398
|
+
* @param data - L.OauthTokenFragment response data
|
119399
|
+
*/
|
119400
|
+
class OauthToken extends Request {
|
119401
|
+
constructor(request, data) {
|
119402
|
+
var _a;
|
119403
|
+
super(request);
|
119404
|
+
this.createdAt = (_a = parseDate(data.createdAt)) !== null && _a !== void 0 ? _a : new Date();
|
119405
|
+
this.id = data.id;
|
119406
|
+
}
|
119407
|
+
}
|
118142
119408
|
/**
|
118143
119409
|
* An organization. Organizations are root-level objects that contain user accounts and teams.
|
118144
119410
|
*
|
@@ -118155,6 +119421,7 @@ class Organization extends Request {
|
|
118155
119421
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
118156
119422
|
this.createdIssueCount = data.createdIssueCount;
|
118157
119423
|
this.deletionRequestedAt = (_d = parseDate(data.deletionRequestedAt)) !== null && _d !== void 0 ? _d : undefined;
|
119424
|
+
this.fiscalYearStartMonth = data.fiscalYearStartMonth;
|
118158
119425
|
this.gitBranchFormat = (_e = data.gitBranchFormat) !== null && _e !== void 0 ? _e : undefined;
|
118159
119426
|
this.gitLinkbackMessagesEnabled = data.gitLinkbackMessagesEnabled;
|
118160
119427
|
this.gitPublicLinkbackMessagesEnabled = data.gitPublicLinkbackMessagesEnabled;
|
@@ -118277,7 +119544,7 @@ class OrganizationExistsPayload extends Request {
|
|
118277
119544
|
*/
|
118278
119545
|
class OrganizationInvite extends Request {
|
118279
119546
|
constructor(request, data) {
|
118280
|
-
var _a, _b, _c, _d, _e, _f
|
119547
|
+
var _a, _b, _c, _d, _e, _f;
|
118281
119548
|
super(request);
|
118282
119549
|
this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
|
118283
119550
|
this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118286,9 +119553,9 @@ class OrganizationInvite extends Request {
|
|
118286
119553
|
this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
|
118287
119554
|
this.external = data.external;
|
118288
119555
|
this.id = data.id;
|
118289
|
-
this.metadata =
|
118290
|
-
this.updatedAt = (
|
118291
|
-
this._invitee = (
|
119556
|
+
this.metadata = data.metadata;
|
119557
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
119558
|
+
this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
|
118292
119559
|
this._inviter = data.inviter;
|
118293
119560
|
}
|
118294
119561
|
/** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
|
@@ -118480,7 +119747,7 @@ class PaidSubscription extends Request {
|
|
118480
119747
|
*/
|
118481
119748
|
class Project extends Request {
|
118482
119749
|
constructor(request, data) {
|
118483
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
|
119750
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
|
118484
119751
|
super(request);
|
118485
119752
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
118486
119753
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118514,10 +119781,10 @@ class Project extends Request {
|
|
118514
119781
|
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
118515
119782
|
this.url = data.url;
|
118516
119783
|
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
118517
|
-
this._creator = data.creator;
|
118518
|
-
this._integrationsSettings = (
|
118519
|
-
this._lastAppliedTemplate = (
|
118520
|
-
this._lead = (
|
119784
|
+
this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
|
119785
|
+
this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
|
119786
|
+
this._lastAppliedTemplate = (_s = data.lastAppliedTemplate) !== null && _s !== void 0 ? _s : undefined;
|
119787
|
+
this._lead = (_t = data.lead) !== null && _t !== void 0 ? _t : undefined;
|
118521
119788
|
}
|
118522
119789
|
/** The project was created based on this issue. */
|
118523
119790
|
get convertedFromIssue() {
|
@@ -118526,7 +119793,8 @@ class Project extends Request {
|
|
118526
119793
|
}
|
118527
119794
|
/** The user who created the project. */
|
118528
119795
|
get creator() {
|
118529
|
-
|
119796
|
+
var _a, _b;
|
119797
|
+
return ((_a = this._creator) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._creator) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
118530
119798
|
}
|
118531
119799
|
/** Settings for all integrations associated with that project. */
|
118532
119800
|
get integrationsSettings() {
|
@@ -118580,8 +119848,8 @@ class Project extends Request {
|
|
118580
119848
|
return new ArchiveProjectMutation(this._request).fetch(this.id, variables);
|
118581
119849
|
}
|
118582
119850
|
/** Creates a new project. */
|
118583
|
-
create(input) {
|
118584
|
-
return new CreateProjectMutation(this._request).fetch(input);
|
119851
|
+
create(input, variables) {
|
119852
|
+
return new CreateProjectMutation(this._request).fetch(input, variables);
|
118585
119853
|
}
|
118586
119854
|
/** Deletes (trashes) a project. */
|
118587
119855
|
delete() {
|
@@ -118638,7 +119906,7 @@ class ProjectFilterSuggestionPayload extends Request {
|
|
118638
119906
|
constructor(request, data) {
|
118639
119907
|
var _a;
|
118640
119908
|
super(request);
|
118641
|
-
this.filter = (_a =
|
119909
|
+
this.filter = (_a = data.filter) !== null && _a !== void 0 ? _a : undefined;
|
118642
119910
|
}
|
118643
119911
|
}
|
118644
119912
|
/**
|
@@ -118655,6 +119923,7 @@ class ProjectLink extends Request {
|
|
118655
119923
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
118656
119924
|
this.id = data.id;
|
118657
119925
|
this.label = data.label;
|
119926
|
+
this.sortOrder = data.sortOrder;
|
118658
119927
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
118659
119928
|
this.url = data.url;
|
118660
119929
|
this._creator = data.creator;
|
@@ -118934,10 +120203,10 @@ class ProjectSearchResult extends Request {
|
|
118934
120203
|
this.id = data.id;
|
118935
120204
|
this.inProgressScopeHistory = data.inProgressScopeHistory;
|
118936
120205
|
this.issueCountHistory = data.issueCountHistory;
|
118937
|
-
this.metadata =
|
120206
|
+
this.metadata = data.metadata;
|
118938
120207
|
this.name = data.name;
|
118939
120208
|
this.progress = data.progress;
|
118940
|
-
this.projectUpdateRemindersPausedUntilAt = (
|
120209
|
+
this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
|
118941
120210
|
this.scope = data.scope;
|
118942
120211
|
this.scopeHistory = data.scopeHistory;
|
118943
120212
|
this.slackIssueComments = data.slackIssueComments;
|
@@ -118945,15 +120214,15 @@ class ProjectSearchResult extends Request {
|
|
118945
120214
|
this.slackNewIssue = data.slackNewIssue;
|
118946
120215
|
this.slugId = data.slugId;
|
118947
120216
|
this.sortOrder = data.sortOrder;
|
118948
|
-
this.startDate = (
|
118949
|
-
this.startedAt = (
|
120217
|
+
this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
|
120218
|
+
this.startedAt = (_k = parseDate(data.startedAt)) !== null && _k !== void 0 ? _k : undefined;
|
118950
120219
|
this.state = data.state;
|
118951
|
-
this.targetDate = (
|
118952
|
-
this.trashed = (
|
118953
|
-
this.updatedAt = (
|
120220
|
+
this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
|
120221
|
+
this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
|
120222
|
+
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
118954
120223
|
this.url = data.url;
|
118955
|
-
this._convertedFromIssue = (
|
118956
|
-
this._creator = data.creator;
|
120224
|
+
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
120225
|
+
this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
|
118957
120226
|
this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
|
118958
120227
|
this._lastAppliedTemplate = (_s = data.lastAppliedTemplate) !== null && _s !== void 0 ? _s : undefined;
|
118959
120228
|
this._lead = (_t = data.lead) !== null && _t !== void 0 ? _t : undefined;
|
@@ -118965,7 +120234,8 @@ class ProjectSearchResult extends Request {
|
|
118965
120234
|
}
|
118966
120235
|
/** The user who created the project. */
|
118967
120236
|
get creator() {
|
118968
|
-
|
120237
|
+
var _a, _b;
|
120238
|
+
return ((_a = this._creator) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._creator) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
118969
120239
|
}
|
118970
120240
|
/** Settings for all integrations associated with that project. */
|
118971
120241
|
get integrationsSettings() {
|
@@ -119271,16 +120541,34 @@ class RateLimitResultPayload extends Request {
|
|
119271
120541
|
*/
|
119272
120542
|
class Reaction extends Request {
|
119273
120543
|
constructor(request, data) {
|
119274
|
-
var _a, _b, _c, _d;
|
120544
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
119275
120545
|
super(request);
|
119276
120546
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119277
120547
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
119278
120548
|
this.emoji = data.emoji;
|
119279
120549
|
this.id = data.id;
|
119280
120550
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
119281
|
-
this.
|
120551
|
+
this._comment = (_d = data.comment) !== null && _d !== void 0 ? _d : undefined;
|
120552
|
+
this._issue = (_e = data.issue) !== null && _e !== void 0 ? _e : undefined;
|
120553
|
+
this._projectUpdate = (_f = data.projectUpdate) !== null && _f !== void 0 ? _f : undefined;
|
120554
|
+
this._user = (_g = data.user) !== null && _g !== void 0 ? _g : undefined;
|
119282
120555
|
}
|
119283
|
-
/** The
|
120556
|
+
/** The comment that the reaction is associated with. */
|
120557
|
+
get comment() {
|
120558
|
+
var _a, _b;
|
120559
|
+
return ((_a = this._comment) === null || _a === void 0 ? void 0 : _a.id) ? new CommentQuery(this._request).fetch((_b = this._comment) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
120560
|
+
}
|
120561
|
+
/** The issue that the reaction is associated with. */
|
120562
|
+
get issue() {
|
120563
|
+
var _a, _b;
|
120564
|
+
return ((_a = this._issue) === null || _a === void 0 ? void 0 : _a.id) ? new IssueQuery(this._request).fetch((_b = this._issue) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
120565
|
+
}
|
120566
|
+
/** The project update that the reaction is associated with. */
|
120567
|
+
get projectUpdate() {
|
120568
|
+
var _a, _b;
|
120569
|
+
return ((_a = this._projectUpdate) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectUpdateQuery(this._request).fetch((_b = this._projectUpdate) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
120570
|
+
}
|
120571
|
+
/** The user that created the reaction. */
|
119284
120572
|
get user() {
|
119285
120573
|
var _a, _b;
|
119286
120574
|
return ((_a = this._user) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._user) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
@@ -119570,6 +120858,29 @@ class SlackAsksTeamSettings extends Request {
|
|
119570
120858
|
this.id = data.id;
|
119571
120859
|
}
|
119572
120860
|
}
|
120861
|
+
/**
|
120862
|
+
* SlackChannelConnectPayload model
|
120863
|
+
*
|
120864
|
+
* @param request - function to call the graphql client
|
120865
|
+
* @param data - L.SlackChannelConnectPayloadFragment response data
|
120866
|
+
*/
|
120867
|
+
class SlackChannelConnectPayload extends Request {
|
120868
|
+
constructor(request, data) {
|
120869
|
+
var _a, _b, _c;
|
120870
|
+
super(request);
|
120871
|
+
this.addBot = data.addBot;
|
120872
|
+
this.lastSyncId = data.lastSyncId;
|
120873
|
+
this.nudgeToConnectMainSlackIntegration = (_a = data.nudgeToConnectMainSlackIntegration) !== null && _a !== void 0 ? _a : undefined;
|
120874
|
+
this.nudgeToUpdateMainSlackIntegration = (_b = data.nudgeToUpdateMainSlackIntegration) !== null && _b !== void 0 ? _b : undefined;
|
120875
|
+
this.success = data.success;
|
120876
|
+
this._integration = (_c = data.integration) !== null && _c !== void 0 ? _c : undefined;
|
120877
|
+
}
|
120878
|
+
/** The integration that was created or updated. */
|
120879
|
+
get integration() {
|
120880
|
+
var _a, _b;
|
120881
|
+
return ((_a = this._integration) === null || _a === void 0 ? void 0 : _a.id) ? new IntegrationQuery(this._request).fetch((_b = this._integration) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
120882
|
+
}
|
120883
|
+
}
|
119573
120884
|
/**
|
119574
120885
|
* Object for mapping Slack channel IDs to names and other settings
|
119575
120886
|
*
|
@@ -119578,15 +120889,16 @@ class SlackAsksTeamSettings extends Request {
|
|
119578
120889
|
*/
|
119579
120890
|
class SlackChannelNameMapping extends Request {
|
119580
120891
|
constructor(request, data) {
|
119581
|
-
var _a, _b, _c, _d, _e, _f;
|
120892
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
119582
120893
|
super(request);
|
119583
120894
|
this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
|
119584
120895
|
this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
|
119585
120896
|
this.autoCreateOnMessage = (_c = data.autoCreateOnMessage) !== null && _c !== void 0 ? _c : undefined;
|
119586
|
-
this.
|
120897
|
+
this.autoCreateTemplateId = (_d = data.autoCreateTemplateId) !== null && _d !== void 0 ? _d : undefined;
|
120898
|
+
this.botAdded = (_e = data.botAdded) !== null && _e !== void 0 ? _e : undefined;
|
119587
120899
|
this.id = data.id;
|
119588
|
-
this.isPrivate = (
|
119589
|
-
this.isShared = (
|
120900
|
+
this.isPrivate = (_f = data.isPrivate) !== null && _f !== void 0 ? _f : undefined;
|
120901
|
+
this.isShared = (_g = data.isShared) !== null && _g !== void 0 ? _g : undefined;
|
119590
120902
|
this.name = data.name;
|
119591
120903
|
this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
|
119592
120904
|
}
|
@@ -119630,23 +120942,6 @@ class SsoUrlFromEmailResponse extends Request {
|
|
119630
120942
|
this.success = data.success;
|
119631
120943
|
}
|
119632
120944
|
}
|
119633
|
-
/**
|
119634
|
-
* Contains either the full serialized state of the application or delta packets that the requester can apply to the local data set in order to be up-to-date.
|
119635
|
-
*
|
119636
|
-
* @param request - function to call the graphql client
|
119637
|
-
* @param data - L.SyncResponseFragment response data
|
119638
|
-
*/
|
119639
|
-
class SyncResponse extends Request {
|
119640
|
-
constructor(request, data) {
|
119641
|
-
var _a, _b;
|
119642
|
-
super(request);
|
119643
|
-
this.databaseVersion = data.databaseVersion;
|
119644
|
-
this.delta = (_a = data.delta) !== null && _a !== void 0 ? _a : undefined;
|
119645
|
-
this.lastSyncId = data.lastSyncId;
|
119646
|
-
this.state = (_b = data.state) !== null && _b !== void 0 ? _b : undefined;
|
119647
|
-
this.subscribedSyncGroups = data.subscribedSyncGroups;
|
119648
|
-
}
|
119649
|
-
}
|
119650
120945
|
/**
|
119651
120946
|
* SynchronizedPayload model
|
119652
120947
|
*
|
@@ -119701,6 +120996,7 @@ class Team extends Request {
|
|
119701
120996
|
this.name = data.name;
|
119702
120997
|
this.private = data.private;
|
119703
120998
|
this.requirePriorityToLeaveTriage = data.requirePriorityToLeaveTriage;
|
120999
|
+
this.setIssueSortOrderOnStateChange = data.setIssueSortOrderOnStateChange;
|
119704
121000
|
this.slackIssueComments = data.slackIssueComments;
|
119705
121001
|
this.slackIssueStatuses = data.slackIssueStatuses;
|
119706
121002
|
this.slackNewIssue = data.slackNewIssue;
|
@@ -119815,6 +121111,10 @@ class Team extends Request {
|
|
119815
121111
|
? new WorkflowStateQuery(this._request).fetch((_b = this._triageIssueState) === null || _b === void 0 ? void 0 : _b.id)
|
119816
121112
|
: undefined;
|
119817
121113
|
}
|
121114
|
+
/** The automation states for the team. */
|
121115
|
+
automationStates(variables) {
|
121116
|
+
return new Team_AutomationStatesQuery(this._request, this.id, variables).fetch(variables);
|
121117
|
+
}
|
119818
121118
|
/** Cycles associated with the team. */
|
119819
121119
|
cycles(variables) {
|
119820
121120
|
return new Team_CyclesQuery(this._request, this.id, variables).fetch(variables);
|
@@ -119859,11 +121159,35 @@ class Team extends Request {
|
|
119859
121159
|
delete() {
|
119860
121160
|
return new DeleteTeamMutation(this._request).fetch(this.id);
|
119861
121161
|
}
|
121162
|
+
/** Unarchives a team and cancels deletion. */
|
121163
|
+
unarchive() {
|
121164
|
+
return new UnarchiveTeamMutation(this._request).fetch(this.id);
|
121165
|
+
}
|
119862
121166
|
/** Updates a team. */
|
119863
121167
|
update(input) {
|
119864
121168
|
return new UpdateTeamMutation(this._request).fetch(this.id, input);
|
119865
121169
|
}
|
119866
121170
|
}
|
121171
|
+
/**
|
121172
|
+
* A generic payload return from entity archive mutations.
|
121173
|
+
*
|
121174
|
+
* @param request - function to call the graphql client
|
121175
|
+
* @param data - L.TeamArchivePayloadFragment response data
|
121176
|
+
*/
|
121177
|
+
class TeamArchivePayload extends Request {
|
121178
|
+
constructor(request, data) {
|
121179
|
+
var _a;
|
121180
|
+
super(request);
|
121181
|
+
this.lastSyncId = data.lastSyncId;
|
121182
|
+
this.success = data.success;
|
121183
|
+
this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
|
121184
|
+
}
|
121185
|
+
/** The archived/unarchived entity. Null if entity was deleted. */
|
121186
|
+
get entity() {
|
121187
|
+
var _a, _b;
|
121188
|
+
return ((_a = this._entity) === null || _a === void 0 ? void 0 : _a.id) ? new TeamQuery(this._request).fetch((_b = this._entity) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
121189
|
+
}
|
121190
|
+
}
|
119867
121191
|
/**
|
119868
121192
|
* TeamConnection model
|
119869
121193
|
*
|
@@ -120099,15 +121423,12 @@ class Template extends Request {
|
|
120099
121423
|
* TemplateConnection model
|
120100
121424
|
*
|
120101
121425
|
* @param request - function to call the graphql client
|
120102
|
-
* @param
|
121426
|
+
* @param fetch - function to trigger a refetch of this TemplateConnection model
|
121427
|
+
* @param data - TemplateConnection response data
|
120103
121428
|
*/
|
120104
|
-
class TemplateConnection extends
|
120105
|
-
constructor(request, data) {
|
120106
|
-
super(request);
|
120107
|
-
this.pageInfo = new PageInfo(request, data.pageInfo);
|
120108
|
-
}
|
120109
|
-
get nodes() {
|
120110
|
-
return new TemplatesQuery(this._request).fetch();
|
121429
|
+
class TemplateConnection extends Connection {
|
121430
|
+
constructor(request, fetch, data) {
|
121431
|
+
super(request, fetch, data.nodes.map(node => new Template(request, node)), new PageInfo(request, data.pageInfo));
|
120111
121432
|
}
|
120112
121433
|
}
|
120113
121434
|
/**
|
@@ -120141,8 +121462,8 @@ class TriageResponsibility extends Request {
|
|
120141
121462
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120142
121463
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
120143
121464
|
this.id = data.id;
|
120144
|
-
this.manualSelection = (_c =
|
120145
|
-
this.schedule = (_d =
|
121465
|
+
this.manualSelection = (_c = data.manualSelection) !== null && _c !== void 0 ? _c : undefined;
|
121466
|
+
this.schedule = (_d = data.schedule) !== null && _d !== void 0 ? _d : undefined;
|
120146
121467
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
120147
121468
|
this._integration = data.integration;
|
120148
121469
|
this._team = data.team;
|
@@ -120181,7 +121502,7 @@ class UploadFile extends Request {
|
|
120181
121502
|
this.assetUrl = data.assetUrl;
|
120182
121503
|
this.contentType = data.contentType;
|
120183
121504
|
this.filename = data.filename;
|
120184
|
-
this.metaData = (_a =
|
121505
|
+
this.metaData = (_a = data.metaData) !== null && _a !== void 0 ? _a : undefined;
|
120185
121506
|
this.size = data.size;
|
120186
121507
|
this.uploadUrl = data.uploadUrl;
|
120187
121508
|
this.headers = data.headers.map(node => new UploadFileHeader(request, node));
|
@@ -120433,16 +121754,16 @@ class UserPayload extends Request {
|
|
120433
121754
|
*/
|
120434
121755
|
class UserSettings extends Request {
|
120435
121756
|
constructor(request, data) {
|
120436
|
-
var _a, _b, _c, _d
|
121757
|
+
var _a, _b, _c, _d;
|
120437
121758
|
super(request);
|
120438
121759
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120439
121760
|
this.calendarHash = (_b = data.calendarHash) !== null && _b !== void 0 ? _b : undefined;
|
120440
121761
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
120441
121762
|
this.id = data.id;
|
120442
|
-
this.notificationPreferences =
|
121763
|
+
this.notificationPreferences = data.notificationPreferences;
|
120443
121764
|
this.showFullUserNames = data.showFullUserNames;
|
120444
121765
|
this.unsubscribedFrom = data.unsubscribedFrom;
|
120445
|
-
this.updatedAt = (
|
121766
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
120446
121767
|
this._user = data.user;
|
120447
121768
|
}
|
120448
121769
|
/** The user associated with these settings. */
|
@@ -120627,18 +121948,18 @@ class WebhookPayload extends Request {
|
|
120627
121948
|
*/
|
120628
121949
|
class WorkflowCronJobDefinition extends Request {
|
120629
121950
|
constructor(request, data) {
|
120630
|
-
var _a, _b, _c, _d
|
121951
|
+
var _a, _b, _c, _d;
|
120631
121952
|
super(request);
|
120632
|
-
this.activities =
|
120633
|
-
this.archivedAt = (
|
120634
|
-
this.createdAt = (
|
120635
|
-
this.description = (
|
121953
|
+
this.activities = data.activities;
|
121954
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
121955
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
121956
|
+
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
120636
121957
|
this.enabled = data.enabled;
|
120637
121958
|
this.id = data.id;
|
120638
121959
|
this.name = data.name;
|
120639
|
-
this.schedule =
|
121960
|
+
this.schedule = data.schedule;
|
120640
121961
|
this.sortOrder = data.sortOrder;
|
120641
|
-
this.updatedAt = (
|
121962
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
120642
121963
|
this._creator = data.creator;
|
120643
121964
|
this._team = data.team;
|
120644
121965
|
}
|
@@ -120671,26 +121992,26 @@ class WorkflowCronJobDefinitionConnection extends Connection {
|
|
120671
121992
|
*/
|
120672
121993
|
class WorkflowDefinition extends Request {
|
120673
121994
|
constructor(request, data) {
|
120674
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l
|
121995
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
120675
121996
|
super(request);
|
120676
|
-
this.activities =
|
120677
|
-
this.archivedAt = (
|
120678
|
-
this.conditions =
|
120679
|
-
this.createdAt = (
|
120680
|
-
this.description = (
|
121997
|
+
this.activities = data.activities;
|
121998
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
121999
|
+
this.conditions = data.conditions;
|
122000
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
122001
|
+
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
120681
122002
|
this.enabled = data.enabled;
|
120682
|
-
this.groupName = (
|
122003
|
+
this.groupName = (_d = data.groupName) !== null && _d !== void 0 ? _d : undefined;
|
120683
122004
|
this.id = data.id;
|
120684
122005
|
this.name = data.name;
|
120685
122006
|
this.sortOrder = data.sortOrder;
|
120686
|
-
this.updatedAt = (
|
122007
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
120687
122008
|
this._creator = data.creator;
|
120688
|
-
this._customView = (
|
120689
|
-
this._cycle = (
|
120690
|
-
this._label = (
|
120691
|
-
this._project = (
|
120692
|
-
this._team = (
|
120693
|
-
this._user = (
|
122009
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
122010
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
122011
|
+
this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
|
122012
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
122013
|
+
this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
|
122014
|
+
this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
|
120694
122015
|
}
|
120695
122016
|
/** The user who created the workflow. */
|
120696
122017
|
get creator() {
|
@@ -122406,11 +123727,12 @@ class PushSubscriptionTestQuery extends Request {
|
|
122406
123727
|
/**
|
122407
123728
|
* Call the PushSubscriptionTest query and return a PushSubscriptionTestPayload
|
122408
123729
|
*
|
123730
|
+
* @param variables - variables to pass into the PushSubscriptionTestQuery
|
122409
123731
|
* @returns parsed response from PushSubscriptionTestQuery
|
122410
123732
|
*/
|
122411
|
-
fetch() {
|
123733
|
+
fetch(variables) {
|
122412
123734
|
return __awaiter(this, void 0, void 0, function* () {
|
122413
|
-
const response = yield this._request(PushSubscriptionTestDocument,
|
123735
|
+
const response = yield this._request(PushSubscriptionTestDocument, variables);
|
122414
123736
|
const data = response.pushSubscriptionTest;
|
122415
123737
|
return new PushSubscriptionTestPayload(this._request, data);
|
122416
123738
|
});
|
@@ -123196,6 +124518,32 @@ class AttachmentLinkFrontMutation extends Request {
|
|
123196
124518
|
});
|
123197
124519
|
}
|
123198
124520
|
}
|
124521
|
+
/**
|
124522
|
+
* A fetchable AttachmentLinkGitHubIssue Mutation
|
124523
|
+
*
|
124524
|
+
* @param request - function to call the graphql client
|
124525
|
+
*/
|
124526
|
+
class AttachmentLinkGitHubIssueMutation extends Request {
|
124527
|
+
constructor(request) {
|
124528
|
+
super(request);
|
124529
|
+
}
|
124530
|
+
/**
|
124531
|
+
* Call the AttachmentLinkGitHubIssue mutation and return a AttachmentPayload
|
124532
|
+
*
|
124533
|
+
* @param issueId - required issueId to pass to attachmentLinkGitHubIssue
|
124534
|
+
* @param url - required url to pass to attachmentLinkGitHubIssue
|
124535
|
+
* @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubIssueMutation
|
124536
|
+
* @returns parsed response from AttachmentLinkGitHubIssueMutation
|
124537
|
+
*/
|
124538
|
+
fetch(issueId, url, variables) {
|
124539
|
+
return __awaiter(this, void 0, void 0, function* () {
|
124540
|
+
const response = yield this._request(AttachmentLinkGitHubIssueDocument, Object.assign({ issueId,
|
124541
|
+
url }, variables));
|
124542
|
+
const data = response.attachmentLinkGitHubIssue;
|
124543
|
+
return new AttachmentPayload(this._request, data);
|
124544
|
+
});
|
124545
|
+
}
|
124546
|
+
}
|
123199
124547
|
/**
|
123200
124548
|
* A fetchable AttachmentLinkGitHubPr Mutation
|
123201
124549
|
*
|
@@ -123209,19 +124557,13 @@ class AttachmentLinkGitHubPrMutation extends Request {
|
|
123209
124557
|
* Call the AttachmentLinkGitHubPr mutation and return a AttachmentPayload
|
123210
124558
|
*
|
123211
124559
|
* @param issueId - required issueId to pass to attachmentLinkGitHubPR
|
123212
|
-
* @param number - required number to pass to attachmentLinkGitHubPR
|
123213
|
-
* @param owner - required owner to pass to attachmentLinkGitHubPR
|
123214
|
-
* @param repo - required repo to pass to attachmentLinkGitHubPR
|
123215
124560
|
* @param url - required url to pass to attachmentLinkGitHubPR
|
123216
|
-
* @param variables - variables without 'issueId', '
|
124561
|
+
* @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubPrMutation
|
123217
124562
|
* @returns parsed response from AttachmentLinkGitHubPrMutation
|
123218
124563
|
*/
|
123219
|
-
fetch(issueId,
|
124564
|
+
fetch(issueId, url, variables) {
|
123220
124565
|
return __awaiter(this, void 0, void 0, function* () {
|
123221
124566
|
const response = yield this._request(AttachmentLinkGitHubPrDocument, Object.assign({ issueId,
|
123222
|
-
number,
|
123223
|
-
owner,
|
123224
|
-
repo,
|
123225
124567
|
url }, variables));
|
123226
124568
|
const data = response.attachmentLinkGitHubPR;
|
123227
124569
|
return new AttachmentPayload(this._request, data);
|
@@ -123794,6 +125136,31 @@ class CreateCycleMutation extends Request {
|
|
123794
125136
|
});
|
123795
125137
|
}
|
123796
125138
|
}
|
125139
|
+
/**
|
125140
|
+
* A fetchable CycleShiftAll Mutation
|
125141
|
+
*
|
125142
|
+
* @param request - function to call the graphql client
|
125143
|
+
*/
|
125144
|
+
class CycleShiftAllMutation extends Request {
|
125145
|
+
constructor(request) {
|
125146
|
+
super(request);
|
125147
|
+
}
|
125148
|
+
/**
|
125149
|
+
* Call the CycleShiftAll mutation and return a CyclePayload
|
125150
|
+
*
|
125151
|
+
* @param input - required input to pass to cycleShiftAll
|
125152
|
+
* @returns parsed response from CycleShiftAllMutation
|
125153
|
+
*/
|
125154
|
+
fetch(input) {
|
125155
|
+
return __awaiter(this, void 0, void 0, function* () {
|
125156
|
+
const response = yield this._request(CycleShiftAllDocument, {
|
125157
|
+
input,
|
125158
|
+
});
|
125159
|
+
const data = response.cycleShiftAll;
|
125160
|
+
return new CyclePayload(this._request, data);
|
125161
|
+
});
|
125162
|
+
}
|
125163
|
+
}
|
123797
125164
|
/**
|
123798
125165
|
* A fetchable UpdateCycle Mutation
|
123799
125166
|
*
|
@@ -124128,6 +125495,83 @@ class FileUploadMutation extends Request {
|
|
124128
125495
|
});
|
124129
125496
|
}
|
124130
125497
|
}
|
125498
|
+
/**
|
125499
|
+
* A fetchable CreateGitAutomationState Mutation
|
125500
|
+
*
|
125501
|
+
* @param request - function to call the graphql client
|
125502
|
+
*/
|
125503
|
+
class CreateGitAutomationStateMutation extends Request {
|
125504
|
+
constructor(request) {
|
125505
|
+
super(request);
|
125506
|
+
}
|
125507
|
+
/**
|
125508
|
+
* Call the CreateGitAutomationState mutation and return a GitAutomationStatePayload
|
125509
|
+
*
|
125510
|
+
* @param input - required input to pass to createGitAutomationState
|
125511
|
+
* @returns parsed response from CreateGitAutomationStateMutation
|
125512
|
+
*/
|
125513
|
+
fetch(input) {
|
125514
|
+
return __awaiter(this, void 0, void 0, function* () {
|
125515
|
+
const response = yield this._request(CreateGitAutomationStateDocument, {
|
125516
|
+
input,
|
125517
|
+
});
|
125518
|
+
const data = response.gitAutomationStateCreate;
|
125519
|
+
return new GitAutomationStatePayload(this._request, data);
|
125520
|
+
});
|
125521
|
+
}
|
125522
|
+
}
|
125523
|
+
/**
|
125524
|
+
* A fetchable DeleteGitAutomationState Mutation
|
125525
|
+
*
|
125526
|
+
* @param request - function to call the graphql client
|
125527
|
+
*/
|
125528
|
+
class DeleteGitAutomationStateMutation extends Request {
|
125529
|
+
constructor(request) {
|
125530
|
+
super(request);
|
125531
|
+
}
|
125532
|
+
/**
|
125533
|
+
* Call the DeleteGitAutomationState mutation and return a DeletePayload
|
125534
|
+
*
|
125535
|
+
* @param id - required id to pass to deleteGitAutomationState
|
125536
|
+
* @returns parsed response from DeleteGitAutomationStateMutation
|
125537
|
+
*/
|
125538
|
+
fetch(id) {
|
125539
|
+
return __awaiter(this, void 0, void 0, function* () {
|
125540
|
+
const response = yield this._request(DeleteGitAutomationStateDocument, {
|
125541
|
+
id,
|
125542
|
+
});
|
125543
|
+
const data = response.gitAutomationStateDelete;
|
125544
|
+
return new DeletePayload(this._request, data);
|
125545
|
+
});
|
125546
|
+
}
|
125547
|
+
}
|
125548
|
+
/**
|
125549
|
+
* A fetchable UpdateGitAutomationState Mutation
|
125550
|
+
*
|
125551
|
+
* @param request - function to call the graphql client
|
125552
|
+
*/
|
125553
|
+
class UpdateGitAutomationStateMutation extends Request {
|
125554
|
+
constructor(request) {
|
125555
|
+
super(request);
|
125556
|
+
}
|
125557
|
+
/**
|
125558
|
+
* Call the UpdateGitAutomationState mutation and return a GitAutomationStatePayload
|
125559
|
+
*
|
125560
|
+
* @param id - required id to pass to updateGitAutomationState
|
125561
|
+
* @param input - required input to pass to updateGitAutomationState
|
125562
|
+
* @returns parsed response from UpdateGitAutomationStateMutation
|
125563
|
+
*/
|
125564
|
+
fetch(id, input) {
|
125565
|
+
return __awaiter(this, void 0, void 0, function* () {
|
125566
|
+
const response = yield this._request(UpdateGitAutomationStateDocument, {
|
125567
|
+
id,
|
125568
|
+
input,
|
125569
|
+
});
|
125570
|
+
const data = response.gitAutomationStateUpdate;
|
125571
|
+
return new GitAutomationStatePayload(this._request, data);
|
125572
|
+
});
|
125573
|
+
}
|
125574
|
+
}
|
124131
125575
|
/**
|
124132
125576
|
* A fetchable GoogleUserAccountAuth Mutation
|
124133
125577
|
*
|
@@ -124411,31 +125855,6 @@ class IntegrationGithubConnectMutation extends Request {
|
|
124411
125855
|
});
|
124412
125856
|
}
|
124413
125857
|
}
|
124414
|
-
/**
|
124415
|
-
* A fetchable IntegrationGithubSyncConnect Mutation
|
124416
|
-
*
|
124417
|
-
* @param request - function to call the graphql client
|
124418
|
-
*/
|
124419
|
-
class IntegrationGithubSyncConnectMutation extends Request {
|
124420
|
-
constructor(request) {
|
124421
|
-
super(request);
|
124422
|
-
}
|
124423
|
-
/**
|
124424
|
-
* Call the IntegrationGithubSyncConnect mutation and return a IntegrationPayload
|
124425
|
-
*
|
124426
|
-
* @param installationId - required installationId to pass to integrationGithubSyncConnect
|
124427
|
-
* @returns parsed response from IntegrationGithubSyncConnectMutation
|
124428
|
-
*/
|
124429
|
-
fetch(installationId) {
|
124430
|
-
return __awaiter(this, void 0, void 0, function* () {
|
124431
|
-
const response = yield this._request(IntegrationGithubSyncConnectDocument, {
|
124432
|
-
installationId,
|
124433
|
-
});
|
124434
|
-
const data = response.integrationGithubSyncConnect;
|
124435
|
-
return new IntegrationPayload(this._request, data);
|
124436
|
-
});
|
124437
|
-
}
|
124438
|
-
}
|
124439
125858
|
/**
|
124440
125859
|
* A fetchable IntegrationGitlabConnect Mutation
|
124441
125860
|
*
|
@@ -124573,14 +125992,12 @@ class IntegrationJiraPersonalMutation extends Request {
|
|
124573
125992
|
/**
|
124574
125993
|
* Call the IntegrationJiraPersonal mutation and return a IntegrationPayload
|
124575
125994
|
*
|
124576
|
-
* @param
|
125995
|
+
* @param variables - variables to pass into the IntegrationJiraPersonalMutation
|
124577
125996
|
* @returns parsed response from IntegrationJiraPersonalMutation
|
124578
125997
|
*/
|
124579
|
-
fetch(
|
125998
|
+
fetch(variables) {
|
124580
125999
|
return __awaiter(this, void 0, void 0, function* () {
|
124581
|
-
const response = yield this._request(IntegrationJiraPersonalDocument,
|
124582
|
-
code,
|
124583
|
-
});
|
126000
|
+
const response = yield this._request(IntegrationJiraPersonalDocument, variables);
|
124584
126001
|
const data = response.integrationJiraPersonal;
|
124585
126002
|
return new IntegrationPayload(this._request, data);
|
124586
126003
|
});
|
@@ -124752,7 +126169,7 @@ class IntegrationSlackOrgProjectUpdatesPostMutation extends Request {
|
|
124752
126169
|
super(request);
|
124753
126170
|
}
|
124754
126171
|
/**
|
124755
|
-
* Call the IntegrationSlackOrgProjectUpdatesPost mutation and return a
|
126172
|
+
* Call the IntegrationSlackOrgProjectUpdatesPost mutation and return a SlackChannelConnectPayload
|
124756
126173
|
*
|
124757
126174
|
* @param code - required code to pass to integrationSlackOrgProjectUpdatesPost
|
124758
126175
|
* @param redirectUri - required redirectUri to pass to integrationSlackOrgProjectUpdatesPost
|
@@ -124765,7 +126182,7 @@ class IntegrationSlackOrgProjectUpdatesPostMutation extends Request {
|
|
124765
126182
|
redirectUri,
|
124766
126183
|
});
|
124767
126184
|
const data = response.integrationSlackOrgProjectUpdatesPost;
|
124768
|
-
return new
|
126185
|
+
return new SlackChannelConnectPayload(this._request, data);
|
124769
126186
|
});
|
124770
126187
|
}
|
124771
126188
|
}
|
@@ -124806,7 +126223,7 @@ class IntegrationSlackPostMutation extends Request {
|
|
124806
126223
|
super(request);
|
124807
126224
|
}
|
124808
126225
|
/**
|
124809
|
-
* Call the IntegrationSlackPost mutation and return a
|
126226
|
+
* Call the IntegrationSlackPost mutation and return a SlackChannelConnectPayload
|
124810
126227
|
*
|
124811
126228
|
* @param code - required code to pass to integrationSlackPost
|
124812
126229
|
* @param redirectUri - required redirectUri to pass to integrationSlackPost
|
@@ -124820,7 +126237,7 @@ class IntegrationSlackPostMutation extends Request {
|
|
124820
126237
|
redirectUri,
|
124821
126238
|
teamId }, variables));
|
124822
126239
|
const data = response.integrationSlackPost;
|
124823
|
-
return new
|
126240
|
+
return new SlackChannelConnectPayload(this._request, data);
|
124824
126241
|
});
|
124825
126242
|
}
|
124826
126243
|
}
|
@@ -124834,7 +126251,7 @@ class IntegrationSlackProjectPostMutation extends Request {
|
|
124834
126251
|
super(request);
|
124835
126252
|
}
|
124836
126253
|
/**
|
124837
|
-
* Call the IntegrationSlackProjectPost mutation and return a
|
126254
|
+
* Call the IntegrationSlackProjectPost mutation and return a SlackChannelConnectPayload
|
124838
126255
|
*
|
124839
126256
|
* @param code - required code to pass to integrationSlackProjectPost
|
124840
126257
|
* @param projectId - required projectId to pass to integrationSlackProjectPost
|
@@ -124851,7 +126268,7 @@ class IntegrationSlackProjectPostMutation extends Request {
|
|
124851
126268
|
service,
|
124852
126269
|
});
|
124853
126270
|
const data = response.integrationSlackProjectPost;
|
124854
|
-
return new
|
126271
|
+
return new SlackChannelConnectPayload(this._request, data);
|
124855
126272
|
});
|
124856
126273
|
}
|
124857
126274
|
}
|
@@ -126344,13 +127761,12 @@ class CreateProjectMutation extends Request {
|
|
126344
127761
|
* Call the CreateProject mutation and return a ProjectPayload
|
126345
127762
|
*
|
126346
127763
|
* @param input - required input to pass to createProject
|
127764
|
+
* @param variables - variables without 'input' to pass into the CreateProjectMutation
|
126347
127765
|
* @returns parsed response from CreateProjectMutation
|
126348
127766
|
*/
|
126349
|
-
fetch(input) {
|
127767
|
+
fetch(input, variables) {
|
126350
127768
|
return __awaiter(this, void 0, void 0, function* () {
|
126351
|
-
const response = yield this._request(CreateProjectDocument, {
|
126352
|
-
input,
|
126353
|
-
});
|
127769
|
+
const response = yield this._request(CreateProjectDocument, Object.assign({ input }, variables));
|
126354
127770
|
const data = response.projectCreate;
|
126355
127771
|
return new ProjectPayload(this._request, data);
|
126356
127772
|
});
|
@@ -127269,6 +128685,31 @@ class UpdateTeamMembershipMutation extends Request {
|
|
127269
128685
|
});
|
127270
128686
|
}
|
127271
128687
|
}
|
128688
|
+
/**
|
128689
|
+
* A fetchable UnarchiveTeam Mutation
|
128690
|
+
*
|
128691
|
+
* @param request - function to call the graphql client
|
128692
|
+
*/
|
128693
|
+
class UnarchiveTeamMutation extends Request {
|
128694
|
+
constructor(request) {
|
128695
|
+
super(request);
|
128696
|
+
}
|
128697
|
+
/**
|
128698
|
+
* Call the UnarchiveTeam mutation and return a TeamArchivePayload
|
128699
|
+
*
|
128700
|
+
* @param id - required id to pass to unarchiveTeam
|
128701
|
+
* @returns parsed response from UnarchiveTeamMutation
|
128702
|
+
*/
|
128703
|
+
fetch(id) {
|
128704
|
+
return __awaiter(this, void 0, void 0, function* () {
|
128705
|
+
const response = yield this._request(UnarchiveTeamDocument, {
|
128706
|
+
id,
|
128707
|
+
});
|
128708
|
+
const data = response.teamUnarchive;
|
128709
|
+
return new TeamArchivePayload(this._request, data);
|
128710
|
+
});
|
128711
|
+
}
|
128712
|
+
}
|
127272
128713
|
/**
|
127273
128714
|
* A fetchable UpdateTeam Mutation
|
127274
128715
|
*
|
@@ -127502,56 +128943,6 @@ class UpdateUserFlagMutation extends Request {
|
|
127502
128943
|
});
|
127503
128944
|
}
|
127504
128945
|
}
|
127505
|
-
/**
|
127506
|
-
* A fetchable UserGitHubConnect Mutation
|
127507
|
-
*
|
127508
|
-
* @param request - function to call the graphql client
|
127509
|
-
*/
|
127510
|
-
class UserGitHubConnectMutation extends Request {
|
127511
|
-
constructor(request) {
|
127512
|
-
super(request);
|
127513
|
-
}
|
127514
|
-
/**
|
127515
|
-
* Call the UserGitHubConnect mutation and return a UserPayload
|
127516
|
-
*
|
127517
|
-
* @param code - required code to pass to userGitHubConnect
|
127518
|
-
* @returns parsed response from UserGitHubConnectMutation
|
127519
|
-
*/
|
127520
|
-
fetch(code) {
|
127521
|
-
return __awaiter(this, void 0, void 0, function* () {
|
127522
|
-
const response = yield this._request(UserGitHubConnectDocument, {
|
127523
|
-
code,
|
127524
|
-
});
|
127525
|
-
const data = response.userGitHubConnect;
|
127526
|
-
return new UserPayload(this._request, data);
|
127527
|
-
});
|
127528
|
-
}
|
127529
|
-
}
|
127530
|
-
/**
|
127531
|
-
* A fetchable UserJiraConnect Mutation
|
127532
|
-
*
|
127533
|
-
* @param request - function to call the graphql client
|
127534
|
-
*/
|
127535
|
-
class UserJiraConnectMutation extends Request {
|
127536
|
-
constructor(request) {
|
127537
|
-
super(request);
|
127538
|
-
}
|
127539
|
-
/**
|
127540
|
-
* Call the UserJiraConnect mutation and return a UserPayload
|
127541
|
-
*
|
127542
|
-
* @param code - required code to pass to userJiraConnect
|
127543
|
-
* @returns parsed response from UserJiraConnectMutation
|
127544
|
-
*/
|
127545
|
-
fetch(code) {
|
127546
|
-
return __awaiter(this, void 0, void 0, function* () {
|
127547
|
-
const response = yield this._request(UserJiraConnectDocument, {
|
127548
|
-
code,
|
127549
|
-
});
|
127550
|
-
const data = response.userJiraConnect;
|
127551
|
-
return new UserPayload(this._request, data);
|
127552
|
-
});
|
127553
|
-
}
|
127554
|
-
}
|
127555
128946
|
/**
|
127556
128947
|
* A fetchable UserPromoteAdmin Mutation
|
127557
128948
|
*
|
@@ -128012,6 +129403,32 @@ class AttachmentIssue_AttachmentsQuery extends Request {
|
|
128012
129403
|
});
|
128013
129404
|
}
|
128014
129405
|
}
|
129406
|
+
/**
|
129407
|
+
* A fetchable AttachmentIssue_BotActor Query
|
129408
|
+
*
|
129409
|
+
* @param request - function to call the graphql client
|
129410
|
+
* @param id - required id to pass to attachmentIssue
|
129411
|
+
*/
|
129412
|
+
class AttachmentIssue_BotActorQuery extends Request {
|
129413
|
+
constructor(request, id) {
|
129414
|
+
super(request);
|
129415
|
+
this._id = id;
|
129416
|
+
}
|
129417
|
+
/**
|
129418
|
+
* Call the AttachmentIssue_BotActor query and return a ActorBot
|
129419
|
+
*
|
129420
|
+
* @returns parsed response from AttachmentIssue_BotActorQuery
|
129421
|
+
*/
|
129422
|
+
fetch() {
|
129423
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129424
|
+
const response = yield this._request(AttachmentIssue_BotActorDocument, {
|
129425
|
+
id: this._id,
|
129426
|
+
});
|
129427
|
+
const data = response.attachmentIssue.botActor;
|
129428
|
+
return data ? new ActorBot(this._request, data) : undefined;
|
129429
|
+
});
|
129430
|
+
}
|
129431
|
+
}
|
128015
129432
|
/**
|
128016
129433
|
* A fetchable AttachmentIssue_Children Query
|
128017
129434
|
*
|
@@ -128388,6 +129805,32 @@ class Issue_AttachmentsQuery extends Request {
|
|
128388
129805
|
});
|
128389
129806
|
}
|
128390
129807
|
}
|
129808
|
+
/**
|
129809
|
+
* A fetchable Issue_BotActor Query
|
129810
|
+
*
|
129811
|
+
* @param request - function to call the graphql client
|
129812
|
+
* @param id - required id to pass to issue
|
129813
|
+
*/
|
129814
|
+
class Issue_BotActorQuery extends Request {
|
129815
|
+
constructor(request, id) {
|
129816
|
+
super(request);
|
129817
|
+
this._id = id;
|
129818
|
+
}
|
129819
|
+
/**
|
129820
|
+
* Call the Issue_BotActor query and return a ActorBot
|
129821
|
+
*
|
129822
|
+
* @returns parsed response from Issue_BotActorQuery
|
129823
|
+
*/
|
129824
|
+
fetch() {
|
129825
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129826
|
+
const response = yield this._request(Issue_BotActorDocument, {
|
129827
|
+
id: this._id,
|
129828
|
+
});
|
129829
|
+
const data = response.issue.botActor;
|
129830
|
+
return data ? new ActorBot(this._request, data) : undefined;
|
129831
|
+
});
|
129832
|
+
}
|
129833
|
+
}
|
128391
129834
|
/**
|
128392
129835
|
* A fetchable Issue_Children Query
|
128393
129836
|
*
|
@@ -128664,6 +130107,33 @@ class IssueVcsBranchSearch_AttachmentsQuery extends Request {
|
|
128664
130107
|
});
|
128665
130108
|
}
|
128666
130109
|
}
|
130110
|
+
/**
|
130111
|
+
* A fetchable IssueVcsBranchSearch_BotActor Query
|
130112
|
+
*
|
130113
|
+
* @param request - function to call the graphql client
|
130114
|
+
* @param branchName - required branchName to pass to issueVcsBranchSearch
|
130115
|
+
*/
|
130116
|
+
class IssueVcsBranchSearch_BotActorQuery extends Request {
|
130117
|
+
constructor(request, branchName) {
|
130118
|
+
super(request);
|
130119
|
+
this._branchName = branchName;
|
130120
|
+
}
|
130121
|
+
/**
|
130122
|
+
* Call the IssueVcsBranchSearch_BotActor query and return a ActorBot
|
130123
|
+
*
|
130124
|
+
* @returns parsed response from IssueVcsBranchSearch_BotActorQuery
|
130125
|
+
*/
|
130126
|
+
fetch() {
|
130127
|
+
var _a;
|
130128
|
+
return __awaiter(this, void 0, void 0, function* () {
|
130129
|
+
const response = yield this._request(IssueVcsBranchSearch_BotActorDocument, {
|
130130
|
+
branchName: this._branchName,
|
130131
|
+
});
|
130132
|
+
const data = (_a = response.issueVcsBranchSearch) === null || _a === void 0 ? void 0 : _a.botActor;
|
130133
|
+
return data ? new ActorBot(this._request, data) : undefined;
|
130134
|
+
});
|
130135
|
+
}
|
130136
|
+
}
|
128667
130137
|
/**
|
128668
130138
|
* A fetchable IssueVcsBranchSearch_Children Query
|
128669
130139
|
*
|
@@ -129013,7 +130483,7 @@ class Organization_TemplatesQuery extends Request {
|
|
129013
130483
|
return __awaiter(this, void 0, void 0, function* () {
|
129014
130484
|
const response = yield this._request(Organization_TemplatesDocument, variables);
|
129015
130485
|
const data = response.organization.templates;
|
129016
|
-
return new TemplateConnection(this._request, data);
|
130486
|
+
return new TemplateConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
|
129017
130487
|
});
|
129018
130488
|
}
|
129019
130489
|
}
|
@@ -129339,6 +130809,33 @@ class SearchProjects_ArchivePayloadQuery extends Request {
|
|
129339
130809
|
});
|
129340
130810
|
}
|
129341
130811
|
}
|
130812
|
+
/**
|
130813
|
+
* A fetchable Team_AutomationStates Query
|
130814
|
+
*
|
130815
|
+
* @param request - function to call the graphql client
|
130816
|
+
* @param id - required id to pass to team
|
130817
|
+
* @param variables - variables without 'id' to pass into the Team_AutomationStatesQuery
|
130818
|
+
*/
|
130819
|
+
class Team_AutomationStatesQuery extends Request {
|
130820
|
+
constructor(request, id, variables) {
|
130821
|
+
super(request);
|
130822
|
+
this._id = id;
|
130823
|
+
this._variables = variables;
|
130824
|
+
}
|
130825
|
+
/**
|
130826
|
+
* Call the Team_AutomationStates query and return a GitAutomationStateConnection
|
130827
|
+
*
|
130828
|
+
* @param variables - variables without 'id' to pass into the Team_AutomationStatesQuery
|
130829
|
+
* @returns parsed response from Team_AutomationStatesQuery
|
130830
|
+
*/
|
130831
|
+
fetch(variables) {
|
130832
|
+
return __awaiter(this, void 0, void 0, function* () {
|
130833
|
+
const response = yield this._request(Team_AutomationStatesDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
|
130834
|
+
const data = response.team.automationStates;
|
130835
|
+
return new GitAutomationStateConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
|
130836
|
+
});
|
130837
|
+
}
|
130838
|
+
}
|
129342
130839
|
/**
|
129343
130840
|
* A fetchable Team_Cycles Query
|
129344
130841
|
*
|
@@ -129551,7 +131048,7 @@ class Team_TemplatesQuery extends Request {
|
|
129551
131048
|
return __awaiter(this, void 0, void 0, function* () {
|
129552
131049
|
const response = yield this._request(Team_TemplatesDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
|
129553
131050
|
const data = response.team.templates;
|
129554
|
-
return new TemplateConnection(this._request, data);
|
131051
|
+
return new TemplateConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
|
129555
131052
|
});
|
129556
131053
|
}
|
129557
131054
|
}
|
@@ -130399,10 +131896,11 @@ class LinearSdk extends Request {
|
|
130399
131896
|
/**
|
130400
131897
|
* Sends a test push message.
|
130401
131898
|
*
|
131899
|
+
* @param variables - variables to pass into the PushSubscriptionTestQuery
|
130402
131900
|
* @returns PushSubscriptionTestPayload
|
130403
131901
|
*/
|
130404
|
-
|
130405
|
-
return new PushSubscriptionTestQuery(this._request).fetch();
|
131902
|
+
pushSubscriptionTest(variables) {
|
131903
|
+
return new PushSubscriptionTestQuery(this._request).fetch(variables);
|
130406
131904
|
}
|
130407
131905
|
/**
|
130408
131906
|
* The status of the rate limiter.
|
@@ -130699,18 +132197,26 @@ class LinearSdk extends Request {
|
|
130699
132197
|
return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId, variables);
|
130700
132198
|
}
|
130701
132199
|
/**
|
130702
|
-
* Link
|
132200
|
+
* Link a GitHub issue to a Linear issue.
|
132201
|
+
*
|
132202
|
+
* @param issueId - required issueId to pass to attachmentLinkGitHubIssue
|
132203
|
+
* @param url - required url to pass to attachmentLinkGitHubIssue
|
132204
|
+
* @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubIssueMutation
|
132205
|
+
* @returns AttachmentPayload
|
132206
|
+
*/
|
132207
|
+
attachmentLinkGitHubIssue(issueId, url, variables) {
|
132208
|
+
return new AttachmentLinkGitHubIssueMutation(this._request).fetch(issueId, url, variables);
|
132209
|
+
}
|
132210
|
+
/**
|
132211
|
+
* Link a GitHub pull request to an issue.
|
130703
132212
|
*
|
130704
132213
|
* @param issueId - required issueId to pass to attachmentLinkGitHubPR
|
130705
|
-
* @param number - required number to pass to attachmentLinkGitHubPR
|
130706
|
-
* @param owner - required owner to pass to attachmentLinkGitHubPR
|
130707
|
-
* @param repo - required repo to pass to attachmentLinkGitHubPR
|
130708
132214
|
* @param url - required url to pass to attachmentLinkGitHubPR
|
130709
|
-
* @param variables - variables without 'issueId', '
|
132215
|
+
* @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubPrMutation
|
130710
132216
|
* @returns AttachmentPayload
|
130711
132217
|
*/
|
130712
|
-
attachmentLinkGitHubPR(issueId,
|
130713
|
-
return new AttachmentLinkGitHubPrMutation(this._request).fetch(issueId,
|
132218
|
+
attachmentLinkGitHubPR(issueId, url, variables) {
|
132219
|
+
return new AttachmentLinkGitHubPrMutation(this._request).fetch(issueId, url, variables);
|
130714
132220
|
}
|
130715
132221
|
/**
|
130716
132222
|
* Link an existing GitLab MR to an issue.
|
@@ -130931,6 +132437,15 @@ class LinearSdk extends Request {
|
|
130931
132437
|
createCycle(input) {
|
130932
132438
|
return new CreateCycleMutation(this._request).fetch(input);
|
130933
132439
|
}
|
132440
|
+
/**
|
132441
|
+
* Shifts all cycles starts by a certain number of weeks.
|
132442
|
+
*
|
132443
|
+
* @param input - required input to pass to cycleShiftAll
|
132444
|
+
* @returns CyclePayload
|
132445
|
+
*/
|
132446
|
+
cycleShiftAll(input) {
|
132447
|
+
return new CycleShiftAllMutation(this._request).fetch(input);
|
132448
|
+
}
|
130934
132449
|
/**
|
130935
132450
|
* Updates a cycle.
|
130936
132451
|
*
|
@@ -131054,6 +132569,34 @@ class LinearSdk extends Request {
|
|
131054
132569
|
fileUpload(contentType, filename, size, variables) {
|
131055
132570
|
return new FileUploadMutation(this._request).fetch(contentType, filename, size, variables);
|
131056
132571
|
}
|
132572
|
+
/**
|
132573
|
+
* Creates a new automation state.
|
132574
|
+
*
|
132575
|
+
* @param input - required input to pass to createGitAutomationState
|
132576
|
+
* @returns GitAutomationStatePayload
|
132577
|
+
*/
|
132578
|
+
createGitAutomationState(input) {
|
132579
|
+
return new CreateGitAutomationStateMutation(this._request).fetch(input);
|
132580
|
+
}
|
132581
|
+
/**
|
132582
|
+
* Archives an automation state.
|
132583
|
+
*
|
132584
|
+
* @param id - required id to pass to deleteGitAutomationState
|
132585
|
+
* @returns DeletePayload
|
132586
|
+
*/
|
132587
|
+
deleteGitAutomationState(id) {
|
132588
|
+
return new DeleteGitAutomationStateMutation(this._request).fetch(id);
|
132589
|
+
}
|
132590
|
+
/**
|
132591
|
+
* Updates an existing state.
|
132592
|
+
*
|
132593
|
+
* @param id - required id to pass to updateGitAutomationState
|
132594
|
+
* @param input - required input to pass to updateGitAutomationState
|
132595
|
+
* @returns GitAutomationStatePayload
|
132596
|
+
*/
|
132597
|
+
updateGitAutomationState(id, input) {
|
132598
|
+
return new UpdateGitAutomationStateMutation(this._request).fetch(id, input);
|
132599
|
+
}
|
131057
132600
|
/**
|
131058
132601
|
* Authenticate user account through Google OAuth. This is the 2nd step of OAuth flow.
|
131059
132602
|
*
|
@@ -131159,15 +132702,6 @@ class LinearSdk extends Request {
|
|
131159
132702
|
integrationGithubConnect(installationId) {
|
131160
132703
|
return new IntegrationGithubConnectMutation(this._request).fetch(installationId);
|
131161
132704
|
}
|
131162
|
-
/**
|
131163
|
-
* Connects the organization with the GitHub Sync App.
|
131164
|
-
*
|
131165
|
-
* @param installationId - required installationId to pass to integrationGithubSyncConnect
|
131166
|
-
* @returns IntegrationPayload
|
131167
|
-
*/
|
131168
|
-
integrationGithubSyncConnect(installationId) {
|
131169
|
-
return new IntegrationGithubSyncConnectMutation(this._request).fetch(installationId);
|
131170
|
-
}
|
131171
132705
|
/**
|
131172
132706
|
* Connects the organization with a GitLab Access Token.
|
131173
132707
|
*
|
@@ -131218,11 +132752,11 @@ class LinearSdk extends Request {
|
|
131218
132752
|
/**
|
131219
132753
|
* Connect your Jira account to Linear.
|
131220
132754
|
*
|
131221
|
-
* @param
|
132755
|
+
* @param variables - variables to pass into the IntegrationJiraPersonalMutation
|
131222
132756
|
* @returns IntegrationPayload
|
131223
132757
|
*/
|
131224
|
-
integrationJiraPersonal(
|
131225
|
-
return new IntegrationJiraPersonalMutation(this._request).fetch(
|
132758
|
+
integrationJiraPersonal(variables) {
|
132759
|
+
return new IntegrationJiraPersonalMutation(this._request).fetch(variables);
|
131226
132760
|
}
|
131227
132761
|
/**
|
131228
132762
|
* Enables Loom integration for the organization.
|
@@ -131288,7 +132822,7 @@ class LinearSdk extends Request {
|
|
131288
132822
|
*
|
131289
132823
|
* @param code - required code to pass to integrationSlackOrgProjectUpdatesPost
|
131290
132824
|
* @param redirectUri - required redirectUri to pass to integrationSlackOrgProjectUpdatesPost
|
131291
|
-
* @returns
|
132825
|
+
* @returns SlackChannelConnectPayload
|
131292
132826
|
*/
|
131293
132827
|
integrationSlackOrgProjectUpdatesPost(code, redirectUri) {
|
131294
132828
|
return new IntegrationSlackOrgProjectUpdatesPostMutation(this._request).fetch(code, redirectUri);
|
@@ -131310,7 +132844,7 @@ class LinearSdk extends Request {
|
|
131310
132844
|
* @param redirectUri - required redirectUri to pass to integrationSlackPost
|
131311
132845
|
* @param teamId - required teamId to pass to integrationSlackPost
|
131312
132846
|
* @param variables - variables without 'code', 'redirectUri', 'teamId' to pass into the IntegrationSlackPostMutation
|
131313
|
-
* @returns
|
132847
|
+
* @returns SlackChannelConnectPayload
|
131314
132848
|
*/
|
131315
132849
|
integrationSlackPost(code, redirectUri, teamId, variables) {
|
131316
132850
|
return new IntegrationSlackPostMutation(this._request).fetch(code, redirectUri, teamId, variables);
|
@@ -131322,7 +132856,7 @@ class LinearSdk extends Request {
|
|
131322
132856
|
* @param projectId - required projectId to pass to integrationSlackProjectPost
|
131323
132857
|
* @param redirectUri - required redirectUri to pass to integrationSlackProjectPost
|
131324
132858
|
* @param service - required service to pass to integrationSlackProjectPost
|
131325
|
-
* @returns
|
132859
|
+
* @returns SlackChannelConnectPayload
|
131326
132860
|
*/
|
131327
132861
|
integrationSlackProjectPost(code, projectId, redirectUri, service) {
|
131328
132862
|
return new IntegrationSlackProjectPostMutation(this._request).fetch(code, projectId, redirectUri, service);
|
@@ -131884,10 +133418,11 @@ class LinearSdk extends Request {
|
|
131884
133418
|
* Creates a new project.
|
131885
133419
|
*
|
131886
133420
|
* @param input - required input to pass to createProject
|
133421
|
+
* @param variables - variables without 'input' to pass into the CreateProjectMutation
|
131887
133422
|
* @returns ProjectPayload
|
131888
133423
|
*/
|
131889
|
-
createProject(input) {
|
131890
|
-
return new CreateProjectMutation(this._request).fetch(input);
|
133424
|
+
createProject(input, variables) {
|
133425
|
+
return new CreateProjectMutation(this._request).fetch(input, variables);
|
131891
133426
|
}
|
131892
133427
|
/**
|
131893
133428
|
* Deletes (trashes) a project.
|
@@ -132221,6 +133756,15 @@ class LinearSdk extends Request {
|
|
132221
133756
|
updateTeamMembership(id, input) {
|
132222
133757
|
return new UpdateTeamMembershipMutation(this._request).fetch(id, input);
|
132223
133758
|
}
|
133759
|
+
/**
|
133760
|
+
* Unarchives a team and cancels deletion.
|
133761
|
+
*
|
133762
|
+
* @param id - required id to pass to unarchiveTeam
|
133763
|
+
* @returns TeamArchivePayload
|
133764
|
+
*/
|
133765
|
+
unarchiveTeam(id) {
|
133766
|
+
return new UnarchiveTeamMutation(this._request).fetch(id);
|
133767
|
+
}
|
132224
133768
|
/**
|
132225
133769
|
* Updates a team.
|
132226
133770
|
*
|
@@ -132306,24 +133850,6 @@ class LinearSdk extends Request {
|
|
132306
133850
|
updateUserFlag(flag, operation) {
|
132307
133851
|
return new UpdateUserFlagMutation(this._request).fetch(flag, operation);
|
132308
133852
|
}
|
132309
|
-
/**
|
132310
|
-
* [DEPRECATED] Connects the GitHub user to this Linear account via OAuth2.
|
132311
|
-
*
|
132312
|
-
* @param code - required code to pass to userGitHubConnect
|
132313
|
-
* @returns UserPayload
|
132314
|
-
*/
|
132315
|
-
userGitHubConnect(code) {
|
132316
|
-
return new UserGitHubConnectMutation(this._request).fetch(code);
|
132317
|
-
}
|
132318
|
-
/**
|
132319
|
-
* [DEPRECATED] Connects the Jira user to this Linear account via OAuth2.
|
132320
|
-
*
|
132321
|
-
* @param code - required code to pass to userJiraConnect
|
132322
|
-
* @returns UserPayload
|
132323
|
-
*/
|
132324
|
-
userJiraConnect(code) {
|
132325
|
-
return new UserJiraConnectMutation(this._request).fetch(code);
|
132326
|
-
}
|
132327
133853
|
/**
|
132328
133854
|
* Makes user an admin. Can only be called by an admin.
|
132329
133855
|
*
|
@@ -132565,5 +134091,5 @@ class LinearWebhooks {
|
|
132565
134091
|
}
|
132566
134092
|
}
|
132567
134093
|
|
132568
|
-
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentUnsyncSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyDeletePayload, AuthApiKeyPayload, AuthIntegration, AuthOrganization, AuthResolverResponse, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GitHubSyncRepo, GitHubSyncSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubSyncConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutyScheduleInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TriageResponsibility, TriageResponsibilityConnection, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserJiraConnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
134094
|
+
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_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentUnsyncSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthCreateOrJoinOrganizationResponse, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, 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, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, 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_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, 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, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_AutomationStatesQuery, 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, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
132569
134095
|
//# sourceMappingURL=index-es.js.map
|