@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-cjs.js
CHANGED
@@ -83419,6 +83419,14 @@ var ContextViewType;
|
|
83419
83419
|
ContextViewType["Triage"] = "triage";
|
83420
83420
|
ContextViewType["UpcomingCycle"] = "upcomingCycle";
|
83421
83421
|
})(ContextViewType || (ContextViewType = {}));
|
83422
|
+
/** [INTERNAL] By which resolution is a date defined. */
|
83423
|
+
var DateResolutionType;
|
83424
|
+
(function (DateResolutionType) {
|
83425
|
+
DateResolutionType["HalfYear"] = "halfYear";
|
83426
|
+
DateResolutionType["Month"] = "month";
|
83427
|
+
DateResolutionType["Quarter"] = "quarter";
|
83428
|
+
DateResolutionType["Year"] = "year";
|
83429
|
+
})(DateResolutionType || (DateResolutionType = {}));
|
83422
83430
|
/** The day of the week. */
|
83423
83431
|
var Day;
|
83424
83432
|
(function (Day) {
|
@@ -83430,6 +83438,15 @@ var Day;
|
|
83430
83438
|
Day["Tuesday"] = "Tuesday";
|
83431
83439
|
Day["Wednesday"] = "Wednesday";
|
83432
83440
|
})(Day || (Day = {}));
|
83441
|
+
/** The various states of a pull/merge request. */
|
83442
|
+
var GitAutomationStates;
|
83443
|
+
(function (GitAutomationStates) {
|
83444
|
+
GitAutomationStates["Draft"] = "draft";
|
83445
|
+
GitAutomationStates["Merge"] = "merge";
|
83446
|
+
GitAutomationStates["Mergeable"] = "mergeable";
|
83447
|
+
GitAutomationStates["Review"] = "review";
|
83448
|
+
GitAutomationStates["Start"] = "start";
|
83449
|
+
})(GitAutomationStates || (GitAutomationStates = {}));
|
83433
83450
|
/** Linear supported integration services. */
|
83434
83451
|
var IntegrationService;
|
83435
83452
|
(function (IntegrationService) {
|
@@ -83438,7 +83455,6 @@ var IntegrationService;
|
|
83438
83455
|
IntegrationService["Figma"] = "figma";
|
83439
83456
|
IntegrationService["FigmaPlugin"] = "figmaPlugin";
|
83440
83457
|
IntegrationService["Front"] = "front";
|
83441
|
-
IntegrationService["GitHubSync"] = "gitHubSync";
|
83442
83458
|
IntegrationService["Github"] = "github";
|
83443
83459
|
IntegrationService["GithubCommit"] = "githubCommit";
|
83444
83460
|
IntegrationService["GithubPersonal"] = "githubPersonal";
|
@@ -83494,6 +83510,13 @@ var PaginationOrderBy;
|
|
83494
83510
|
PaginationOrderBy["CreatedAt"] = "createdAt";
|
83495
83511
|
PaginationOrderBy["UpdatedAt"] = "updatedAt";
|
83496
83512
|
})(PaginationOrderBy || (PaginationOrderBy = {}));
|
83513
|
+
/** Different tabs available inside a project. */
|
83514
|
+
var ProjectTab;
|
83515
|
+
(function (ProjectTab) {
|
83516
|
+
ProjectTab["Activity"] = "activity";
|
83517
|
+
ProjectTab["Documents"] = "documents";
|
83518
|
+
ProjectTab["Issues"] = "issues";
|
83519
|
+
})(ProjectTab || (ProjectTab = {}));
|
83497
83520
|
/** The health type of a project when the update is created. */
|
83498
83521
|
var ProjectUpdateHealthType;
|
83499
83522
|
(function (ProjectUpdateHealthType) {
|
@@ -83531,6 +83554,13 @@ var SlaDayCountType;
|
|
83531
83554
|
SlaDayCountType["All"] = "all";
|
83532
83555
|
SlaDayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
|
83533
83556
|
})(SlaDayCountType || (SlaDayCountType = {}));
|
83557
|
+
var SendStrategy;
|
83558
|
+
(function (SendStrategy) {
|
83559
|
+
SendStrategy["Desktop"] = "desktop";
|
83560
|
+
SendStrategy["DesktopAndPush"] = "desktopAndPush";
|
83561
|
+
SendStrategy["DesktopThenPush"] = "desktopThenPush";
|
83562
|
+
SendStrategy["Push"] = "push";
|
83563
|
+
})(SendStrategy || (SendStrategy = {}));
|
83534
83564
|
var SlaStatus;
|
83535
83565
|
(function (SlaStatus) {
|
83536
83566
|
SlaStatus["Breached"] = "Breached";
|
@@ -83541,6 +83571,13 @@ var SlaStatus;
|
|
83541
83571
|
SlaStatus["MediumRisk"] = "MediumRisk";
|
83542
83572
|
SlaStatus["Paused"] = "Paused";
|
83543
83573
|
})(SlaStatus || (SlaStatus = {}));
|
83574
|
+
var SlackChannelType;
|
83575
|
+
(function (SlackChannelType) {
|
83576
|
+
SlackChannelType["DirectMessage"] = "DirectMessage";
|
83577
|
+
SlackChannelType["MultiPersonDirectMessage"] = "MultiPersonDirectMessage";
|
83578
|
+
SlackChannelType["Private"] = "Private";
|
83579
|
+
SlackChannelType["Public"] = "Public";
|
83580
|
+
})(SlackChannelType || (SlackChannelType = {}));
|
83544
83581
|
/** Which action should be taken after an issue is added to triage. */
|
83545
83582
|
var TriageResponsibilityAction;
|
83546
83583
|
(function (TriageResponsibilityAction) {
|
@@ -83637,6 +83674,7 @@ var ViewType;
|
|
83637
83674
|
ViewType["MyIssuesCreatedByMe"] = "myIssuesCreatedByMe";
|
83638
83675
|
ViewType["MyIssuesSubscribedTo"] = "myIssuesSubscribedTo";
|
83639
83676
|
ViewType["Project"] = "project";
|
83677
|
+
ViewType["ProjectDocuments"] = "projectDocuments";
|
83640
83678
|
ViewType["Projects"] = "projects";
|
83641
83679
|
ViewType["ProjectsAll"] = "projectsAll";
|
83642
83680
|
ViewType["ProjectsBacklog"] = "projectsBacklog";
|
@@ -84512,6 +84550,32 @@ const RoadmapArchivePayloadFragmentDoc = {
|
|
84512
84550
|
},
|
84513
84551
|
],
|
84514
84552
|
};
|
84553
|
+
const TeamArchivePayloadFragmentDoc = {
|
84554
|
+
kind: "Document",
|
84555
|
+
definitions: [
|
84556
|
+
{
|
84557
|
+
kind: "FragmentDefinition",
|
84558
|
+
name: { kind: "Name", value: "TeamArchivePayload" },
|
84559
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "TeamArchivePayload" } },
|
84560
|
+
selectionSet: {
|
84561
|
+
kind: "SelectionSet",
|
84562
|
+
selections: [
|
84563
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84564
|
+
{
|
84565
|
+
kind: "Field",
|
84566
|
+
name: { kind: "Name", value: "entity" },
|
84567
|
+
selectionSet: {
|
84568
|
+
kind: "SelectionSet",
|
84569
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84570
|
+
},
|
84571
|
+
},
|
84572
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
84573
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
84574
|
+
],
|
84575
|
+
},
|
84576
|
+
},
|
84577
|
+
],
|
84578
|
+
};
|
84515
84579
|
const WorkflowStateArchivePayloadFragmentDoc = {
|
84516
84580
|
kind: "Document",
|
84517
84581
|
definitions: [
|
@@ -84607,6 +84671,14 @@ const ArchivePayloadFragmentDoc = {
|
|
84607
84671
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapArchivePayload" } }],
|
84608
84672
|
},
|
84609
84673
|
},
|
84674
|
+
{
|
84675
|
+
kind: "InlineFragment",
|
84676
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "TeamArchivePayload" } },
|
84677
|
+
selectionSet: {
|
84678
|
+
kind: "SelectionSet",
|
84679
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamArchivePayload" } }],
|
84680
|
+
},
|
84681
|
+
},
|
84610
84682
|
{
|
84611
84683
|
kind: "InlineFragment",
|
84612
84684
|
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "WorkflowStateArchivePayload" } },
|
@@ -84854,54 +84926,6 @@ const TeamNotificationSubscriptionFragmentDoc = {
|
|
84854
84926
|
},
|
84855
84927
|
],
|
84856
84928
|
};
|
84857
|
-
const TemplateFragmentDoc = {
|
84858
|
-
kind: "Document",
|
84859
|
-
definitions: [
|
84860
|
-
{
|
84861
|
-
kind: "FragmentDefinition",
|
84862
|
-
name: { kind: "Name", value: "Template" },
|
84863
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Template" } },
|
84864
|
-
selectionSet: {
|
84865
|
-
kind: "SelectionSet",
|
84866
|
-
selections: [
|
84867
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84868
|
-
{ kind: "Field", name: { kind: "Name", value: "templateData" } },
|
84869
|
-
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
84870
|
-
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
84871
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
84872
|
-
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
84873
|
-
{
|
84874
|
-
kind: "Field",
|
84875
|
-
name: { kind: "Name", value: "team" },
|
84876
|
-
selectionSet: {
|
84877
|
-
kind: "SelectionSet",
|
84878
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84879
|
-
},
|
84880
|
-
},
|
84881
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84882
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84883
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84884
|
-
{
|
84885
|
-
kind: "Field",
|
84886
|
-
name: { kind: "Name", value: "creator" },
|
84887
|
-
selectionSet: {
|
84888
|
-
kind: "SelectionSet",
|
84889
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84890
|
-
},
|
84891
|
-
},
|
84892
|
-
{
|
84893
|
-
kind: "Field",
|
84894
|
-
name: { kind: "Name", value: "lastUpdatedBy" },
|
84895
|
-
selectionSet: {
|
84896
|
-
kind: "SelectionSet",
|
84897
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84898
|
-
},
|
84899
|
-
},
|
84900
|
-
],
|
84901
|
-
},
|
84902
|
-
},
|
84903
|
-
],
|
84904
|
-
};
|
84905
84929
|
const UserAccountFragmentDoc = {
|
84906
84930
|
kind: "Document",
|
84907
84931
|
definitions: [
|
@@ -85003,6 +85027,44 @@ const UserNotificationSubscriptionFragmentDoc = {
|
|
85003
85027
|
},
|
85004
85028
|
],
|
85005
85029
|
};
|
85030
|
+
const EmailIntakeAddressFragmentDoc = {
|
85031
|
+
kind: "Document",
|
85032
|
+
definitions: [
|
85033
|
+
{
|
85034
|
+
kind: "FragmentDefinition",
|
85035
|
+
name: { kind: "Name", value: "EmailIntakeAddress" },
|
85036
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EmailIntakeAddress" } },
|
85037
|
+
selectionSet: {
|
85038
|
+
kind: "SelectionSet",
|
85039
|
+
selections: [
|
85040
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85041
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85042
|
+
{
|
85043
|
+
kind: "Field",
|
85044
|
+
name: { kind: "Name", value: "team" },
|
85045
|
+
selectionSet: {
|
85046
|
+
kind: "SelectionSet",
|
85047
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85048
|
+
},
|
85049
|
+
},
|
85050
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
85051
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85052
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85053
|
+
{
|
85054
|
+
kind: "Field",
|
85055
|
+
name: { kind: "Name", value: "creator" },
|
85056
|
+
selectionSet: {
|
85057
|
+
kind: "SelectionSet",
|
85058
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85059
|
+
},
|
85060
|
+
},
|
85061
|
+
{ kind: "Field", name: { kind: "Name", value: "address" } },
|
85062
|
+
{ kind: "Field", name: { kind: "Name", value: "enabled" } },
|
85063
|
+
],
|
85064
|
+
},
|
85065
|
+
},
|
85066
|
+
],
|
85067
|
+
};
|
85006
85068
|
const PaidSubscriptionFragmentDoc = {
|
85007
85069
|
kind: "Document",
|
85008
85070
|
definitions: [
|
@@ -85058,6 +85120,7 @@ const OrganizationFragmentDoc = {
|
|
85058
85120
|
{ kind: "Field", name: { kind: "Name", value: "periodUploadVolume" } },
|
85059
85121
|
{ kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersHour" } },
|
85060
85122
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85123
|
+
{ kind: "Field", name: { kind: "Name", value: "fiscalYearStartMonth" } },
|
85061
85124
|
{ kind: "Field", name: { kind: "Name", value: "logoUrl" } },
|
85062
85125
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85063
85126
|
{
|
@@ -85085,22 +85148,78 @@ const OrganizationFragmentDoc = {
|
|
85085
85148
|
},
|
85086
85149
|
],
|
85087
85150
|
};
|
85088
|
-
const
|
85151
|
+
const AuthOauthClientWithScopeFragmentDoc = {
|
85089
85152
|
kind: "Document",
|
85090
85153
|
definitions: [
|
85091
85154
|
{
|
85092
85155
|
kind: "FragmentDefinition",
|
85093
|
-
name: { kind: "Name", value: "
|
85094
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
85156
|
+
name: { kind: "Name", value: "AuthOauthClientWithScope" },
|
85157
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClientWithScope" } },
|
85095
85158
|
selectionSet: {
|
85096
85159
|
kind: "SelectionSet",
|
85097
85160
|
selections: [
|
85098
85161
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85099
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85100
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85101
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85102
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85103
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85162
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85163
|
+
{ kind: "Field", name: { kind: "Name", value: "imageUrl" } },
|
85164
|
+
{ kind: "Field", name: { kind: "Name", value: "appId" } },
|
85165
|
+
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
85166
|
+
{ kind: "Field", name: { kind: "Name", value: "scope" } },
|
85167
|
+
{ kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
|
85168
|
+
],
|
85169
|
+
},
|
85170
|
+
},
|
85171
|
+
],
|
85172
|
+
};
|
85173
|
+
const AuthOauthClientWithMembershipsFragmentDoc = {
|
85174
|
+
kind: "Document",
|
85175
|
+
definitions: [
|
85176
|
+
{
|
85177
|
+
kind: "FragmentDefinition",
|
85178
|
+
name: { kind: "Name", value: "AuthOauthClientWithMemberships" },
|
85179
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClientWithMemberships" } },
|
85180
|
+
selectionSet: {
|
85181
|
+
kind: "SelectionSet",
|
85182
|
+
selections: [
|
85183
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85184
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85185
|
+
{ kind: "Field", name: { kind: "Name", value: "imageUrl" } },
|
85186
|
+
{ kind: "Field", name: { kind: "Name", value: "appId" } },
|
85187
|
+
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
85188
|
+
{ kind: "Field", name: { kind: "Name", value: "scope" } },
|
85189
|
+
{ kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
|
85190
|
+
{ kind: "Field", name: { kind: "Name", value: "totalMembers" } },
|
85191
|
+
],
|
85192
|
+
},
|
85193
|
+
},
|
85194
|
+
],
|
85195
|
+
};
|
85196
|
+
const AuthenticationSessionResponseFragmentDoc = {
|
85197
|
+
kind: "Document",
|
85198
|
+
definitions: [
|
85199
|
+
{
|
85200
|
+
kind: "FragmentDefinition",
|
85201
|
+
name: { kind: "Name", value: "AuthenticationSessionResponse" },
|
85202
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthenticationSessionResponse" } },
|
85203
|
+
selectionSet: {
|
85204
|
+
kind: "SelectionSet",
|
85205
|
+
selections: [
|
85206
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85207
|
+
{ kind: "Field", name: { kind: "Name", value: "client" } },
|
85208
|
+
{ kind: "Field", name: { kind: "Name", value: "countryCodes" } },
|
85209
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85210
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85211
|
+
{ kind: "Field", name: { kind: "Name", value: "location" } },
|
85212
|
+
{ kind: "Field", name: { kind: "Name", value: "ip" } },
|
85213
|
+
{ kind: "Field", name: { kind: "Name", value: "isCurrentSession" } },
|
85214
|
+
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
85215
|
+
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
85216
|
+
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
85217
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85218
|
+
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
85219
|
+
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
85220
|
+
{ kind: "Field", name: { kind: "Name", value: "browserType" } },
|
85221
|
+
{ kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
|
85222
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85104
85223
|
],
|
85105
85224
|
},
|
85106
85225
|
},
|
@@ -85280,25 +85399,6 @@ const FrontSettingsFragmentDoc = {
|
|
85280
85399
|
},
|
85281
85400
|
],
|
85282
85401
|
};
|
85283
|
-
const GitHubSettingsFragmentDoc = {
|
85284
|
-
kind: "Document",
|
85285
|
-
definitions: [
|
85286
|
-
{
|
85287
|
-
kind: "FragmentDefinition",
|
85288
|
-
name: { kind: "Name", value: "GitHubSettings" },
|
85289
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubSettings" } },
|
85290
|
-
selectionSet: {
|
85291
|
-
kind: "SelectionSet",
|
85292
|
-
selections: [
|
85293
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85294
|
-
{ kind: "Field", name: { kind: "Name", value: "orgLogin" } },
|
85295
|
-
{ kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
|
85296
|
-
{ kind: "Field", name: { kind: "Name", value: "repositories" } },
|
85297
|
-
],
|
85298
|
-
},
|
85299
|
-
},
|
85300
|
-
],
|
85301
|
-
};
|
85302
85402
|
const TeamRepoMappingFragmentDoc = {
|
85303
85403
|
kind: "Document",
|
85304
85404
|
definitions: [
|
@@ -85317,13 +85417,13 @@ const TeamRepoMappingFragmentDoc = {
|
|
85317
85417
|
},
|
85318
85418
|
],
|
85319
85419
|
};
|
85320
|
-
const
|
85420
|
+
const GitHubRepoFragmentDoc = {
|
85321
85421
|
kind: "Document",
|
85322
85422
|
definitions: [
|
85323
85423
|
{
|
85324
85424
|
kind: "FragmentDefinition",
|
85325
|
-
name: { kind: "Name", value: "
|
85326
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
85425
|
+
name: { kind: "Name", value: "GitHubRepo" },
|
85426
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubRepo" } },
|
85327
85427
|
selectionSet: {
|
85328
85428
|
kind: "SelectionSet",
|
85329
85429
|
selections: [
|
@@ -85335,31 +85435,33 @@ const GitHubSyncRepoFragmentDoc = {
|
|
85335
85435
|
},
|
85336
85436
|
],
|
85337
85437
|
};
|
85338
|
-
const
|
85438
|
+
const GitHubSettingsFragmentDoc = {
|
85339
85439
|
kind: "Document",
|
85340
85440
|
definitions: [
|
85341
85441
|
{
|
85342
85442
|
kind: "FragmentDefinition",
|
85343
|
-
name: { kind: "Name", value: "
|
85344
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
85443
|
+
name: { kind: "Name", value: "GitHubSettings" },
|
85444
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubSettings" } },
|
85345
85445
|
selectionSet: {
|
85346
85446
|
kind: "SelectionSet",
|
85347
85447
|
selections: [
|
85348
85448
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85349
85449
|
{
|
85350
85450
|
kind: "Field",
|
85351
|
-
name: { kind: "Name", value: "
|
85451
|
+
name: { kind: "Name", value: "repositoriesMapping" },
|
85352
85452
|
selectionSet: {
|
85353
85453
|
kind: "SelectionSet",
|
85354
85454
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamRepoMapping" } }],
|
85355
85455
|
},
|
85356
85456
|
},
|
85457
|
+
{ kind: "Field", name: { kind: "Name", value: "orgLogin" } },
|
85458
|
+
{ kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
|
85357
85459
|
{
|
85358
85460
|
kind: "Field",
|
85359
|
-
name: { kind: "Name", value: "
|
85461
|
+
name: { kind: "Name", value: "repositories" },
|
85360
85462
|
selectionSet: {
|
85361
85463
|
kind: "SelectionSet",
|
85362
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
85464
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubRepo" } }],
|
85363
85465
|
},
|
85364
85466
|
},
|
85365
85467
|
],
|
@@ -85367,6 +85469,23 @@ const GitHubSyncSettingsFragmentDoc = {
|
|
85367
85469
|
},
|
85368
85470
|
],
|
85369
85471
|
};
|
85472
|
+
const GitHubPersonalSettingsFragmentDoc = {
|
85473
|
+
kind: "Document",
|
85474
|
+
definitions: [
|
85475
|
+
{
|
85476
|
+
kind: "FragmentDefinition",
|
85477
|
+
name: { kind: "Name", value: "GitHubPersonalSettings" },
|
85478
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubPersonalSettings" } },
|
85479
|
+
selectionSet: {
|
85480
|
+
kind: "SelectionSet",
|
85481
|
+
selections: [
|
85482
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85483
|
+
{ kind: "Field", name: { kind: "Name", value: "login" } },
|
85484
|
+
],
|
85485
|
+
},
|
85486
|
+
},
|
85487
|
+
],
|
85488
|
+
};
|
85370
85489
|
const GitLabSettingsFragmentDoc = {
|
85371
85490
|
kind: "Document",
|
85372
85491
|
definitions: [
|
@@ -85459,6 +85578,8 @@ const JiraLinearMappingFragmentDoc = {
|
|
85459
85578
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85460
85579
|
{ kind: "Field", name: { kind: "Name", value: "jiraProjectId" } },
|
85461
85580
|
{ kind: "Field", name: { kind: "Name", value: "linearTeamId" } },
|
85581
|
+
{ kind: "Field", name: { kind: "Name", value: "bidirectional" } },
|
85582
|
+
{ kind: "Field", name: { kind: "Name", value: "default" } },
|
85462
85583
|
],
|
85463
85584
|
},
|
85464
85585
|
},
|
@@ -85491,6 +85612,7 @@ const JiraSettingsFragmentDoc = {
|
|
85491
85612
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraLinearMapping" } }],
|
85492
85613
|
},
|
85493
85614
|
},
|
85615
|
+
{ kind: "Field", name: { kind: "Name", value: "isJiraServer" } },
|
85494
85616
|
],
|
85495
85617
|
},
|
85496
85618
|
},
|
@@ -85639,6 +85761,7 @@ const SlackChannelNameMappingFragmentDoc = {
|
|
85639
85761
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85640
85762
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85641
85763
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85764
|
+
{ kind: "Field", name: { kind: "Name", value: "autoCreateTemplateId" } },
|
85642
85765
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnBotMention" } },
|
85643
85766
|
{ kind: "Field", name: { kind: "Name", value: "isPrivate" } },
|
85644
85767
|
{ kind: "Field", name: { kind: "Name", value: "isShared" } },
|
@@ -85754,10 +85877,10 @@ const IntegrationSettingsFragmentDoc = {
|
|
85754
85877
|
},
|
85755
85878
|
{
|
85756
85879
|
kind: "Field",
|
85757
|
-
name: { kind: "Name", value: "
|
85880
|
+
name: { kind: "Name", value: "gitHubPersonal" },
|
85758
85881
|
selectionSet: {
|
85759
85882
|
kind: "SelectionSet",
|
85760
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
85883
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubPersonalSettings" } }],
|
85761
85884
|
},
|
85762
85885
|
},
|
85763
85886
|
{
|
@@ -86296,60 +86419,148 @@ const AuditEntryTypeFragmentDoc = {
|
|
86296
86419
|
},
|
86297
86420
|
],
|
86298
86421
|
};
|
86299
|
-
const
|
86422
|
+
const AuthApiKeyFragmentDoc = {
|
86300
86423
|
kind: "Document",
|
86301
86424
|
definitions: [
|
86302
86425
|
{
|
86303
86426
|
kind: "FragmentDefinition",
|
86304
|
-
name: { kind: "Name", value: "
|
86305
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86427
|
+
name: { kind: "Name", value: "AuthApiKey" },
|
86428
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthApiKey" } },
|
86306
86429
|
selectionSet: {
|
86307
86430
|
kind: "SelectionSet",
|
86308
86431
|
selections: [
|
86309
86432
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86433
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86434
|
+
],
|
86435
|
+
},
|
86436
|
+
},
|
86437
|
+
],
|
86438
|
+
};
|
86439
|
+
const AuthApiKeyPayloadFragmentDoc = {
|
86440
|
+
kind: "Document",
|
86441
|
+
definitions: [
|
86442
|
+
{
|
86443
|
+
kind: "FragmentDefinition",
|
86444
|
+
name: { kind: "Name", value: "AuthApiKeyPayload" },
|
86445
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthApiKeyPayload" } },
|
86446
|
+
selectionSet: {
|
86447
|
+
kind: "SelectionSet",
|
86448
|
+
selections: [
|
86449
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86450
|
+
{
|
86451
|
+
kind: "Field",
|
86452
|
+
name: { kind: "Name", value: "authApiKey" },
|
86453
|
+
selectionSet: {
|
86454
|
+
kind: "SelectionSet",
|
86455
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthApiKey" } }],
|
86456
|
+
},
|
86457
|
+
},
|
86310
86458
|
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86311
86459
|
],
|
86312
86460
|
},
|
86313
86461
|
},
|
86314
86462
|
],
|
86315
86463
|
};
|
86316
|
-
const
|
86464
|
+
const AuthOrganizationFragmentDoc = {
|
86317
86465
|
kind: "Document",
|
86318
86466
|
definitions: [
|
86319
86467
|
{
|
86320
86468
|
kind: "FragmentDefinition",
|
86321
|
-
name: { kind: "Name", value: "
|
86322
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86469
|
+
name: { kind: "Name", value: "AuthOrganization" },
|
86470
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganization" } },
|
86323
86471
|
selectionSet: {
|
86324
86472
|
kind: "SelectionSet",
|
86325
86473
|
selections: [
|
86326
86474
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86475
|
+
{ kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
|
86476
|
+
{ kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
|
86477
|
+
{ kind: "Field", name: { kind: "Name", value: "logoUrl" } },
|
86478
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86479
|
+
{ kind: "Field", name: { kind: "Name", value: "urlKey" } },
|
86480
|
+
{ kind: "Field", name: { kind: "Name", value: "deletionRequestedAt" } },
|
86327
86481
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86482
|
+
{ kind: "Field", name: { kind: "Name", value: "samlEnabled" } },
|
86483
|
+
{ kind: "Field", name: { kind: "Name", value: "scimEnabled" } },
|
86484
|
+
{ kind: "Field", name: { kind: "Name", value: "userCount" } },
|
86328
86485
|
],
|
86329
86486
|
},
|
86330
86487
|
},
|
86331
86488
|
],
|
86332
86489
|
};
|
86333
|
-
const
|
86490
|
+
const AuthUserFragmentDoc = {
|
86334
86491
|
kind: "Document",
|
86335
86492
|
definitions: [
|
86336
86493
|
{
|
86337
86494
|
kind: "FragmentDefinition",
|
86338
|
-
name: { kind: "Name", value: "
|
86339
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86495
|
+
name: { kind: "Name", value: "AuthUser" },
|
86496
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthUser" } },
|
86340
86497
|
selectionSet: {
|
86341
86498
|
kind: "SelectionSet",
|
86342
86499
|
selections: [
|
86343
86500
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86501
|
+
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
86344
86502
|
{
|
86345
86503
|
kind: "Field",
|
86346
|
-
name: { kind: "Name", value: "
|
86504
|
+
name: { kind: "Name", value: "organization" },
|
86347
86505
|
selectionSet: {
|
86348
86506
|
kind: "SelectionSet",
|
86349
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
86507
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
|
86508
|
+
},
|
86509
|
+
},
|
86510
|
+
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
86511
|
+
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
86512
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86513
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
86514
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86515
|
+
],
|
86516
|
+
},
|
86517
|
+
},
|
86518
|
+
],
|
86519
|
+
};
|
86520
|
+
const AuthCreateOrJoinOrganizationResponseFragmentDoc = {
|
86521
|
+
kind: "Document",
|
86522
|
+
definitions: [
|
86523
|
+
{
|
86524
|
+
kind: "FragmentDefinition",
|
86525
|
+
name: { kind: "Name", value: "AuthCreateOrJoinOrganizationResponse" },
|
86526
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthCreateOrJoinOrganizationResponse" } },
|
86527
|
+
selectionSet: {
|
86528
|
+
kind: "SelectionSet",
|
86529
|
+
selections: [
|
86530
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86531
|
+
{
|
86532
|
+
kind: "Field",
|
86533
|
+
name: { kind: "Name", value: "authOrganization" },
|
86534
|
+
selectionSet: {
|
86535
|
+
kind: "SelectionSet",
|
86536
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
|
86537
|
+
},
|
86538
|
+
},
|
86539
|
+
{
|
86540
|
+
kind: "Field",
|
86541
|
+
name: { kind: "Name", value: "authUser" },
|
86542
|
+
selectionSet: {
|
86543
|
+
kind: "SelectionSet",
|
86544
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
|
86545
|
+
},
|
86546
|
+
},
|
86547
|
+
{ kind: "Field", name: { kind: "Name", value: "grantDomainAccess" } },
|
86548
|
+
{
|
86549
|
+
kind: "Field",
|
86550
|
+
name: { kind: "Name", value: "organization" },
|
86551
|
+
selectionSet: {
|
86552
|
+
kind: "SelectionSet",
|
86553
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
|
86554
|
+
},
|
86555
|
+
},
|
86556
|
+
{
|
86557
|
+
kind: "Field",
|
86558
|
+
name: { kind: "Name", value: "user" },
|
86559
|
+
selectionSet: {
|
86560
|
+
kind: "SelectionSet",
|
86561
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
|
86350
86562
|
},
|
86351
86563
|
},
|
86352
|
-
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86353
86564
|
],
|
86354
86565
|
},
|
86355
86566
|
},
|
@@ -86372,54 +86583,97 @@ const AuthIntegrationFragmentDoc = {
|
|
86372
86583
|
},
|
86373
86584
|
],
|
86374
86585
|
};
|
86375
|
-
const
|
86586
|
+
const AuthOauthClientFragmentDoc = {
|
86376
86587
|
kind: "Document",
|
86377
86588
|
definitions: [
|
86378
86589
|
{
|
86379
86590
|
kind: "FragmentDefinition",
|
86380
|
-
name: { kind: "Name", value: "
|
86381
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86591
|
+
name: { kind: "Name", value: "AuthOauthClient" },
|
86592
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClient" } },
|
86382
86593
|
selectionSet: {
|
86383
86594
|
kind: "SelectionSet",
|
86384
86595
|
selections: [
|
86385
86596
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86386
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86387
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86388
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86597
|
+
{ kind: "Field", name: { kind: "Name", value: "imageUrl" } },
|
86598
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
86599
|
+
{ kind: "Field", name: { kind: "Name", value: "redirectUris" } },
|
86600
|
+
{ kind: "Field", name: { kind: "Name", value: "developer" } },
|
86601
|
+
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
86389
86602
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86390
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86391
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86392
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86603
|
+
{ kind: "Field", name: { kind: "Name", value: "clientSecret" } },
|
86604
|
+
{ kind: "Field", name: { kind: "Name", value: "creatorId" } },
|
86605
|
+
{ kind: "Field", name: { kind: "Name", value: "organizationId" } },
|
86393
86606
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86394
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86607
|
+
{ kind: "Field", name: { kind: "Name", value: "developerUrl" } },
|
86608
|
+
{ kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
|
86609
|
+
{ kind: "Field", name: { kind: "Name", value: "publicEnabled" } },
|
86610
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
86395
86611
|
],
|
86396
86612
|
},
|
86397
86613
|
},
|
86398
86614
|
],
|
86399
86615
|
};
|
86400
|
-
const
|
86616
|
+
const OauthTokenFragmentDoc = {
|
86401
86617
|
kind: "Document",
|
86402
86618
|
definitions: [
|
86403
86619
|
{
|
86404
86620
|
kind: "FragmentDefinition",
|
86405
|
-
name: { kind: "Name", value: "
|
86406
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86621
|
+
name: { kind: "Name", value: "OauthToken" },
|
86622
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OauthToken" } },
|
86623
|
+
selectionSet: {
|
86624
|
+
kind: "SelectionSet",
|
86625
|
+
selections: [
|
86626
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86627
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86628
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86629
|
+
],
|
86630
|
+
},
|
86631
|
+
},
|
86632
|
+
],
|
86633
|
+
};
|
86634
|
+
const AuthOauthClientWithTokensFragmentDoc = {
|
86635
|
+
kind: "Document",
|
86636
|
+
definitions: [
|
86637
|
+
{
|
86638
|
+
kind: "FragmentDefinition",
|
86639
|
+
name: { kind: "Name", value: "AuthOauthClientWithTokens" },
|
86640
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClientWithTokens" } },
|
86407
86641
|
selectionSet: {
|
86408
86642
|
kind: "SelectionSet",
|
86409
86643
|
selections: [
|
86410
86644
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86411
|
-
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
86412
86645
|
{
|
86413
86646
|
kind: "Field",
|
86414
|
-
name: { kind: "Name", value: "
|
86647
|
+
name: { kind: "Name", value: "client" },
|
86415
86648
|
selectionSet: {
|
86416
86649
|
kind: "SelectionSet",
|
86417
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
86650
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOauthClient" } }],
|
86418
86651
|
},
|
86419
86652
|
},
|
86420
|
-
{
|
86421
|
-
|
86422
|
-
|
86653
|
+
{
|
86654
|
+
kind: "Field",
|
86655
|
+
name: { kind: "Name", value: "tokens" },
|
86656
|
+
selectionSet: {
|
86657
|
+
kind: "SelectionSet",
|
86658
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OauthToken" } }],
|
86659
|
+
},
|
86660
|
+
},
|
86661
|
+
],
|
86662
|
+
},
|
86663
|
+
},
|
86664
|
+
],
|
86665
|
+
};
|
86666
|
+
const AuthOrganizationDomainFragmentDoc = {
|
86667
|
+
kind: "Document",
|
86668
|
+
definitions: [
|
86669
|
+
{
|
86670
|
+
kind: "FragmentDefinition",
|
86671
|
+
name: { kind: "Name", value: "AuthOrganizationDomain" },
|
86672
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationDomain" } },
|
86673
|
+
selectionSet: {
|
86674
|
+
kind: "SelectionSet",
|
86675
|
+
selections: [
|
86676
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86423
86677
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86424
86678
|
],
|
86425
86679
|
},
|
@@ -86471,33 +86725,39 @@ const AuthResolverResponseFragmentDoc = {
|
|
86471
86725
|
},
|
86472
86726
|
],
|
86473
86727
|
};
|
86474
|
-
const
|
86728
|
+
const AuthSuccessPayloadFragmentDoc = {
|
86475
86729
|
kind: "Document",
|
86476
86730
|
definitions: [
|
86477
86731
|
{
|
86478
86732
|
kind: "FragmentDefinition",
|
86479
|
-
name: { kind: "Name", value: "
|
86480
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
86733
|
+
name: { kind: "Name", value: "AuthSuccessPayload" },
|
86734
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthSuccessPayload" } },
|
86735
|
+
selectionSet: {
|
86736
|
+
kind: "SelectionSet",
|
86737
|
+
selections: [
|
86738
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86739
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86740
|
+
],
|
86741
|
+
},
|
86742
|
+
},
|
86743
|
+
],
|
86744
|
+
};
|
86745
|
+
const AuthorizedApplicationBaseFragmentDoc = {
|
86746
|
+
kind: "Document",
|
86747
|
+
definitions: [
|
86748
|
+
{
|
86749
|
+
kind: "FragmentDefinition",
|
86750
|
+
name: { kind: "Name", value: "AuthorizedApplicationBase" },
|
86751
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthorizedApplicationBase" } },
|
86481
86752
|
selectionSet: {
|
86482
86753
|
kind: "SelectionSet",
|
86483
86754
|
selections: [
|
86484
86755
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86485
|
-
{ kind: "Field", name: { kind: "Name", value: "client" } },
|
86486
|
-
{ kind: "Field", name: { kind: "Name", value: "countryCodes" } },
|
86487
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86488
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
86489
|
-
{ kind: "Field", name: { kind: "Name", value: "location" } },
|
86490
|
-
{ kind: "Field", name: { kind: "Name", value: "ip" } },
|
86491
|
-
{ kind: "Field", name: { kind: "Name", value: "isCurrentSession" } },
|
86492
|
-
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
86493
|
-
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
86494
|
-
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
86495
86756
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86496
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86497
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86498
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86499
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86500
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86757
|
+
{ kind: "Field", name: { kind: "Name", value: "imageUrl" } },
|
86758
|
+
{ kind: "Field", name: { kind: "Name", value: "appId" } },
|
86759
|
+
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
86760
|
+
{ kind: "Field", name: { kind: "Name", value: "scope" } },
|
86501
86761
|
],
|
86502
86762
|
},
|
86503
86763
|
},
|
@@ -86558,6 +86818,14 @@ const CommentFragmentDoc = {
|
|
86558
86818
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86559
86819
|
},
|
86560
86820
|
},
|
86821
|
+
{
|
86822
|
+
kind: "Field",
|
86823
|
+
name: { kind: "Name", value: "projectUpdate" },
|
86824
|
+
selectionSet: {
|
86825
|
+
kind: "SelectionSet",
|
86826
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86827
|
+
},
|
86828
|
+
},
|
86561
86829
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
86562
86830
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86563
86831
|
{ kind: "Field", name: { kind: "Name", value: "resolvedAt" } },
|
@@ -87044,6 +87312,7 @@ const DocumentFragmentDoc = {
|
|
87044
87312
|
},
|
87045
87313
|
},
|
87046
87314
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87315
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
87047
87316
|
{
|
87048
87317
|
kind: "Field",
|
87049
87318
|
name: { kind: "Name", value: "project" },
|
@@ -87226,6 +87495,7 @@ const DocumentSearchResultFragmentDoc = {
|
|
87226
87495
|
},
|
87227
87496
|
},
|
87228
87497
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87498
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
87229
87499
|
{
|
87230
87500
|
kind: "Field",
|
87231
87501
|
name: { kind: "Name", value: "project" },
|
@@ -87651,6 +87921,101 @@ const FrontAttachmentPayloadFragmentDoc = {
|
|
87651
87921
|
},
|
87652
87922
|
],
|
87653
87923
|
};
|
87924
|
+
const GitAutomationStateFragmentDoc = {
|
87925
|
+
kind: "Document",
|
87926
|
+
definitions: [
|
87927
|
+
{
|
87928
|
+
kind: "FragmentDefinition",
|
87929
|
+
name: { kind: "Name", value: "GitAutomationState" },
|
87930
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationState" } },
|
87931
|
+
selectionSet: {
|
87932
|
+
kind: "SelectionSet",
|
87933
|
+
selections: [
|
87934
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87935
|
+
{
|
87936
|
+
kind: "Field",
|
87937
|
+
name: { kind: "Name", value: "state" },
|
87938
|
+
selectionSet: {
|
87939
|
+
kind: "SelectionSet",
|
87940
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87941
|
+
},
|
87942
|
+
},
|
87943
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87944
|
+
{ kind: "Field", name: { kind: "Name", value: "branchPattern" } },
|
87945
|
+
{
|
87946
|
+
kind: "Field",
|
87947
|
+
name: { kind: "Name", value: "team" },
|
87948
|
+
selectionSet: {
|
87949
|
+
kind: "SelectionSet",
|
87950
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87951
|
+
},
|
87952
|
+
},
|
87953
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
87954
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
87955
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
87956
|
+
],
|
87957
|
+
},
|
87958
|
+
},
|
87959
|
+
],
|
87960
|
+
};
|
87961
|
+
const GitAutomationStateConnectionFragmentDoc = {
|
87962
|
+
kind: "Document",
|
87963
|
+
definitions: [
|
87964
|
+
{
|
87965
|
+
kind: "FragmentDefinition",
|
87966
|
+
name: { kind: "Name", value: "GitAutomationStateConnection" },
|
87967
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStateConnection" } },
|
87968
|
+
selectionSet: {
|
87969
|
+
kind: "SelectionSet",
|
87970
|
+
selections: [
|
87971
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87972
|
+
{
|
87973
|
+
kind: "Field",
|
87974
|
+
name: { kind: "Name", value: "nodes" },
|
87975
|
+
selectionSet: {
|
87976
|
+
kind: "SelectionSet",
|
87977
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationState" } }],
|
87978
|
+
},
|
87979
|
+
},
|
87980
|
+
{
|
87981
|
+
kind: "Field",
|
87982
|
+
name: { kind: "Name", value: "pageInfo" },
|
87983
|
+
selectionSet: {
|
87984
|
+
kind: "SelectionSet",
|
87985
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
87986
|
+
},
|
87987
|
+
},
|
87988
|
+
],
|
87989
|
+
},
|
87990
|
+
},
|
87991
|
+
],
|
87992
|
+
};
|
87993
|
+
const GitAutomationStatePayloadFragmentDoc = {
|
87994
|
+
kind: "Document",
|
87995
|
+
definitions: [
|
87996
|
+
{
|
87997
|
+
kind: "FragmentDefinition",
|
87998
|
+
name: { kind: "Name", value: "GitAutomationStatePayload" },
|
87999
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStatePayload" } },
|
88000
|
+
selectionSet: {
|
88001
|
+
kind: "SelectionSet",
|
88002
|
+
selections: [
|
88003
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88004
|
+
{
|
88005
|
+
kind: "Field",
|
88006
|
+
name: { kind: "Name", value: "gitAutomationState" },
|
88007
|
+
selectionSet: {
|
88008
|
+
kind: "SelectionSet",
|
88009
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationState" } }],
|
88010
|
+
},
|
88011
|
+
},
|
88012
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
88013
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
88014
|
+
],
|
88015
|
+
},
|
88016
|
+
},
|
88017
|
+
],
|
88018
|
+
};
|
87654
88019
|
const GitHubCommitIntegrationPayloadFragmentDoc = {
|
87655
88020
|
kind: "Document",
|
87656
88021
|
definitions: [
|
@@ -88020,12 +88385,21 @@ const IssueFragmentDoc = {
|
|
88020
88385
|
selections: [
|
88021
88386
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88022
88387
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88388
|
+
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
88023
88389
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88024
88390
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
88025
88391
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
88026
88392
|
{ kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
|
88027
88393
|
{ kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
|
88028
88394
|
{ kind: "Field", name: { kind: "Name", value: "branchName" } },
|
88395
|
+
{
|
88396
|
+
kind: "Field",
|
88397
|
+
name: { kind: "Name", value: "botActor" },
|
88398
|
+
selectionSet: {
|
88399
|
+
kind: "SelectionSet",
|
88400
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
88401
|
+
},
|
88402
|
+
},
|
88029
88403
|
{
|
88030
88404
|
kind: "Field",
|
88031
88405
|
name: { kind: "Name", value: "cycle" },
|
@@ -88838,6 +89212,7 @@ const IssueSearchResultFragmentDoc = {
|
|
88838
89212
|
selections: [
|
88839
89213
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88840
89214
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
89215
|
+
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
88841
89216
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88842
89217
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
88843
89218
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
@@ -88845,6 +89220,14 @@ const IssueSearchResultFragmentDoc = {
|
|
88845
89220
|
{ kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
|
88846
89221
|
{ kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
|
88847
89222
|
{ kind: "Field", name: { kind: "Name", value: "branchName" } },
|
89223
|
+
{
|
89224
|
+
kind: "Field",
|
89225
|
+
name: { kind: "Name", value: "botActor" },
|
89226
|
+
selectionSet: {
|
89227
|
+
kind: "SelectionSet",
|
89228
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
89229
|
+
},
|
89230
|
+
},
|
88848
89231
|
{
|
88849
89232
|
kind: "Field",
|
88850
89233
|
name: { kind: "Name", value: "cycle" },
|
@@ -89640,6 +90023,7 @@ const ProjectLinkFragmentDoc = {
|
|
89640
90023
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89641
90024
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89642
90025
|
{ kind: "Field", name: { kind: "Name", value: "label" } },
|
90026
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
89643
90027
|
{
|
89644
90028
|
kind: "Field",
|
89645
90029
|
name: { kind: "Name", value: "project" },
|
@@ -90400,7 +90784,31 @@ const ReactionFragmentDoc = {
|
|
90400
90784
|
selections: [
|
90401
90785
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
90402
90786
|
{ kind: "Field", name: { kind: "Name", value: "emoji" } },
|
90787
|
+
{
|
90788
|
+
kind: "Field",
|
90789
|
+
name: { kind: "Name", value: "comment" },
|
90790
|
+
selectionSet: {
|
90791
|
+
kind: "SelectionSet",
|
90792
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90793
|
+
},
|
90794
|
+
},
|
90795
|
+
{
|
90796
|
+
kind: "Field",
|
90797
|
+
name: { kind: "Name", value: "issue" },
|
90798
|
+
selectionSet: {
|
90799
|
+
kind: "SelectionSet",
|
90800
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90801
|
+
},
|
90802
|
+
},
|
90403
90803
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
90804
|
+
{
|
90805
|
+
kind: "Field",
|
90806
|
+
name: { kind: "Name", value: "projectUpdate" },
|
90807
|
+
selectionSet: {
|
90808
|
+
kind: "SelectionSet",
|
90809
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90810
|
+
},
|
90811
|
+
},
|
90404
90812
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
90405
90813
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90406
90814
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -90690,6 +91098,35 @@ const SamlConfigurationFragmentDoc = {
|
|
90690
91098
|
},
|
90691
91099
|
],
|
90692
91100
|
};
|
91101
|
+
const SlackChannelConnectPayloadFragmentDoc = {
|
91102
|
+
kind: "Document",
|
91103
|
+
definitions: [
|
91104
|
+
{
|
91105
|
+
kind: "FragmentDefinition",
|
91106
|
+
name: { kind: "Name", value: "SlackChannelConnectPayload" },
|
91107
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackChannelConnectPayload" } },
|
91108
|
+
selectionSet: {
|
91109
|
+
kind: "SelectionSet",
|
91110
|
+
selections: [
|
91111
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91112
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
91113
|
+
{
|
91114
|
+
kind: "Field",
|
91115
|
+
name: { kind: "Name", value: "integration" },
|
91116
|
+
selectionSet: {
|
91117
|
+
kind: "SelectionSet",
|
91118
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91119
|
+
},
|
91120
|
+
},
|
91121
|
+
{ kind: "Field", name: { kind: "Name", value: "nudgeToConnectMainSlackIntegration" } },
|
91122
|
+
{ kind: "Field", name: { kind: "Name", value: "nudgeToUpdateMainSlackIntegration" } },
|
91123
|
+
{ kind: "Field", name: { kind: "Name", value: "addBot" } },
|
91124
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
91125
|
+
],
|
91126
|
+
},
|
91127
|
+
},
|
91128
|
+
],
|
91129
|
+
};
|
90693
91130
|
const SsoUrlFromEmailResponseFragmentDoc = {
|
90694
91131
|
kind: "Document",
|
90695
91132
|
definitions: [
|
@@ -90867,6 +91304,7 @@ const TeamFragmentDoc = {
|
|
90867
91304
|
},
|
90868
91305
|
{ kind: "Field", name: { kind: "Name", value: "inviteHash" } },
|
90869
91306
|
{ kind: "Field", name: { kind: "Name", value: "defaultIssueEstimate" } },
|
91307
|
+
{ kind: "Field", name: { kind: "Name", value: "setIssueSortOrderOnStateChange" } },
|
90870
91308
|
{ kind: "Field", name: { kind: "Name", value: "requirePriorityToLeaveTriage" } },
|
90871
91309
|
{ kind: "Field", name: { kind: "Name", value: "issueOrderingNoPriorityFirst" } },
|
90872
91310
|
{ kind: "Field", name: { kind: "Name", value: "private" } },
|
@@ -90874,11 +91312,11 @@ const TeamFragmentDoc = {
|
|
90874
91312
|
{ kind: "Field", name: { kind: "Name", value: "issueEstimationExtended" } },
|
90875
91313
|
{ kind: "Field", name: { kind: "Name", value: "issueEstimationAllowZero" } },
|
90876
91314
|
{ kind: "Field", name: { kind: "Name", value: "groupIssueHistory" } },
|
90877
|
-
{ kind: "Field", name: { kind: "Name", value: "issueSortOrderDefaultToBottom" } },
|
90878
91315
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueComments" } },
|
90879
91316
|
{ kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
|
90880
91317
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
|
90881
91318
|
{ kind: "Field", name: { kind: "Name", value: "triageEnabled" } },
|
91319
|
+
{ kind: "Field", name: { kind: "Name", value: "issueSortOrderDefaultToBottom" } },
|
90882
91320
|
],
|
90883
91321
|
},
|
90884
91322
|
},
|
@@ -91038,6 +91476,54 @@ const TeamPayloadFragmentDoc = {
|
|
91038
91476
|
},
|
91039
91477
|
],
|
91040
91478
|
};
|
91479
|
+
const TemplateFragmentDoc = {
|
91480
|
+
kind: "Document",
|
91481
|
+
definitions: [
|
91482
|
+
{
|
91483
|
+
kind: "FragmentDefinition",
|
91484
|
+
name: { kind: "Name", value: "Template" },
|
91485
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Template" } },
|
91486
|
+
selectionSet: {
|
91487
|
+
kind: "SelectionSet",
|
91488
|
+
selections: [
|
91489
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91490
|
+
{ kind: "Field", name: { kind: "Name", value: "templateData" } },
|
91491
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
91492
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
91493
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
91494
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
91495
|
+
{
|
91496
|
+
kind: "Field",
|
91497
|
+
name: { kind: "Name", value: "team" },
|
91498
|
+
selectionSet: {
|
91499
|
+
kind: "SelectionSet",
|
91500
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91501
|
+
},
|
91502
|
+
},
|
91503
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
91504
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
91505
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
91506
|
+
{
|
91507
|
+
kind: "Field",
|
91508
|
+
name: { kind: "Name", value: "creator" },
|
91509
|
+
selectionSet: {
|
91510
|
+
kind: "SelectionSet",
|
91511
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91512
|
+
},
|
91513
|
+
},
|
91514
|
+
{
|
91515
|
+
kind: "Field",
|
91516
|
+
name: { kind: "Name", value: "lastUpdatedBy" },
|
91517
|
+
selectionSet: {
|
91518
|
+
kind: "SelectionSet",
|
91519
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91520
|
+
},
|
91521
|
+
},
|
91522
|
+
],
|
91523
|
+
},
|
91524
|
+
},
|
91525
|
+
],
|
91526
|
+
};
|
91041
91527
|
const TemplateConnectionFragmentDoc = {
|
91042
91528
|
kind: "Document",
|
91043
91529
|
definitions: [
|
@@ -91049,6 +91535,14 @@ const TemplateConnectionFragmentDoc = {
|
|
91049
91535
|
kind: "SelectionSet",
|
91050
91536
|
selections: [
|
91051
91537
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91538
|
+
{
|
91539
|
+
kind: "Field",
|
91540
|
+
name: { kind: "Name", value: "nodes" },
|
91541
|
+
selectionSet: {
|
91542
|
+
kind: "SelectionSet",
|
91543
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Template" } }],
|
91544
|
+
},
|
91545
|
+
},
|
91052
91546
|
{
|
91053
91547
|
kind: "Field",
|
91054
91548
|
name: { kind: "Name", value: "pageInfo" },
|
@@ -92206,6 +92700,7 @@ const AttachmentIssueDocument = {
|
|
92206
92700
|
},
|
92207
92701
|
},
|
92208
92702
|
...IssueFragmentDoc.definitions,
|
92703
|
+
...ActorBotFragmentDoc.definitions,
|
92209
92704
|
],
|
92210
92705
|
};
|
92211
92706
|
const AttachmentIssue_AttachmentsDocument = {
|
@@ -92329,6 +92824,53 @@ const AttachmentIssue_AttachmentsDocument = {
|
|
92329
92824
|
...PageInfoFragmentDoc.definitions,
|
92330
92825
|
],
|
92331
92826
|
};
|
92827
|
+
const AttachmentIssue_BotActorDocument = {
|
92828
|
+
kind: "Document",
|
92829
|
+
definitions: [
|
92830
|
+
{
|
92831
|
+
kind: "OperationDefinition",
|
92832
|
+
operation: "query",
|
92833
|
+
name: { kind: "Name", value: "attachmentIssue_botActor" },
|
92834
|
+
variableDefinitions: [
|
92835
|
+
{
|
92836
|
+
kind: "VariableDefinition",
|
92837
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
92838
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
92839
|
+
},
|
92840
|
+
],
|
92841
|
+
selectionSet: {
|
92842
|
+
kind: "SelectionSet",
|
92843
|
+
selections: [
|
92844
|
+
{
|
92845
|
+
kind: "Field",
|
92846
|
+
name: { kind: "Name", value: "attachmentIssue" },
|
92847
|
+
arguments: [
|
92848
|
+
{
|
92849
|
+
kind: "Argument",
|
92850
|
+
name: { kind: "Name", value: "id" },
|
92851
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
92852
|
+
},
|
92853
|
+
],
|
92854
|
+
selectionSet: {
|
92855
|
+
kind: "SelectionSet",
|
92856
|
+
selections: [
|
92857
|
+
{
|
92858
|
+
kind: "Field",
|
92859
|
+
name: { kind: "Name", value: "botActor" },
|
92860
|
+
selectionSet: {
|
92861
|
+
kind: "SelectionSet",
|
92862
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
92863
|
+
},
|
92864
|
+
},
|
92865
|
+
],
|
92866
|
+
},
|
92867
|
+
},
|
92868
|
+
],
|
92869
|
+
},
|
92870
|
+
},
|
92871
|
+
...ActorBotFragmentDoc.definitions,
|
92872
|
+
],
|
92873
|
+
};
|
92332
92874
|
const AttachmentIssue_ChildrenDocument = {
|
92333
92875
|
kind: "Document",
|
92334
92876
|
definitions: [
|
@@ -92447,6 +92989,7 @@ const AttachmentIssue_ChildrenDocument = {
|
|
92447
92989
|
},
|
92448
92990
|
...IssueConnectionFragmentDoc.definitions,
|
92449
92991
|
...IssueFragmentDoc.definitions,
|
92992
|
+
...ActorBotFragmentDoc.definitions,
|
92450
92993
|
...PageInfoFragmentDoc.definitions,
|
92451
92994
|
],
|
92452
92995
|
};
|
@@ -94219,6 +94762,7 @@ const Cycle_IssuesDocument = {
|
|
94219
94762
|
},
|
94220
94763
|
...IssueConnectionFragmentDoc.definitions,
|
94221
94764
|
...IssueFragmentDoc.definitions,
|
94765
|
+
...ActorBotFragmentDoc.definitions,
|
94222
94766
|
...PageInfoFragmentDoc.definitions,
|
94223
94767
|
],
|
94224
94768
|
};
|
@@ -94340,6 +94884,7 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
|
|
94340
94884
|
},
|
94341
94885
|
...IssueConnectionFragmentDoc.definitions,
|
94342
94886
|
...IssueFragmentDoc.definitions,
|
94887
|
+
...ActorBotFragmentDoc.definitions,
|
94343
94888
|
...PageInfoFragmentDoc.definitions,
|
94344
94889
|
],
|
94345
94890
|
};
|
@@ -95307,6 +95852,7 @@ const IssueDocument = {
|
|
95307
95852
|
},
|
95308
95853
|
},
|
95309
95854
|
...IssueFragmentDoc.definitions,
|
95855
|
+
...ActorBotFragmentDoc.definitions,
|
95310
95856
|
],
|
95311
95857
|
};
|
95312
95858
|
const Issue_AttachmentsDocument = {
|
@@ -95430,6 +95976,53 @@ const Issue_AttachmentsDocument = {
|
|
95430
95976
|
...PageInfoFragmentDoc.definitions,
|
95431
95977
|
],
|
95432
95978
|
};
|
95979
|
+
const Issue_BotActorDocument = {
|
95980
|
+
kind: "Document",
|
95981
|
+
definitions: [
|
95982
|
+
{
|
95983
|
+
kind: "OperationDefinition",
|
95984
|
+
operation: "query",
|
95985
|
+
name: { kind: "Name", value: "issue_botActor" },
|
95986
|
+
variableDefinitions: [
|
95987
|
+
{
|
95988
|
+
kind: "VariableDefinition",
|
95989
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95990
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95991
|
+
},
|
95992
|
+
],
|
95993
|
+
selectionSet: {
|
95994
|
+
kind: "SelectionSet",
|
95995
|
+
selections: [
|
95996
|
+
{
|
95997
|
+
kind: "Field",
|
95998
|
+
name: { kind: "Name", value: "issue" },
|
95999
|
+
arguments: [
|
96000
|
+
{
|
96001
|
+
kind: "Argument",
|
96002
|
+
name: { kind: "Name", value: "id" },
|
96003
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96004
|
+
},
|
96005
|
+
],
|
96006
|
+
selectionSet: {
|
96007
|
+
kind: "SelectionSet",
|
96008
|
+
selections: [
|
96009
|
+
{
|
96010
|
+
kind: "Field",
|
96011
|
+
name: { kind: "Name", value: "botActor" },
|
96012
|
+
selectionSet: {
|
96013
|
+
kind: "SelectionSet",
|
96014
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
96015
|
+
},
|
96016
|
+
},
|
96017
|
+
],
|
96018
|
+
},
|
96019
|
+
},
|
96020
|
+
],
|
96021
|
+
},
|
96022
|
+
},
|
96023
|
+
...ActorBotFragmentDoc.definitions,
|
96024
|
+
],
|
96025
|
+
};
|
95433
96026
|
const Issue_ChildrenDocument = {
|
95434
96027
|
kind: "Document",
|
95435
96028
|
definitions: [
|
@@ -95548,6 +96141,7 @@ const Issue_ChildrenDocument = {
|
|
95548
96141
|
},
|
95549
96142
|
...IssueConnectionFragmentDoc.definitions,
|
95550
96143
|
...IssueFragmentDoc.definitions,
|
96144
|
+
...ActorBotFragmentDoc.definitions,
|
95551
96145
|
...PageInfoFragmentDoc.definitions,
|
95552
96146
|
],
|
95553
96147
|
};
|
@@ -96360,6 +96954,7 @@ const IssueFigmaFileKeySearchDocument = {
|
|
96360
96954
|
},
|
96361
96955
|
...IssueConnectionFragmentDoc.definitions,
|
96362
96956
|
...IssueFragmentDoc.definitions,
|
96957
|
+
...ActorBotFragmentDoc.definitions,
|
96363
96958
|
...PageInfoFragmentDoc.definitions,
|
96364
96959
|
],
|
96365
96960
|
};
|
@@ -96766,6 +97361,7 @@ const IssueLabel_IssuesDocument = {
|
|
96766
97361
|
},
|
96767
97362
|
...IssueConnectionFragmentDoc.definitions,
|
96768
97363
|
...IssueFragmentDoc.definitions,
|
97364
|
+
...ActorBotFragmentDoc.definitions,
|
96769
97365
|
...PageInfoFragmentDoc.definitions,
|
96770
97366
|
],
|
96771
97367
|
};
|
@@ -97128,6 +97724,7 @@ const IssueSearchDocument = {
|
|
97128
97724
|
},
|
97129
97725
|
...IssueConnectionFragmentDoc.definitions,
|
97130
97726
|
...IssueFragmentDoc.definitions,
|
97727
|
+
...ActorBotFragmentDoc.definitions,
|
97131
97728
|
...PageInfoFragmentDoc.definitions,
|
97132
97729
|
],
|
97133
97730
|
};
|
@@ -97167,6 +97764,7 @@ const IssueVcsBranchSearchDocument = {
|
|
97167
97764
|
},
|
97168
97765
|
},
|
97169
97766
|
...IssueFragmentDoc.definitions,
|
97767
|
+
...ActorBotFragmentDoc.definitions,
|
97170
97768
|
],
|
97171
97769
|
};
|
97172
97770
|
const IssueVcsBranchSearch_AttachmentsDocument = {
|
@@ -97290,6 +97888,53 @@ const IssueVcsBranchSearch_AttachmentsDocument = {
|
|
97290
97888
|
...PageInfoFragmentDoc.definitions,
|
97291
97889
|
],
|
97292
97890
|
};
|
97891
|
+
const IssueVcsBranchSearch_BotActorDocument = {
|
97892
|
+
kind: "Document",
|
97893
|
+
definitions: [
|
97894
|
+
{
|
97895
|
+
kind: "OperationDefinition",
|
97896
|
+
operation: "query",
|
97897
|
+
name: { kind: "Name", value: "issueVcsBranchSearch_botActor" },
|
97898
|
+
variableDefinitions: [
|
97899
|
+
{
|
97900
|
+
kind: "VariableDefinition",
|
97901
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "branchName" } },
|
97902
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
97903
|
+
},
|
97904
|
+
],
|
97905
|
+
selectionSet: {
|
97906
|
+
kind: "SelectionSet",
|
97907
|
+
selections: [
|
97908
|
+
{
|
97909
|
+
kind: "Field",
|
97910
|
+
name: { kind: "Name", value: "issueVcsBranchSearch" },
|
97911
|
+
arguments: [
|
97912
|
+
{
|
97913
|
+
kind: "Argument",
|
97914
|
+
name: { kind: "Name", value: "branchName" },
|
97915
|
+
value: { kind: "Variable", name: { kind: "Name", value: "branchName" } },
|
97916
|
+
},
|
97917
|
+
],
|
97918
|
+
selectionSet: {
|
97919
|
+
kind: "SelectionSet",
|
97920
|
+
selections: [
|
97921
|
+
{
|
97922
|
+
kind: "Field",
|
97923
|
+
name: { kind: "Name", value: "botActor" },
|
97924
|
+
selectionSet: {
|
97925
|
+
kind: "SelectionSet",
|
97926
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
97927
|
+
},
|
97928
|
+
},
|
97929
|
+
],
|
97930
|
+
},
|
97931
|
+
},
|
97932
|
+
],
|
97933
|
+
},
|
97934
|
+
},
|
97935
|
+
...ActorBotFragmentDoc.definitions,
|
97936
|
+
],
|
97937
|
+
};
|
97293
97938
|
const IssueVcsBranchSearch_ChildrenDocument = {
|
97294
97939
|
kind: "Document",
|
97295
97940
|
definitions: [
|
@@ -97408,6 +98053,7 @@ const IssueVcsBranchSearch_ChildrenDocument = {
|
|
97408
98053
|
},
|
97409
98054
|
...IssueConnectionFragmentDoc.definitions,
|
97410
98055
|
...IssueFragmentDoc.definitions,
|
98056
|
+
...ActorBotFragmentDoc.definitions,
|
97411
98057
|
...PageInfoFragmentDoc.definitions,
|
97412
98058
|
],
|
97413
98059
|
};
|
@@ -98220,6 +98866,7 @@ const IssuesDocument = {
|
|
98220
98866
|
},
|
98221
98867
|
...IssueConnectionFragmentDoc.definitions,
|
98222
98868
|
...IssueFragmentDoc.definitions,
|
98869
|
+
...ActorBotFragmentDoc.definitions,
|
98223
98870
|
...PageInfoFragmentDoc.definitions,
|
98224
98871
|
],
|
98225
98872
|
};
|
@@ -98963,6 +99610,7 @@ const Organization_TemplatesDocument = {
|
|
98963
99610
|
},
|
98964
99611
|
},
|
98965
99612
|
...TemplateConnectionFragmentDoc.definitions,
|
99613
|
+
...TemplateFragmentDoc.definitions,
|
98966
99614
|
...PageInfoFragmentDoc.definitions,
|
98967
99615
|
],
|
98968
99616
|
};
|
@@ -99508,6 +100156,7 @@ const Project_IssuesDocument = {
|
|
99508
100156
|
},
|
99509
100157
|
...IssueConnectionFragmentDoc.definitions,
|
99510
100158
|
...IssueFragmentDoc.definitions,
|
100159
|
+
...ActorBotFragmentDoc.definitions,
|
99511
100160
|
...PageInfoFragmentDoc.definitions,
|
99512
100161
|
],
|
99513
100162
|
};
|
@@ -100777,12 +101426,36 @@ const PushSubscriptionTestDocument = {
|
|
100777
101426
|
kind: "OperationDefinition",
|
100778
101427
|
operation: "query",
|
100779
101428
|
name: { kind: "Name", value: "pushSubscriptionTest" },
|
101429
|
+
variableDefinitions: [
|
101430
|
+
{
|
101431
|
+
kind: "VariableDefinition",
|
101432
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "sendStrategy" } },
|
101433
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "SendStrategy" } },
|
101434
|
+
},
|
101435
|
+
{
|
101436
|
+
kind: "VariableDefinition",
|
101437
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "targetMobile" } },
|
101438
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
101439
|
+
},
|
101440
|
+
],
|
100780
101441
|
selectionSet: {
|
100781
101442
|
kind: "SelectionSet",
|
100782
101443
|
selections: [
|
100783
101444
|
{
|
100784
101445
|
kind: "Field",
|
100785
101446
|
name: { kind: "Name", value: "pushSubscriptionTest" },
|
101447
|
+
arguments: [
|
101448
|
+
{
|
101449
|
+
kind: "Argument",
|
101450
|
+
name: { kind: "Name", value: "sendStrategy" },
|
101451
|
+
value: { kind: "Variable", name: { kind: "Name", value: "sendStrategy" } },
|
101452
|
+
},
|
101453
|
+
{
|
101454
|
+
kind: "Argument",
|
101455
|
+
name: { kind: "Name", value: "targetMobile" },
|
101456
|
+
value: { kind: "Variable", name: { kind: "Name", value: "targetMobile" } },
|
101457
|
+
},
|
101458
|
+
],
|
100786
101459
|
selectionSet: {
|
100787
101460
|
kind: "SelectionSet",
|
100788
101461
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PushSubscriptionTestPayload" } }],
|
@@ -101572,6 +102245,7 @@ const SearchIssuesDocument = {
|
|
101572
102245
|
...IssueSearchPayloadFragmentDoc.definitions,
|
101573
102246
|
...ArchiveResponseFragmentDoc.definitions,
|
101574
102247
|
...IssueSearchResultFragmentDoc.definitions,
|
102248
|
+
...ActorBotFragmentDoc.definitions,
|
101575
102249
|
...PageInfoFragmentDoc.definitions,
|
101576
102250
|
],
|
101577
102251
|
};
|
@@ -102046,6 +102720,119 @@ const TeamDocument = {
|
|
102046
102720
|
...TeamFragmentDoc.definitions,
|
102047
102721
|
],
|
102048
102722
|
};
|
102723
|
+
const Team_AutomationStatesDocument = {
|
102724
|
+
kind: "Document",
|
102725
|
+
definitions: [
|
102726
|
+
{
|
102727
|
+
kind: "OperationDefinition",
|
102728
|
+
operation: "query",
|
102729
|
+
name: { kind: "Name", value: "team_automationStates" },
|
102730
|
+
variableDefinitions: [
|
102731
|
+
{
|
102732
|
+
kind: "VariableDefinition",
|
102733
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102734
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102735
|
+
},
|
102736
|
+
{
|
102737
|
+
kind: "VariableDefinition",
|
102738
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102739
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102740
|
+
},
|
102741
|
+
{
|
102742
|
+
kind: "VariableDefinition",
|
102743
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102744
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102745
|
+
},
|
102746
|
+
{
|
102747
|
+
kind: "VariableDefinition",
|
102748
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102749
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102750
|
+
},
|
102751
|
+
{
|
102752
|
+
kind: "VariableDefinition",
|
102753
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102754
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
102755
|
+
},
|
102756
|
+
{
|
102757
|
+
kind: "VariableDefinition",
|
102758
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102759
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102760
|
+
},
|
102761
|
+
{
|
102762
|
+
kind: "VariableDefinition",
|
102763
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102764
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
102765
|
+
},
|
102766
|
+
],
|
102767
|
+
selectionSet: {
|
102768
|
+
kind: "SelectionSet",
|
102769
|
+
selections: [
|
102770
|
+
{
|
102771
|
+
kind: "Field",
|
102772
|
+
name: { kind: "Name", value: "team" },
|
102773
|
+
arguments: [
|
102774
|
+
{
|
102775
|
+
kind: "Argument",
|
102776
|
+
name: { kind: "Name", value: "id" },
|
102777
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102778
|
+
},
|
102779
|
+
],
|
102780
|
+
selectionSet: {
|
102781
|
+
kind: "SelectionSet",
|
102782
|
+
selections: [
|
102783
|
+
{
|
102784
|
+
kind: "Field",
|
102785
|
+
name: { kind: "Name", value: "automationStates" },
|
102786
|
+
arguments: [
|
102787
|
+
{
|
102788
|
+
kind: "Argument",
|
102789
|
+
name: { kind: "Name", value: "after" },
|
102790
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102791
|
+
},
|
102792
|
+
{
|
102793
|
+
kind: "Argument",
|
102794
|
+
name: { kind: "Name", value: "before" },
|
102795
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102796
|
+
},
|
102797
|
+
{
|
102798
|
+
kind: "Argument",
|
102799
|
+
name: { kind: "Name", value: "first" },
|
102800
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102801
|
+
},
|
102802
|
+
{
|
102803
|
+
kind: "Argument",
|
102804
|
+
name: { kind: "Name", value: "includeArchived" },
|
102805
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102806
|
+
},
|
102807
|
+
{
|
102808
|
+
kind: "Argument",
|
102809
|
+
name: { kind: "Name", value: "last" },
|
102810
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102811
|
+
},
|
102812
|
+
{
|
102813
|
+
kind: "Argument",
|
102814
|
+
name: { kind: "Name", value: "orderBy" },
|
102815
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102816
|
+
},
|
102817
|
+
],
|
102818
|
+
selectionSet: {
|
102819
|
+
kind: "SelectionSet",
|
102820
|
+
selections: [
|
102821
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationStateConnection" } },
|
102822
|
+
],
|
102823
|
+
},
|
102824
|
+
},
|
102825
|
+
],
|
102826
|
+
},
|
102827
|
+
},
|
102828
|
+
],
|
102829
|
+
},
|
102830
|
+
},
|
102831
|
+
...GitAutomationStateConnectionFragmentDoc.definitions,
|
102832
|
+
...GitAutomationStateFragmentDoc.definitions,
|
102833
|
+
...PageInfoFragmentDoc.definitions,
|
102834
|
+
],
|
102835
|
+
};
|
102049
102836
|
const Team_CyclesDocument = {
|
102050
102837
|
kind: "Document",
|
102051
102838
|
definitions: [
|
@@ -102285,6 +103072,7 @@ const Team_IssuesDocument = {
|
|
102285
103072
|
},
|
102286
103073
|
...IssueConnectionFragmentDoc.definitions,
|
102287
103074
|
...IssueFragmentDoc.definitions,
|
103075
|
+
...ActorBotFragmentDoc.definitions,
|
102288
103076
|
...PageInfoFragmentDoc.definitions,
|
102289
103077
|
],
|
102290
103078
|
};
|
@@ -103000,6 +103788,7 @@ const Team_TemplatesDocument = {
|
|
103000
103788
|
},
|
103001
103789
|
},
|
103002
103790
|
...TemplateConnectionFragmentDoc.definitions,
|
103791
|
+
...TemplateFragmentDoc.definitions,
|
103003
103792
|
...PageInfoFragmentDoc.definitions,
|
103004
103793
|
],
|
103005
103794
|
};
|
@@ -103598,6 +104387,7 @@ const User_AssignedIssuesDocument = {
|
|
103598
104387
|
},
|
103599
104388
|
...IssueConnectionFragmentDoc.definitions,
|
103600
104389
|
...IssueFragmentDoc.definitions,
|
104390
|
+
...ActorBotFragmentDoc.definitions,
|
103601
104391
|
...PageInfoFragmentDoc.definitions,
|
103602
104392
|
],
|
103603
104393
|
};
|
@@ -103719,6 +104509,7 @@ const User_CreatedIssuesDocument = {
|
|
103719
104509
|
},
|
103720
104510
|
...IssueConnectionFragmentDoc.definitions,
|
103721
104511
|
...IssueFragmentDoc.definitions,
|
104512
|
+
...ActorBotFragmentDoc.definitions,
|
103722
104513
|
...PageInfoFragmentDoc.definitions,
|
103723
104514
|
],
|
103724
104515
|
};
|
@@ -104218,6 +105009,7 @@ const Viewer_AssignedIssuesDocument = {
|
|
104218
105009
|
},
|
104219
105010
|
...IssueConnectionFragmentDoc.definitions,
|
104220
105011
|
...IssueFragmentDoc.definitions,
|
105012
|
+
...ActorBotFragmentDoc.definitions,
|
104221
105013
|
...PageInfoFragmentDoc.definitions,
|
104222
105014
|
],
|
104223
105015
|
};
|
@@ -104327,6 +105119,7 @@ const Viewer_CreatedIssuesDocument = {
|
|
104327
105119
|
},
|
104328
105120
|
...IssueConnectionFragmentDoc.definitions,
|
104329
105121
|
...IssueFragmentDoc.definitions,
|
105122
|
+
...ActorBotFragmentDoc.definitions,
|
104330
105123
|
...PageInfoFragmentDoc.definitions,
|
104331
105124
|
],
|
104332
105125
|
};
|
@@ -104822,6 +105615,7 @@ const WorkflowState_IssuesDocument = {
|
|
104822
105615
|
},
|
104823
105616
|
...IssueConnectionFragmentDoc.definitions,
|
104824
105617
|
...IssueFragmentDoc.definitions,
|
105618
|
+
...ActorBotFragmentDoc.definitions,
|
104825
105619
|
...PageInfoFragmentDoc.definitions,
|
104826
105620
|
],
|
104827
105621
|
};
|
@@ -105339,6 +106133,84 @@ const AttachmentLinkFrontDocument = {
|
|
105339
106133
|
...FrontAttachmentPayloadFragmentDoc.definitions,
|
105340
106134
|
],
|
105341
106135
|
};
|
106136
|
+
const AttachmentLinkGitHubIssueDocument = {
|
106137
|
+
kind: "Document",
|
106138
|
+
definitions: [
|
106139
|
+
{
|
106140
|
+
kind: "OperationDefinition",
|
106141
|
+
operation: "mutation",
|
106142
|
+
name: { kind: "Name", value: "attachmentLinkGitHubIssue" },
|
106143
|
+
variableDefinitions: [
|
106144
|
+
{
|
106145
|
+
kind: "VariableDefinition",
|
106146
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
106147
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106148
|
+
},
|
106149
|
+
{
|
106150
|
+
kind: "VariableDefinition",
|
106151
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
106152
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106153
|
+
},
|
106154
|
+
{
|
106155
|
+
kind: "VariableDefinition",
|
106156
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106157
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106158
|
+
},
|
106159
|
+
{
|
106160
|
+
kind: "VariableDefinition",
|
106161
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
106162
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
106163
|
+
},
|
106164
|
+
{
|
106165
|
+
kind: "VariableDefinition",
|
106166
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "url" } },
|
106167
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
106168
|
+
},
|
106169
|
+
],
|
106170
|
+
selectionSet: {
|
106171
|
+
kind: "SelectionSet",
|
106172
|
+
selections: [
|
106173
|
+
{
|
106174
|
+
kind: "Field",
|
106175
|
+
name: { kind: "Name", value: "attachmentLinkGitHubIssue" },
|
106176
|
+
arguments: [
|
106177
|
+
{
|
106178
|
+
kind: "Argument",
|
106179
|
+
name: { kind: "Name", value: "createAsUser" },
|
106180
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
106181
|
+
},
|
106182
|
+
{
|
106183
|
+
kind: "Argument",
|
106184
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
106185
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
106186
|
+
},
|
106187
|
+
{
|
106188
|
+
kind: "Argument",
|
106189
|
+
name: { kind: "Name", value: "id" },
|
106190
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106191
|
+
},
|
106192
|
+
{
|
106193
|
+
kind: "Argument",
|
106194
|
+
name: { kind: "Name", value: "issueId" },
|
106195
|
+
value: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
106196
|
+
},
|
106197
|
+
{
|
106198
|
+
kind: "Argument",
|
106199
|
+
name: { kind: "Name", value: "url" },
|
106200
|
+
value: { kind: "Variable", name: { kind: "Name", value: "url" } },
|
106201
|
+
},
|
106202
|
+
],
|
106203
|
+
selectionSet: {
|
106204
|
+
kind: "SelectionSet",
|
106205
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AttachmentPayload" } }],
|
106206
|
+
},
|
106207
|
+
},
|
106208
|
+
],
|
106209
|
+
},
|
106210
|
+
},
|
106211
|
+
...AttachmentPayloadFragmentDoc.definitions,
|
106212
|
+
],
|
106213
|
+
};
|
105342
106214
|
const AttachmentLinkGitHubPrDocument = {
|
105343
106215
|
kind: "Document",
|
105344
106216
|
definitions: [
|
@@ -105370,17 +106242,17 @@ const AttachmentLinkGitHubPrDocument = {
|
|
105370
106242
|
{
|
105371
106243
|
kind: "VariableDefinition",
|
105372
106244
|
variable: { kind: "Variable", name: { kind: "Name", value: "number" } },
|
105373
|
-
type: { kind: "
|
106245
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Float" } },
|
105374
106246
|
},
|
105375
106247
|
{
|
105376
106248
|
kind: "VariableDefinition",
|
105377
106249
|
variable: { kind: "Variable", name: { kind: "Name", value: "owner" } },
|
105378
|
-
type: { kind: "
|
106250
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
105379
106251
|
},
|
105380
106252
|
{
|
105381
106253
|
kind: "VariableDefinition",
|
105382
106254
|
variable: { kind: "Variable", name: { kind: "Name", value: "repo" } },
|
105383
|
-
type: { kind: "
|
106255
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
105384
106256
|
},
|
105385
106257
|
{
|
105386
106258
|
kind: "VariableDefinition",
|
@@ -106651,6 +107523,47 @@ const CreateCycleDocument = {
|
|
106651
107523
|
...CyclePayloadFragmentDoc.definitions,
|
106652
107524
|
],
|
106653
107525
|
};
|
107526
|
+
const CycleShiftAllDocument = {
|
107527
|
+
kind: "Document",
|
107528
|
+
definitions: [
|
107529
|
+
{
|
107530
|
+
kind: "OperationDefinition",
|
107531
|
+
operation: "mutation",
|
107532
|
+
name: { kind: "Name", value: "cycleShiftAll" },
|
107533
|
+
variableDefinitions: [
|
107534
|
+
{
|
107535
|
+
kind: "VariableDefinition",
|
107536
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
107537
|
+
type: {
|
107538
|
+
kind: "NonNullType",
|
107539
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "CycleShiftAllInput" } },
|
107540
|
+
},
|
107541
|
+
},
|
107542
|
+
],
|
107543
|
+
selectionSet: {
|
107544
|
+
kind: "SelectionSet",
|
107545
|
+
selections: [
|
107546
|
+
{
|
107547
|
+
kind: "Field",
|
107548
|
+
name: { kind: "Name", value: "cycleShiftAll" },
|
107549
|
+
arguments: [
|
107550
|
+
{
|
107551
|
+
kind: "Argument",
|
107552
|
+
name: { kind: "Name", value: "input" },
|
107553
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
107554
|
+
},
|
107555
|
+
],
|
107556
|
+
selectionSet: {
|
107557
|
+
kind: "SelectionSet",
|
107558
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CyclePayload" } }],
|
107559
|
+
},
|
107560
|
+
},
|
107561
|
+
],
|
107562
|
+
},
|
107563
|
+
},
|
107564
|
+
...CyclePayloadFragmentDoc.definitions,
|
107565
|
+
],
|
107566
|
+
};
|
106654
107567
|
const UpdateCycleDocument = {
|
106655
107568
|
kind: "Document",
|
106656
107569
|
definitions: [
|
@@ -107242,6 +108155,138 @@ const FileUploadDocument = {
|
|
107242
108155
|
...UploadFileHeaderFragmentDoc.definitions,
|
107243
108156
|
],
|
107244
108157
|
};
|
108158
|
+
const CreateGitAutomationStateDocument = {
|
108159
|
+
kind: "Document",
|
108160
|
+
definitions: [
|
108161
|
+
{
|
108162
|
+
kind: "OperationDefinition",
|
108163
|
+
operation: "mutation",
|
108164
|
+
name: { kind: "Name", value: "createGitAutomationState" },
|
108165
|
+
variableDefinitions: [
|
108166
|
+
{
|
108167
|
+
kind: "VariableDefinition",
|
108168
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
108169
|
+
type: {
|
108170
|
+
kind: "NonNullType",
|
108171
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStateCreateInput" } },
|
108172
|
+
},
|
108173
|
+
},
|
108174
|
+
],
|
108175
|
+
selectionSet: {
|
108176
|
+
kind: "SelectionSet",
|
108177
|
+
selections: [
|
108178
|
+
{
|
108179
|
+
kind: "Field",
|
108180
|
+
name: { kind: "Name", value: "gitAutomationStateCreate" },
|
108181
|
+
arguments: [
|
108182
|
+
{
|
108183
|
+
kind: "Argument",
|
108184
|
+
name: { kind: "Name", value: "input" },
|
108185
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
108186
|
+
},
|
108187
|
+
],
|
108188
|
+
selectionSet: {
|
108189
|
+
kind: "SelectionSet",
|
108190
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationStatePayload" } }],
|
108191
|
+
},
|
108192
|
+
},
|
108193
|
+
],
|
108194
|
+
},
|
108195
|
+
},
|
108196
|
+
...GitAutomationStatePayloadFragmentDoc.definitions,
|
108197
|
+
...GitAutomationStateFragmentDoc.definitions,
|
108198
|
+
],
|
108199
|
+
};
|
108200
|
+
const DeleteGitAutomationStateDocument = {
|
108201
|
+
kind: "Document",
|
108202
|
+
definitions: [
|
108203
|
+
{
|
108204
|
+
kind: "OperationDefinition",
|
108205
|
+
operation: "mutation",
|
108206
|
+
name: { kind: "Name", value: "deleteGitAutomationState" },
|
108207
|
+
variableDefinitions: [
|
108208
|
+
{
|
108209
|
+
kind: "VariableDefinition",
|
108210
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
108211
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
108212
|
+
},
|
108213
|
+
],
|
108214
|
+
selectionSet: {
|
108215
|
+
kind: "SelectionSet",
|
108216
|
+
selections: [
|
108217
|
+
{
|
108218
|
+
kind: "Field",
|
108219
|
+
name: { kind: "Name", value: "gitAutomationStateDelete" },
|
108220
|
+
arguments: [
|
108221
|
+
{
|
108222
|
+
kind: "Argument",
|
108223
|
+
name: { kind: "Name", value: "id" },
|
108224
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
108225
|
+
},
|
108226
|
+
],
|
108227
|
+
selectionSet: {
|
108228
|
+
kind: "SelectionSet",
|
108229
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
|
108230
|
+
},
|
108231
|
+
},
|
108232
|
+
],
|
108233
|
+
},
|
108234
|
+
},
|
108235
|
+
...DeletePayloadFragmentDoc.definitions,
|
108236
|
+
],
|
108237
|
+
};
|
108238
|
+
const UpdateGitAutomationStateDocument = {
|
108239
|
+
kind: "Document",
|
108240
|
+
definitions: [
|
108241
|
+
{
|
108242
|
+
kind: "OperationDefinition",
|
108243
|
+
operation: "mutation",
|
108244
|
+
name: { kind: "Name", value: "updateGitAutomationState" },
|
108245
|
+
variableDefinitions: [
|
108246
|
+
{
|
108247
|
+
kind: "VariableDefinition",
|
108248
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
108249
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
108250
|
+
},
|
108251
|
+
{
|
108252
|
+
kind: "VariableDefinition",
|
108253
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
108254
|
+
type: {
|
108255
|
+
kind: "NonNullType",
|
108256
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStateUpdateInput" } },
|
108257
|
+
},
|
108258
|
+
},
|
108259
|
+
],
|
108260
|
+
selectionSet: {
|
108261
|
+
kind: "SelectionSet",
|
108262
|
+
selections: [
|
108263
|
+
{
|
108264
|
+
kind: "Field",
|
108265
|
+
name: { kind: "Name", value: "gitAutomationStateUpdate" },
|
108266
|
+
arguments: [
|
108267
|
+
{
|
108268
|
+
kind: "Argument",
|
108269
|
+
name: { kind: "Name", value: "id" },
|
108270
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
108271
|
+
},
|
108272
|
+
{
|
108273
|
+
kind: "Argument",
|
108274
|
+
name: { kind: "Name", value: "input" },
|
108275
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
108276
|
+
},
|
108277
|
+
],
|
108278
|
+
selectionSet: {
|
108279
|
+
kind: "SelectionSet",
|
108280
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationStatePayload" } }],
|
108281
|
+
},
|
108282
|
+
},
|
108283
|
+
],
|
108284
|
+
},
|
108285
|
+
},
|
108286
|
+
...GitAutomationStatePayloadFragmentDoc.definitions,
|
108287
|
+
...GitAutomationStateFragmentDoc.definitions,
|
108288
|
+
],
|
108289
|
+
};
|
107245
108290
|
const GoogleUserAccountAuthDocument = {
|
107246
108291
|
kind: "Document",
|
107247
108292
|
definitions: [
|
@@ -107725,44 +108770,6 @@ const IntegrationGithubConnectDocument = {
|
|
107725
108770
|
...IntegrationPayloadFragmentDoc.definitions,
|
107726
108771
|
],
|
107727
108772
|
};
|
107728
|
-
const IntegrationGithubSyncConnectDocument = {
|
107729
|
-
kind: "Document",
|
107730
|
-
definitions: [
|
107731
|
-
{
|
107732
|
-
kind: "OperationDefinition",
|
107733
|
-
operation: "mutation",
|
107734
|
-
name: { kind: "Name", value: "integrationGithubSyncConnect" },
|
107735
|
-
variableDefinitions: [
|
107736
|
-
{
|
107737
|
-
kind: "VariableDefinition",
|
107738
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
|
107739
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107740
|
-
},
|
107741
|
-
],
|
107742
|
-
selectionSet: {
|
107743
|
-
kind: "SelectionSet",
|
107744
|
-
selections: [
|
107745
|
-
{
|
107746
|
-
kind: "Field",
|
107747
|
-
name: { kind: "Name", value: "integrationGithubSyncConnect" },
|
107748
|
-
arguments: [
|
107749
|
-
{
|
107750
|
-
kind: "Argument",
|
107751
|
-
name: { kind: "Name", value: "installationId" },
|
107752
|
-
value: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
|
107753
|
-
},
|
107754
|
-
],
|
107755
|
-
selectionSet: {
|
107756
|
-
kind: "SelectionSet",
|
107757
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
|
107758
|
-
},
|
107759
|
-
},
|
107760
|
-
],
|
107761
|
-
},
|
107762
|
-
},
|
107763
|
-
...IntegrationPayloadFragmentDoc.definitions,
|
107764
|
-
],
|
107765
|
-
};
|
107766
108773
|
const IntegrationGitlabConnectDocument = {
|
107767
108774
|
kind: "Document",
|
107768
108775
|
definitions: [
|
@@ -107980,10 +108987,15 @@ const IntegrationJiraPersonalDocument = {
|
|
107980
108987
|
operation: "mutation",
|
107981
108988
|
name: { kind: "Name", value: "integrationJiraPersonal" },
|
107982
108989
|
variableDefinitions: [
|
108990
|
+
{
|
108991
|
+
kind: "VariableDefinition",
|
108992
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "accessToken" } },
|
108993
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
108994
|
+
},
|
107983
108995
|
{
|
107984
108996
|
kind: "VariableDefinition",
|
107985
108997
|
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
107986
|
-
type: { kind: "
|
108998
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107987
108999
|
},
|
107988
109000
|
],
|
107989
109001
|
selectionSet: {
|
@@ -107993,6 +109005,11 @@ const IntegrationJiraPersonalDocument = {
|
|
107993
109005
|
kind: "Field",
|
107994
109006
|
name: { kind: "Name", value: "integrationJiraPersonal" },
|
107995
109007
|
arguments: [
|
109008
|
+
{
|
109009
|
+
kind: "Argument",
|
109010
|
+
name: { kind: "Name", value: "accessToken" },
|
109011
|
+
value: { kind: "Variable", name: { kind: "Name", value: "accessToken" } },
|
109012
|
+
},
|
107996
109013
|
{
|
107997
109014
|
kind: "Argument",
|
107998
109015
|
name: { kind: "Name", value: "code" },
|
@@ -108326,13 +109343,13 @@ const IntegrationSlackOrgProjectUpdatesPostDocument = {
|
|
108326
109343
|
],
|
108327
109344
|
selectionSet: {
|
108328
109345
|
kind: "SelectionSet",
|
108329
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
109346
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
|
108330
109347
|
},
|
108331
109348
|
},
|
108332
109349
|
],
|
108333
109350
|
},
|
108334
109351
|
},
|
108335
|
-
...
|
109352
|
+
...SlackChannelConnectPayloadFragmentDoc.definitions,
|
108336
109353
|
],
|
108337
109354
|
};
|
108338
109355
|
const IntegrationSlackPersonalDocument = {
|
@@ -108442,13 +109459,13 @@ const IntegrationSlackPostDocument = {
|
|
108442
109459
|
],
|
108443
109460
|
selectionSet: {
|
108444
109461
|
kind: "SelectionSet",
|
108445
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
109462
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
|
108446
109463
|
},
|
108447
109464
|
},
|
108448
109465
|
],
|
108449
109466
|
},
|
108450
109467
|
},
|
108451
|
-
...
|
109468
|
+
...SlackChannelConnectPayloadFragmentDoc.definitions,
|
108452
109469
|
],
|
108453
109470
|
};
|
108454
109471
|
const IntegrationSlackProjectPostDocument = {
|
@@ -108510,13 +109527,13 @@ const IntegrationSlackProjectPostDocument = {
|
|
108510
109527
|
],
|
108511
109528
|
selectionSet: {
|
108512
109529
|
kind: "SelectionSet",
|
108513
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
109530
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
|
108514
109531
|
},
|
108515
109532
|
},
|
108516
109533
|
],
|
108517
109534
|
},
|
108518
109535
|
},
|
108519
|
-
...
|
109536
|
+
...SlackChannelConnectPayloadFragmentDoc.definitions,
|
108520
109537
|
],
|
108521
109538
|
};
|
108522
109539
|
const CreateIntegrationTemplateDocument = {
|
@@ -108955,6 +109972,7 @@ const UpdateIssueBatchDocument = {
|
|
108955
109972
|
},
|
108956
109973
|
...IssueBatchPayloadFragmentDoc.definitions,
|
108957
109974
|
...IssueFragmentDoc.definitions,
|
109975
|
+
...ActorBotFragmentDoc.definitions,
|
108958
109976
|
],
|
108959
109977
|
};
|
108960
109978
|
const CreateIssueDocument = {
|
@@ -111429,6 +112447,11 @@ const CreateProjectDocument = {
|
|
111429
112447
|
operation: "mutation",
|
111430
112448
|
name: { kind: "Name", value: "createProject" },
|
111431
112449
|
variableDefinitions: [
|
112450
|
+
{
|
112451
|
+
kind: "VariableDefinition",
|
112452
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "connectSlackChannel" } },
|
112453
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
112454
|
+
},
|
111432
112455
|
{
|
111433
112456
|
kind: "VariableDefinition",
|
111434
112457
|
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
@@ -111445,6 +112468,11 @@ const CreateProjectDocument = {
|
|
111445
112468
|
kind: "Field",
|
111446
112469
|
name: { kind: "Name", value: "projectCreate" },
|
111447
112470
|
arguments: [
|
112471
|
+
{
|
112472
|
+
kind: "Argument",
|
112473
|
+
name: { kind: "Name", value: "connectSlackChannel" },
|
112474
|
+
value: { kind: "Variable", name: { kind: "Name", value: "connectSlackChannel" } },
|
112475
|
+
},
|
111448
112476
|
{
|
111449
112477
|
kind: "Argument",
|
111450
112478
|
name: { kind: "Name", value: "input" },
|
@@ -112970,6 +113998,44 @@ const UpdateTeamMembershipDocument = {
|
|
112970
113998
|
...TeamMembershipPayloadFragmentDoc.definitions,
|
112971
113999
|
],
|
112972
114000
|
};
|
114001
|
+
const UnarchiveTeamDocument = {
|
114002
|
+
kind: "Document",
|
114003
|
+
definitions: [
|
114004
|
+
{
|
114005
|
+
kind: "OperationDefinition",
|
114006
|
+
operation: "mutation",
|
114007
|
+
name: { kind: "Name", value: "unarchiveTeam" },
|
114008
|
+
variableDefinitions: [
|
114009
|
+
{
|
114010
|
+
kind: "VariableDefinition",
|
114011
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
114012
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
114013
|
+
},
|
114014
|
+
],
|
114015
|
+
selectionSet: {
|
114016
|
+
kind: "SelectionSet",
|
114017
|
+
selections: [
|
114018
|
+
{
|
114019
|
+
kind: "Field",
|
114020
|
+
name: { kind: "Name", value: "teamUnarchive" },
|
114021
|
+
arguments: [
|
114022
|
+
{
|
114023
|
+
kind: "Argument",
|
114024
|
+
name: { kind: "Name", value: "id" },
|
114025
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
114026
|
+
},
|
114027
|
+
],
|
114028
|
+
selectionSet: {
|
114029
|
+
kind: "SelectionSet",
|
114030
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamArchivePayload" } }],
|
114031
|
+
},
|
114032
|
+
},
|
114033
|
+
],
|
114034
|
+
},
|
114035
|
+
},
|
114036
|
+
...TeamArchivePayloadFragmentDoc.definitions,
|
114037
|
+
],
|
114038
|
+
};
|
112973
114039
|
const UpdateTeamDocument = {
|
112974
114040
|
kind: "Document",
|
112975
114041
|
definitions: [
|
@@ -113361,82 +114427,6 @@ const UpdateUserFlagDocument = {
|
|
113361
114427
|
...UserSettingsFlagPayloadFragmentDoc.definitions,
|
113362
114428
|
],
|
113363
114429
|
};
|
113364
|
-
const UserGitHubConnectDocument = {
|
113365
|
-
kind: "Document",
|
113366
|
-
definitions: [
|
113367
|
-
{
|
113368
|
-
kind: "OperationDefinition",
|
113369
|
-
operation: "mutation",
|
113370
|
-
name: { kind: "Name", value: "userGitHubConnect" },
|
113371
|
-
variableDefinitions: [
|
113372
|
-
{
|
113373
|
-
kind: "VariableDefinition",
|
113374
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113375
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
113376
|
-
},
|
113377
|
-
],
|
113378
|
-
selectionSet: {
|
113379
|
-
kind: "SelectionSet",
|
113380
|
-
selections: [
|
113381
|
-
{
|
113382
|
-
kind: "Field",
|
113383
|
-
name: { kind: "Name", value: "userGitHubConnect" },
|
113384
|
-
arguments: [
|
113385
|
-
{
|
113386
|
-
kind: "Argument",
|
113387
|
-
name: { kind: "Name", value: "code" },
|
113388
|
-
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113389
|
-
},
|
113390
|
-
],
|
113391
|
-
selectionSet: {
|
113392
|
-
kind: "SelectionSet",
|
113393
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
|
113394
|
-
},
|
113395
|
-
},
|
113396
|
-
],
|
113397
|
-
},
|
113398
|
-
},
|
113399
|
-
...UserPayloadFragmentDoc.definitions,
|
113400
|
-
],
|
113401
|
-
};
|
113402
|
-
const UserJiraConnectDocument = {
|
113403
|
-
kind: "Document",
|
113404
|
-
definitions: [
|
113405
|
-
{
|
113406
|
-
kind: "OperationDefinition",
|
113407
|
-
operation: "mutation",
|
113408
|
-
name: { kind: "Name", value: "userJiraConnect" },
|
113409
|
-
variableDefinitions: [
|
113410
|
-
{
|
113411
|
-
kind: "VariableDefinition",
|
113412
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113413
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
113414
|
-
},
|
113415
|
-
],
|
113416
|
-
selectionSet: {
|
113417
|
-
kind: "SelectionSet",
|
113418
|
-
selections: [
|
113419
|
-
{
|
113420
|
-
kind: "Field",
|
113421
|
-
name: { kind: "Name", value: "userJiraConnect" },
|
113422
|
-
arguments: [
|
113423
|
-
{
|
113424
|
-
kind: "Argument",
|
113425
|
-
name: { kind: "Name", value: "code" },
|
113426
|
-
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113427
|
-
},
|
113428
|
-
],
|
113429
|
-
selectionSet: {
|
113430
|
-
kind: "SelectionSet",
|
113431
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
|
113432
|
-
},
|
113433
|
-
},
|
113434
|
-
],
|
113435
|
-
},
|
113436
|
-
},
|
113437
|
-
...UserPayloadFragmentDoc.definitions,
|
113438
|
-
],
|
113439
|
-
};
|
113440
114430
|
const UserPromoteAdminDocument = {
|
113441
114431
|
kind: "Document",
|
113442
114432
|
definitions: [
|
@@ -114164,19 +115154,24 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114164
115154
|
__proto__: null,
|
114165
115155
|
get AuthenticationSessionType () { return AuthenticationSessionType; },
|
114166
115156
|
get ContextViewType () { return ContextViewType; },
|
115157
|
+
get DateResolutionType () { return DateResolutionType; },
|
114167
115158
|
get Day () { return Day; },
|
115159
|
+
get GitAutomationStates () { return GitAutomationStates; },
|
114168
115160
|
get IntegrationService () { return IntegrationService; },
|
114169
115161
|
get IssueRelationType () { return IssueRelationType; },
|
114170
115162
|
get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
|
114171
115163
|
get OrganizationDomainAuthType () { return OrganizationDomainAuthType; },
|
114172
115164
|
get OrganizationInviteStatus () { return OrganizationInviteStatus; },
|
114173
115165
|
get PaginationOrderBy () { return PaginationOrderBy; },
|
115166
|
+
get ProjectTab () { return ProjectTab; },
|
114174
115167
|
get ProjectUpdateHealthType () { return ProjectUpdateHealthType; },
|
114175
115168
|
get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
|
114176
115169
|
get PushSubscriptionType () { return PushSubscriptionType; },
|
114177
115170
|
get ReleaseChannel () { return ReleaseChannel; },
|
114178
115171
|
get SlaDayCountType () { return SlaDayCountType; },
|
115172
|
+
get SendStrategy () { return SendStrategy; },
|
114179
115173
|
get SlaStatus () { return SlaStatus; },
|
115174
|
+
get SlackChannelType () { return SlackChannelType; },
|
114180
115175
|
get TriageResponsibilityAction () { return TriageResponsibilityAction; },
|
114181
115176
|
get UserContextViewType () { return UserContextViewType; },
|
114182
115177
|
get UserFlagType () { return UserFlagType; },
|
@@ -114206,17 +115201,20 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114206
115201
|
NotificationArchivePayloadFragmentDoc: NotificationArchivePayloadFragmentDoc,
|
114207
115202
|
ProjectArchivePayloadFragmentDoc: ProjectArchivePayloadFragmentDoc,
|
114208
115203
|
RoadmapArchivePayloadFragmentDoc: RoadmapArchivePayloadFragmentDoc,
|
115204
|
+
TeamArchivePayloadFragmentDoc: TeamArchivePayloadFragmentDoc,
|
114209
115205
|
WorkflowStateArchivePayloadFragmentDoc: WorkflowStateArchivePayloadFragmentDoc,
|
114210
115206
|
ArchivePayloadFragmentDoc: ArchivePayloadFragmentDoc,
|
114211
115207
|
LabelNotificationSubscriptionFragmentDoc: LabelNotificationSubscriptionFragmentDoc,
|
114212
115208
|
ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
|
114213
115209
|
TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
|
114214
|
-
TemplateFragmentDoc: TemplateFragmentDoc,
|
114215
115210
|
UserAccountFragmentDoc: UserAccountFragmentDoc,
|
114216
115211
|
UserNotificationSubscriptionFragmentDoc: UserNotificationSubscriptionFragmentDoc,
|
115212
|
+
EmailIntakeAddressFragmentDoc: EmailIntakeAddressFragmentDoc,
|
114217
115213
|
PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
|
114218
115214
|
OrganizationFragmentDoc: OrganizationFragmentDoc,
|
114219
|
-
|
115215
|
+
AuthOauthClientWithScopeFragmentDoc: AuthOauthClientWithScopeFragmentDoc,
|
115216
|
+
AuthOauthClientWithMembershipsFragmentDoc: AuthOauthClientWithMembershipsFragmentDoc,
|
115217
|
+
AuthenticationSessionResponseFragmentDoc: AuthenticationSessionResponseFragmentDoc,
|
114220
115218
|
OrganizationDomainFragmentDoc: OrganizationDomainFragmentDoc,
|
114221
115219
|
GithubRepoFragmentDoc: GithubRepoFragmentDoc,
|
114222
115220
|
GithubOrgFragmentDoc: GithubOrgFragmentDoc,
|
@@ -114224,10 +115222,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114224
115222
|
UserAuthorizedApplicationFragmentDoc: UserAuthorizedApplicationFragmentDoc,
|
114225
115223
|
ApplicationFragmentDoc: ApplicationFragmentDoc,
|
114226
115224
|
FrontSettingsFragmentDoc: FrontSettingsFragmentDoc,
|
114227
|
-
GitHubSettingsFragmentDoc: GitHubSettingsFragmentDoc,
|
114228
115225
|
TeamRepoMappingFragmentDoc: TeamRepoMappingFragmentDoc,
|
114229
|
-
|
114230
|
-
|
115226
|
+
GitHubRepoFragmentDoc: GitHubRepoFragmentDoc,
|
115227
|
+
GitHubSettingsFragmentDoc: GitHubSettingsFragmentDoc,
|
115228
|
+
GitHubPersonalSettingsFragmentDoc: GitHubPersonalSettingsFragmentDoc,
|
114231
115229
|
GitLabSettingsFragmentDoc: GitLabSettingsFragmentDoc,
|
114232
115230
|
GoogleSheetsSettingsFragmentDoc: GoogleSheetsSettingsFragmentDoc,
|
114233
115231
|
IntercomSettingsFragmentDoc: IntercomSettingsFragmentDoc,
|
@@ -114261,14 +115259,19 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114261
115259
|
AuditEntryFragmentDoc: AuditEntryFragmentDoc,
|
114262
115260
|
AuditEntryConnectionFragmentDoc: AuditEntryConnectionFragmentDoc,
|
114263
115261
|
AuditEntryTypeFragmentDoc: AuditEntryTypeFragmentDoc,
|
114264
|
-
AuthApiKeyDeletePayloadFragmentDoc: AuthApiKeyDeletePayloadFragmentDoc,
|
114265
115262
|
AuthApiKeyFragmentDoc: AuthApiKeyFragmentDoc,
|
114266
115263
|
AuthApiKeyPayloadFragmentDoc: AuthApiKeyPayloadFragmentDoc,
|
114267
|
-
AuthIntegrationFragmentDoc: AuthIntegrationFragmentDoc,
|
114268
115264
|
AuthOrganizationFragmentDoc: AuthOrganizationFragmentDoc,
|
114269
115265
|
AuthUserFragmentDoc: AuthUserFragmentDoc,
|
115266
|
+
AuthCreateOrJoinOrganizationResponseFragmentDoc: AuthCreateOrJoinOrganizationResponseFragmentDoc,
|
115267
|
+
AuthIntegrationFragmentDoc: AuthIntegrationFragmentDoc,
|
115268
|
+
AuthOauthClientFragmentDoc: AuthOauthClientFragmentDoc,
|
115269
|
+
OauthTokenFragmentDoc: OauthTokenFragmentDoc,
|
115270
|
+
AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
|
115271
|
+
AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
|
114270
115272
|
AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
|
114271
|
-
|
115273
|
+
AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
|
115274
|
+
AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
|
114272
115275
|
CommentFragmentDoc: CommentFragmentDoc,
|
114273
115276
|
CommentConnectionFragmentDoc: CommentConnectionFragmentDoc,
|
114274
115277
|
CommentPayloadFragmentDoc: CommentPayloadFragmentDoc,
|
@@ -114303,6 +115306,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114303
115306
|
FavoriteConnectionFragmentDoc: FavoriteConnectionFragmentDoc,
|
114304
115307
|
FavoritePayloadFragmentDoc: FavoritePayloadFragmentDoc,
|
114305
115308
|
FrontAttachmentPayloadFragmentDoc: FrontAttachmentPayloadFragmentDoc,
|
115309
|
+
GitAutomationStateFragmentDoc: GitAutomationStateFragmentDoc,
|
115310
|
+
GitAutomationStateConnectionFragmentDoc: GitAutomationStateConnectionFragmentDoc,
|
115311
|
+
GitAutomationStatePayloadFragmentDoc: GitAutomationStatePayloadFragmentDoc,
|
114306
115312
|
GitHubCommitIntegrationPayloadFragmentDoc: GitHubCommitIntegrationPayloadFragmentDoc,
|
114307
115313
|
ImageUploadFromUrlPayloadFragmentDoc: ImageUploadFromUrlPayloadFragmentDoc,
|
114308
115314
|
IntegrationFragmentDoc: IntegrationFragmentDoc,
|
@@ -114392,6 +115398,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114392
115398
|
RoadmapToProjectConnectionFragmentDoc: RoadmapToProjectConnectionFragmentDoc,
|
114393
115399
|
RoadmapToProjectPayloadFragmentDoc: RoadmapToProjectPayloadFragmentDoc,
|
114394
115400
|
SamlConfigurationFragmentDoc: SamlConfigurationFragmentDoc,
|
115401
|
+
SlackChannelConnectPayloadFragmentDoc: SlackChannelConnectPayloadFragmentDoc,
|
114395
115402
|
SsoUrlFromEmailResponseFragmentDoc: SsoUrlFromEmailResponseFragmentDoc,
|
114396
115403
|
SynchronizedPayloadFragmentDoc: SynchronizedPayloadFragmentDoc,
|
114397
115404
|
TeamFragmentDoc: TeamFragmentDoc,
|
@@ -114400,6 +115407,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114400
115407
|
TeamMembershipConnectionFragmentDoc: TeamMembershipConnectionFragmentDoc,
|
114401
115408
|
TeamMembershipPayloadFragmentDoc: TeamMembershipPayloadFragmentDoc,
|
114402
115409
|
TeamPayloadFragmentDoc: TeamPayloadFragmentDoc,
|
115410
|
+
TemplateFragmentDoc: TemplateFragmentDoc,
|
114403
115411
|
TemplateConnectionFragmentDoc: TemplateConnectionFragmentDoc,
|
114404
115412
|
TemplatePayloadFragmentDoc: TemplatePayloadFragmentDoc,
|
114405
115413
|
TriageResponsibilityFragmentDoc: TriageResponsibilityFragmentDoc,
|
@@ -114433,6 +115441,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114433
115441
|
AttachmentDocument: AttachmentDocument,
|
114434
115442
|
AttachmentIssueDocument: AttachmentIssueDocument,
|
114435
115443
|
AttachmentIssue_AttachmentsDocument: AttachmentIssue_AttachmentsDocument,
|
115444
|
+
AttachmentIssue_BotActorDocument: AttachmentIssue_BotActorDocument,
|
114436
115445
|
AttachmentIssue_ChildrenDocument: AttachmentIssue_ChildrenDocument,
|
114437
115446
|
AttachmentIssue_CommentsDocument: AttachmentIssue_CommentsDocument,
|
114438
115447
|
AttachmentIssue_HistoryDocument: AttachmentIssue_HistoryDocument,
|
@@ -114473,6 +115482,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114473
115482
|
IntegrationsSettingsDocument: IntegrationsSettingsDocument,
|
114474
115483
|
IssueDocument: IssueDocument,
|
114475
115484
|
Issue_AttachmentsDocument: Issue_AttachmentsDocument,
|
115485
|
+
Issue_BotActorDocument: Issue_BotActorDocument,
|
114476
115486
|
Issue_ChildrenDocument: Issue_ChildrenDocument,
|
114477
115487
|
Issue_CommentsDocument: Issue_CommentsDocument,
|
114478
115488
|
Issue_HistoryDocument: Issue_HistoryDocument,
|
@@ -114494,6 +115504,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114494
115504
|
IssueSearchDocument: IssueSearchDocument,
|
114495
115505
|
IssueVcsBranchSearchDocument: IssueVcsBranchSearchDocument,
|
114496
115506
|
IssueVcsBranchSearch_AttachmentsDocument: IssueVcsBranchSearch_AttachmentsDocument,
|
115507
|
+
IssueVcsBranchSearch_BotActorDocument: IssueVcsBranchSearch_BotActorDocument,
|
114497
115508
|
IssueVcsBranchSearch_ChildrenDocument: IssueVcsBranchSearch_ChildrenDocument,
|
114498
115509
|
IssueVcsBranchSearch_CommentsDocument: IssueVcsBranchSearch_CommentsDocument,
|
114499
115510
|
IssueVcsBranchSearch_HistoryDocument: IssueVcsBranchSearch_HistoryDocument,
|
@@ -114549,6 +115560,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114549
115560
|
SearchProjects_ArchivePayloadDocument: SearchProjects_ArchivePayloadDocument,
|
114550
115561
|
SsoUrlFromEmailDocument: SsoUrlFromEmailDocument,
|
114551
115562
|
TeamDocument: TeamDocument,
|
115563
|
+
Team_AutomationStatesDocument: Team_AutomationStatesDocument,
|
114552
115564
|
Team_CyclesDocument: Team_CyclesDocument,
|
114553
115565
|
Team_IssuesDocument: Team_IssuesDocument,
|
114554
115566
|
Team_LabelsDocument: Team_LabelsDocument,
|
@@ -114589,6 +115601,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114589
115601
|
DeleteAttachmentDocument: DeleteAttachmentDocument,
|
114590
115602
|
AttachmentLinkDiscordDocument: AttachmentLinkDiscordDocument,
|
114591
115603
|
AttachmentLinkFrontDocument: AttachmentLinkFrontDocument,
|
115604
|
+
AttachmentLinkGitHubIssueDocument: AttachmentLinkGitHubIssueDocument,
|
114592
115605
|
AttachmentLinkGitHubPrDocument: AttachmentLinkGitHubPrDocument,
|
114593
115606
|
AttachmentLinkGitLabMrDocument: AttachmentLinkGitLabMrDocument,
|
114594
115607
|
AttachmentLinkIntercomDocument: AttachmentLinkIntercomDocument,
|
@@ -114612,6 +115625,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114612
115625
|
UpdateCustomViewDocument: UpdateCustomViewDocument,
|
114613
115626
|
ArchiveCycleDocument: ArchiveCycleDocument,
|
114614
115627
|
CreateCycleDocument: CreateCycleDocument,
|
115628
|
+
CycleShiftAllDocument: CycleShiftAllDocument,
|
114615
115629
|
UpdateCycleDocument: UpdateCycleDocument,
|
114616
115630
|
CreateDocumentDocument: CreateDocumentDocument,
|
114617
115631
|
DeleteDocumentDocument: DeleteDocumentDocument,
|
@@ -114625,6 +115639,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114625
115639
|
DeleteFavoriteDocument: DeleteFavoriteDocument,
|
114626
115640
|
UpdateFavoriteDocument: UpdateFavoriteDocument,
|
114627
115641
|
FileUploadDocument: FileUploadDocument,
|
115642
|
+
CreateGitAutomationStateDocument: CreateGitAutomationStateDocument,
|
115643
|
+
DeleteGitAutomationStateDocument: DeleteGitAutomationStateDocument,
|
115644
|
+
UpdateGitAutomationStateDocument: UpdateGitAutomationStateDocument,
|
114628
115645
|
GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
|
114629
115646
|
ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
|
114630
115647
|
ImportFileUploadDocument: ImportFileUploadDocument,
|
@@ -114636,7 +115653,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114636
115653
|
IntegrationGitHubPersonalDocument: IntegrationGitHubPersonalDocument,
|
114637
115654
|
CreateIntegrationGithubCommitDocument: CreateIntegrationGithubCommitDocument,
|
114638
115655
|
IntegrationGithubConnectDocument: IntegrationGithubConnectDocument,
|
114639
|
-
IntegrationGithubSyncConnectDocument: IntegrationGithubSyncConnectDocument,
|
114640
115656
|
IntegrationGitlabConnectDocument: IntegrationGitlabConnectDocument,
|
114641
115657
|
IntegrationGoogleSheetsDocument: IntegrationGoogleSheetsDocument,
|
114642
115658
|
IntegrationIntercomDocument: IntegrationIntercomDocument,
|
@@ -114748,6 +115764,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114748
115764
|
CreateTeamMembershipDocument: CreateTeamMembershipDocument,
|
114749
115765
|
DeleteTeamMembershipDocument: DeleteTeamMembershipDocument,
|
114750
115766
|
UpdateTeamMembershipDocument: UpdateTeamMembershipDocument,
|
115767
|
+
UnarchiveTeamDocument: UnarchiveTeamDocument,
|
114751
115768
|
UpdateTeamDocument: UpdateTeamDocument,
|
114752
115769
|
CreateTemplateDocument: CreateTemplateDocument,
|
114753
115770
|
DeleteTemplateDocument: DeleteTemplateDocument,
|
@@ -114757,8 +115774,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114757
115774
|
UserDiscordConnectDocument: UserDiscordConnectDocument,
|
114758
115775
|
UserExternalUserDisconnectDocument: UserExternalUserDisconnectDocument,
|
114759
115776
|
UpdateUserFlagDocument: UpdateUserFlagDocument,
|
114760
|
-
UserGitHubConnectDocument: UserGitHubConnectDocument,
|
114761
|
-
UserJiraConnectDocument: UserJiraConnectDocument,
|
114762
115777
|
UserPromoteAdminDocument: UserPromoteAdminDocument,
|
114763
115778
|
UserPromoteMemberDocument: UserPromoteMemberDocument,
|
114764
115779
|
UserSettingsFlagIncrementDocument: UserSettingsFlagIncrementDocument,
|
@@ -115050,20 +116065,20 @@ class AsksChannelConnectPayload extends Request {
|
|
115050
116065
|
*/
|
115051
116066
|
class Attachment extends Request {
|
115052
116067
|
constructor(request, data) {
|
115053
|
-
var _a, _b, _c, _d, _e, _f, _g
|
116068
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
115054
116069
|
super(request);
|
115055
116070
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115056
116071
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115057
116072
|
this.groupBySource = data.groupBySource;
|
115058
116073
|
this.id = data.id;
|
115059
|
-
this.metadata =
|
115060
|
-
this.source = (
|
115061
|
-
this.sourceType = (
|
115062
|
-
this.subtitle = (
|
116074
|
+
this.metadata = data.metadata;
|
116075
|
+
this.source = (_c = data.source) !== null && _c !== void 0 ? _c : undefined;
|
116076
|
+
this.sourceType = (_d = data.sourceType) !== null && _d !== void 0 ? _d : undefined;
|
116077
|
+
this.subtitle = (_e = data.subtitle) !== null && _e !== void 0 ? _e : undefined;
|
115063
116078
|
this.title = data.title;
|
115064
|
-
this.updatedAt = (
|
116079
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
115065
116080
|
this.url = data.url;
|
115066
|
-
this._creator = (
|
116081
|
+
this._creator = (_g = data.creator) !== null && _g !== void 0 ? _g : undefined;
|
115067
116082
|
this._issue = data.issue;
|
115068
116083
|
}
|
115069
116084
|
/** The creator of the attachment. */
|
@@ -115150,9 +116165,8 @@ class AttachmentPayload extends Request {
|
|
115150
116165
|
*/
|
115151
116166
|
class AttachmentSourcesPayload extends Request {
|
115152
116167
|
constructor(request, data) {
|
115153
|
-
var _a;
|
115154
116168
|
super(request);
|
115155
|
-
this.sources =
|
116169
|
+
this.sources = data.sources;
|
115156
116170
|
}
|
115157
116171
|
}
|
115158
116172
|
/**
|
@@ -115171,8 +116185,8 @@ class AuditEntry extends Request {
|
|
115171
116185
|
this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
|
115172
116186
|
this.id = data.id;
|
115173
116187
|
this.ip = (_e = data.ip) !== null && _e !== void 0 ? _e : undefined;
|
115174
|
-
this.metadata = (_f =
|
115175
|
-
this.requestInformation = (_g =
|
116188
|
+
this.metadata = (_f = data.metadata) !== null && _f !== void 0 ? _f : undefined;
|
116189
|
+
this.requestInformation = (_g = data.requestInformation) !== null && _g !== void 0 ? _g : undefined;
|
115176
116190
|
this.type = data.type;
|
115177
116191
|
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
115178
116192
|
this._actor = (_j = data.actor) !== null && _j !== void 0 ? _j : undefined;
|
@@ -115225,28 +116239,33 @@ class AuthApiKey extends Request {
|
|
115225
116239
|
}
|
115226
116240
|
}
|
115227
116241
|
/**
|
115228
|
-
*
|
116242
|
+
* AuthApiKeyPayload model
|
115229
116243
|
*
|
115230
116244
|
* @param request - function to call the graphql client
|
115231
|
-
* @param data - L.
|
116245
|
+
* @param data - L.AuthApiKeyPayloadFragment response data
|
115232
116246
|
*/
|
115233
|
-
class
|
116247
|
+
class AuthApiKeyPayload extends Request {
|
115234
116248
|
constructor(request, data) {
|
115235
116249
|
super(request);
|
115236
116250
|
this.success = data.success;
|
116251
|
+
this.authApiKey = new AuthApiKey(request, data.authApiKey);
|
115237
116252
|
}
|
115238
116253
|
}
|
115239
116254
|
/**
|
115240
|
-
*
|
116255
|
+
* AuthCreateOrJoinOrganizationResponse model
|
115241
116256
|
*
|
115242
116257
|
* @param request - function to call the graphql client
|
115243
|
-
* @param data - L.
|
116258
|
+
* @param data - L.AuthCreateOrJoinOrganizationResponseFragment response data
|
115244
116259
|
*/
|
115245
|
-
class
|
116260
|
+
class AuthCreateOrJoinOrganizationResponse extends Request {
|
115246
116261
|
constructor(request, data) {
|
116262
|
+
var _a;
|
115247
116263
|
super(request);
|
115248
|
-
this.
|
115249
|
-
this.
|
116264
|
+
this.grantDomainAccess = (_a = data.grantDomainAccess) !== null && _a !== void 0 ? _a : undefined;
|
116265
|
+
this.authOrganization = new AuthOrganization(request, data.authOrganization);
|
116266
|
+
this.authUser = new AuthUser(request, data.authUser);
|
116267
|
+
this.organization = new AuthOrganization(request, data.organization);
|
116268
|
+
this.user = new AuthUser(request, data.user);
|
115250
116269
|
}
|
115251
116270
|
}
|
115252
116271
|
/**
|
@@ -115261,6 +116280,82 @@ class AuthIntegration extends Request {
|
|
115261
116280
|
this.id = data.id;
|
115262
116281
|
}
|
115263
116282
|
}
|
116283
|
+
/**
|
116284
|
+
* AuthOauthClient model
|
116285
|
+
*
|
116286
|
+
* @param request - function to call the graphql client
|
116287
|
+
* @param data - L.AuthOauthClientFragment response data
|
116288
|
+
*/
|
116289
|
+
class AuthOauthClient extends Request {
|
116290
|
+
constructor(request, data) {
|
116291
|
+
var _a, _b, _c, _d;
|
116292
|
+
super(request);
|
116293
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116294
|
+
this.clientId = data.clientId;
|
116295
|
+
this.clientSecret = data.clientSecret;
|
116296
|
+
this.creatorId = data.creatorId;
|
116297
|
+
this.description = (_b = data.description) !== null && _b !== void 0 ? _b : undefined;
|
116298
|
+
this.developer = data.developer;
|
116299
|
+
this.developerUrl = data.developerUrl;
|
116300
|
+
this.id = data.id;
|
116301
|
+
this.imageUrl = (_c = data.imageUrl) !== null && _c !== void 0 ? _c : undefined;
|
116302
|
+
this.name = data.name;
|
116303
|
+
this.organizationId = data.organizationId;
|
116304
|
+
this.publicEnabled = data.publicEnabled;
|
116305
|
+
this.redirectUris = data.redirectUris;
|
116306
|
+
this.webhookUrl = (_d = data.webhookUrl) !== null && _d !== void 0 ? _d : undefined;
|
116307
|
+
}
|
116308
|
+
}
|
116309
|
+
/**
|
116310
|
+
* AuthOauthClient with token creator IDs and counts (memberships), for use in the GraphQL API.
|
116311
|
+
*
|
116312
|
+
* @param request - function to call the graphql client
|
116313
|
+
* @param data - L.AuthOauthClientWithMembershipsFragment response data
|
116314
|
+
*/
|
116315
|
+
class AuthOauthClientWithMemberships extends Request {
|
116316
|
+
constructor(request, data) {
|
116317
|
+
var _a, _b;
|
116318
|
+
super(request);
|
116319
|
+
this.appId = data.appId;
|
116320
|
+
this.clientId = data.clientId;
|
116321
|
+
this.imageUrl = (_a = data.imageUrl) !== null && _a !== void 0 ? _a : undefined;
|
116322
|
+
this.name = data.name;
|
116323
|
+
this.scope = data.scope;
|
116324
|
+
this.totalMembers = data.totalMembers;
|
116325
|
+
this.webhookUrl = (_b = data.webhookUrl) !== null && _b !== void 0 ? _b : undefined;
|
116326
|
+
}
|
116327
|
+
}
|
116328
|
+
/**
|
116329
|
+
* AuthOauthClient with scope from OauthToken, for use in the GraphQL API.
|
116330
|
+
*
|
116331
|
+
* @param request - function to call the graphql client
|
116332
|
+
* @param data - L.AuthOauthClientWithScopeFragment response data
|
116333
|
+
*/
|
116334
|
+
class AuthOauthClientWithScope extends Request {
|
116335
|
+
constructor(request, data) {
|
116336
|
+
var _a, _b;
|
116337
|
+
super(request);
|
116338
|
+
this.appId = data.appId;
|
116339
|
+
this.clientId = data.clientId;
|
116340
|
+
this.imageUrl = (_a = data.imageUrl) !== null && _a !== void 0 ? _a : undefined;
|
116341
|
+
this.name = data.name;
|
116342
|
+
this.scope = data.scope;
|
116343
|
+
this.webhookUrl = (_b = data.webhookUrl) !== null && _b !== void 0 ? _b : undefined;
|
116344
|
+
}
|
116345
|
+
}
|
116346
|
+
/**
|
116347
|
+
* AuthOauthClientWithTokens model
|
116348
|
+
*
|
116349
|
+
* @param request - function to call the graphql client
|
116350
|
+
* @param data - L.AuthOauthClientWithTokensFragment response data
|
116351
|
+
*/
|
116352
|
+
class AuthOauthClientWithTokens extends Request {
|
116353
|
+
constructor(request, data) {
|
116354
|
+
super(request);
|
116355
|
+
this.client = new AuthOauthClient(request, data.client);
|
116356
|
+
this.tokens = data.tokens.map(node => new OauthToken(request, node));
|
116357
|
+
}
|
116358
|
+
}
|
115264
116359
|
/**
|
115265
116360
|
* An organization. Organizations are root-level objects that contain users and teams.
|
115266
116361
|
*
|
@@ -115278,10 +116373,23 @@ class AuthOrganization extends Request {
|
|
115278
116373
|
this.name = data.name;
|
115279
116374
|
this.previousUrlKeys = data.previousUrlKeys;
|
115280
116375
|
this.samlEnabled = data.samlEnabled;
|
116376
|
+
this.scimEnabled = data.scimEnabled;
|
115281
116377
|
this.urlKey = data.urlKey;
|
115282
116378
|
this.userCount = data.userCount;
|
115283
116379
|
}
|
115284
116380
|
}
|
116381
|
+
/**
|
116382
|
+
* AuthOrganizationDomain model
|
116383
|
+
*
|
116384
|
+
* @param request - function to call the graphql client
|
116385
|
+
* @param data - L.AuthOrganizationDomainFragment response data
|
116386
|
+
*/
|
116387
|
+
class AuthOrganizationDomain extends Request {
|
116388
|
+
constructor(request, data) {
|
116389
|
+
super(request);
|
116390
|
+
this.id = data.id;
|
116391
|
+
}
|
116392
|
+
}
|
115285
116393
|
/**
|
115286
116394
|
* AuthResolverResponse model
|
115287
116395
|
*
|
@@ -115306,6 +116414,18 @@ class AuthResolverResponse extends Request {
|
|
115306
116414
|
this.users = data.users.map(node => new AuthUser(request, node));
|
115307
116415
|
}
|
115308
116416
|
}
|
116417
|
+
/**
|
116418
|
+
* AuthSuccessPayload model
|
116419
|
+
*
|
116420
|
+
* @param request - function to call the graphql client
|
116421
|
+
* @param data - L.AuthSuccessPayloadFragment response data
|
116422
|
+
*/
|
116423
|
+
class AuthSuccessPayload extends Request {
|
116424
|
+
constructor(request, data) {
|
116425
|
+
super(request);
|
116426
|
+
this.success = data.success;
|
116427
|
+
}
|
116428
|
+
}
|
115309
116429
|
/**
|
115310
116430
|
* A user that has access to the the resources of an organization.
|
115311
116431
|
*
|
@@ -115316,6 +116436,7 @@ class AuthUser extends Request {
|
|
115316
116436
|
constructor(request, data) {
|
115317
116437
|
var _a;
|
115318
116438
|
super(request);
|
116439
|
+
this.active = data.active;
|
115319
116440
|
this.avatarUrl = (_a = data.avatarUrl) !== null && _a !== void 0 ? _a : undefined;
|
115320
116441
|
this.displayName = data.displayName;
|
115321
116442
|
this.email = data.email;
|
@@ -115352,7 +116473,7 @@ class AuthenticationSession extends Request {
|
|
115352
116473
|
}
|
115353
116474
|
}
|
115354
116475
|
/**
|
115355
|
-
*
|
116476
|
+
* Authentication session information
|
115356
116477
|
*
|
115357
116478
|
* @param request - function to call the graphql client
|
115358
116479
|
* @param data - L.AuthenticationSessionResponseFragment response data
|
@@ -115379,6 +116500,23 @@ class AuthenticationSessionResponse extends Request {
|
|
115379
116500
|
this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
|
115380
116501
|
}
|
115381
116502
|
}
|
116503
|
+
/**
|
116504
|
+
* AuthorizedApplicationBase model
|
116505
|
+
*
|
116506
|
+
* @param request - function to call the graphql client
|
116507
|
+
* @param data - L.AuthorizedApplicationBaseFragment response data
|
116508
|
+
*/
|
116509
|
+
class AuthorizedApplicationBase extends Request {
|
116510
|
+
constructor(request, data) {
|
116511
|
+
var _a;
|
116512
|
+
super(request);
|
116513
|
+
this.appId = data.appId;
|
116514
|
+
this.clientId = data.clientId;
|
116515
|
+
this.imageUrl = (_a = data.imageUrl) !== null && _a !== void 0 ? _a : undefined;
|
116516
|
+
this.name = data.name;
|
116517
|
+
this.scope = data.scope;
|
116518
|
+
}
|
116519
|
+
}
|
115382
116520
|
/**
|
115383
116521
|
* A comment associated with an issue.
|
115384
116522
|
*
|
@@ -115387,34 +116525,41 @@ class AuthenticationSessionResponse extends Request {
|
|
115387
116525
|
*/
|
115388
116526
|
class Comment extends Request {
|
115389
116527
|
constructor(request, data) {
|
115390
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
116528
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
115391
116529
|
super(request);
|
115392
116530
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115393
116531
|
this.body = data.body;
|
115394
116532
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115395
116533
|
this.editedAt = (_c = parseDate(data.editedAt)) !== null && _c !== void 0 ? _c : undefined;
|
115396
116534
|
this.id = data.id;
|
115397
|
-
this.reactionData =
|
115398
|
-
this.resolvedAt = (
|
115399
|
-
this.updatedAt = (
|
116535
|
+
this.reactionData = data.reactionData;
|
116536
|
+
this.resolvedAt = (_d = parseDate(data.resolvedAt)) !== null && _d !== void 0 ? _d : undefined;
|
116537
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
115400
116538
|
this.url = data.url;
|
115401
116539
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
115402
116540
|
this.documentContent = data.documentContent ? new DocumentContent(request, data.documentContent) : undefined;
|
115403
|
-
this._issue = data.issue;
|
116541
|
+
this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
|
115404
116542
|
this._parent = (_g = data.parent) !== null && _g !== void 0 ? _g : undefined;
|
115405
|
-
this.
|
115406
|
-
this.
|
115407
|
-
this.
|
116543
|
+
this._projectUpdate = (_h = data.projectUpdate) !== null && _h !== void 0 ? _h : undefined;
|
116544
|
+
this._resolvingComment = (_j = data.resolvingComment) !== null && _j !== void 0 ? _j : undefined;
|
116545
|
+
this._resolvingUser = (_k = data.resolvingUser) !== null && _k !== void 0 ? _k : undefined;
|
116546
|
+
this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
|
115408
116547
|
}
|
115409
116548
|
/** The issue that the comment is associated with. */
|
115410
116549
|
get issue() {
|
115411
|
-
|
116550
|
+
var _a, _b;
|
116551
|
+
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;
|
115412
116552
|
}
|
115413
116553
|
/** The parent comment under which the current comment is nested. */
|
115414
116554
|
get parent() {
|
115415
116555
|
var _a, _b;
|
115416
116556
|
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;
|
115417
116557
|
}
|
116558
|
+
/** The project update that the comment is associated with. */
|
116559
|
+
get projectUpdate() {
|
116560
|
+
var _a, _b;
|
116561
|
+
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;
|
116562
|
+
}
|
115418
116563
|
/** The comment that resolved the thread. */
|
115419
116564
|
get resolvingComment() {
|
115420
116565
|
var _a, _b;
|
@@ -115485,17 +116630,17 @@ class CommentPayload extends Request {
|
|
115485
116630
|
*/
|
115486
116631
|
class Company extends Request {
|
115487
116632
|
constructor(request, data) {
|
115488
|
-
var _a, _b, _c, _d, _e
|
116633
|
+
var _a, _b, _c, _d, _e;
|
115489
116634
|
super(request);
|
115490
116635
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115491
|
-
this.companyProperties =
|
115492
|
-
this.createdAt = (
|
116636
|
+
this.companyProperties = data.companyProperties;
|
116637
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115493
116638
|
this.externalId = data.externalId;
|
115494
116639
|
this.id = data.id;
|
115495
|
-
this.logoUrl = (
|
116640
|
+
this.logoUrl = (_c = data.logoUrl) !== null && _c !== void 0 ? _c : undefined;
|
115496
116641
|
this.name = data.name;
|
115497
|
-
this.updatedAt = (
|
115498
|
-
this.websiteUrl = (
|
116642
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
116643
|
+
this.websiteUrl = (_e = data.websiteUrl) !== null && _e !== void 0 ? _e : undefined;
|
115499
116644
|
this._creator = data.creator;
|
115500
116645
|
}
|
115501
116646
|
/** The user who added the company. */
|
@@ -115564,23 +116709,23 @@ class CreateOrJoinOrganizationResponse extends Request {
|
|
115564
116709
|
*/
|
115565
116710
|
class CustomView extends Request {
|
115566
116711
|
constructor(request, data) {
|
115567
|
-
var _a, _b, _c, _d, _e, _f, _g
|
116712
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
115568
116713
|
super(request);
|
115569
116714
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115570
116715
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
115571
116716
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
115572
116717
|
this.description = (_d = data.description) !== null && _d !== void 0 ? _d : undefined;
|
115573
|
-
this.filterData =
|
115574
|
-
this.filters =
|
115575
|
-
this.icon = (
|
116718
|
+
this.filterData = data.filterData;
|
116719
|
+
this.filters = data.filters;
|
116720
|
+
this.icon = (_e = data.icon) !== null && _e !== void 0 ? _e : undefined;
|
115576
116721
|
this.id = data.id;
|
115577
116722
|
this.modelName = data.modelName;
|
115578
116723
|
this.name = data.name;
|
115579
116724
|
this.shared = data.shared;
|
115580
|
-
this.updatedAt = (
|
116725
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
115581
116726
|
this._creator = data.creator;
|
115582
116727
|
this._owner = data.owner;
|
115583
|
-
this._team = (
|
116728
|
+
this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
|
115584
116729
|
}
|
115585
116730
|
/** The user who created the custom view. */
|
115586
116731
|
get creator() {
|
@@ -115923,6 +117068,7 @@ class Document extends Request {
|
|
115923
117068
|
this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
|
115924
117069
|
this.id = data.id;
|
115925
117070
|
this.slugId = data.slugId;
|
117071
|
+
this.sortOrder = data.sortOrder;
|
115926
117072
|
this.title = data.title;
|
115927
117073
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
115928
117074
|
this._creator = data.creator;
|
@@ -116100,7 +117246,7 @@ class DocumentSearchPayload extends Request {
|
|
116100
117246
|
*/
|
116101
117247
|
class DocumentSearchResult extends Request {
|
116102
117248
|
constructor(request, data) {
|
116103
|
-
var _a, _b, _c, _d, _e, _f, _g, _h
|
117249
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
116104
117250
|
super(request);
|
116105
117251
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116106
117252
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -116109,12 +117255,13 @@ class DocumentSearchResult extends Request {
|
|
116109
117255
|
this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
|
116110
117256
|
this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
|
116111
117257
|
this.id = data.id;
|
116112
|
-
this.metadata =
|
117258
|
+
this.metadata = data.metadata;
|
116113
117259
|
this.slugId = data.slugId;
|
117260
|
+
this.sortOrder = data.sortOrder;
|
116114
117261
|
this.title = data.title;
|
116115
|
-
this.updatedAt = (
|
117262
|
+
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
116116
117263
|
this._creator = data.creator;
|
116117
|
-
this._lastAppliedTemplate = (
|
117264
|
+
this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
|
116118
117265
|
this._project = data.project;
|
116119
117266
|
this._updatedBy = data.updatedBy;
|
116120
117267
|
}
|
@@ -116150,6 +117297,35 @@ class DocumentSearchResultConnection extends Connection {
|
|
116150
117297
|
super(request, fetch, data.nodes.map(node => new DocumentSearchResult(request, node)), new PageInfo(request, data.pageInfo));
|
116151
117298
|
}
|
116152
117299
|
}
|
117300
|
+
/**
|
117301
|
+
* An email address that can be used for submitting issues
|
117302
|
+
*
|
117303
|
+
* @param request - function to call the graphql client
|
117304
|
+
* @param data - L.EmailIntakeAddressFragment response data
|
117305
|
+
*/
|
117306
|
+
class EmailIntakeAddress extends Request {
|
117307
|
+
constructor(request, data) {
|
117308
|
+
var _a, _b, _c, _d;
|
117309
|
+
super(request);
|
117310
|
+
this.address = data.address;
|
117311
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117312
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
117313
|
+
this.enabled = data.enabled;
|
117314
|
+
this.id = data.id;
|
117315
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
117316
|
+
this._creator = (_d = data.creator) !== null && _d !== void 0 ? _d : undefined;
|
117317
|
+
this._team = data.team;
|
117318
|
+
}
|
117319
|
+
/** The user who created the email intake address. */
|
117320
|
+
get creator() {
|
117321
|
+
var _a, _b;
|
117322
|
+
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;
|
117323
|
+
}
|
117324
|
+
/** The team that the email address is associated with. */
|
117325
|
+
get team() {
|
117326
|
+
return new TeamQuery(this._request).fetch(this._team.id);
|
117327
|
+
}
|
117328
|
+
}
|
116153
117329
|
/**
|
116154
117330
|
* EmailUnsubscribePayload model
|
116155
117331
|
*
|
@@ -116424,6 +117600,72 @@ class FrontSettings extends Request {
|
|
116424
117600
|
this.sendNoteOnStatusChange = (_e = data.sendNoteOnStatusChange) !== null && _e !== void 0 ? _e : undefined;
|
116425
117601
|
}
|
116426
117602
|
}
|
117603
|
+
/**
|
117604
|
+
* A trigger that updates the issue status according to Git automations.
|
117605
|
+
*
|
117606
|
+
* @param request - function to call the graphql client
|
117607
|
+
* @param data - L.GitAutomationStateFragment response data
|
117608
|
+
*/
|
117609
|
+
class GitAutomationState extends Request {
|
117610
|
+
constructor(request, data) {
|
117611
|
+
var _a, _b, _c, _d;
|
117612
|
+
super(request);
|
117613
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117614
|
+
this.branchPattern = data.branchPattern;
|
117615
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
117616
|
+
this.id = data.id;
|
117617
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
117618
|
+
this._state = (_d = data.state) !== null && _d !== void 0 ? _d : undefined;
|
117619
|
+
this._team = data.team;
|
117620
|
+
}
|
117621
|
+
/** The associated workflow state. */
|
117622
|
+
get state() {
|
117623
|
+
var _a, _b;
|
117624
|
+
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;
|
117625
|
+
}
|
117626
|
+
/** The team to which this automation state belongs. */
|
117627
|
+
get team() {
|
117628
|
+
return new TeamQuery(this._request).fetch(this._team.id);
|
117629
|
+
}
|
117630
|
+
/** Creates a new automation state. */
|
117631
|
+
create(input) {
|
117632
|
+
return new CreateGitAutomationStateMutation(this._request).fetch(input);
|
117633
|
+
}
|
117634
|
+
/** Archives an automation state. */
|
117635
|
+
delete() {
|
117636
|
+
return new DeleteGitAutomationStateMutation(this._request).fetch(this.id);
|
117637
|
+
}
|
117638
|
+
/** Updates an existing state. */
|
117639
|
+
update(input) {
|
117640
|
+
return new UpdateGitAutomationStateMutation(this._request).fetch(this.id, input);
|
117641
|
+
}
|
117642
|
+
}
|
117643
|
+
/**
|
117644
|
+
* GitAutomationStateConnection model
|
117645
|
+
*
|
117646
|
+
* @param request - function to call the graphql client
|
117647
|
+
* @param fetch - function to trigger a refetch of this GitAutomationStateConnection model
|
117648
|
+
* @param data - GitAutomationStateConnection response data
|
117649
|
+
*/
|
117650
|
+
class GitAutomationStateConnection extends Connection {
|
117651
|
+
constructor(request, fetch, data) {
|
117652
|
+
super(request, fetch, data.nodes.map(node => new GitAutomationState(request, node)), new PageInfo(request, data.pageInfo));
|
117653
|
+
}
|
117654
|
+
}
|
117655
|
+
/**
|
117656
|
+
* GitAutomationStatePayload model
|
117657
|
+
*
|
117658
|
+
* @param request - function to call the graphql client
|
117659
|
+
* @param data - L.GitAutomationStatePayloadFragment response data
|
117660
|
+
*/
|
117661
|
+
class GitAutomationStatePayload extends Request {
|
117662
|
+
constructor(request, data) {
|
117663
|
+
super(request);
|
117664
|
+
this.lastSyncId = data.lastSyncId;
|
117665
|
+
this.success = data.success;
|
117666
|
+
this.gitAutomationState = new GitAutomationState(request, data.gitAutomationState);
|
117667
|
+
}
|
117668
|
+
}
|
116427
117669
|
/**
|
116428
117670
|
* GitHubCommitIntegrationPayload model
|
116429
117671
|
*
|
@@ -116446,27 +117688,24 @@ class GitHubCommitIntegrationPayload extends Request {
|
|
116446
117688
|
}
|
116447
117689
|
}
|
116448
117690
|
/**
|
116449
|
-
* Metadata and settings for a GitHub integration.
|
117691
|
+
* Metadata and settings for a GitHub Personal integration.
|
116450
117692
|
*
|
116451
117693
|
* @param request - function to call the graphql client
|
116452
|
-
* @param data - L.
|
117694
|
+
* @param data - L.GitHubPersonalSettingsFragment response data
|
116453
117695
|
*/
|
116454
|
-
class
|
117696
|
+
class GitHubPersonalSettings extends Request {
|
116455
117697
|
constructor(request, data) {
|
116456
|
-
var _a;
|
116457
117698
|
super(request);
|
116458
|
-
this.
|
116459
|
-
this.orgLogin = data.orgLogin;
|
116460
|
-
this.repositories = (_a = data.repositories) !== null && _a !== void 0 ? _a : undefined;
|
117699
|
+
this.login = data.login;
|
116461
117700
|
}
|
116462
117701
|
}
|
116463
117702
|
/**
|
116464
117703
|
* GitHub repos available to sync.
|
116465
117704
|
*
|
116466
117705
|
* @param request - function to call the graphql client
|
116467
|
-
* @param data - L.
|
117706
|
+
* @param data - L.GitHubRepoFragment response data
|
116468
117707
|
*/
|
116469
|
-
class
|
117708
|
+
class GitHubRepo extends Request {
|
116470
117709
|
constructor(request, data) {
|
116471
117710
|
super(request);
|
116472
117711
|
this.fullName = data.fullName;
|
@@ -116474,16 +117713,20 @@ class GitHubSyncRepo extends Request {
|
|
116474
117713
|
}
|
116475
117714
|
}
|
116476
117715
|
/**
|
116477
|
-
* Metadata and settings for a GitHub
|
117716
|
+
* Metadata and settings for a GitHub integration.
|
116478
117717
|
*
|
116479
117718
|
* @param request - function to call the graphql client
|
116480
|
-
* @param data - L.
|
117719
|
+
* @param data - L.GitHubSettingsFragment response data
|
116481
117720
|
*/
|
116482
|
-
class
|
117721
|
+
class GitHubSettings extends Request {
|
116483
117722
|
constructor(request, data) {
|
116484
117723
|
super(request);
|
116485
|
-
this.
|
116486
|
-
this.
|
117724
|
+
this.orgAvatarUrl = data.orgAvatarUrl;
|
117725
|
+
this.orgLogin = data.orgLogin;
|
117726
|
+
this.repositories = data.repositories ? data.repositories.map(node => new GitHubRepo(request, node)) : undefined;
|
117727
|
+
this.repositoriesMapping = data.repositoriesMapping
|
117728
|
+
? data.repositoriesMapping.map(node => new TeamRepoMapping(request, node))
|
117729
|
+
: undefined;
|
116487
117730
|
}
|
116488
117731
|
}
|
116489
117732
|
/**
|
@@ -116667,7 +117910,7 @@ class IntegrationSettings extends Request {
|
|
116667
117910
|
super(request);
|
116668
117911
|
this.front = data.front ? new FrontSettings(request, data.front) : undefined;
|
116669
117912
|
this.gitHub = data.gitHub ? new GitHubSettings(request, data.gitHub) : undefined;
|
116670
|
-
this.
|
117913
|
+
this.gitHubPersonal = data.gitHubPersonal ? new GitHubPersonalSettings(request, data.gitHubPersonal) : undefined;
|
116671
117914
|
this.gitLab = data.gitLab ? new GitLabSettings(request, data.gitLab) : undefined;
|
116672
117915
|
this.googleSheets = data.googleSheets ? new GoogleSheetsSettings(request, data.googleSheets) : undefined;
|
116673
117916
|
this.intercom = data.intercom ? new IntercomSettings(request, data.intercom) : undefined;
|
@@ -116868,6 +118111,7 @@ class Issue extends Request {
|
|
116868
118111
|
this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
|
116869
118112
|
this.id = data.id;
|
116870
118113
|
this.identifier = data.identifier;
|
118114
|
+
this.labelIds = data.labelIds;
|
116871
118115
|
this.number = data.number;
|
116872
118116
|
this.previousIdentifiers = data.previousIdentifiers;
|
116873
118117
|
this.priority = data.priority;
|
@@ -116882,6 +118126,7 @@ class Issue extends Request {
|
|
116882
118126
|
this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
|
116883
118127
|
this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
|
116884
118128
|
this.url = data.url;
|
118129
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
116885
118130
|
this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
|
116886
118131
|
this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
|
116887
118132
|
this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
|
@@ -117052,7 +118297,7 @@ class IssueFilterSuggestionPayload extends Request {
|
|
117052
118297
|
constructor(request, data) {
|
117053
118298
|
var _a;
|
117054
118299
|
super(request);
|
117055
|
-
this.filter = (_a =
|
118300
|
+
this.filter = (_a = data.filter) !== null && _a !== void 0 ? _a : undefined;
|
117056
118301
|
}
|
117057
118302
|
}
|
117058
118303
|
/**
|
@@ -117232,9 +118477,9 @@ class IssueImport extends Request {
|
|
117232
118477
|
this.creatorId = data.creatorId;
|
117233
118478
|
this.csvFileUrl = (_c = data.csvFileUrl) !== null && _c !== void 0 ? _c : undefined;
|
117234
118479
|
this.error = (_d = data.error) !== null && _d !== void 0 ? _d : undefined;
|
117235
|
-
this.errorMetadata = (_e =
|
118480
|
+
this.errorMetadata = (_e = data.errorMetadata) !== null && _e !== void 0 ? _e : undefined;
|
117236
118481
|
this.id = data.id;
|
117237
|
-
this.mapping = (_f =
|
118482
|
+
this.mapping = (_f = data.mapping) !== null && _f !== void 0 ? _f : undefined;
|
117238
118483
|
this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
|
117239
118484
|
this.service = data.service;
|
117240
118485
|
this.status = data.status;
|
@@ -117572,7 +118817,7 @@ class IssueSearchPayload extends Request {
|
|
117572
118817
|
*/
|
117573
118818
|
class IssueSearchResult extends Request {
|
117574
118819
|
constructor(request, data) {
|
117575
|
-
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
|
118820
|
+
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;
|
117576
118821
|
super(request);
|
117577
118822
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117578
118823
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -117588,29 +118833,31 @@ class IssueSearchResult extends Request {
|
|
117588
118833
|
this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
|
117589
118834
|
this.id = data.id;
|
117590
118835
|
this.identifier = data.identifier;
|
117591
|
-
this.
|
118836
|
+
this.labelIds = data.labelIds;
|
118837
|
+
this.metadata = data.metadata;
|
117592
118838
|
this.number = data.number;
|
117593
118839
|
this.previousIdentifiers = data.previousIdentifiers;
|
117594
118840
|
this.priority = data.priority;
|
117595
118841
|
this.priorityLabel = data.priorityLabel;
|
117596
|
-
this.snoozedUntilAt = (
|
118842
|
+
this.snoozedUntilAt = (_k = parseDate(data.snoozedUntilAt)) !== null && _k !== void 0 ? _k : undefined;
|
117597
118843
|
this.sortOrder = data.sortOrder;
|
117598
|
-
this.startedAt = (
|
117599
|
-
this.startedTriageAt = (
|
117600
|
-
this.subIssueSortOrder = (
|
118844
|
+
this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
|
118845
|
+
this.startedTriageAt = (_m = parseDate(data.startedTriageAt)) !== null && _m !== void 0 ? _m : undefined;
|
118846
|
+
this.subIssueSortOrder = (_o = data.subIssueSortOrder) !== null && _o !== void 0 ? _o : undefined;
|
117601
118847
|
this.title = data.title;
|
117602
|
-
this.trashed = (
|
117603
|
-
this.triagedAt = (
|
117604
|
-
this.updatedAt = (
|
118848
|
+
this.trashed = (_p = data.trashed) !== null && _p !== void 0 ? _p : undefined;
|
118849
|
+
this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
|
118850
|
+
this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
|
117605
118851
|
this.url = data.url;
|
117606
|
-
this.
|
117607
|
-
this.
|
117608
|
-
this.
|
117609
|
-
this.
|
117610
|
-
this.
|
117611
|
-
this.
|
117612
|
-
this.
|
117613
|
-
this.
|
118852
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
118853
|
+
this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
|
118854
|
+
this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
|
118855
|
+
this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
|
118856
|
+
this._favorite = (_v = data.favorite) !== null && _v !== void 0 ? _v : undefined;
|
118857
|
+
this._lastAppliedTemplate = (_w = data.lastAppliedTemplate) !== null && _w !== void 0 ? _w : undefined;
|
118858
|
+
this._parent = (_x = data.parent) !== null && _x !== void 0 ? _x : undefined;
|
118859
|
+
this._project = (_y = data.project) !== null && _y !== void 0 ? _y : undefined;
|
118860
|
+
this._snoozedBy = (_z = data.snoozedBy) !== null && _z !== void 0 ? _z : undefined;
|
117614
118861
|
this._state = data.state;
|
117615
118862
|
this._team = data.team;
|
117616
118863
|
}
|
@@ -117685,7 +118932,10 @@ class IssueSearchResultConnection extends Connection {
|
|
117685
118932
|
*/
|
117686
118933
|
class JiraLinearMapping extends Request {
|
117687
118934
|
constructor(request, data) {
|
118935
|
+
var _a, _b;
|
117688
118936
|
super(request);
|
118937
|
+
this.bidirectional = (_a = data.bidirectional) !== null && _a !== void 0 ? _a : undefined;
|
118938
|
+
this.default = (_b = data.default) !== null && _b !== void 0 ? _b : undefined;
|
117689
118939
|
this.jiraProjectId = data.jiraProjectId;
|
117690
118940
|
this.linearTeamId = data.linearTeamId;
|
117691
118941
|
}
|
@@ -117725,7 +118975,9 @@ class JiraProjectData extends Request {
|
|
117725
118975
|
*/
|
117726
118976
|
class JiraSettings extends Request {
|
117727
118977
|
constructor(request, data) {
|
118978
|
+
var _a;
|
117728
118979
|
super(request);
|
118980
|
+
this.isJiraServer = (_a = data.isJiraServer) !== null && _a !== void 0 ? _a : undefined;
|
117729
118981
|
this.projectMapping = data.projectMapping
|
117730
118982
|
? data.projectMapping.map(node => new JiraLinearMapping(request, node))
|
117731
118983
|
: undefined;
|
@@ -118152,6 +119404,20 @@ class OauthClientConnection extends Connection {
|
|
118152
119404
|
super(request, fetch, data.nodes.map(node => new OauthClient(request, node)), new PageInfo(request, data.pageInfo));
|
118153
119405
|
}
|
118154
119406
|
}
|
119407
|
+
/**
|
119408
|
+
* OauthToken model
|
119409
|
+
*
|
119410
|
+
* @param request - function to call the graphql client
|
119411
|
+
* @param data - L.OauthTokenFragment response data
|
119412
|
+
*/
|
119413
|
+
class OauthToken extends Request {
|
119414
|
+
constructor(request, data) {
|
119415
|
+
var _a;
|
119416
|
+
super(request);
|
119417
|
+
this.createdAt = (_a = parseDate(data.createdAt)) !== null && _a !== void 0 ? _a : new Date();
|
119418
|
+
this.id = data.id;
|
119419
|
+
}
|
119420
|
+
}
|
118155
119421
|
/**
|
118156
119422
|
* An organization. Organizations are root-level objects that contain user accounts and teams.
|
118157
119423
|
*
|
@@ -118168,6 +119434,7 @@ class Organization extends Request {
|
|
118168
119434
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
118169
119435
|
this.createdIssueCount = data.createdIssueCount;
|
118170
119436
|
this.deletionRequestedAt = (_d = parseDate(data.deletionRequestedAt)) !== null && _d !== void 0 ? _d : undefined;
|
119437
|
+
this.fiscalYearStartMonth = data.fiscalYearStartMonth;
|
118171
119438
|
this.gitBranchFormat = (_e = data.gitBranchFormat) !== null && _e !== void 0 ? _e : undefined;
|
118172
119439
|
this.gitLinkbackMessagesEnabled = data.gitLinkbackMessagesEnabled;
|
118173
119440
|
this.gitPublicLinkbackMessagesEnabled = data.gitPublicLinkbackMessagesEnabled;
|
@@ -118290,7 +119557,7 @@ class OrganizationExistsPayload extends Request {
|
|
118290
119557
|
*/
|
118291
119558
|
class OrganizationInvite extends Request {
|
118292
119559
|
constructor(request, data) {
|
118293
|
-
var _a, _b, _c, _d, _e, _f
|
119560
|
+
var _a, _b, _c, _d, _e, _f;
|
118294
119561
|
super(request);
|
118295
119562
|
this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
|
118296
119563
|
this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118299,9 +119566,9 @@ class OrganizationInvite extends Request {
|
|
118299
119566
|
this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
|
118300
119567
|
this.external = data.external;
|
118301
119568
|
this.id = data.id;
|
118302
|
-
this.metadata =
|
118303
|
-
this.updatedAt = (
|
118304
|
-
this._invitee = (
|
119569
|
+
this.metadata = data.metadata;
|
119570
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
119571
|
+
this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
|
118305
119572
|
this._inviter = data.inviter;
|
118306
119573
|
}
|
118307
119574
|
/** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
|
@@ -118493,7 +119760,7 @@ class PaidSubscription extends Request {
|
|
118493
119760
|
*/
|
118494
119761
|
class Project extends Request {
|
118495
119762
|
constructor(request, data) {
|
118496
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
|
119763
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
|
118497
119764
|
super(request);
|
118498
119765
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
118499
119766
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118527,10 +119794,10 @@ class Project extends Request {
|
|
118527
119794
|
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
118528
119795
|
this.url = data.url;
|
118529
119796
|
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
118530
|
-
this._creator = data.creator;
|
118531
|
-
this._integrationsSettings = (
|
118532
|
-
this._lastAppliedTemplate = (
|
118533
|
-
this._lead = (
|
119797
|
+
this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
|
119798
|
+
this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
|
119799
|
+
this._lastAppliedTemplate = (_s = data.lastAppliedTemplate) !== null && _s !== void 0 ? _s : undefined;
|
119800
|
+
this._lead = (_t = data.lead) !== null && _t !== void 0 ? _t : undefined;
|
118534
119801
|
}
|
118535
119802
|
/** The project was created based on this issue. */
|
118536
119803
|
get convertedFromIssue() {
|
@@ -118539,7 +119806,8 @@ class Project extends Request {
|
|
118539
119806
|
}
|
118540
119807
|
/** The user who created the project. */
|
118541
119808
|
get creator() {
|
118542
|
-
|
119809
|
+
var _a, _b;
|
119810
|
+
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;
|
118543
119811
|
}
|
118544
119812
|
/** Settings for all integrations associated with that project. */
|
118545
119813
|
get integrationsSettings() {
|
@@ -118593,8 +119861,8 @@ class Project extends Request {
|
|
118593
119861
|
return new ArchiveProjectMutation(this._request).fetch(this.id, variables);
|
118594
119862
|
}
|
118595
119863
|
/** Creates a new project. */
|
118596
|
-
create(input) {
|
118597
|
-
return new CreateProjectMutation(this._request).fetch(input);
|
119864
|
+
create(input, variables) {
|
119865
|
+
return new CreateProjectMutation(this._request).fetch(input, variables);
|
118598
119866
|
}
|
118599
119867
|
/** Deletes (trashes) a project. */
|
118600
119868
|
delete() {
|
@@ -118651,7 +119919,7 @@ class ProjectFilterSuggestionPayload extends Request {
|
|
118651
119919
|
constructor(request, data) {
|
118652
119920
|
var _a;
|
118653
119921
|
super(request);
|
118654
|
-
this.filter = (_a =
|
119922
|
+
this.filter = (_a = data.filter) !== null && _a !== void 0 ? _a : undefined;
|
118655
119923
|
}
|
118656
119924
|
}
|
118657
119925
|
/**
|
@@ -118668,6 +119936,7 @@ class ProjectLink extends Request {
|
|
118668
119936
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
118669
119937
|
this.id = data.id;
|
118670
119938
|
this.label = data.label;
|
119939
|
+
this.sortOrder = data.sortOrder;
|
118671
119940
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
118672
119941
|
this.url = data.url;
|
118673
119942
|
this._creator = data.creator;
|
@@ -118947,10 +120216,10 @@ class ProjectSearchResult extends Request {
|
|
118947
120216
|
this.id = data.id;
|
118948
120217
|
this.inProgressScopeHistory = data.inProgressScopeHistory;
|
118949
120218
|
this.issueCountHistory = data.issueCountHistory;
|
118950
|
-
this.metadata =
|
120219
|
+
this.metadata = data.metadata;
|
118951
120220
|
this.name = data.name;
|
118952
120221
|
this.progress = data.progress;
|
118953
|
-
this.projectUpdateRemindersPausedUntilAt = (
|
120222
|
+
this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
|
118954
120223
|
this.scope = data.scope;
|
118955
120224
|
this.scopeHistory = data.scopeHistory;
|
118956
120225
|
this.slackIssueComments = data.slackIssueComments;
|
@@ -118958,15 +120227,15 @@ class ProjectSearchResult extends Request {
|
|
118958
120227
|
this.slackNewIssue = data.slackNewIssue;
|
118959
120228
|
this.slugId = data.slugId;
|
118960
120229
|
this.sortOrder = data.sortOrder;
|
118961
|
-
this.startDate = (
|
118962
|
-
this.startedAt = (
|
120230
|
+
this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
|
120231
|
+
this.startedAt = (_k = parseDate(data.startedAt)) !== null && _k !== void 0 ? _k : undefined;
|
118963
120232
|
this.state = data.state;
|
118964
|
-
this.targetDate = (
|
118965
|
-
this.trashed = (
|
118966
|
-
this.updatedAt = (
|
120233
|
+
this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
|
120234
|
+
this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
|
120235
|
+
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
118967
120236
|
this.url = data.url;
|
118968
|
-
this._convertedFromIssue = (
|
118969
|
-
this._creator = data.creator;
|
120237
|
+
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
120238
|
+
this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
|
118970
120239
|
this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
|
118971
120240
|
this._lastAppliedTemplate = (_s = data.lastAppliedTemplate) !== null && _s !== void 0 ? _s : undefined;
|
118972
120241
|
this._lead = (_t = data.lead) !== null && _t !== void 0 ? _t : undefined;
|
@@ -118978,7 +120247,8 @@ class ProjectSearchResult extends Request {
|
|
118978
120247
|
}
|
118979
120248
|
/** The user who created the project. */
|
118980
120249
|
get creator() {
|
118981
|
-
|
120250
|
+
var _a, _b;
|
120251
|
+
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;
|
118982
120252
|
}
|
118983
120253
|
/** Settings for all integrations associated with that project. */
|
118984
120254
|
get integrationsSettings() {
|
@@ -119284,16 +120554,34 @@ class RateLimitResultPayload extends Request {
|
|
119284
120554
|
*/
|
119285
120555
|
class Reaction extends Request {
|
119286
120556
|
constructor(request, data) {
|
119287
|
-
var _a, _b, _c, _d;
|
120557
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
119288
120558
|
super(request);
|
119289
120559
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119290
120560
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
119291
120561
|
this.emoji = data.emoji;
|
119292
120562
|
this.id = data.id;
|
119293
120563
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
119294
|
-
this.
|
120564
|
+
this._comment = (_d = data.comment) !== null && _d !== void 0 ? _d : undefined;
|
120565
|
+
this._issue = (_e = data.issue) !== null && _e !== void 0 ? _e : undefined;
|
120566
|
+
this._projectUpdate = (_f = data.projectUpdate) !== null && _f !== void 0 ? _f : undefined;
|
120567
|
+
this._user = (_g = data.user) !== null && _g !== void 0 ? _g : undefined;
|
119295
120568
|
}
|
119296
|
-
/** The
|
120569
|
+
/** The comment that the reaction is associated with. */
|
120570
|
+
get comment() {
|
120571
|
+
var _a, _b;
|
120572
|
+
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;
|
120573
|
+
}
|
120574
|
+
/** The issue that the reaction is associated with. */
|
120575
|
+
get issue() {
|
120576
|
+
var _a, _b;
|
120577
|
+
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;
|
120578
|
+
}
|
120579
|
+
/** The project update that the reaction is associated with. */
|
120580
|
+
get projectUpdate() {
|
120581
|
+
var _a, _b;
|
120582
|
+
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;
|
120583
|
+
}
|
120584
|
+
/** The user that created the reaction. */
|
119297
120585
|
get user() {
|
119298
120586
|
var _a, _b;
|
119299
120587
|
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;
|
@@ -119583,6 +120871,29 @@ class SlackAsksTeamSettings extends Request {
|
|
119583
120871
|
this.id = data.id;
|
119584
120872
|
}
|
119585
120873
|
}
|
120874
|
+
/**
|
120875
|
+
* SlackChannelConnectPayload model
|
120876
|
+
*
|
120877
|
+
* @param request - function to call the graphql client
|
120878
|
+
* @param data - L.SlackChannelConnectPayloadFragment response data
|
120879
|
+
*/
|
120880
|
+
class SlackChannelConnectPayload extends Request {
|
120881
|
+
constructor(request, data) {
|
120882
|
+
var _a, _b, _c;
|
120883
|
+
super(request);
|
120884
|
+
this.addBot = data.addBot;
|
120885
|
+
this.lastSyncId = data.lastSyncId;
|
120886
|
+
this.nudgeToConnectMainSlackIntegration = (_a = data.nudgeToConnectMainSlackIntegration) !== null && _a !== void 0 ? _a : undefined;
|
120887
|
+
this.nudgeToUpdateMainSlackIntegration = (_b = data.nudgeToUpdateMainSlackIntegration) !== null && _b !== void 0 ? _b : undefined;
|
120888
|
+
this.success = data.success;
|
120889
|
+
this._integration = (_c = data.integration) !== null && _c !== void 0 ? _c : undefined;
|
120890
|
+
}
|
120891
|
+
/** The integration that was created or updated. */
|
120892
|
+
get integration() {
|
120893
|
+
var _a, _b;
|
120894
|
+
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;
|
120895
|
+
}
|
120896
|
+
}
|
119586
120897
|
/**
|
119587
120898
|
* Object for mapping Slack channel IDs to names and other settings
|
119588
120899
|
*
|
@@ -119591,15 +120902,16 @@ class SlackAsksTeamSettings extends Request {
|
|
119591
120902
|
*/
|
119592
120903
|
class SlackChannelNameMapping extends Request {
|
119593
120904
|
constructor(request, data) {
|
119594
|
-
var _a, _b, _c, _d, _e, _f;
|
120905
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
119595
120906
|
super(request);
|
119596
120907
|
this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
|
119597
120908
|
this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
|
119598
120909
|
this.autoCreateOnMessage = (_c = data.autoCreateOnMessage) !== null && _c !== void 0 ? _c : undefined;
|
119599
|
-
this.
|
120910
|
+
this.autoCreateTemplateId = (_d = data.autoCreateTemplateId) !== null && _d !== void 0 ? _d : undefined;
|
120911
|
+
this.botAdded = (_e = data.botAdded) !== null && _e !== void 0 ? _e : undefined;
|
119600
120912
|
this.id = data.id;
|
119601
|
-
this.isPrivate = (
|
119602
|
-
this.isShared = (
|
120913
|
+
this.isPrivate = (_f = data.isPrivate) !== null && _f !== void 0 ? _f : undefined;
|
120914
|
+
this.isShared = (_g = data.isShared) !== null && _g !== void 0 ? _g : undefined;
|
119603
120915
|
this.name = data.name;
|
119604
120916
|
this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
|
119605
120917
|
}
|
@@ -119643,23 +120955,6 @@ class SsoUrlFromEmailResponse extends Request {
|
|
119643
120955
|
this.success = data.success;
|
119644
120956
|
}
|
119645
120957
|
}
|
119646
|
-
/**
|
119647
|
-
* 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.
|
119648
|
-
*
|
119649
|
-
* @param request - function to call the graphql client
|
119650
|
-
* @param data - L.SyncResponseFragment response data
|
119651
|
-
*/
|
119652
|
-
class SyncResponse extends Request {
|
119653
|
-
constructor(request, data) {
|
119654
|
-
var _a, _b;
|
119655
|
-
super(request);
|
119656
|
-
this.databaseVersion = data.databaseVersion;
|
119657
|
-
this.delta = (_a = data.delta) !== null && _a !== void 0 ? _a : undefined;
|
119658
|
-
this.lastSyncId = data.lastSyncId;
|
119659
|
-
this.state = (_b = data.state) !== null && _b !== void 0 ? _b : undefined;
|
119660
|
-
this.subscribedSyncGroups = data.subscribedSyncGroups;
|
119661
|
-
}
|
119662
|
-
}
|
119663
120958
|
/**
|
119664
120959
|
* SynchronizedPayload model
|
119665
120960
|
*
|
@@ -119714,6 +121009,7 @@ class Team extends Request {
|
|
119714
121009
|
this.name = data.name;
|
119715
121010
|
this.private = data.private;
|
119716
121011
|
this.requirePriorityToLeaveTriage = data.requirePriorityToLeaveTriage;
|
121012
|
+
this.setIssueSortOrderOnStateChange = data.setIssueSortOrderOnStateChange;
|
119717
121013
|
this.slackIssueComments = data.slackIssueComments;
|
119718
121014
|
this.slackIssueStatuses = data.slackIssueStatuses;
|
119719
121015
|
this.slackNewIssue = data.slackNewIssue;
|
@@ -119828,6 +121124,10 @@ class Team extends Request {
|
|
119828
121124
|
? new WorkflowStateQuery(this._request).fetch((_b = this._triageIssueState) === null || _b === void 0 ? void 0 : _b.id)
|
119829
121125
|
: undefined;
|
119830
121126
|
}
|
121127
|
+
/** The automation states for the team. */
|
121128
|
+
automationStates(variables) {
|
121129
|
+
return new Team_AutomationStatesQuery(this._request, this.id, variables).fetch(variables);
|
121130
|
+
}
|
119831
121131
|
/** Cycles associated with the team. */
|
119832
121132
|
cycles(variables) {
|
119833
121133
|
return new Team_CyclesQuery(this._request, this.id, variables).fetch(variables);
|
@@ -119872,11 +121172,35 @@ class Team extends Request {
|
|
119872
121172
|
delete() {
|
119873
121173
|
return new DeleteTeamMutation(this._request).fetch(this.id);
|
119874
121174
|
}
|
121175
|
+
/** Unarchives a team and cancels deletion. */
|
121176
|
+
unarchive() {
|
121177
|
+
return new UnarchiveTeamMutation(this._request).fetch(this.id);
|
121178
|
+
}
|
119875
121179
|
/** Updates a team. */
|
119876
121180
|
update(input) {
|
119877
121181
|
return new UpdateTeamMutation(this._request).fetch(this.id, input);
|
119878
121182
|
}
|
119879
121183
|
}
|
121184
|
+
/**
|
121185
|
+
* A generic payload return from entity archive mutations.
|
121186
|
+
*
|
121187
|
+
* @param request - function to call the graphql client
|
121188
|
+
* @param data - L.TeamArchivePayloadFragment response data
|
121189
|
+
*/
|
121190
|
+
class TeamArchivePayload extends Request {
|
121191
|
+
constructor(request, data) {
|
121192
|
+
var _a;
|
121193
|
+
super(request);
|
121194
|
+
this.lastSyncId = data.lastSyncId;
|
121195
|
+
this.success = data.success;
|
121196
|
+
this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
|
121197
|
+
}
|
121198
|
+
/** The archived/unarchived entity. Null if entity was deleted. */
|
121199
|
+
get entity() {
|
121200
|
+
var _a, _b;
|
121201
|
+
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;
|
121202
|
+
}
|
121203
|
+
}
|
119880
121204
|
/**
|
119881
121205
|
* TeamConnection model
|
119882
121206
|
*
|
@@ -120112,15 +121436,12 @@ class Template extends Request {
|
|
120112
121436
|
* TemplateConnection model
|
120113
121437
|
*
|
120114
121438
|
* @param request - function to call the graphql client
|
120115
|
-
* @param
|
121439
|
+
* @param fetch - function to trigger a refetch of this TemplateConnection model
|
121440
|
+
* @param data - TemplateConnection response data
|
120116
121441
|
*/
|
120117
|
-
class TemplateConnection extends
|
120118
|
-
constructor(request, data) {
|
120119
|
-
super(request);
|
120120
|
-
this.pageInfo = new PageInfo(request, data.pageInfo);
|
120121
|
-
}
|
120122
|
-
get nodes() {
|
120123
|
-
return new TemplatesQuery(this._request).fetch();
|
121442
|
+
class TemplateConnection extends Connection {
|
121443
|
+
constructor(request, fetch, data) {
|
121444
|
+
super(request, fetch, data.nodes.map(node => new Template(request, node)), new PageInfo(request, data.pageInfo));
|
120124
121445
|
}
|
120125
121446
|
}
|
120126
121447
|
/**
|
@@ -120154,8 +121475,8 @@ class TriageResponsibility extends Request {
|
|
120154
121475
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120155
121476
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
120156
121477
|
this.id = data.id;
|
120157
|
-
this.manualSelection = (_c =
|
120158
|
-
this.schedule = (_d =
|
121478
|
+
this.manualSelection = (_c = data.manualSelection) !== null && _c !== void 0 ? _c : undefined;
|
121479
|
+
this.schedule = (_d = data.schedule) !== null && _d !== void 0 ? _d : undefined;
|
120159
121480
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
120160
121481
|
this._integration = data.integration;
|
120161
121482
|
this._team = data.team;
|
@@ -120194,7 +121515,7 @@ class UploadFile extends Request {
|
|
120194
121515
|
this.assetUrl = data.assetUrl;
|
120195
121516
|
this.contentType = data.contentType;
|
120196
121517
|
this.filename = data.filename;
|
120197
|
-
this.metaData = (_a =
|
121518
|
+
this.metaData = (_a = data.metaData) !== null && _a !== void 0 ? _a : undefined;
|
120198
121519
|
this.size = data.size;
|
120199
121520
|
this.uploadUrl = data.uploadUrl;
|
120200
121521
|
this.headers = data.headers.map(node => new UploadFileHeader(request, node));
|
@@ -120446,16 +121767,16 @@ class UserPayload extends Request {
|
|
120446
121767
|
*/
|
120447
121768
|
class UserSettings extends Request {
|
120448
121769
|
constructor(request, data) {
|
120449
|
-
var _a, _b, _c, _d
|
121770
|
+
var _a, _b, _c, _d;
|
120450
121771
|
super(request);
|
120451
121772
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120452
121773
|
this.calendarHash = (_b = data.calendarHash) !== null && _b !== void 0 ? _b : undefined;
|
120453
121774
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
120454
121775
|
this.id = data.id;
|
120455
|
-
this.notificationPreferences =
|
121776
|
+
this.notificationPreferences = data.notificationPreferences;
|
120456
121777
|
this.showFullUserNames = data.showFullUserNames;
|
120457
121778
|
this.unsubscribedFrom = data.unsubscribedFrom;
|
120458
|
-
this.updatedAt = (
|
121779
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
120459
121780
|
this._user = data.user;
|
120460
121781
|
}
|
120461
121782
|
/** The user associated with these settings. */
|
@@ -120640,18 +121961,18 @@ class WebhookPayload extends Request {
|
|
120640
121961
|
*/
|
120641
121962
|
class WorkflowCronJobDefinition extends Request {
|
120642
121963
|
constructor(request, data) {
|
120643
|
-
var _a, _b, _c, _d
|
121964
|
+
var _a, _b, _c, _d;
|
120644
121965
|
super(request);
|
120645
|
-
this.activities =
|
120646
|
-
this.archivedAt = (
|
120647
|
-
this.createdAt = (
|
120648
|
-
this.description = (
|
121966
|
+
this.activities = data.activities;
|
121967
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
121968
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
121969
|
+
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
120649
121970
|
this.enabled = data.enabled;
|
120650
121971
|
this.id = data.id;
|
120651
121972
|
this.name = data.name;
|
120652
|
-
this.schedule =
|
121973
|
+
this.schedule = data.schedule;
|
120653
121974
|
this.sortOrder = data.sortOrder;
|
120654
|
-
this.updatedAt = (
|
121975
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
120655
121976
|
this._creator = data.creator;
|
120656
121977
|
this._team = data.team;
|
120657
121978
|
}
|
@@ -120684,26 +122005,26 @@ class WorkflowCronJobDefinitionConnection extends Connection {
|
|
120684
122005
|
*/
|
120685
122006
|
class WorkflowDefinition extends Request {
|
120686
122007
|
constructor(request, data) {
|
120687
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l
|
122008
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
120688
122009
|
super(request);
|
120689
|
-
this.activities =
|
120690
|
-
this.archivedAt = (
|
120691
|
-
this.conditions =
|
120692
|
-
this.createdAt = (
|
120693
|
-
this.description = (
|
122010
|
+
this.activities = data.activities;
|
122011
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
122012
|
+
this.conditions = data.conditions;
|
122013
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
122014
|
+
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
120694
122015
|
this.enabled = data.enabled;
|
120695
|
-
this.groupName = (
|
122016
|
+
this.groupName = (_d = data.groupName) !== null && _d !== void 0 ? _d : undefined;
|
120696
122017
|
this.id = data.id;
|
120697
122018
|
this.name = data.name;
|
120698
122019
|
this.sortOrder = data.sortOrder;
|
120699
|
-
this.updatedAt = (
|
122020
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
120700
122021
|
this._creator = data.creator;
|
120701
|
-
this._customView = (
|
120702
|
-
this._cycle = (
|
120703
|
-
this._label = (
|
120704
|
-
this._project = (
|
120705
|
-
this._team = (
|
120706
|
-
this._user = (
|
122022
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
122023
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
122024
|
+
this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
|
122025
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
122026
|
+
this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
|
122027
|
+
this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
|
120707
122028
|
}
|
120708
122029
|
/** The user who created the workflow. */
|
120709
122030
|
get creator() {
|
@@ -122419,11 +123740,12 @@ class PushSubscriptionTestQuery extends Request {
|
|
122419
123740
|
/**
|
122420
123741
|
* Call the PushSubscriptionTest query and return a PushSubscriptionTestPayload
|
122421
123742
|
*
|
123743
|
+
* @param variables - variables to pass into the PushSubscriptionTestQuery
|
122422
123744
|
* @returns parsed response from PushSubscriptionTestQuery
|
122423
123745
|
*/
|
122424
|
-
fetch() {
|
123746
|
+
fetch(variables) {
|
122425
123747
|
return __awaiter(this, void 0, void 0, function* () {
|
122426
|
-
const response = yield this._request(PushSubscriptionTestDocument,
|
123748
|
+
const response = yield this._request(PushSubscriptionTestDocument, variables);
|
122427
123749
|
const data = response.pushSubscriptionTest;
|
122428
123750
|
return new PushSubscriptionTestPayload(this._request, data);
|
122429
123751
|
});
|
@@ -123209,6 +124531,32 @@ class AttachmentLinkFrontMutation extends Request {
|
|
123209
124531
|
});
|
123210
124532
|
}
|
123211
124533
|
}
|
124534
|
+
/**
|
124535
|
+
* A fetchable AttachmentLinkGitHubIssue Mutation
|
124536
|
+
*
|
124537
|
+
* @param request - function to call the graphql client
|
124538
|
+
*/
|
124539
|
+
class AttachmentLinkGitHubIssueMutation extends Request {
|
124540
|
+
constructor(request) {
|
124541
|
+
super(request);
|
124542
|
+
}
|
124543
|
+
/**
|
124544
|
+
* Call the AttachmentLinkGitHubIssue mutation and return a AttachmentPayload
|
124545
|
+
*
|
124546
|
+
* @param issueId - required issueId to pass to attachmentLinkGitHubIssue
|
124547
|
+
* @param url - required url to pass to attachmentLinkGitHubIssue
|
124548
|
+
* @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubIssueMutation
|
124549
|
+
* @returns parsed response from AttachmentLinkGitHubIssueMutation
|
124550
|
+
*/
|
124551
|
+
fetch(issueId, url, variables) {
|
124552
|
+
return __awaiter(this, void 0, void 0, function* () {
|
124553
|
+
const response = yield this._request(AttachmentLinkGitHubIssueDocument, Object.assign({ issueId,
|
124554
|
+
url }, variables));
|
124555
|
+
const data = response.attachmentLinkGitHubIssue;
|
124556
|
+
return new AttachmentPayload(this._request, data);
|
124557
|
+
});
|
124558
|
+
}
|
124559
|
+
}
|
123212
124560
|
/**
|
123213
124561
|
* A fetchable AttachmentLinkGitHubPr Mutation
|
123214
124562
|
*
|
@@ -123222,19 +124570,13 @@ class AttachmentLinkGitHubPrMutation extends Request {
|
|
123222
124570
|
* Call the AttachmentLinkGitHubPr mutation and return a AttachmentPayload
|
123223
124571
|
*
|
123224
124572
|
* @param issueId - required issueId to pass to attachmentLinkGitHubPR
|
123225
|
-
* @param number - required number to pass to attachmentLinkGitHubPR
|
123226
|
-
* @param owner - required owner to pass to attachmentLinkGitHubPR
|
123227
|
-
* @param repo - required repo to pass to attachmentLinkGitHubPR
|
123228
124573
|
* @param url - required url to pass to attachmentLinkGitHubPR
|
123229
|
-
* @param variables - variables without 'issueId', '
|
124574
|
+
* @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubPrMutation
|
123230
124575
|
* @returns parsed response from AttachmentLinkGitHubPrMutation
|
123231
124576
|
*/
|
123232
|
-
fetch(issueId,
|
124577
|
+
fetch(issueId, url, variables) {
|
123233
124578
|
return __awaiter(this, void 0, void 0, function* () {
|
123234
124579
|
const response = yield this._request(AttachmentLinkGitHubPrDocument, Object.assign({ issueId,
|
123235
|
-
number,
|
123236
|
-
owner,
|
123237
|
-
repo,
|
123238
124580
|
url }, variables));
|
123239
124581
|
const data = response.attachmentLinkGitHubPR;
|
123240
124582
|
return new AttachmentPayload(this._request, data);
|
@@ -123807,6 +125149,31 @@ class CreateCycleMutation extends Request {
|
|
123807
125149
|
});
|
123808
125150
|
}
|
123809
125151
|
}
|
125152
|
+
/**
|
125153
|
+
* A fetchable CycleShiftAll Mutation
|
125154
|
+
*
|
125155
|
+
* @param request - function to call the graphql client
|
125156
|
+
*/
|
125157
|
+
class CycleShiftAllMutation extends Request {
|
125158
|
+
constructor(request) {
|
125159
|
+
super(request);
|
125160
|
+
}
|
125161
|
+
/**
|
125162
|
+
* Call the CycleShiftAll mutation and return a CyclePayload
|
125163
|
+
*
|
125164
|
+
* @param input - required input to pass to cycleShiftAll
|
125165
|
+
* @returns parsed response from CycleShiftAllMutation
|
125166
|
+
*/
|
125167
|
+
fetch(input) {
|
125168
|
+
return __awaiter(this, void 0, void 0, function* () {
|
125169
|
+
const response = yield this._request(CycleShiftAllDocument, {
|
125170
|
+
input,
|
125171
|
+
});
|
125172
|
+
const data = response.cycleShiftAll;
|
125173
|
+
return new CyclePayload(this._request, data);
|
125174
|
+
});
|
125175
|
+
}
|
125176
|
+
}
|
123810
125177
|
/**
|
123811
125178
|
* A fetchable UpdateCycle Mutation
|
123812
125179
|
*
|
@@ -124141,6 +125508,83 @@ class FileUploadMutation extends Request {
|
|
124141
125508
|
});
|
124142
125509
|
}
|
124143
125510
|
}
|
125511
|
+
/**
|
125512
|
+
* A fetchable CreateGitAutomationState Mutation
|
125513
|
+
*
|
125514
|
+
* @param request - function to call the graphql client
|
125515
|
+
*/
|
125516
|
+
class CreateGitAutomationStateMutation extends Request {
|
125517
|
+
constructor(request) {
|
125518
|
+
super(request);
|
125519
|
+
}
|
125520
|
+
/**
|
125521
|
+
* Call the CreateGitAutomationState mutation and return a GitAutomationStatePayload
|
125522
|
+
*
|
125523
|
+
* @param input - required input to pass to createGitAutomationState
|
125524
|
+
* @returns parsed response from CreateGitAutomationStateMutation
|
125525
|
+
*/
|
125526
|
+
fetch(input) {
|
125527
|
+
return __awaiter(this, void 0, void 0, function* () {
|
125528
|
+
const response = yield this._request(CreateGitAutomationStateDocument, {
|
125529
|
+
input,
|
125530
|
+
});
|
125531
|
+
const data = response.gitAutomationStateCreate;
|
125532
|
+
return new GitAutomationStatePayload(this._request, data);
|
125533
|
+
});
|
125534
|
+
}
|
125535
|
+
}
|
125536
|
+
/**
|
125537
|
+
* A fetchable DeleteGitAutomationState Mutation
|
125538
|
+
*
|
125539
|
+
* @param request - function to call the graphql client
|
125540
|
+
*/
|
125541
|
+
class DeleteGitAutomationStateMutation extends Request {
|
125542
|
+
constructor(request) {
|
125543
|
+
super(request);
|
125544
|
+
}
|
125545
|
+
/**
|
125546
|
+
* Call the DeleteGitAutomationState mutation and return a DeletePayload
|
125547
|
+
*
|
125548
|
+
* @param id - required id to pass to deleteGitAutomationState
|
125549
|
+
* @returns parsed response from DeleteGitAutomationStateMutation
|
125550
|
+
*/
|
125551
|
+
fetch(id) {
|
125552
|
+
return __awaiter(this, void 0, void 0, function* () {
|
125553
|
+
const response = yield this._request(DeleteGitAutomationStateDocument, {
|
125554
|
+
id,
|
125555
|
+
});
|
125556
|
+
const data = response.gitAutomationStateDelete;
|
125557
|
+
return new DeletePayload(this._request, data);
|
125558
|
+
});
|
125559
|
+
}
|
125560
|
+
}
|
125561
|
+
/**
|
125562
|
+
* A fetchable UpdateGitAutomationState Mutation
|
125563
|
+
*
|
125564
|
+
* @param request - function to call the graphql client
|
125565
|
+
*/
|
125566
|
+
class UpdateGitAutomationStateMutation extends Request {
|
125567
|
+
constructor(request) {
|
125568
|
+
super(request);
|
125569
|
+
}
|
125570
|
+
/**
|
125571
|
+
* Call the UpdateGitAutomationState mutation and return a GitAutomationStatePayload
|
125572
|
+
*
|
125573
|
+
* @param id - required id to pass to updateGitAutomationState
|
125574
|
+
* @param input - required input to pass to updateGitAutomationState
|
125575
|
+
* @returns parsed response from UpdateGitAutomationStateMutation
|
125576
|
+
*/
|
125577
|
+
fetch(id, input) {
|
125578
|
+
return __awaiter(this, void 0, void 0, function* () {
|
125579
|
+
const response = yield this._request(UpdateGitAutomationStateDocument, {
|
125580
|
+
id,
|
125581
|
+
input,
|
125582
|
+
});
|
125583
|
+
const data = response.gitAutomationStateUpdate;
|
125584
|
+
return new GitAutomationStatePayload(this._request, data);
|
125585
|
+
});
|
125586
|
+
}
|
125587
|
+
}
|
124144
125588
|
/**
|
124145
125589
|
* A fetchable GoogleUserAccountAuth Mutation
|
124146
125590
|
*
|
@@ -124424,31 +125868,6 @@ class IntegrationGithubConnectMutation extends Request {
|
|
124424
125868
|
});
|
124425
125869
|
}
|
124426
125870
|
}
|
124427
|
-
/**
|
124428
|
-
* A fetchable IntegrationGithubSyncConnect Mutation
|
124429
|
-
*
|
124430
|
-
* @param request - function to call the graphql client
|
124431
|
-
*/
|
124432
|
-
class IntegrationGithubSyncConnectMutation extends Request {
|
124433
|
-
constructor(request) {
|
124434
|
-
super(request);
|
124435
|
-
}
|
124436
|
-
/**
|
124437
|
-
* Call the IntegrationGithubSyncConnect mutation and return a IntegrationPayload
|
124438
|
-
*
|
124439
|
-
* @param installationId - required installationId to pass to integrationGithubSyncConnect
|
124440
|
-
* @returns parsed response from IntegrationGithubSyncConnectMutation
|
124441
|
-
*/
|
124442
|
-
fetch(installationId) {
|
124443
|
-
return __awaiter(this, void 0, void 0, function* () {
|
124444
|
-
const response = yield this._request(IntegrationGithubSyncConnectDocument, {
|
124445
|
-
installationId,
|
124446
|
-
});
|
124447
|
-
const data = response.integrationGithubSyncConnect;
|
124448
|
-
return new IntegrationPayload(this._request, data);
|
124449
|
-
});
|
124450
|
-
}
|
124451
|
-
}
|
124452
125871
|
/**
|
124453
125872
|
* A fetchable IntegrationGitlabConnect Mutation
|
124454
125873
|
*
|
@@ -124586,14 +126005,12 @@ class IntegrationJiraPersonalMutation extends Request {
|
|
124586
126005
|
/**
|
124587
126006
|
* Call the IntegrationJiraPersonal mutation and return a IntegrationPayload
|
124588
126007
|
*
|
124589
|
-
* @param
|
126008
|
+
* @param variables - variables to pass into the IntegrationJiraPersonalMutation
|
124590
126009
|
* @returns parsed response from IntegrationJiraPersonalMutation
|
124591
126010
|
*/
|
124592
|
-
fetch(
|
126011
|
+
fetch(variables) {
|
124593
126012
|
return __awaiter(this, void 0, void 0, function* () {
|
124594
|
-
const response = yield this._request(IntegrationJiraPersonalDocument,
|
124595
|
-
code,
|
124596
|
-
});
|
126013
|
+
const response = yield this._request(IntegrationJiraPersonalDocument, variables);
|
124597
126014
|
const data = response.integrationJiraPersonal;
|
124598
126015
|
return new IntegrationPayload(this._request, data);
|
124599
126016
|
});
|
@@ -124765,7 +126182,7 @@ class IntegrationSlackOrgProjectUpdatesPostMutation extends Request {
|
|
124765
126182
|
super(request);
|
124766
126183
|
}
|
124767
126184
|
/**
|
124768
|
-
* Call the IntegrationSlackOrgProjectUpdatesPost mutation and return a
|
126185
|
+
* Call the IntegrationSlackOrgProjectUpdatesPost mutation and return a SlackChannelConnectPayload
|
124769
126186
|
*
|
124770
126187
|
* @param code - required code to pass to integrationSlackOrgProjectUpdatesPost
|
124771
126188
|
* @param redirectUri - required redirectUri to pass to integrationSlackOrgProjectUpdatesPost
|
@@ -124778,7 +126195,7 @@ class IntegrationSlackOrgProjectUpdatesPostMutation extends Request {
|
|
124778
126195
|
redirectUri,
|
124779
126196
|
});
|
124780
126197
|
const data = response.integrationSlackOrgProjectUpdatesPost;
|
124781
|
-
return new
|
126198
|
+
return new SlackChannelConnectPayload(this._request, data);
|
124782
126199
|
});
|
124783
126200
|
}
|
124784
126201
|
}
|
@@ -124819,7 +126236,7 @@ class IntegrationSlackPostMutation extends Request {
|
|
124819
126236
|
super(request);
|
124820
126237
|
}
|
124821
126238
|
/**
|
124822
|
-
* Call the IntegrationSlackPost mutation and return a
|
126239
|
+
* Call the IntegrationSlackPost mutation and return a SlackChannelConnectPayload
|
124823
126240
|
*
|
124824
126241
|
* @param code - required code to pass to integrationSlackPost
|
124825
126242
|
* @param redirectUri - required redirectUri to pass to integrationSlackPost
|
@@ -124833,7 +126250,7 @@ class IntegrationSlackPostMutation extends Request {
|
|
124833
126250
|
redirectUri,
|
124834
126251
|
teamId }, variables));
|
124835
126252
|
const data = response.integrationSlackPost;
|
124836
|
-
return new
|
126253
|
+
return new SlackChannelConnectPayload(this._request, data);
|
124837
126254
|
});
|
124838
126255
|
}
|
124839
126256
|
}
|
@@ -124847,7 +126264,7 @@ class IntegrationSlackProjectPostMutation extends Request {
|
|
124847
126264
|
super(request);
|
124848
126265
|
}
|
124849
126266
|
/**
|
124850
|
-
* Call the IntegrationSlackProjectPost mutation and return a
|
126267
|
+
* Call the IntegrationSlackProjectPost mutation and return a SlackChannelConnectPayload
|
124851
126268
|
*
|
124852
126269
|
* @param code - required code to pass to integrationSlackProjectPost
|
124853
126270
|
* @param projectId - required projectId to pass to integrationSlackProjectPost
|
@@ -124864,7 +126281,7 @@ class IntegrationSlackProjectPostMutation extends Request {
|
|
124864
126281
|
service,
|
124865
126282
|
});
|
124866
126283
|
const data = response.integrationSlackProjectPost;
|
124867
|
-
return new
|
126284
|
+
return new SlackChannelConnectPayload(this._request, data);
|
124868
126285
|
});
|
124869
126286
|
}
|
124870
126287
|
}
|
@@ -126357,13 +127774,12 @@ class CreateProjectMutation extends Request {
|
|
126357
127774
|
* Call the CreateProject mutation and return a ProjectPayload
|
126358
127775
|
*
|
126359
127776
|
* @param input - required input to pass to createProject
|
127777
|
+
* @param variables - variables without 'input' to pass into the CreateProjectMutation
|
126360
127778
|
* @returns parsed response from CreateProjectMutation
|
126361
127779
|
*/
|
126362
|
-
fetch(input) {
|
127780
|
+
fetch(input, variables) {
|
126363
127781
|
return __awaiter(this, void 0, void 0, function* () {
|
126364
|
-
const response = yield this._request(CreateProjectDocument, {
|
126365
|
-
input,
|
126366
|
-
});
|
127782
|
+
const response = yield this._request(CreateProjectDocument, Object.assign({ input }, variables));
|
126367
127783
|
const data = response.projectCreate;
|
126368
127784
|
return new ProjectPayload(this._request, data);
|
126369
127785
|
});
|
@@ -127282,6 +128698,31 @@ class UpdateTeamMembershipMutation extends Request {
|
|
127282
128698
|
});
|
127283
128699
|
}
|
127284
128700
|
}
|
128701
|
+
/**
|
128702
|
+
* A fetchable UnarchiveTeam Mutation
|
128703
|
+
*
|
128704
|
+
* @param request - function to call the graphql client
|
128705
|
+
*/
|
128706
|
+
class UnarchiveTeamMutation extends Request {
|
128707
|
+
constructor(request) {
|
128708
|
+
super(request);
|
128709
|
+
}
|
128710
|
+
/**
|
128711
|
+
* Call the UnarchiveTeam mutation and return a TeamArchivePayload
|
128712
|
+
*
|
128713
|
+
* @param id - required id to pass to unarchiveTeam
|
128714
|
+
* @returns parsed response from UnarchiveTeamMutation
|
128715
|
+
*/
|
128716
|
+
fetch(id) {
|
128717
|
+
return __awaiter(this, void 0, void 0, function* () {
|
128718
|
+
const response = yield this._request(UnarchiveTeamDocument, {
|
128719
|
+
id,
|
128720
|
+
});
|
128721
|
+
const data = response.teamUnarchive;
|
128722
|
+
return new TeamArchivePayload(this._request, data);
|
128723
|
+
});
|
128724
|
+
}
|
128725
|
+
}
|
127285
128726
|
/**
|
127286
128727
|
* A fetchable UpdateTeam Mutation
|
127287
128728
|
*
|
@@ -127515,56 +128956,6 @@ class UpdateUserFlagMutation extends Request {
|
|
127515
128956
|
});
|
127516
128957
|
}
|
127517
128958
|
}
|
127518
|
-
/**
|
127519
|
-
* A fetchable UserGitHubConnect Mutation
|
127520
|
-
*
|
127521
|
-
* @param request - function to call the graphql client
|
127522
|
-
*/
|
127523
|
-
class UserGitHubConnectMutation extends Request {
|
127524
|
-
constructor(request) {
|
127525
|
-
super(request);
|
127526
|
-
}
|
127527
|
-
/**
|
127528
|
-
* Call the UserGitHubConnect mutation and return a UserPayload
|
127529
|
-
*
|
127530
|
-
* @param code - required code to pass to userGitHubConnect
|
127531
|
-
* @returns parsed response from UserGitHubConnectMutation
|
127532
|
-
*/
|
127533
|
-
fetch(code) {
|
127534
|
-
return __awaiter(this, void 0, void 0, function* () {
|
127535
|
-
const response = yield this._request(UserGitHubConnectDocument, {
|
127536
|
-
code,
|
127537
|
-
});
|
127538
|
-
const data = response.userGitHubConnect;
|
127539
|
-
return new UserPayload(this._request, data);
|
127540
|
-
});
|
127541
|
-
}
|
127542
|
-
}
|
127543
|
-
/**
|
127544
|
-
* A fetchable UserJiraConnect Mutation
|
127545
|
-
*
|
127546
|
-
* @param request - function to call the graphql client
|
127547
|
-
*/
|
127548
|
-
class UserJiraConnectMutation extends Request {
|
127549
|
-
constructor(request) {
|
127550
|
-
super(request);
|
127551
|
-
}
|
127552
|
-
/**
|
127553
|
-
* Call the UserJiraConnect mutation and return a UserPayload
|
127554
|
-
*
|
127555
|
-
* @param code - required code to pass to userJiraConnect
|
127556
|
-
* @returns parsed response from UserJiraConnectMutation
|
127557
|
-
*/
|
127558
|
-
fetch(code) {
|
127559
|
-
return __awaiter(this, void 0, void 0, function* () {
|
127560
|
-
const response = yield this._request(UserJiraConnectDocument, {
|
127561
|
-
code,
|
127562
|
-
});
|
127563
|
-
const data = response.userJiraConnect;
|
127564
|
-
return new UserPayload(this._request, data);
|
127565
|
-
});
|
127566
|
-
}
|
127567
|
-
}
|
127568
128959
|
/**
|
127569
128960
|
* A fetchable UserPromoteAdmin Mutation
|
127570
128961
|
*
|
@@ -128025,6 +129416,32 @@ class AttachmentIssue_AttachmentsQuery extends Request {
|
|
128025
129416
|
});
|
128026
129417
|
}
|
128027
129418
|
}
|
129419
|
+
/**
|
129420
|
+
* A fetchable AttachmentIssue_BotActor Query
|
129421
|
+
*
|
129422
|
+
* @param request - function to call the graphql client
|
129423
|
+
* @param id - required id to pass to attachmentIssue
|
129424
|
+
*/
|
129425
|
+
class AttachmentIssue_BotActorQuery extends Request {
|
129426
|
+
constructor(request, id) {
|
129427
|
+
super(request);
|
129428
|
+
this._id = id;
|
129429
|
+
}
|
129430
|
+
/**
|
129431
|
+
* Call the AttachmentIssue_BotActor query and return a ActorBot
|
129432
|
+
*
|
129433
|
+
* @returns parsed response from AttachmentIssue_BotActorQuery
|
129434
|
+
*/
|
129435
|
+
fetch() {
|
129436
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129437
|
+
const response = yield this._request(AttachmentIssue_BotActorDocument, {
|
129438
|
+
id: this._id,
|
129439
|
+
});
|
129440
|
+
const data = response.attachmentIssue.botActor;
|
129441
|
+
return data ? new ActorBot(this._request, data) : undefined;
|
129442
|
+
});
|
129443
|
+
}
|
129444
|
+
}
|
128028
129445
|
/**
|
128029
129446
|
* A fetchable AttachmentIssue_Children Query
|
128030
129447
|
*
|
@@ -128401,6 +129818,32 @@ class Issue_AttachmentsQuery extends Request {
|
|
128401
129818
|
});
|
128402
129819
|
}
|
128403
129820
|
}
|
129821
|
+
/**
|
129822
|
+
* A fetchable Issue_BotActor Query
|
129823
|
+
*
|
129824
|
+
* @param request - function to call the graphql client
|
129825
|
+
* @param id - required id to pass to issue
|
129826
|
+
*/
|
129827
|
+
class Issue_BotActorQuery extends Request {
|
129828
|
+
constructor(request, id) {
|
129829
|
+
super(request);
|
129830
|
+
this._id = id;
|
129831
|
+
}
|
129832
|
+
/**
|
129833
|
+
* Call the Issue_BotActor query and return a ActorBot
|
129834
|
+
*
|
129835
|
+
* @returns parsed response from Issue_BotActorQuery
|
129836
|
+
*/
|
129837
|
+
fetch() {
|
129838
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129839
|
+
const response = yield this._request(Issue_BotActorDocument, {
|
129840
|
+
id: this._id,
|
129841
|
+
});
|
129842
|
+
const data = response.issue.botActor;
|
129843
|
+
return data ? new ActorBot(this._request, data) : undefined;
|
129844
|
+
});
|
129845
|
+
}
|
129846
|
+
}
|
128404
129847
|
/**
|
128405
129848
|
* A fetchable Issue_Children Query
|
128406
129849
|
*
|
@@ -128677,6 +130120,33 @@ class IssueVcsBranchSearch_AttachmentsQuery extends Request {
|
|
128677
130120
|
});
|
128678
130121
|
}
|
128679
130122
|
}
|
130123
|
+
/**
|
130124
|
+
* A fetchable IssueVcsBranchSearch_BotActor Query
|
130125
|
+
*
|
130126
|
+
* @param request - function to call the graphql client
|
130127
|
+
* @param branchName - required branchName to pass to issueVcsBranchSearch
|
130128
|
+
*/
|
130129
|
+
class IssueVcsBranchSearch_BotActorQuery extends Request {
|
130130
|
+
constructor(request, branchName) {
|
130131
|
+
super(request);
|
130132
|
+
this._branchName = branchName;
|
130133
|
+
}
|
130134
|
+
/**
|
130135
|
+
* Call the IssueVcsBranchSearch_BotActor query and return a ActorBot
|
130136
|
+
*
|
130137
|
+
* @returns parsed response from IssueVcsBranchSearch_BotActorQuery
|
130138
|
+
*/
|
130139
|
+
fetch() {
|
130140
|
+
var _a;
|
130141
|
+
return __awaiter(this, void 0, void 0, function* () {
|
130142
|
+
const response = yield this._request(IssueVcsBranchSearch_BotActorDocument, {
|
130143
|
+
branchName: this._branchName,
|
130144
|
+
});
|
130145
|
+
const data = (_a = response.issueVcsBranchSearch) === null || _a === void 0 ? void 0 : _a.botActor;
|
130146
|
+
return data ? new ActorBot(this._request, data) : undefined;
|
130147
|
+
});
|
130148
|
+
}
|
130149
|
+
}
|
128680
130150
|
/**
|
128681
130151
|
* A fetchable IssueVcsBranchSearch_Children Query
|
128682
130152
|
*
|
@@ -129026,7 +130496,7 @@ class Organization_TemplatesQuery extends Request {
|
|
129026
130496
|
return __awaiter(this, void 0, void 0, function* () {
|
129027
130497
|
const response = yield this._request(Organization_TemplatesDocument, variables);
|
129028
130498
|
const data = response.organization.templates;
|
129029
|
-
return new TemplateConnection(this._request, data);
|
130499
|
+
return new TemplateConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
|
129030
130500
|
});
|
129031
130501
|
}
|
129032
130502
|
}
|
@@ -129352,6 +130822,33 @@ class SearchProjects_ArchivePayloadQuery extends Request {
|
|
129352
130822
|
});
|
129353
130823
|
}
|
129354
130824
|
}
|
130825
|
+
/**
|
130826
|
+
* A fetchable Team_AutomationStates Query
|
130827
|
+
*
|
130828
|
+
* @param request - function to call the graphql client
|
130829
|
+
* @param id - required id to pass to team
|
130830
|
+
* @param variables - variables without 'id' to pass into the Team_AutomationStatesQuery
|
130831
|
+
*/
|
130832
|
+
class Team_AutomationStatesQuery extends Request {
|
130833
|
+
constructor(request, id, variables) {
|
130834
|
+
super(request);
|
130835
|
+
this._id = id;
|
130836
|
+
this._variables = variables;
|
130837
|
+
}
|
130838
|
+
/**
|
130839
|
+
* Call the Team_AutomationStates query and return a GitAutomationStateConnection
|
130840
|
+
*
|
130841
|
+
* @param variables - variables without 'id' to pass into the Team_AutomationStatesQuery
|
130842
|
+
* @returns parsed response from Team_AutomationStatesQuery
|
130843
|
+
*/
|
130844
|
+
fetch(variables) {
|
130845
|
+
return __awaiter(this, void 0, void 0, function* () {
|
130846
|
+
const response = yield this._request(Team_AutomationStatesDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
|
130847
|
+
const data = response.team.automationStates;
|
130848
|
+
return new GitAutomationStateConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
|
130849
|
+
});
|
130850
|
+
}
|
130851
|
+
}
|
129355
130852
|
/**
|
129356
130853
|
* A fetchable Team_Cycles Query
|
129357
130854
|
*
|
@@ -129564,7 +131061,7 @@ class Team_TemplatesQuery extends Request {
|
|
129564
131061
|
return __awaiter(this, void 0, void 0, function* () {
|
129565
131062
|
const response = yield this._request(Team_TemplatesDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
|
129566
131063
|
const data = response.team.templates;
|
129567
|
-
return new TemplateConnection(this._request, data);
|
131064
|
+
return new TemplateConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
|
129568
131065
|
});
|
129569
131066
|
}
|
129570
131067
|
}
|
@@ -130412,10 +131909,11 @@ class LinearSdk extends Request {
|
|
130412
131909
|
/**
|
130413
131910
|
* Sends a test push message.
|
130414
131911
|
*
|
131912
|
+
* @param variables - variables to pass into the PushSubscriptionTestQuery
|
130415
131913
|
* @returns PushSubscriptionTestPayload
|
130416
131914
|
*/
|
130417
|
-
|
130418
|
-
return new PushSubscriptionTestQuery(this._request).fetch();
|
131915
|
+
pushSubscriptionTest(variables) {
|
131916
|
+
return new PushSubscriptionTestQuery(this._request).fetch(variables);
|
130419
131917
|
}
|
130420
131918
|
/**
|
130421
131919
|
* The status of the rate limiter.
|
@@ -130712,18 +132210,26 @@ class LinearSdk extends Request {
|
|
130712
132210
|
return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId, variables);
|
130713
132211
|
}
|
130714
132212
|
/**
|
130715
|
-
* Link
|
132213
|
+
* Link a GitHub issue to a Linear issue.
|
132214
|
+
*
|
132215
|
+
* @param issueId - required issueId to pass to attachmentLinkGitHubIssue
|
132216
|
+
* @param url - required url to pass to attachmentLinkGitHubIssue
|
132217
|
+
* @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubIssueMutation
|
132218
|
+
* @returns AttachmentPayload
|
132219
|
+
*/
|
132220
|
+
attachmentLinkGitHubIssue(issueId, url, variables) {
|
132221
|
+
return new AttachmentLinkGitHubIssueMutation(this._request).fetch(issueId, url, variables);
|
132222
|
+
}
|
132223
|
+
/**
|
132224
|
+
* Link a GitHub pull request to an issue.
|
130716
132225
|
*
|
130717
132226
|
* @param issueId - required issueId to pass to attachmentLinkGitHubPR
|
130718
|
-
* @param number - required number to pass to attachmentLinkGitHubPR
|
130719
|
-
* @param owner - required owner to pass to attachmentLinkGitHubPR
|
130720
|
-
* @param repo - required repo to pass to attachmentLinkGitHubPR
|
130721
132227
|
* @param url - required url to pass to attachmentLinkGitHubPR
|
130722
|
-
* @param variables - variables without 'issueId', '
|
132228
|
+
* @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubPrMutation
|
130723
132229
|
* @returns AttachmentPayload
|
130724
132230
|
*/
|
130725
|
-
attachmentLinkGitHubPR(issueId,
|
130726
|
-
return new AttachmentLinkGitHubPrMutation(this._request).fetch(issueId,
|
132231
|
+
attachmentLinkGitHubPR(issueId, url, variables) {
|
132232
|
+
return new AttachmentLinkGitHubPrMutation(this._request).fetch(issueId, url, variables);
|
130727
132233
|
}
|
130728
132234
|
/**
|
130729
132235
|
* Link an existing GitLab MR to an issue.
|
@@ -130944,6 +132450,15 @@ class LinearSdk extends Request {
|
|
130944
132450
|
createCycle(input) {
|
130945
132451
|
return new CreateCycleMutation(this._request).fetch(input);
|
130946
132452
|
}
|
132453
|
+
/**
|
132454
|
+
* Shifts all cycles starts by a certain number of weeks.
|
132455
|
+
*
|
132456
|
+
* @param input - required input to pass to cycleShiftAll
|
132457
|
+
* @returns CyclePayload
|
132458
|
+
*/
|
132459
|
+
cycleShiftAll(input) {
|
132460
|
+
return new CycleShiftAllMutation(this._request).fetch(input);
|
132461
|
+
}
|
130947
132462
|
/**
|
130948
132463
|
* Updates a cycle.
|
130949
132464
|
*
|
@@ -131067,6 +132582,34 @@ class LinearSdk extends Request {
|
|
131067
132582
|
fileUpload(contentType, filename, size, variables) {
|
131068
132583
|
return new FileUploadMutation(this._request).fetch(contentType, filename, size, variables);
|
131069
132584
|
}
|
132585
|
+
/**
|
132586
|
+
* Creates a new automation state.
|
132587
|
+
*
|
132588
|
+
* @param input - required input to pass to createGitAutomationState
|
132589
|
+
* @returns GitAutomationStatePayload
|
132590
|
+
*/
|
132591
|
+
createGitAutomationState(input) {
|
132592
|
+
return new CreateGitAutomationStateMutation(this._request).fetch(input);
|
132593
|
+
}
|
132594
|
+
/**
|
132595
|
+
* Archives an automation state.
|
132596
|
+
*
|
132597
|
+
* @param id - required id to pass to deleteGitAutomationState
|
132598
|
+
* @returns DeletePayload
|
132599
|
+
*/
|
132600
|
+
deleteGitAutomationState(id) {
|
132601
|
+
return new DeleteGitAutomationStateMutation(this._request).fetch(id);
|
132602
|
+
}
|
132603
|
+
/**
|
132604
|
+
* Updates an existing state.
|
132605
|
+
*
|
132606
|
+
* @param id - required id to pass to updateGitAutomationState
|
132607
|
+
* @param input - required input to pass to updateGitAutomationState
|
132608
|
+
* @returns GitAutomationStatePayload
|
132609
|
+
*/
|
132610
|
+
updateGitAutomationState(id, input) {
|
132611
|
+
return new UpdateGitAutomationStateMutation(this._request).fetch(id, input);
|
132612
|
+
}
|
131070
132613
|
/**
|
131071
132614
|
* Authenticate user account through Google OAuth. This is the 2nd step of OAuth flow.
|
131072
132615
|
*
|
@@ -131172,15 +132715,6 @@ class LinearSdk extends Request {
|
|
131172
132715
|
integrationGithubConnect(installationId) {
|
131173
132716
|
return new IntegrationGithubConnectMutation(this._request).fetch(installationId);
|
131174
132717
|
}
|
131175
|
-
/**
|
131176
|
-
* Connects the organization with the GitHub Sync App.
|
131177
|
-
*
|
131178
|
-
* @param installationId - required installationId to pass to integrationGithubSyncConnect
|
131179
|
-
* @returns IntegrationPayload
|
131180
|
-
*/
|
131181
|
-
integrationGithubSyncConnect(installationId) {
|
131182
|
-
return new IntegrationGithubSyncConnectMutation(this._request).fetch(installationId);
|
131183
|
-
}
|
131184
132718
|
/**
|
131185
132719
|
* Connects the organization with a GitLab Access Token.
|
131186
132720
|
*
|
@@ -131231,11 +132765,11 @@ class LinearSdk extends Request {
|
|
131231
132765
|
/**
|
131232
132766
|
* Connect your Jira account to Linear.
|
131233
132767
|
*
|
131234
|
-
* @param
|
132768
|
+
* @param variables - variables to pass into the IntegrationJiraPersonalMutation
|
131235
132769
|
* @returns IntegrationPayload
|
131236
132770
|
*/
|
131237
|
-
integrationJiraPersonal(
|
131238
|
-
return new IntegrationJiraPersonalMutation(this._request).fetch(
|
132771
|
+
integrationJiraPersonal(variables) {
|
132772
|
+
return new IntegrationJiraPersonalMutation(this._request).fetch(variables);
|
131239
132773
|
}
|
131240
132774
|
/**
|
131241
132775
|
* Enables Loom integration for the organization.
|
@@ -131301,7 +132835,7 @@ class LinearSdk extends Request {
|
|
131301
132835
|
*
|
131302
132836
|
* @param code - required code to pass to integrationSlackOrgProjectUpdatesPost
|
131303
132837
|
* @param redirectUri - required redirectUri to pass to integrationSlackOrgProjectUpdatesPost
|
131304
|
-
* @returns
|
132838
|
+
* @returns SlackChannelConnectPayload
|
131305
132839
|
*/
|
131306
132840
|
integrationSlackOrgProjectUpdatesPost(code, redirectUri) {
|
131307
132841
|
return new IntegrationSlackOrgProjectUpdatesPostMutation(this._request).fetch(code, redirectUri);
|
@@ -131323,7 +132857,7 @@ class LinearSdk extends Request {
|
|
131323
132857
|
* @param redirectUri - required redirectUri to pass to integrationSlackPost
|
131324
132858
|
* @param teamId - required teamId to pass to integrationSlackPost
|
131325
132859
|
* @param variables - variables without 'code', 'redirectUri', 'teamId' to pass into the IntegrationSlackPostMutation
|
131326
|
-
* @returns
|
132860
|
+
* @returns SlackChannelConnectPayload
|
131327
132861
|
*/
|
131328
132862
|
integrationSlackPost(code, redirectUri, teamId, variables) {
|
131329
132863
|
return new IntegrationSlackPostMutation(this._request).fetch(code, redirectUri, teamId, variables);
|
@@ -131335,7 +132869,7 @@ class LinearSdk extends Request {
|
|
131335
132869
|
* @param projectId - required projectId to pass to integrationSlackProjectPost
|
131336
132870
|
* @param redirectUri - required redirectUri to pass to integrationSlackProjectPost
|
131337
132871
|
* @param service - required service to pass to integrationSlackProjectPost
|
131338
|
-
* @returns
|
132872
|
+
* @returns SlackChannelConnectPayload
|
131339
132873
|
*/
|
131340
132874
|
integrationSlackProjectPost(code, projectId, redirectUri, service) {
|
131341
132875
|
return new IntegrationSlackProjectPostMutation(this._request).fetch(code, projectId, redirectUri, service);
|
@@ -131897,10 +133431,11 @@ class LinearSdk extends Request {
|
|
131897
133431
|
* Creates a new project.
|
131898
133432
|
*
|
131899
133433
|
* @param input - required input to pass to createProject
|
133434
|
+
* @param variables - variables without 'input' to pass into the CreateProjectMutation
|
131900
133435
|
* @returns ProjectPayload
|
131901
133436
|
*/
|
131902
|
-
createProject(input) {
|
131903
|
-
return new CreateProjectMutation(this._request).fetch(input);
|
133437
|
+
createProject(input, variables) {
|
133438
|
+
return new CreateProjectMutation(this._request).fetch(input, variables);
|
131904
133439
|
}
|
131905
133440
|
/**
|
131906
133441
|
* Deletes (trashes) a project.
|
@@ -132234,6 +133769,15 @@ class LinearSdk extends Request {
|
|
132234
133769
|
updateTeamMembership(id, input) {
|
132235
133770
|
return new UpdateTeamMembershipMutation(this._request).fetch(id, input);
|
132236
133771
|
}
|
133772
|
+
/**
|
133773
|
+
* Unarchives a team and cancels deletion.
|
133774
|
+
*
|
133775
|
+
* @param id - required id to pass to unarchiveTeam
|
133776
|
+
* @returns TeamArchivePayload
|
133777
|
+
*/
|
133778
|
+
unarchiveTeam(id) {
|
133779
|
+
return new UnarchiveTeamMutation(this._request).fetch(id);
|
133780
|
+
}
|
132237
133781
|
/**
|
132238
133782
|
* Updates a team.
|
132239
133783
|
*
|
@@ -132319,24 +133863,6 @@ class LinearSdk extends Request {
|
|
132319
133863
|
updateUserFlag(flag, operation) {
|
132320
133864
|
return new UpdateUserFlagMutation(this._request).fetch(flag, operation);
|
132321
133865
|
}
|
132322
|
-
/**
|
132323
|
-
* [DEPRECATED] Connects the GitHub user to this Linear account via OAuth2.
|
132324
|
-
*
|
132325
|
-
* @param code - required code to pass to userGitHubConnect
|
132326
|
-
* @returns UserPayload
|
132327
|
-
*/
|
132328
|
-
userGitHubConnect(code) {
|
132329
|
-
return new UserGitHubConnectMutation(this._request).fetch(code);
|
132330
|
-
}
|
132331
|
-
/**
|
132332
|
-
* [DEPRECATED] Connects the Jira user to this Linear account via OAuth2.
|
132333
|
-
*
|
132334
|
-
* @param code - required code to pass to userJiraConnect
|
132335
|
-
* @returns UserPayload
|
132336
|
-
*/
|
132337
|
-
userJiraConnect(code) {
|
132338
|
-
return new UserJiraConnectMutation(this._request).fetch(code);
|
132339
|
-
}
|
132340
133866
|
/**
|
132341
133867
|
* Makes user an admin. Can only be called by an admin.
|
132342
133868
|
*
|
@@ -132603,6 +134129,7 @@ exports.AttachmentArchivePayload = AttachmentArchivePayload;
|
|
132603
134129
|
exports.AttachmentConnection = AttachmentConnection;
|
132604
134130
|
exports.AttachmentIssueQuery = AttachmentIssueQuery;
|
132605
134131
|
exports.AttachmentIssue_AttachmentsQuery = AttachmentIssue_AttachmentsQuery;
|
134132
|
+
exports.AttachmentIssue_BotActorQuery = AttachmentIssue_BotActorQuery;
|
132606
134133
|
exports.AttachmentIssue_ChildrenQuery = AttachmentIssue_ChildrenQuery;
|
132607
134134
|
exports.AttachmentIssue_CommentsQuery = AttachmentIssue_CommentsQuery;
|
132608
134135
|
exports.AttachmentIssue_HistoryQuery = AttachmentIssue_HistoryQuery;
|
@@ -132612,6 +134139,7 @@ exports.AttachmentIssue_RelationsQuery = AttachmentIssue_RelationsQuery;
|
|
132612
134139
|
exports.AttachmentIssue_SubscribersQuery = AttachmentIssue_SubscribersQuery;
|
132613
134140
|
exports.AttachmentLinkDiscordMutation = AttachmentLinkDiscordMutation;
|
132614
134141
|
exports.AttachmentLinkFrontMutation = AttachmentLinkFrontMutation;
|
134142
|
+
exports.AttachmentLinkGitHubIssueMutation = AttachmentLinkGitHubIssueMutation;
|
132615
134143
|
exports.AttachmentLinkGitHubPrMutation = AttachmentLinkGitHubPrMutation;
|
132616
134144
|
exports.AttachmentLinkGitLabMrMutation = AttachmentLinkGitLabMrMutation;
|
132617
134145
|
exports.AttachmentLinkIntercomMutation = AttachmentLinkIntercomMutation;
|
@@ -132631,16 +134159,23 @@ exports.AuditEntryConnection = AuditEntryConnection;
|
|
132631
134159
|
exports.AuditEntryType = AuditEntryType;
|
132632
134160
|
exports.AuditEntryTypesQuery = AuditEntryTypesQuery;
|
132633
134161
|
exports.AuthApiKey = AuthApiKey;
|
132634
|
-
exports.AuthApiKeyDeletePayload = AuthApiKeyDeletePayload;
|
132635
134162
|
exports.AuthApiKeyPayload = AuthApiKeyPayload;
|
134163
|
+
exports.AuthCreateOrJoinOrganizationResponse = AuthCreateOrJoinOrganizationResponse;
|
132636
134164
|
exports.AuthIntegration = AuthIntegration;
|
134165
|
+
exports.AuthOauthClient = AuthOauthClient;
|
134166
|
+
exports.AuthOauthClientWithMemberships = AuthOauthClientWithMemberships;
|
134167
|
+
exports.AuthOauthClientWithScope = AuthOauthClientWithScope;
|
134168
|
+
exports.AuthOauthClientWithTokens = AuthOauthClientWithTokens;
|
132637
134169
|
exports.AuthOrganization = AuthOrganization;
|
134170
|
+
exports.AuthOrganizationDomain = AuthOrganizationDomain;
|
132638
134171
|
exports.AuthResolverResponse = AuthResolverResponse;
|
134172
|
+
exports.AuthSuccessPayload = AuthSuccessPayload;
|
132639
134173
|
exports.AuthUser = AuthUser;
|
132640
134174
|
exports.AuthenticationLinearError = AuthenticationLinearError;
|
132641
134175
|
exports.AuthenticationSession = AuthenticationSession;
|
132642
134176
|
exports.AuthenticationSessionResponse = AuthenticationSessionResponse;
|
132643
134177
|
exports.AuthenticationSessionsQuery = AuthenticationSessionsQuery;
|
134178
|
+
exports.AuthorizedApplicationBase = AuthorizedApplicationBase;
|
132644
134179
|
exports.AvailableUsersQuery = AvailableUsersQuery;
|
132645
134180
|
exports.BootstrapLinearError = BootstrapLinearError;
|
132646
134181
|
exports.Comment = Comment;
|
@@ -132668,6 +134203,7 @@ exports.CreateCycleMutation = CreateCycleMutation;
|
|
132668
134203
|
exports.CreateDocumentMutation = CreateDocumentMutation;
|
132669
134204
|
exports.CreateEmojiMutation = CreateEmojiMutation;
|
132670
134205
|
exports.CreateFavoriteMutation = CreateFavoriteMutation;
|
134206
|
+
exports.CreateGitAutomationStateMutation = CreateGitAutomationStateMutation;
|
132671
134207
|
exports.CreateIntegrationGithubCommitMutation = CreateIntegrationGithubCommitMutation;
|
132672
134208
|
exports.CreateIntegrationTemplateMutation = CreateIntegrationTemplateMutation;
|
132673
134209
|
exports.CreateIntegrationsSettingsMutation = CreateIntegrationsSettingsMutation;
|
@@ -132709,6 +134245,7 @@ exports.CycleConnection = CycleConnection;
|
|
132709
134245
|
exports.CycleNotificationSubscription = CycleNotificationSubscription;
|
132710
134246
|
exports.CyclePayload = CyclePayload;
|
132711
134247
|
exports.CycleQuery = CycleQuery;
|
134248
|
+
exports.CycleShiftAllMutation = CycleShiftAllMutation;
|
132712
134249
|
exports.Cycle_IssuesQuery = Cycle_IssuesQuery;
|
132713
134250
|
exports.Cycle_UncompletedIssuesUponCloseQuery = Cycle_UncompletedIssuesUponCloseQuery;
|
132714
134251
|
exports.CyclesQuery = CyclesQuery;
|
@@ -132719,6 +134256,7 @@ exports.DeleteCustomViewMutation = DeleteCustomViewMutation;
|
|
132719
134256
|
exports.DeleteDocumentMutation = DeleteDocumentMutation;
|
132720
134257
|
exports.DeleteEmojiMutation = DeleteEmojiMutation;
|
132721
134258
|
exports.DeleteFavoriteMutation = DeleteFavoriteMutation;
|
134259
|
+
exports.DeleteGitAutomationStateMutation = DeleteGitAutomationStateMutation;
|
132722
134260
|
exports.DeleteIntegrationIntercomMutation = DeleteIntegrationIntercomMutation;
|
132723
134261
|
exports.DeleteIntegrationMutation = DeleteIntegrationMutation;
|
132724
134262
|
exports.DeleteIntegrationTemplateMutation = DeleteIntegrationTemplateMutation;
|
@@ -132760,6 +134298,7 @@ exports.DocumentSearchPayload = DocumentSearchPayload;
|
|
132760
134298
|
exports.DocumentSearchResult = DocumentSearchResult;
|
132761
134299
|
exports.DocumentSearchResultConnection = DocumentSearchResultConnection;
|
132762
134300
|
exports.DocumentsQuery = DocumentsQuery;
|
134301
|
+
exports.EmailIntakeAddress = EmailIntakeAddress;
|
132763
134302
|
exports.EmailTokenUserAccountAuthMutation = EmailTokenUserAccountAuthMutation;
|
132764
134303
|
exports.EmailUnsubscribeMutation = EmailUnsubscribeMutation;
|
132765
134304
|
exports.EmailUnsubscribePayload = EmailUnsubscribePayload;
|
@@ -132782,10 +134321,13 @@ exports.FileUploadMutation = FileUploadMutation;
|
|
132782
134321
|
exports.ForbiddenLinearError = ForbiddenLinearError;
|
132783
134322
|
exports.FrontAttachmentPayload = FrontAttachmentPayload;
|
132784
134323
|
exports.FrontSettings = FrontSettings;
|
134324
|
+
exports.GitAutomationState = GitAutomationState;
|
134325
|
+
exports.GitAutomationStateConnection = GitAutomationStateConnection;
|
134326
|
+
exports.GitAutomationStatePayload = GitAutomationStatePayload;
|
132785
134327
|
exports.GitHubCommitIntegrationPayload = GitHubCommitIntegrationPayload;
|
134328
|
+
exports.GitHubPersonalSettings = GitHubPersonalSettings;
|
134329
|
+
exports.GitHubRepo = GitHubRepo;
|
132786
134330
|
exports.GitHubSettings = GitHubSettings;
|
132787
|
-
exports.GitHubSyncRepo = GitHubSyncRepo;
|
132788
|
-
exports.GitHubSyncSettings = GitHubSyncSettings;
|
132789
134331
|
exports.GitLabSettings = GitLabSettings;
|
132790
134332
|
exports.GithubOAuthTokenPayload = GithubOAuthTokenPayload;
|
132791
134333
|
exports.GithubOrg = GithubOrg;
|
@@ -132805,7 +134347,6 @@ exports.IntegrationFigmaMutation = IntegrationFigmaMutation;
|
|
132805
134347
|
exports.IntegrationFrontMutation = IntegrationFrontMutation;
|
132806
134348
|
exports.IntegrationGitHubPersonalMutation = IntegrationGitHubPersonalMutation;
|
132807
134349
|
exports.IntegrationGithubConnectMutation = IntegrationGithubConnectMutation;
|
132808
|
-
exports.IntegrationGithubSyncConnectMutation = IntegrationGithubSyncConnectMutation;
|
132809
134350
|
exports.IntegrationGitlabConnectMutation = IntegrationGitlabConnectMutation;
|
132810
134351
|
exports.IntegrationGoogleSheetsMutation = IntegrationGoogleSheetsMutation;
|
132811
134352
|
exports.IntegrationIntercomMutation = IntegrationIntercomMutation;
|
@@ -132889,6 +134430,7 @@ exports.IssueSubscribeMutation = IssueSubscribeMutation;
|
|
132889
134430
|
exports.IssueUnsubscribeMutation = IssueUnsubscribeMutation;
|
132890
134431
|
exports.IssueVcsBranchSearchQuery = IssueVcsBranchSearchQuery;
|
132891
134432
|
exports.IssueVcsBranchSearch_AttachmentsQuery = IssueVcsBranchSearch_AttachmentsQuery;
|
134433
|
+
exports.IssueVcsBranchSearch_BotActorQuery = IssueVcsBranchSearch_BotActorQuery;
|
132892
134434
|
exports.IssueVcsBranchSearch_ChildrenQuery = IssueVcsBranchSearch_ChildrenQuery;
|
132893
134435
|
exports.IssueVcsBranchSearch_CommentsQuery = IssueVcsBranchSearch_CommentsQuery;
|
132894
134436
|
exports.IssueVcsBranchSearch_HistoryQuery = IssueVcsBranchSearch_HistoryQuery;
|
@@ -132897,6 +134439,7 @@ exports.IssueVcsBranchSearch_LabelsQuery = IssueVcsBranchSearch_LabelsQuery;
|
|
132897
134439
|
exports.IssueVcsBranchSearch_RelationsQuery = IssueVcsBranchSearch_RelationsQuery;
|
132898
134440
|
exports.IssueVcsBranchSearch_SubscribersQuery = IssueVcsBranchSearch_SubscribersQuery;
|
132899
134441
|
exports.Issue_AttachmentsQuery = Issue_AttachmentsQuery;
|
134442
|
+
exports.Issue_BotActorQuery = Issue_BotActorQuery;
|
132900
134443
|
exports.Issue_ChildrenQuery = Issue_ChildrenQuery;
|
132901
134444
|
exports.Issue_CommentsQuery = Issue_CommentsQuery;
|
132902
134445
|
exports.Issue_HistoryQuery = Issue_HistoryQuery;
|
@@ -132952,6 +134495,7 @@ exports.OauthClient = OauthClient;
|
|
132952
134495
|
exports.OauthClientApproval = OauthClientApproval;
|
132953
134496
|
exports.OauthClientApprovalNotification = OauthClientApprovalNotification;
|
132954
134497
|
exports.OauthClientConnection = OauthClientConnection;
|
134498
|
+
exports.OauthToken = OauthToken;
|
132955
134499
|
exports.Organization = Organization;
|
132956
134500
|
exports.OrganizationCancelDeletePayload = OrganizationCancelDeletePayload;
|
132957
134501
|
exports.OrganizationDeleteChallengeMutation = OrganizationDeleteChallengeMutation;
|
@@ -133062,15 +134606,16 @@ exports.SearchProjects_ArchivePayloadQuery = SearchProjects_ArchivePayloadQuery;
|
|
133062
134606
|
exports.SentrySettings = SentrySettings;
|
133063
134607
|
exports.SlackAsksSettings = SlackAsksSettings;
|
133064
134608
|
exports.SlackAsksTeamSettings = SlackAsksTeamSettings;
|
134609
|
+
exports.SlackChannelConnectPayload = SlackChannelConnectPayload;
|
133065
134610
|
exports.SlackChannelNameMapping = SlackChannelNameMapping;
|
133066
134611
|
exports.SlackPostSettings = SlackPostSettings;
|
133067
134612
|
exports.SlackSettings = SlackSettings;
|
133068
134613
|
exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
|
133069
134614
|
exports.SsoUrlFromEmailResponse = SsoUrlFromEmailResponse;
|
133070
134615
|
exports.SuspendUserMutation = SuspendUserMutation;
|
133071
|
-
exports.SyncResponse = SyncResponse;
|
133072
134616
|
exports.SynchronizedPayload = SynchronizedPayload;
|
133073
134617
|
exports.Team = Team;
|
134618
|
+
exports.TeamArchivePayload = TeamArchivePayload;
|
133074
134619
|
exports.TeamConnection = TeamConnection;
|
133075
134620
|
exports.TeamMembership = TeamMembership;
|
133076
134621
|
exports.TeamMembershipConnection = TeamMembershipConnection;
|
@@ -133081,6 +134626,7 @@ exports.TeamNotificationSubscription = TeamNotificationSubscription;
|
|
133081
134626
|
exports.TeamPayload = TeamPayload;
|
133082
134627
|
exports.TeamQuery = TeamQuery;
|
133083
134628
|
exports.TeamRepoMapping = TeamRepoMapping;
|
134629
|
+
exports.Team_AutomationStatesQuery = Team_AutomationStatesQuery;
|
133084
134630
|
exports.Team_CyclesQuery = Team_CyclesQuery;
|
133085
134631
|
exports.Team_IssuesQuery = Team_IssuesQuery;
|
133086
134632
|
exports.Team_LabelsQuery = Team_LabelsQuery;
|
@@ -133103,6 +134649,7 @@ exports.UnarchiveIssueMutation = UnarchiveIssueMutation;
|
|
133103
134649
|
exports.UnarchiveNotificationMutation = UnarchiveNotificationMutation;
|
133104
134650
|
exports.UnarchiveProjectMutation = UnarchiveProjectMutation;
|
133105
134651
|
exports.UnarchiveRoadmapMutation = UnarchiveRoadmapMutation;
|
134652
|
+
exports.UnarchiveTeamMutation = UnarchiveTeamMutation;
|
133106
134653
|
exports.UnknownLinearError = UnknownLinearError;
|
133107
134654
|
exports.UnsuspendUserMutation = UnsuspendUserMutation;
|
133108
134655
|
exports.UpdateAttachmentMutation = UpdateAttachmentMutation;
|
@@ -133111,6 +134658,7 @@ exports.UpdateCustomViewMutation = UpdateCustomViewMutation;
|
|
133111
134658
|
exports.UpdateCycleMutation = UpdateCycleMutation;
|
133112
134659
|
exports.UpdateDocumentMutation = UpdateDocumentMutation;
|
133113
134660
|
exports.UpdateFavoriteMutation = UpdateFavoriteMutation;
|
134661
|
+
exports.UpdateGitAutomationStateMutation = UpdateGitAutomationStateMutation;
|
133114
134662
|
exports.UpdateIntegrationIntercomSettingsMutation = UpdateIntegrationIntercomSettingsMutation;
|
133115
134663
|
exports.UpdateIntegrationsSettingsMutation = UpdateIntegrationsSettingsMutation;
|
133116
134664
|
exports.UpdateIssueBatchMutation = UpdateIssueBatchMutation;
|
@@ -133149,8 +134697,6 @@ exports.UserDemoteAdminMutation = UserDemoteAdminMutation;
|
|
133149
134697
|
exports.UserDemoteMemberMutation = UserDemoteMemberMutation;
|
133150
134698
|
exports.UserDiscordConnectMutation = UserDiscordConnectMutation;
|
133151
134699
|
exports.UserExternalUserDisconnectMutation = UserExternalUserDisconnectMutation;
|
133152
|
-
exports.UserGitHubConnectMutation = UserGitHubConnectMutation;
|
133153
|
-
exports.UserJiraConnectMutation = UserJiraConnectMutation;
|
133154
134700
|
exports.UserLinearError = UserLinearError;
|
133155
134701
|
exports.UserNotificationSubscription = UserNotificationSubscription;
|
133156
134702
|
exports.UserPayload = UserPayload;
|