@linear/sdk 12.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 +832 -205
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +610 -191
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +2201 -695
- 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 +2176 -689
- 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 +2202 -696
- 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: [
|
@@ -85460,6 +85579,7 @@ const JiraLinearMappingFragmentDoc = {
|
|
85460
85579
|
{ kind: "Field", name: { kind: "Name", value: "jiraProjectId" } },
|
85461
85580
|
{ kind: "Field", name: { kind: "Name", value: "linearTeamId" } },
|
85462
85581
|
{ kind: "Field", name: { kind: "Name", value: "bidirectional" } },
|
85582
|
+
{ kind: "Field", name: { kind: "Name", value: "default" } },
|
85463
85583
|
],
|
85464
85584
|
},
|
85465
85585
|
},
|
@@ -85492,6 +85612,7 @@ const JiraSettingsFragmentDoc = {
|
|
85492
85612
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraLinearMapping" } }],
|
85493
85613
|
},
|
85494
85614
|
},
|
85615
|
+
{ kind: "Field", name: { kind: "Name", value: "isJiraServer" } },
|
85495
85616
|
],
|
85496
85617
|
},
|
85497
85618
|
},
|
@@ -85640,6 +85761,7 @@ const SlackChannelNameMappingFragmentDoc = {
|
|
85640
85761
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85641
85762
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85642
85763
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85764
|
+
{ kind: "Field", name: { kind: "Name", value: "autoCreateTemplateId" } },
|
85643
85765
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnBotMention" } },
|
85644
85766
|
{ kind: "Field", name: { kind: "Name", value: "isPrivate" } },
|
85645
85767
|
{ kind: "Field", name: { kind: "Name", value: "isShared" } },
|
@@ -85755,10 +85877,10 @@ const IntegrationSettingsFragmentDoc = {
|
|
85755
85877
|
},
|
85756
85878
|
{
|
85757
85879
|
kind: "Field",
|
85758
|
-
name: { kind: "Name", value: "
|
85880
|
+
name: { kind: "Name", value: "gitHubPersonal" },
|
85759
85881
|
selectionSet: {
|
85760
85882
|
kind: "SelectionSet",
|
85761
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
85883
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubPersonalSettings" } }],
|
85762
85884
|
},
|
85763
85885
|
},
|
85764
85886
|
{
|
@@ -86297,23 +86419,6 @@ const AuditEntryTypeFragmentDoc = {
|
|
86297
86419
|
},
|
86298
86420
|
],
|
86299
86421
|
};
|
86300
|
-
const AuthApiKeyDeletePayloadFragmentDoc = {
|
86301
|
-
kind: "Document",
|
86302
|
-
definitions: [
|
86303
|
-
{
|
86304
|
-
kind: "FragmentDefinition",
|
86305
|
-
name: { kind: "Name", value: "AuthApiKeyDeletePayload" },
|
86306
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthApiKeyDeletePayload" } },
|
86307
|
-
selectionSet: {
|
86308
|
-
kind: "SelectionSet",
|
86309
|
-
selections: [
|
86310
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86311
|
-
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86312
|
-
],
|
86313
|
-
},
|
86314
|
-
},
|
86315
|
-
],
|
86316
|
-
};
|
86317
86422
|
const AuthApiKeyFragmentDoc = {
|
86318
86423
|
kind: "Document",
|
86319
86424
|
definitions: [
|
@@ -86356,43 +86461,6 @@ const AuthApiKeyPayloadFragmentDoc = {
|
|
86356
86461
|
},
|
86357
86462
|
],
|
86358
86463
|
};
|
86359
|
-
const AuthIntegrationFragmentDoc = {
|
86360
|
-
kind: "Document",
|
86361
|
-
definitions: [
|
86362
|
-
{
|
86363
|
-
kind: "FragmentDefinition",
|
86364
|
-
name: { kind: "Name", value: "AuthIntegration" },
|
86365
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthIntegration" } },
|
86366
|
-
selectionSet: {
|
86367
|
-
kind: "SelectionSet",
|
86368
|
-
selections: [
|
86369
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86370
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86371
|
-
],
|
86372
|
-
},
|
86373
|
-
},
|
86374
|
-
],
|
86375
|
-
};
|
86376
|
-
const AuthOauthClientFragmentDoc = {
|
86377
|
-
kind: "Document",
|
86378
|
-
definitions: [
|
86379
|
-
{
|
86380
|
-
kind: "FragmentDefinition",
|
86381
|
-
name: { kind: "Name", value: "AuthOauthClient" },
|
86382
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClient" } },
|
86383
|
-
selectionSet: {
|
86384
|
-
kind: "SelectionSet",
|
86385
|
-
selections: [
|
86386
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86387
|
-
{ kind: "Field", name: { kind: "Name", value: "redirectUris" } },
|
86388
|
-
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
86389
|
-
{ kind: "Field", name: { kind: "Name", value: "clientSecret" } },
|
86390
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86391
|
-
],
|
86392
|
-
},
|
86393
|
-
},
|
86394
|
-
],
|
86395
|
-
};
|
86396
86464
|
const AuthOrganizationFragmentDoc = {
|
86397
86465
|
kind: "Document",
|
86398
86466
|
definitions: [
|
@@ -86410,8 +86478,9 @@ const AuthOrganizationFragmentDoc = {
|
|
86410
86478
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86411
86479
|
{ kind: "Field", name: { kind: "Name", value: "urlKey" } },
|
86412
86480
|
{ kind: "Field", name: { kind: "Name", value: "deletionRequestedAt" } },
|
86413
|
-
{ kind: "Field", name: { kind: "Name", value: "samlEnabled" } },
|
86414
86481
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86482
|
+
{ kind: "Field", name: { kind: "Name", value: "samlEnabled" } },
|
86483
|
+
{ kind: "Field", name: { kind: "Name", value: "scimEnabled" } },
|
86415
86484
|
{ kind: "Field", name: { kind: "Name", value: "userCount" } },
|
86416
86485
|
],
|
86417
86486
|
},
|
@@ -86441,6 +86510,170 @@ const AuthUserFragmentDoc = {
|
|
86441
86510
|
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
86442
86511
|
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
86443
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" } }],
|
86562
|
+
},
|
86563
|
+
},
|
86564
|
+
],
|
86565
|
+
},
|
86566
|
+
},
|
86567
|
+
],
|
86568
|
+
};
|
86569
|
+
const AuthIntegrationFragmentDoc = {
|
86570
|
+
kind: "Document",
|
86571
|
+
definitions: [
|
86572
|
+
{
|
86573
|
+
kind: "FragmentDefinition",
|
86574
|
+
name: { kind: "Name", value: "AuthIntegration" },
|
86575
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthIntegration" } },
|
86576
|
+
selectionSet: {
|
86577
|
+
kind: "SelectionSet",
|
86578
|
+
selections: [
|
86579
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86580
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86581
|
+
],
|
86582
|
+
},
|
86583
|
+
},
|
86584
|
+
],
|
86585
|
+
};
|
86586
|
+
const AuthOauthClientFragmentDoc = {
|
86587
|
+
kind: "Document",
|
86588
|
+
definitions: [
|
86589
|
+
{
|
86590
|
+
kind: "FragmentDefinition",
|
86591
|
+
name: { kind: "Name", value: "AuthOauthClient" },
|
86592
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClient" } },
|
86593
|
+
selectionSet: {
|
86594
|
+
kind: "SelectionSet",
|
86595
|
+
selections: [
|
86596
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
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" } },
|
86602
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86603
|
+
{ kind: "Field", name: { kind: "Name", value: "clientSecret" } },
|
86604
|
+
{ kind: "Field", name: { kind: "Name", value: "creatorId" } },
|
86605
|
+
{ kind: "Field", name: { kind: "Name", value: "organizationId" } },
|
86606
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
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" } },
|
86611
|
+
],
|
86612
|
+
},
|
86613
|
+
},
|
86614
|
+
],
|
86615
|
+
};
|
86616
|
+
const OauthTokenFragmentDoc = {
|
86617
|
+
kind: "Document",
|
86618
|
+
definitions: [
|
86619
|
+
{
|
86620
|
+
kind: "FragmentDefinition",
|
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" } },
|
86641
|
+
selectionSet: {
|
86642
|
+
kind: "SelectionSet",
|
86643
|
+
selections: [
|
86644
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86645
|
+
{
|
86646
|
+
kind: "Field",
|
86647
|
+
name: { kind: "Name", value: "client" },
|
86648
|
+
selectionSet: {
|
86649
|
+
kind: "SelectionSet",
|
86650
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOauthClient" } }],
|
86651
|
+
},
|
86652
|
+
},
|
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" } },
|
86444
86677
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86445
86678
|
],
|
86446
86679
|
},
|
@@ -86492,33 +86725,39 @@ const AuthResolverResponseFragmentDoc = {
|
|
86492
86725
|
},
|
86493
86726
|
],
|
86494
86727
|
};
|
86495
|
-
const
|
86728
|
+
const AuthSuccessPayloadFragmentDoc = {
|
86496
86729
|
kind: "Document",
|
86497
86730
|
definitions: [
|
86498
86731
|
{
|
86499
86732
|
kind: "FragmentDefinition",
|
86500
|
-
name: { kind: "Name", value: "
|
86501
|
-
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" } },
|
86502
86752
|
selectionSet: {
|
86503
86753
|
kind: "SelectionSet",
|
86504
86754
|
selections: [
|
86505
86755
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86506
|
-
{ kind: "Field", name: { kind: "Name", value: "client" } },
|
86507
|
-
{ kind: "Field", name: { kind: "Name", value: "countryCodes" } },
|
86508
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86509
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
86510
|
-
{ kind: "Field", name: { kind: "Name", value: "location" } },
|
86511
|
-
{ kind: "Field", name: { kind: "Name", value: "ip" } },
|
86512
|
-
{ kind: "Field", name: { kind: "Name", value: "isCurrentSession" } },
|
86513
|
-
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
86514
|
-
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
86515
|
-
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
86516
86756
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86517
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86518
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86519
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86520
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
86521
|
-
{ 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" } },
|
86522
86761
|
],
|
86523
86762
|
},
|
86524
86763
|
},
|
@@ -86579,6 +86818,14 @@ const CommentFragmentDoc = {
|
|
86579
86818
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86580
86819
|
},
|
86581
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
|
+
},
|
86582
86829
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
86583
86830
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86584
86831
|
{ kind: "Field", name: { kind: "Name", value: "resolvedAt" } },
|
@@ -87065,6 +87312,7 @@ const DocumentFragmentDoc = {
|
|
87065
87312
|
},
|
87066
87313
|
},
|
87067
87314
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87315
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
87068
87316
|
{
|
87069
87317
|
kind: "Field",
|
87070
87318
|
name: { kind: "Name", value: "project" },
|
@@ -87247,6 +87495,7 @@ const DocumentSearchResultFragmentDoc = {
|
|
87247
87495
|
},
|
87248
87496
|
},
|
87249
87497
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87498
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
87250
87499
|
{
|
87251
87500
|
kind: "Field",
|
87252
87501
|
name: { kind: "Name", value: "project" },
|
@@ -87672,6 +87921,101 @@ const FrontAttachmentPayloadFragmentDoc = {
|
|
87672
87921
|
},
|
87673
87922
|
],
|
87674
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
|
+
};
|
87675
88019
|
const GitHubCommitIntegrationPayloadFragmentDoc = {
|
87676
88020
|
kind: "Document",
|
87677
88021
|
definitions: [
|
@@ -88041,12 +88385,21 @@ const IssueFragmentDoc = {
|
|
88041
88385
|
selections: [
|
88042
88386
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88043
88387
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88388
|
+
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
88044
88389
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88045
88390
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
88046
88391
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
88047
88392
|
{ kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
|
88048
88393
|
{ kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
|
88049
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
|
+
},
|
88050
88403
|
{
|
88051
88404
|
kind: "Field",
|
88052
88405
|
name: { kind: "Name", value: "cycle" },
|
@@ -88859,6 +89212,7 @@ const IssueSearchResultFragmentDoc = {
|
|
88859
89212
|
selections: [
|
88860
89213
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88861
89214
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
89215
|
+
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
88862
89216
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88863
89217
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
88864
89218
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
@@ -88866,6 +89220,14 @@ const IssueSearchResultFragmentDoc = {
|
|
88866
89220
|
{ kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
|
88867
89221
|
{ kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
|
88868
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
|
+
},
|
88869
89231
|
{
|
88870
89232
|
kind: "Field",
|
88871
89233
|
name: { kind: "Name", value: "cycle" },
|
@@ -89661,6 +90023,7 @@ const ProjectLinkFragmentDoc = {
|
|
89661
90023
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89662
90024
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89663
90025
|
{ kind: "Field", name: { kind: "Name", value: "label" } },
|
90026
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
89664
90027
|
{
|
89665
90028
|
kind: "Field",
|
89666
90029
|
name: { kind: "Name", value: "project" },
|
@@ -90421,7 +90784,31 @@ const ReactionFragmentDoc = {
|
|
90421
90784
|
selections: [
|
90422
90785
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
90423
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
|
+
},
|
90424
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
|
+
},
|
90425
90812
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
90426
90813
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90427
90814
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -90711,6 +91098,35 @@ const SamlConfigurationFragmentDoc = {
|
|
90711
91098
|
},
|
90712
91099
|
],
|
90713
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
|
+
};
|
90714
91130
|
const SsoUrlFromEmailResponseFragmentDoc = {
|
90715
91131
|
kind: "Document",
|
90716
91132
|
definitions: [
|
@@ -90888,6 +91304,7 @@ const TeamFragmentDoc = {
|
|
90888
91304
|
},
|
90889
91305
|
{ kind: "Field", name: { kind: "Name", value: "inviteHash" } },
|
90890
91306
|
{ kind: "Field", name: { kind: "Name", value: "defaultIssueEstimate" } },
|
91307
|
+
{ kind: "Field", name: { kind: "Name", value: "setIssueSortOrderOnStateChange" } },
|
90891
91308
|
{ kind: "Field", name: { kind: "Name", value: "requirePriorityToLeaveTriage" } },
|
90892
91309
|
{ kind: "Field", name: { kind: "Name", value: "issueOrderingNoPriorityFirst" } },
|
90893
91310
|
{ kind: "Field", name: { kind: "Name", value: "private" } },
|
@@ -90895,11 +91312,11 @@ const TeamFragmentDoc = {
|
|
90895
91312
|
{ kind: "Field", name: { kind: "Name", value: "issueEstimationExtended" } },
|
90896
91313
|
{ kind: "Field", name: { kind: "Name", value: "issueEstimationAllowZero" } },
|
90897
91314
|
{ kind: "Field", name: { kind: "Name", value: "groupIssueHistory" } },
|
90898
|
-
{ kind: "Field", name: { kind: "Name", value: "issueSortOrderDefaultToBottom" } },
|
90899
91315
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueComments" } },
|
90900
91316
|
{ kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
|
90901
91317
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
|
90902
91318
|
{ kind: "Field", name: { kind: "Name", value: "triageEnabled" } },
|
91319
|
+
{ kind: "Field", name: { kind: "Name", value: "issueSortOrderDefaultToBottom" } },
|
90903
91320
|
],
|
90904
91321
|
},
|
90905
91322
|
},
|
@@ -91059,6 +91476,54 @@ const TeamPayloadFragmentDoc = {
|
|
91059
91476
|
},
|
91060
91477
|
],
|
91061
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
|
+
};
|
91062
91527
|
const TemplateConnectionFragmentDoc = {
|
91063
91528
|
kind: "Document",
|
91064
91529
|
definitions: [
|
@@ -91070,6 +91535,14 @@ const TemplateConnectionFragmentDoc = {
|
|
91070
91535
|
kind: "SelectionSet",
|
91071
91536
|
selections: [
|
91072
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
|
+
},
|
91073
91546
|
{
|
91074
91547
|
kind: "Field",
|
91075
91548
|
name: { kind: "Name", value: "pageInfo" },
|
@@ -92227,6 +92700,7 @@ const AttachmentIssueDocument = {
|
|
92227
92700
|
},
|
92228
92701
|
},
|
92229
92702
|
...IssueFragmentDoc.definitions,
|
92703
|
+
...ActorBotFragmentDoc.definitions,
|
92230
92704
|
],
|
92231
92705
|
};
|
92232
92706
|
const AttachmentIssue_AttachmentsDocument = {
|
@@ -92350,6 +92824,53 @@ const AttachmentIssue_AttachmentsDocument = {
|
|
92350
92824
|
...PageInfoFragmentDoc.definitions,
|
92351
92825
|
],
|
92352
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
|
+
};
|
92353
92874
|
const AttachmentIssue_ChildrenDocument = {
|
92354
92875
|
kind: "Document",
|
92355
92876
|
definitions: [
|
@@ -92468,6 +92989,7 @@ const AttachmentIssue_ChildrenDocument = {
|
|
92468
92989
|
},
|
92469
92990
|
...IssueConnectionFragmentDoc.definitions,
|
92470
92991
|
...IssueFragmentDoc.definitions,
|
92992
|
+
...ActorBotFragmentDoc.definitions,
|
92471
92993
|
...PageInfoFragmentDoc.definitions,
|
92472
92994
|
],
|
92473
92995
|
};
|
@@ -94240,6 +94762,7 @@ const Cycle_IssuesDocument = {
|
|
94240
94762
|
},
|
94241
94763
|
...IssueConnectionFragmentDoc.definitions,
|
94242
94764
|
...IssueFragmentDoc.definitions,
|
94765
|
+
...ActorBotFragmentDoc.definitions,
|
94243
94766
|
...PageInfoFragmentDoc.definitions,
|
94244
94767
|
],
|
94245
94768
|
};
|
@@ -94361,6 +94884,7 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
|
|
94361
94884
|
},
|
94362
94885
|
...IssueConnectionFragmentDoc.definitions,
|
94363
94886
|
...IssueFragmentDoc.definitions,
|
94887
|
+
...ActorBotFragmentDoc.definitions,
|
94364
94888
|
...PageInfoFragmentDoc.definitions,
|
94365
94889
|
],
|
94366
94890
|
};
|
@@ -95328,6 +95852,7 @@ const IssueDocument = {
|
|
95328
95852
|
},
|
95329
95853
|
},
|
95330
95854
|
...IssueFragmentDoc.definitions,
|
95855
|
+
...ActorBotFragmentDoc.definitions,
|
95331
95856
|
],
|
95332
95857
|
};
|
95333
95858
|
const Issue_AttachmentsDocument = {
|
@@ -95451,54 +95976,19 @@ const Issue_AttachmentsDocument = {
|
|
95451
95976
|
...PageInfoFragmentDoc.definitions,
|
95452
95977
|
],
|
95453
95978
|
};
|
95454
|
-
const
|
95979
|
+
const Issue_BotActorDocument = {
|
95455
95980
|
kind: "Document",
|
95456
95981
|
definitions: [
|
95457
95982
|
{
|
95458
95983
|
kind: "OperationDefinition",
|
95459
95984
|
operation: "query",
|
95460
|
-
name: { kind: "Name", value: "
|
95985
|
+
name: { kind: "Name", value: "issue_botActor" },
|
95461
95986
|
variableDefinitions: [
|
95462
95987
|
{
|
95463
95988
|
kind: "VariableDefinition",
|
95464
95989
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95465
95990
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95466
95991
|
},
|
95467
|
-
{
|
95468
|
-
kind: "VariableDefinition",
|
95469
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
95470
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
95471
|
-
},
|
95472
|
-
{
|
95473
|
-
kind: "VariableDefinition",
|
95474
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
95475
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
95476
|
-
},
|
95477
|
-
{
|
95478
|
-
kind: "VariableDefinition",
|
95479
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
95480
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
95481
|
-
},
|
95482
|
-
{
|
95483
|
-
kind: "VariableDefinition",
|
95484
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
95485
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
95486
|
-
},
|
95487
|
-
{
|
95488
|
-
kind: "VariableDefinition",
|
95489
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
95490
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
95491
|
-
},
|
95492
|
-
{
|
95493
|
-
kind: "VariableDefinition",
|
95494
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
95495
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
95496
|
-
},
|
95497
|
-
{
|
95498
|
-
kind: "VariableDefinition",
|
95499
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
95500
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
95501
|
-
},
|
95502
95992
|
],
|
95503
95993
|
selectionSet: {
|
95504
95994
|
kind: "SelectionSet",
|
@@ -95518,47 +96008,10 @@ const Issue_ChildrenDocument = {
|
|
95518
96008
|
selections: [
|
95519
96009
|
{
|
95520
96010
|
kind: "Field",
|
95521
|
-
name: { kind: "Name", value: "
|
95522
|
-
arguments: [
|
95523
|
-
{
|
95524
|
-
kind: "Argument",
|
95525
|
-
name: { kind: "Name", value: "after" },
|
95526
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
95527
|
-
},
|
95528
|
-
{
|
95529
|
-
kind: "Argument",
|
95530
|
-
name: { kind: "Name", value: "before" },
|
95531
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
95532
|
-
},
|
95533
|
-
{
|
95534
|
-
kind: "Argument",
|
95535
|
-
name: { kind: "Name", value: "filter" },
|
95536
|
-
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
95537
|
-
},
|
95538
|
-
{
|
95539
|
-
kind: "Argument",
|
95540
|
-
name: { kind: "Name", value: "first" },
|
95541
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
95542
|
-
},
|
95543
|
-
{
|
95544
|
-
kind: "Argument",
|
95545
|
-
name: { kind: "Name", value: "includeArchived" },
|
95546
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
95547
|
-
},
|
95548
|
-
{
|
95549
|
-
kind: "Argument",
|
95550
|
-
name: { kind: "Name", value: "last" },
|
95551
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
95552
|
-
},
|
95553
|
-
{
|
95554
|
-
kind: "Argument",
|
95555
|
-
name: { kind: "Name", value: "orderBy" },
|
95556
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
95557
|
-
},
|
95558
|
-
],
|
96011
|
+
name: { kind: "Name", value: "botActor" },
|
95559
96012
|
selectionSet: {
|
95560
96013
|
kind: "SelectionSet",
|
95561
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
96014
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
95562
96015
|
},
|
95563
96016
|
},
|
95564
96017
|
],
|
@@ -95567,18 +96020,16 @@ const Issue_ChildrenDocument = {
|
|
95567
96020
|
],
|
95568
96021
|
},
|
95569
96022
|
},
|
95570
|
-
...
|
95571
|
-
...IssueFragmentDoc.definitions,
|
95572
|
-
...PageInfoFragmentDoc.definitions,
|
96023
|
+
...ActorBotFragmentDoc.definitions,
|
95573
96024
|
],
|
95574
96025
|
};
|
95575
|
-
const
|
96026
|
+
const Issue_ChildrenDocument = {
|
95576
96027
|
kind: "Document",
|
95577
96028
|
definitions: [
|
95578
96029
|
{
|
95579
96030
|
kind: "OperationDefinition",
|
95580
96031
|
operation: "query",
|
95581
|
-
name: { kind: "Name", value: "
|
96032
|
+
name: { kind: "Name", value: "issue_children" },
|
95582
96033
|
variableDefinitions: [
|
95583
96034
|
{
|
95584
96035
|
kind: "VariableDefinition",
|
@@ -95598,7 +96049,129 @@ const Issue_CommentsDocument = {
|
|
95598
96049
|
{
|
95599
96050
|
kind: "VariableDefinition",
|
95600
96051
|
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
95601
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
96052
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
96053
|
+
},
|
96054
|
+
{
|
96055
|
+
kind: "VariableDefinition",
|
96056
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96057
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96058
|
+
},
|
96059
|
+
{
|
96060
|
+
kind: "VariableDefinition",
|
96061
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96062
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
96063
|
+
},
|
96064
|
+
{
|
96065
|
+
kind: "VariableDefinition",
|
96066
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96067
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96068
|
+
},
|
96069
|
+
{
|
96070
|
+
kind: "VariableDefinition",
|
96071
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96072
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
96073
|
+
},
|
96074
|
+
],
|
96075
|
+
selectionSet: {
|
96076
|
+
kind: "SelectionSet",
|
96077
|
+
selections: [
|
96078
|
+
{
|
96079
|
+
kind: "Field",
|
96080
|
+
name: { kind: "Name", value: "issue" },
|
96081
|
+
arguments: [
|
96082
|
+
{
|
96083
|
+
kind: "Argument",
|
96084
|
+
name: { kind: "Name", value: "id" },
|
96085
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96086
|
+
},
|
96087
|
+
],
|
96088
|
+
selectionSet: {
|
96089
|
+
kind: "SelectionSet",
|
96090
|
+
selections: [
|
96091
|
+
{
|
96092
|
+
kind: "Field",
|
96093
|
+
name: { kind: "Name", value: "children" },
|
96094
|
+
arguments: [
|
96095
|
+
{
|
96096
|
+
kind: "Argument",
|
96097
|
+
name: { kind: "Name", value: "after" },
|
96098
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96099
|
+
},
|
96100
|
+
{
|
96101
|
+
kind: "Argument",
|
96102
|
+
name: { kind: "Name", value: "before" },
|
96103
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96104
|
+
},
|
96105
|
+
{
|
96106
|
+
kind: "Argument",
|
96107
|
+
name: { kind: "Name", value: "filter" },
|
96108
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
96109
|
+
},
|
96110
|
+
{
|
96111
|
+
kind: "Argument",
|
96112
|
+
name: { kind: "Name", value: "first" },
|
96113
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96114
|
+
},
|
96115
|
+
{
|
96116
|
+
kind: "Argument",
|
96117
|
+
name: { kind: "Name", value: "includeArchived" },
|
96118
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96119
|
+
},
|
96120
|
+
{
|
96121
|
+
kind: "Argument",
|
96122
|
+
name: { kind: "Name", value: "last" },
|
96123
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96124
|
+
},
|
96125
|
+
{
|
96126
|
+
kind: "Argument",
|
96127
|
+
name: { kind: "Name", value: "orderBy" },
|
96128
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96129
|
+
},
|
96130
|
+
],
|
96131
|
+
selectionSet: {
|
96132
|
+
kind: "SelectionSet",
|
96133
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
|
96134
|
+
},
|
96135
|
+
},
|
96136
|
+
],
|
96137
|
+
},
|
96138
|
+
},
|
96139
|
+
],
|
96140
|
+
},
|
96141
|
+
},
|
96142
|
+
...IssueConnectionFragmentDoc.definitions,
|
96143
|
+
...IssueFragmentDoc.definitions,
|
96144
|
+
...ActorBotFragmentDoc.definitions,
|
96145
|
+
...PageInfoFragmentDoc.definitions,
|
96146
|
+
],
|
96147
|
+
};
|
96148
|
+
const Issue_CommentsDocument = {
|
96149
|
+
kind: "Document",
|
96150
|
+
definitions: [
|
96151
|
+
{
|
96152
|
+
kind: "OperationDefinition",
|
96153
|
+
operation: "query",
|
96154
|
+
name: { kind: "Name", value: "issue_comments" },
|
96155
|
+
variableDefinitions: [
|
96156
|
+
{
|
96157
|
+
kind: "VariableDefinition",
|
96158
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96159
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96160
|
+
},
|
96161
|
+
{
|
96162
|
+
kind: "VariableDefinition",
|
96163
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96164
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96165
|
+
},
|
96166
|
+
{
|
96167
|
+
kind: "VariableDefinition",
|
96168
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96169
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96170
|
+
},
|
96171
|
+
{
|
96172
|
+
kind: "VariableDefinition",
|
96173
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
96174
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "CommentFilter" } },
|
95602
96175
|
},
|
95603
96176
|
{
|
95604
96177
|
kind: "VariableDefinition",
|
@@ -96381,6 +96954,7 @@ const IssueFigmaFileKeySearchDocument = {
|
|
96381
96954
|
},
|
96382
96955
|
...IssueConnectionFragmentDoc.definitions,
|
96383
96956
|
...IssueFragmentDoc.definitions,
|
96957
|
+
...ActorBotFragmentDoc.definitions,
|
96384
96958
|
...PageInfoFragmentDoc.definitions,
|
96385
96959
|
],
|
96386
96960
|
};
|
@@ -96787,6 +97361,7 @@ const IssueLabel_IssuesDocument = {
|
|
96787
97361
|
},
|
96788
97362
|
...IssueConnectionFragmentDoc.definitions,
|
96789
97363
|
...IssueFragmentDoc.definitions,
|
97364
|
+
...ActorBotFragmentDoc.definitions,
|
96790
97365
|
...PageInfoFragmentDoc.definitions,
|
96791
97366
|
],
|
96792
97367
|
};
|
@@ -97149,6 +97724,7 @@ const IssueSearchDocument = {
|
|
97149
97724
|
},
|
97150
97725
|
...IssueConnectionFragmentDoc.definitions,
|
97151
97726
|
...IssueFragmentDoc.definitions,
|
97727
|
+
...ActorBotFragmentDoc.definitions,
|
97152
97728
|
...PageInfoFragmentDoc.definitions,
|
97153
97729
|
],
|
97154
97730
|
};
|
@@ -97188,6 +97764,7 @@ const IssueVcsBranchSearchDocument = {
|
|
97188
97764
|
},
|
97189
97765
|
},
|
97190
97766
|
...IssueFragmentDoc.definitions,
|
97767
|
+
...ActorBotFragmentDoc.definitions,
|
97191
97768
|
],
|
97192
97769
|
};
|
97193
97770
|
const IssueVcsBranchSearch_AttachmentsDocument = {
|
@@ -97311,6 +97888,53 @@ const IssueVcsBranchSearch_AttachmentsDocument = {
|
|
97311
97888
|
...PageInfoFragmentDoc.definitions,
|
97312
97889
|
],
|
97313
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
|
+
};
|
97314
97938
|
const IssueVcsBranchSearch_ChildrenDocument = {
|
97315
97939
|
kind: "Document",
|
97316
97940
|
definitions: [
|
@@ -97429,6 +98053,7 @@ const IssueVcsBranchSearch_ChildrenDocument = {
|
|
97429
98053
|
},
|
97430
98054
|
...IssueConnectionFragmentDoc.definitions,
|
97431
98055
|
...IssueFragmentDoc.definitions,
|
98056
|
+
...ActorBotFragmentDoc.definitions,
|
97432
98057
|
...PageInfoFragmentDoc.definitions,
|
97433
98058
|
],
|
97434
98059
|
};
|
@@ -98241,6 +98866,7 @@ const IssuesDocument = {
|
|
98241
98866
|
},
|
98242
98867
|
...IssueConnectionFragmentDoc.definitions,
|
98243
98868
|
...IssueFragmentDoc.definitions,
|
98869
|
+
...ActorBotFragmentDoc.definitions,
|
98244
98870
|
...PageInfoFragmentDoc.definitions,
|
98245
98871
|
],
|
98246
98872
|
};
|
@@ -98984,6 +99610,7 @@ const Organization_TemplatesDocument = {
|
|
98984
99610
|
},
|
98985
99611
|
},
|
98986
99612
|
...TemplateConnectionFragmentDoc.definitions,
|
99613
|
+
...TemplateFragmentDoc.definitions,
|
98987
99614
|
...PageInfoFragmentDoc.definitions,
|
98988
99615
|
],
|
98989
99616
|
};
|
@@ -99529,6 +100156,7 @@ const Project_IssuesDocument = {
|
|
99529
100156
|
},
|
99530
100157
|
...IssueConnectionFragmentDoc.definitions,
|
99531
100158
|
...IssueFragmentDoc.definitions,
|
100159
|
+
...ActorBotFragmentDoc.definitions,
|
99532
100160
|
...PageInfoFragmentDoc.definitions,
|
99533
100161
|
],
|
99534
100162
|
};
|
@@ -100798,12 +101426,36 @@ const PushSubscriptionTestDocument = {
|
|
100798
101426
|
kind: "OperationDefinition",
|
100799
101427
|
operation: "query",
|
100800
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
|
+
],
|
100801
101441
|
selectionSet: {
|
100802
101442
|
kind: "SelectionSet",
|
100803
101443
|
selections: [
|
100804
101444
|
{
|
100805
101445
|
kind: "Field",
|
100806
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
|
+
],
|
100807
101459
|
selectionSet: {
|
100808
101460
|
kind: "SelectionSet",
|
100809
101461
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PushSubscriptionTestPayload" } }],
|
@@ -101593,6 +102245,7 @@ const SearchIssuesDocument = {
|
|
101593
102245
|
...IssueSearchPayloadFragmentDoc.definitions,
|
101594
102246
|
...ArchiveResponseFragmentDoc.definitions,
|
101595
102247
|
...IssueSearchResultFragmentDoc.definitions,
|
102248
|
+
...ActorBotFragmentDoc.definitions,
|
101596
102249
|
...PageInfoFragmentDoc.definitions,
|
101597
102250
|
],
|
101598
102251
|
};
|
@@ -102067,6 +102720,119 @@ const TeamDocument = {
|
|
102067
102720
|
...TeamFragmentDoc.definitions,
|
102068
102721
|
],
|
102069
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
|
+
};
|
102070
102836
|
const Team_CyclesDocument = {
|
102071
102837
|
kind: "Document",
|
102072
102838
|
definitions: [
|
@@ -102306,6 +103072,7 @@ const Team_IssuesDocument = {
|
|
102306
103072
|
},
|
102307
103073
|
...IssueConnectionFragmentDoc.definitions,
|
102308
103074
|
...IssueFragmentDoc.definitions,
|
103075
|
+
...ActorBotFragmentDoc.definitions,
|
102309
103076
|
...PageInfoFragmentDoc.definitions,
|
102310
103077
|
],
|
102311
103078
|
};
|
@@ -103021,6 +103788,7 @@ const Team_TemplatesDocument = {
|
|
103021
103788
|
},
|
103022
103789
|
},
|
103023
103790
|
...TemplateConnectionFragmentDoc.definitions,
|
103791
|
+
...TemplateFragmentDoc.definitions,
|
103024
103792
|
...PageInfoFragmentDoc.definitions,
|
103025
103793
|
],
|
103026
103794
|
};
|
@@ -103619,6 +104387,7 @@ const User_AssignedIssuesDocument = {
|
|
103619
104387
|
},
|
103620
104388
|
...IssueConnectionFragmentDoc.definitions,
|
103621
104389
|
...IssueFragmentDoc.definitions,
|
104390
|
+
...ActorBotFragmentDoc.definitions,
|
103622
104391
|
...PageInfoFragmentDoc.definitions,
|
103623
104392
|
],
|
103624
104393
|
};
|
@@ -103740,6 +104509,7 @@ const User_CreatedIssuesDocument = {
|
|
103740
104509
|
},
|
103741
104510
|
...IssueConnectionFragmentDoc.definitions,
|
103742
104511
|
...IssueFragmentDoc.definitions,
|
104512
|
+
...ActorBotFragmentDoc.definitions,
|
103743
104513
|
...PageInfoFragmentDoc.definitions,
|
103744
104514
|
],
|
103745
104515
|
};
|
@@ -104239,6 +105009,7 @@ const Viewer_AssignedIssuesDocument = {
|
|
104239
105009
|
},
|
104240
105010
|
...IssueConnectionFragmentDoc.definitions,
|
104241
105011
|
...IssueFragmentDoc.definitions,
|
105012
|
+
...ActorBotFragmentDoc.definitions,
|
104242
105013
|
...PageInfoFragmentDoc.definitions,
|
104243
105014
|
],
|
104244
105015
|
};
|
@@ -104348,6 +105119,7 @@ const Viewer_CreatedIssuesDocument = {
|
|
104348
105119
|
},
|
104349
105120
|
...IssueConnectionFragmentDoc.definitions,
|
104350
105121
|
...IssueFragmentDoc.definitions,
|
105122
|
+
...ActorBotFragmentDoc.definitions,
|
104351
105123
|
...PageInfoFragmentDoc.definitions,
|
104352
105124
|
],
|
104353
105125
|
};
|
@@ -104843,6 +105615,7 @@ const WorkflowState_IssuesDocument = {
|
|
104843
105615
|
},
|
104844
105616
|
...IssueConnectionFragmentDoc.definitions,
|
104845
105617
|
...IssueFragmentDoc.definitions,
|
105618
|
+
...ActorBotFragmentDoc.definitions,
|
104846
105619
|
...PageInfoFragmentDoc.definitions,
|
104847
105620
|
],
|
104848
105621
|
};
|
@@ -105360,6 +106133,84 @@ const AttachmentLinkFrontDocument = {
|
|
105360
106133
|
...FrontAttachmentPayloadFragmentDoc.definitions,
|
105361
106134
|
],
|
105362
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
|
+
};
|
105363
106214
|
const AttachmentLinkGitHubPrDocument = {
|
105364
106215
|
kind: "Document",
|
105365
106216
|
definitions: [
|
@@ -105391,17 +106242,17 @@ const AttachmentLinkGitHubPrDocument = {
|
|
105391
106242
|
{
|
105392
106243
|
kind: "VariableDefinition",
|
105393
106244
|
variable: { kind: "Variable", name: { kind: "Name", value: "number" } },
|
105394
|
-
type: { kind: "
|
106245
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Float" } },
|
105395
106246
|
},
|
105396
106247
|
{
|
105397
106248
|
kind: "VariableDefinition",
|
105398
106249
|
variable: { kind: "Variable", name: { kind: "Name", value: "owner" } },
|
105399
|
-
type: { kind: "
|
106250
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
105400
106251
|
},
|
105401
106252
|
{
|
105402
106253
|
kind: "VariableDefinition",
|
105403
106254
|
variable: { kind: "Variable", name: { kind: "Name", value: "repo" } },
|
105404
|
-
type: { kind: "
|
106255
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
105405
106256
|
},
|
105406
106257
|
{
|
105407
106258
|
kind: "VariableDefinition",
|
@@ -106672,6 +107523,47 @@ const CreateCycleDocument = {
|
|
106672
107523
|
...CyclePayloadFragmentDoc.definitions,
|
106673
107524
|
],
|
106674
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
|
+
};
|
106675
107567
|
const UpdateCycleDocument = {
|
106676
107568
|
kind: "Document",
|
106677
107569
|
definitions: [
|
@@ -107263,6 +108155,138 @@ const FileUploadDocument = {
|
|
107263
108155
|
...UploadFileHeaderFragmentDoc.definitions,
|
107264
108156
|
],
|
107265
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
|
+
};
|
107266
108290
|
const GoogleUserAccountAuthDocument = {
|
107267
108291
|
kind: "Document",
|
107268
108292
|
definitions: [
|
@@ -107746,44 +108770,6 @@ const IntegrationGithubConnectDocument = {
|
|
107746
108770
|
...IntegrationPayloadFragmentDoc.definitions,
|
107747
108771
|
],
|
107748
108772
|
};
|
107749
|
-
const IntegrationGithubSyncConnectDocument = {
|
107750
|
-
kind: "Document",
|
107751
|
-
definitions: [
|
107752
|
-
{
|
107753
|
-
kind: "OperationDefinition",
|
107754
|
-
operation: "mutation",
|
107755
|
-
name: { kind: "Name", value: "integrationGithubSyncConnect" },
|
107756
|
-
variableDefinitions: [
|
107757
|
-
{
|
107758
|
-
kind: "VariableDefinition",
|
107759
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
|
107760
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107761
|
-
},
|
107762
|
-
],
|
107763
|
-
selectionSet: {
|
107764
|
-
kind: "SelectionSet",
|
107765
|
-
selections: [
|
107766
|
-
{
|
107767
|
-
kind: "Field",
|
107768
|
-
name: { kind: "Name", value: "integrationGithubSyncConnect" },
|
107769
|
-
arguments: [
|
107770
|
-
{
|
107771
|
-
kind: "Argument",
|
107772
|
-
name: { kind: "Name", value: "installationId" },
|
107773
|
-
value: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
|
107774
|
-
},
|
107775
|
-
],
|
107776
|
-
selectionSet: {
|
107777
|
-
kind: "SelectionSet",
|
107778
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
|
107779
|
-
},
|
107780
|
-
},
|
107781
|
-
],
|
107782
|
-
},
|
107783
|
-
},
|
107784
|
-
...IntegrationPayloadFragmentDoc.definitions,
|
107785
|
-
],
|
107786
|
-
};
|
107787
108773
|
const IntegrationGitlabConnectDocument = {
|
107788
108774
|
kind: "Document",
|
107789
108775
|
definitions: [
|
@@ -108001,10 +108987,15 @@ const IntegrationJiraPersonalDocument = {
|
|
108001
108987
|
operation: "mutation",
|
108002
108988
|
name: { kind: "Name", value: "integrationJiraPersonal" },
|
108003
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
|
+
},
|
108004
108995
|
{
|
108005
108996
|
kind: "VariableDefinition",
|
108006
108997
|
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
108007
|
-
type: { kind: "
|
108998
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
108008
108999
|
},
|
108009
109000
|
],
|
108010
109001
|
selectionSet: {
|
@@ -108014,6 +109005,11 @@ const IntegrationJiraPersonalDocument = {
|
|
108014
109005
|
kind: "Field",
|
108015
109006
|
name: { kind: "Name", value: "integrationJiraPersonal" },
|
108016
109007
|
arguments: [
|
109008
|
+
{
|
109009
|
+
kind: "Argument",
|
109010
|
+
name: { kind: "Name", value: "accessToken" },
|
109011
|
+
value: { kind: "Variable", name: { kind: "Name", value: "accessToken" } },
|
109012
|
+
},
|
108017
109013
|
{
|
108018
109014
|
kind: "Argument",
|
108019
109015
|
name: { kind: "Name", value: "code" },
|
@@ -108347,13 +109343,13 @@ const IntegrationSlackOrgProjectUpdatesPostDocument = {
|
|
108347
109343
|
],
|
108348
109344
|
selectionSet: {
|
108349
109345
|
kind: "SelectionSet",
|
108350
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
109346
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
|
108351
109347
|
},
|
108352
109348
|
},
|
108353
109349
|
],
|
108354
109350
|
},
|
108355
109351
|
},
|
108356
|
-
...
|
109352
|
+
...SlackChannelConnectPayloadFragmentDoc.definitions,
|
108357
109353
|
],
|
108358
109354
|
};
|
108359
109355
|
const IntegrationSlackPersonalDocument = {
|
@@ -108463,13 +109459,13 @@ const IntegrationSlackPostDocument = {
|
|
108463
109459
|
],
|
108464
109460
|
selectionSet: {
|
108465
109461
|
kind: "SelectionSet",
|
108466
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
109462
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
|
108467
109463
|
},
|
108468
109464
|
},
|
108469
109465
|
],
|
108470
109466
|
},
|
108471
109467
|
},
|
108472
|
-
...
|
109468
|
+
...SlackChannelConnectPayloadFragmentDoc.definitions,
|
108473
109469
|
],
|
108474
109470
|
};
|
108475
109471
|
const IntegrationSlackProjectPostDocument = {
|
@@ -108531,13 +109527,13 @@ const IntegrationSlackProjectPostDocument = {
|
|
108531
109527
|
],
|
108532
109528
|
selectionSet: {
|
108533
109529
|
kind: "SelectionSet",
|
108534
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
109530
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
|
108535
109531
|
},
|
108536
109532
|
},
|
108537
109533
|
],
|
108538
109534
|
},
|
108539
109535
|
},
|
108540
|
-
...
|
109536
|
+
...SlackChannelConnectPayloadFragmentDoc.definitions,
|
108541
109537
|
],
|
108542
109538
|
};
|
108543
109539
|
const CreateIntegrationTemplateDocument = {
|
@@ -108976,6 +109972,7 @@ const UpdateIssueBatchDocument = {
|
|
108976
109972
|
},
|
108977
109973
|
...IssueBatchPayloadFragmentDoc.definitions,
|
108978
109974
|
...IssueFragmentDoc.definitions,
|
109975
|
+
...ActorBotFragmentDoc.definitions,
|
108979
109976
|
],
|
108980
109977
|
};
|
108981
109978
|
const CreateIssueDocument = {
|
@@ -111450,6 +112447,11 @@ const CreateProjectDocument = {
|
|
111450
112447
|
operation: "mutation",
|
111451
112448
|
name: { kind: "Name", value: "createProject" },
|
111452
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
|
+
},
|
111453
112455
|
{
|
111454
112456
|
kind: "VariableDefinition",
|
111455
112457
|
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
@@ -111466,6 +112468,11 @@ const CreateProjectDocument = {
|
|
111466
112468
|
kind: "Field",
|
111467
112469
|
name: { kind: "Name", value: "projectCreate" },
|
111468
112470
|
arguments: [
|
112471
|
+
{
|
112472
|
+
kind: "Argument",
|
112473
|
+
name: { kind: "Name", value: "connectSlackChannel" },
|
112474
|
+
value: { kind: "Variable", name: { kind: "Name", value: "connectSlackChannel" } },
|
112475
|
+
},
|
111469
112476
|
{
|
111470
112477
|
kind: "Argument",
|
111471
112478
|
name: { kind: "Name", value: "input" },
|
@@ -112991,6 +113998,44 @@ const UpdateTeamMembershipDocument = {
|
|
112991
113998
|
...TeamMembershipPayloadFragmentDoc.definitions,
|
112992
113999
|
],
|
112993
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
|
+
};
|
112994
114039
|
const UpdateTeamDocument = {
|
112995
114040
|
kind: "Document",
|
112996
114041
|
definitions: [
|
@@ -113382,82 +114427,6 @@ const UpdateUserFlagDocument = {
|
|
113382
114427
|
...UserSettingsFlagPayloadFragmentDoc.definitions,
|
113383
114428
|
],
|
113384
114429
|
};
|
113385
|
-
const UserGitHubConnectDocument = {
|
113386
|
-
kind: "Document",
|
113387
|
-
definitions: [
|
113388
|
-
{
|
113389
|
-
kind: "OperationDefinition",
|
113390
|
-
operation: "mutation",
|
113391
|
-
name: { kind: "Name", value: "userGitHubConnect" },
|
113392
|
-
variableDefinitions: [
|
113393
|
-
{
|
113394
|
-
kind: "VariableDefinition",
|
113395
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113396
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
113397
|
-
},
|
113398
|
-
],
|
113399
|
-
selectionSet: {
|
113400
|
-
kind: "SelectionSet",
|
113401
|
-
selections: [
|
113402
|
-
{
|
113403
|
-
kind: "Field",
|
113404
|
-
name: { kind: "Name", value: "userGitHubConnect" },
|
113405
|
-
arguments: [
|
113406
|
-
{
|
113407
|
-
kind: "Argument",
|
113408
|
-
name: { kind: "Name", value: "code" },
|
113409
|
-
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113410
|
-
},
|
113411
|
-
],
|
113412
|
-
selectionSet: {
|
113413
|
-
kind: "SelectionSet",
|
113414
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
|
113415
|
-
},
|
113416
|
-
},
|
113417
|
-
],
|
113418
|
-
},
|
113419
|
-
},
|
113420
|
-
...UserPayloadFragmentDoc.definitions,
|
113421
|
-
],
|
113422
|
-
};
|
113423
|
-
const UserJiraConnectDocument = {
|
113424
|
-
kind: "Document",
|
113425
|
-
definitions: [
|
113426
|
-
{
|
113427
|
-
kind: "OperationDefinition",
|
113428
|
-
operation: "mutation",
|
113429
|
-
name: { kind: "Name", value: "userJiraConnect" },
|
113430
|
-
variableDefinitions: [
|
113431
|
-
{
|
113432
|
-
kind: "VariableDefinition",
|
113433
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113434
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
113435
|
-
},
|
113436
|
-
],
|
113437
|
-
selectionSet: {
|
113438
|
-
kind: "SelectionSet",
|
113439
|
-
selections: [
|
113440
|
-
{
|
113441
|
-
kind: "Field",
|
113442
|
-
name: { kind: "Name", value: "userJiraConnect" },
|
113443
|
-
arguments: [
|
113444
|
-
{
|
113445
|
-
kind: "Argument",
|
113446
|
-
name: { kind: "Name", value: "code" },
|
113447
|
-
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
113448
|
-
},
|
113449
|
-
],
|
113450
|
-
selectionSet: {
|
113451
|
-
kind: "SelectionSet",
|
113452
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
|
113453
|
-
},
|
113454
|
-
},
|
113455
|
-
],
|
113456
|
-
},
|
113457
|
-
},
|
113458
|
-
...UserPayloadFragmentDoc.definitions,
|
113459
|
-
],
|
113460
|
-
};
|
113461
114430
|
const UserPromoteAdminDocument = {
|
113462
114431
|
kind: "Document",
|
113463
114432
|
definitions: [
|
@@ -114185,19 +115154,24 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114185
115154
|
__proto__: null,
|
114186
115155
|
get AuthenticationSessionType () { return AuthenticationSessionType; },
|
114187
115156
|
get ContextViewType () { return ContextViewType; },
|
115157
|
+
get DateResolutionType () { return DateResolutionType; },
|
114188
115158
|
get Day () { return Day; },
|
115159
|
+
get GitAutomationStates () { return GitAutomationStates; },
|
114189
115160
|
get IntegrationService () { return IntegrationService; },
|
114190
115161
|
get IssueRelationType () { return IssueRelationType; },
|
114191
115162
|
get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
|
114192
115163
|
get OrganizationDomainAuthType () { return OrganizationDomainAuthType; },
|
114193
115164
|
get OrganizationInviteStatus () { return OrganizationInviteStatus; },
|
114194
115165
|
get PaginationOrderBy () { return PaginationOrderBy; },
|
115166
|
+
get ProjectTab () { return ProjectTab; },
|
114195
115167
|
get ProjectUpdateHealthType () { return ProjectUpdateHealthType; },
|
114196
115168
|
get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
|
114197
115169
|
get PushSubscriptionType () { return PushSubscriptionType; },
|
114198
115170
|
get ReleaseChannel () { return ReleaseChannel; },
|
114199
115171
|
get SlaDayCountType () { return SlaDayCountType; },
|
115172
|
+
get SendStrategy () { return SendStrategy; },
|
114200
115173
|
get SlaStatus () { return SlaStatus; },
|
115174
|
+
get SlackChannelType () { return SlackChannelType; },
|
114201
115175
|
get TriageResponsibilityAction () { return TriageResponsibilityAction; },
|
114202
115176
|
get UserContextViewType () { return UserContextViewType; },
|
114203
115177
|
get UserFlagType () { return UserFlagType; },
|
@@ -114227,17 +115201,20 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114227
115201
|
NotificationArchivePayloadFragmentDoc: NotificationArchivePayloadFragmentDoc,
|
114228
115202
|
ProjectArchivePayloadFragmentDoc: ProjectArchivePayloadFragmentDoc,
|
114229
115203
|
RoadmapArchivePayloadFragmentDoc: RoadmapArchivePayloadFragmentDoc,
|
115204
|
+
TeamArchivePayloadFragmentDoc: TeamArchivePayloadFragmentDoc,
|
114230
115205
|
WorkflowStateArchivePayloadFragmentDoc: WorkflowStateArchivePayloadFragmentDoc,
|
114231
115206
|
ArchivePayloadFragmentDoc: ArchivePayloadFragmentDoc,
|
114232
115207
|
LabelNotificationSubscriptionFragmentDoc: LabelNotificationSubscriptionFragmentDoc,
|
114233
115208
|
ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
|
114234
115209
|
TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
|
114235
|
-
TemplateFragmentDoc: TemplateFragmentDoc,
|
114236
115210
|
UserAccountFragmentDoc: UserAccountFragmentDoc,
|
114237
115211
|
UserNotificationSubscriptionFragmentDoc: UserNotificationSubscriptionFragmentDoc,
|
115212
|
+
EmailIntakeAddressFragmentDoc: EmailIntakeAddressFragmentDoc,
|
114238
115213
|
PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
|
114239
115214
|
OrganizationFragmentDoc: OrganizationFragmentDoc,
|
114240
|
-
|
115215
|
+
AuthOauthClientWithScopeFragmentDoc: AuthOauthClientWithScopeFragmentDoc,
|
115216
|
+
AuthOauthClientWithMembershipsFragmentDoc: AuthOauthClientWithMembershipsFragmentDoc,
|
115217
|
+
AuthenticationSessionResponseFragmentDoc: AuthenticationSessionResponseFragmentDoc,
|
114241
115218
|
OrganizationDomainFragmentDoc: OrganizationDomainFragmentDoc,
|
114242
115219
|
GithubRepoFragmentDoc: GithubRepoFragmentDoc,
|
114243
115220
|
GithubOrgFragmentDoc: GithubOrgFragmentDoc,
|
@@ -114245,10 +115222,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114245
115222
|
UserAuthorizedApplicationFragmentDoc: UserAuthorizedApplicationFragmentDoc,
|
114246
115223
|
ApplicationFragmentDoc: ApplicationFragmentDoc,
|
114247
115224
|
FrontSettingsFragmentDoc: FrontSettingsFragmentDoc,
|
114248
|
-
GitHubSettingsFragmentDoc: GitHubSettingsFragmentDoc,
|
114249
115225
|
TeamRepoMappingFragmentDoc: TeamRepoMappingFragmentDoc,
|
114250
|
-
|
114251
|
-
|
115226
|
+
GitHubRepoFragmentDoc: GitHubRepoFragmentDoc,
|
115227
|
+
GitHubSettingsFragmentDoc: GitHubSettingsFragmentDoc,
|
115228
|
+
GitHubPersonalSettingsFragmentDoc: GitHubPersonalSettingsFragmentDoc,
|
114252
115229
|
GitLabSettingsFragmentDoc: GitLabSettingsFragmentDoc,
|
114253
115230
|
GoogleSheetsSettingsFragmentDoc: GoogleSheetsSettingsFragmentDoc,
|
114254
115231
|
IntercomSettingsFragmentDoc: IntercomSettingsFragmentDoc,
|
@@ -114282,15 +115259,19 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114282
115259
|
AuditEntryFragmentDoc: AuditEntryFragmentDoc,
|
114283
115260
|
AuditEntryConnectionFragmentDoc: AuditEntryConnectionFragmentDoc,
|
114284
115261
|
AuditEntryTypeFragmentDoc: AuditEntryTypeFragmentDoc,
|
114285
|
-
AuthApiKeyDeletePayloadFragmentDoc: AuthApiKeyDeletePayloadFragmentDoc,
|
114286
115262
|
AuthApiKeyFragmentDoc: AuthApiKeyFragmentDoc,
|
114287
115263
|
AuthApiKeyPayloadFragmentDoc: AuthApiKeyPayloadFragmentDoc,
|
114288
|
-
AuthIntegrationFragmentDoc: AuthIntegrationFragmentDoc,
|
114289
|
-
AuthOauthClientFragmentDoc: AuthOauthClientFragmentDoc,
|
114290
115264
|
AuthOrganizationFragmentDoc: AuthOrganizationFragmentDoc,
|
114291
115265
|
AuthUserFragmentDoc: AuthUserFragmentDoc,
|
115266
|
+
AuthCreateOrJoinOrganizationResponseFragmentDoc: AuthCreateOrJoinOrganizationResponseFragmentDoc,
|
115267
|
+
AuthIntegrationFragmentDoc: AuthIntegrationFragmentDoc,
|
115268
|
+
AuthOauthClientFragmentDoc: AuthOauthClientFragmentDoc,
|
115269
|
+
OauthTokenFragmentDoc: OauthTokenFragmentDoc,
|
115270
|
+
AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
|
115271
|
+
AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
|
114292
115272
|
AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
|
114293
|
-
|
115273
|
+
AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
|
115274
|
+
AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
|
114294
115275
|
CommentFragmentDoc: CommentFragmentDoc,
|
114295
115276
|
CommentConnectionFragmentDoc: CommentConnectionFragmentDoc,
|
114296
115277
|
CommentPayloadFragmentDoc: CommentPayloadFragmentDoc,
|
@@ -114325,6 +115306,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114325
115306
|
FavoriteConnectionFragmentDoc: FavoriteConnectionFragmentDoc,
|
114326
115307
|
FavoritePayloadFragmentDoc: FavoritePayloadFragmentDoc,
|
114327
115308
|
FrontAttachmentPayloadFragmentDoc: FrontAttachmentPayloadFragmentDoc,
|
115309
|
+
GitAutomationStateFragmentDoc: GitAutomationStateFragmentDoc,
|
115310
|
+
GitAutomationStateConnectionFragmentDoc: GitAutomationStateConnectionFragmentDoc,
|
115311
|
+
GitAutomationStatePayloadFragmentDoc: GitAutomationStatePayloadFragmentDoc,
|
114328
115312
|
GitHubCommitIntegrationPayloadFragmentDoc: GitHubCommitIntegrationPayloadFragmentDoc,
|
114329
115313
|
ImageUploadFromUrlPayloadFragmentDoc: ImageUploadFromUrlPayloadFragmentDoc,
|
114330
115314
|
IntegrationFragmentDoc: IntegrationFragmentDoc,
|
@@ -114414,6 +115398,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114414
115398
|
RoadmapToProjectConnectionFragmentDoc: RoadmapToProjectConnectionFragmentDoc,
|
114415
115399
|
RoadmapToProjectPayloadFragmentDoc: RoadmapToProjectPayloadFragmentDoc,
|
114416
115400
|
SamlConfigurationFragmentDoc: SamlConfigurationFragmentDoc,
|
115401
|
+
SlackChannelConnectPayloadFragmentDoc: SlackChannelConnectPayloadFragmentDoc,
|
114417
115402
|
SsoUrlFromEmailResponseFragmentDoc: SsoUrlFromEmailResponseFragmentDoc,
|
114418
115403
|
SynchronizedPayloadFragmentDoc: SynchronizedPayloadFragmentDoc,
|
114419
115404
|
TeamFragmentDoc: TeamFragmentDoc,
|
@@ -114422,6 +115407,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114422
115407
|
TeamMembershipConnectionFragmentDoc: TeamMembershipConnectionFragmentDoc,
|
114423
115408
|
TeamMembershipPayloadFragmentDoc: TeamMembershipPayloadFragmentDoc,
|
114424
115409
|
TeamPayloadFragmentDoc: TeamPayloadFragmentDoc,
|
115410
|
+
TemplateFragmentDoc: TemplateFragmentDoc,
|
114425
115411
|
TemplateConnectionFragmentDoc: TemplateConnectionFragmentDoc,
|
114426
115412
|
TemplatePayloadFragmentDoc: TemplatePayloadFragmentDoc,
|
114427
115413
|
TriageResponsibilityFragmentDoc: TriageResponsibilityFragmentDoc,
|
@@ -114455,6 +115441,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114455
115441
|
AttachmentDocument: AttachmentDocument,
|
114456
115442
|
AttachmentIssueDocument: AttachmentIssueDocument,
|
114457
115443
|
AttachmentIssue_AttachmentsDocument: AttachmentIssue_AttachmentsDocument,
|
115444
|
+
AttachmentIssue_BotActorDocument: AttachmentIssue_BotActorDocument,
|
114458
115445
|
AttachmentIssue_ChildrenDocument: AttachmentIssue_ChildrenDocument,
|
114459
115446
|
AttachmentIssue_CommentsDocument: AttachmentIssue_CommentsDocument,
|
114460
115447
|
AttachmentIssue_HistoryDocument: AttachmentIssue_HistoryDocument,
|
@@ -114495,6 +115482,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114495
115482
|
IntegrationsSettingsDocument: IntegrationsSettingsDocument,
|
114496
115483
|
IssueDocument: IssueDocument,
|
114497
115484
|
Issue_AttachmentsDocument: Issue_AttachmentsDocument,
|
115485
|
+
Issue_BotActorDocument: Issue_BotActorDocument,
|
114498
115486
|
Issue_ChildrenDocument: Issue_ChildrenDocument,
|
114499
115487
|
Issue_CommentsDocument: Issue_CommentsDocument,
|
114500
115488
|
Issue_HistoryDocument: Issue_HistoryDocument,
|
@@ -114516,6 +115504,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114516
115504
|
IssueSearchDocument: IssueSearchDocument,
|
114517
115505
|
IssueVcsBranchSearchDocument: IssueVcsBranchSearchDocument,
|
114518
115506
|
IssueVcsBranchSearch_AttachmentsDocument: IssueVcsBranchSearch_AttachmentsDocument,
|
115507
|
+
IssueVcsBranchSearch_BotActorDocument: IssueVcsBranchSearch_BotActorDocument,
|
114519
115508
|
IssueVcsBranchSearch_ChildrenDocument: IssueVcsBranchSearch_ChildrenDocument,
|
114520
115509
|
IssueVcsBranchSearch_CommentsDocument: IssueVcsBranchSearch_CommentsDocument,
|
114521
115510
|
IssueVcsBranchSearch_HistoryDocument: IssueVcsBranchSearch_HistoryDocument,
|
@@ -114571,6 +115560,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114571
115560
|
SearchProjects_ArchivePayloadDocument: SearchProjects_ArchivePayloadDocument,
|
114572
115561
|
SsoUrlFromEmailDocument: SsoUrlFromEmailDocument,
|
114573
115562
|
TeamDocument: TeamDocument,
|
115563
|
+
Team_AutomationStatesDocument: Team_AutomationStatesDocument,
|
114574
115564
|
Team_CyclesDocument: Team_CyclesDocument,
|
114575
115565
|
Team_IssuesDocument: Team_IssuesDocument,
|
114576
115566
|
Team_LabelsDocument: Team_LabelsDocument,
|
@@ -114611,6 +115601,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114611
115601
|
DeleteAttachmentDocument: DeleteAttachmentDocument,
|
114612
115602
|
AttachmentLinkDiscordDocument: AttachmentLinkDiscordDocument,
|
114613
115603
|
AttachmentLinkFrontDocument: AttachmentLinkFrontDocument,
|
115604
|
+
AttachmentLinkGitHubIssueDocument: AttachmentLinkGitHubIssueDocument,
|
114614
115605
|
AttachmentLinkGitHubPrDocument: AttachmentLinkGitHubPrDocument,
|
114615
115606
|
AttachmentLinkGitLabMrDocument: AttachmentLinkGitLabMrDocument,
|
114616
115607
|
AttachmentLinkIntercomDocument: AttachmentLinkIntercomDocument,
|
@@ -114634,6 +115625,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114634
115625
|
UpdateCustomViewDocument: UpdateCustomViewDocument,
|
114635
115626
|
ArchiveCycleDocument: ArchiveCycleDocument,
|
114636
115627
|
CreateCycleDocument: CreateCycleDocument,
|
115628
|
+
CycleShiftAllDocument: CycleShiftAllDocument,
|
114637
115629
|
UpdateCycleDocument: UpdateCycleDocument,
|
114638
115630
|
CreateDocumentDocument: CreateDocumentDocument,
|
114639
115631
|
DeleteDocumentDocument: DeleteDocumentDocument,
|
@@ -114647,6 +115639,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114647
115639
|
DeleteFavoriteDocument: DeleteFavoriteDocument,
|
114648
115640
|
UpdateFavoriteDocument: UpdateFavoriteDocument,
|
114649
115641
|
FileUploadDocument: FileUploadDocument,
|
115642
|
+
CreateGitAutomationStateDocument: CreateGitAutomationStateDocument,
|
115643
|
+
DeleteGitAutomationStateDocument: DeleteGitAutomationStateDocument,
|
115644
|
+
UpdateGitAutomationStateDocument: UpdateGitAutomationStateDocument,
|
114650
115645
|
GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
|
114651
115646
|
ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
|
114652
115647
|
ImportFileUploadDocument: ImportFileUploadDocument,
|
@@ -114658,7 +115653,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114658
115653
|
IntegrationGitHubPersonalDocument: IntegrationGitHubPersonalDocument,
|
114659
115654
|
CreateIntegrationGithubCommitDocument: CreateIntegrationGithubCommitDocument,
|
114660
115655
|
IntegrationGithubConnectDocument: IntegrationGithubConnectDocument,
|
114661
|
-
IntegrationGithubSyncConnectDocument: IntegrationGithubSyncConnectDocument,
|
114662
115656
|
IntegrationGitlabConnectDocument: IntegrationGitlabConnectDocument,
|
114663
115657
|
IntegrationGoogleSheetsDocument: IntegrationGoogleSheetsDocument,
|
114664
115658
|
IntegrationIntercomDocument: IntegrationIntercomDocument,
|
@@ -114770,6 +115764,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114770
115764
|
CreateTeamMembershipDocument: CreateTeamMembershipDocument,
|
114771
115765
|
DeleteTeamMembershipDocument: DeleteTeamMembershipDocument,
|
114772
115766
|
UpdateTeamMembershipDocument: UpdateTeamMembershipDocument,
|
115767
|
+
UnarchiveTeamDocument: UnarchiveTeamDocument,
|
114773
115768
|
UpdateTeamDocument: UpdateTeamDocument,
|
114774
115769
|
CreateTemplateDocument: CreateTemplateDocument,
|
114775
115770
|
DeleteTemplateDocument: DeleteTemplateDocument,
|
@@ -114779,8 +115774,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114779
115774
|
UserDiscordConnectDocument: UserDiscordConnectDocument,
|
114780
115775
|
UserExternalUserDisconnectDocument: UserExternalUserDisconnectDocument,
|
114781
115776
|
UpdateUserFlagDocument: UpdateUserFlagDocument,
|
114782
|
-
UserGitHubConnectDocument: UserGitHubConnectDocument,
|
114783
|
-
UserJiraConnectDocument: UserJiraConnectDocument,
|
114784
115777
|
UserPromoteAdminDocument: UserPromoteAdminDocument,
|
114785
115778
|
UserPromoteMemberDocument: UserPromoteMemberDocument,
|
114786
115779
|
UserSettingsFlagIncrementDocument: UserSettingsFlagIncrementDocument,
|
@@ -115072,20 +116065,20 @@ class AsksChannelConnectPayload extends Request {
|
|
115072
116065
|
*/
|
115073
116066
|
class Attachment extends Request {
|
115074
116067
|
constructor(request, data) {
|
115075
|
-
var _a, _b, _c, _d, _e, _f, _g
|
116068
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
115076
116069
|
super(request);
|
115077
116070
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115078
116071
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115079
116072
|
this.groupBySource = data.groupBySource;
|
115080
116073
|
this.id = data.id;
|
115081
|
-
this.metadata =
|
115082
|
-
this.source = (
|
115083
|
-
this.sourceType = (
|
115084
|
-
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;
|
115085
116078
|
this.title = data.title;
|
115086
|
-
this.updatedAt = (
|
116079
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
115087
116080
|
this.url = data.url;
|
115088
|
-
this._creator = (
|
116081
|
+
this._creator = (_g = data.creator) !== null && _g !== void 0 ? _g : undefined;
|
115089
116082
|
this._issue = data.issue;
|
115090
116083
|
}
|
115091
116084
|
/** The creator of the attachment. */
|
@@ -115172,9 +116165,8 @@ class AttachmentPayload extends Request {
|
|
115172
116165
|
*/
|
115173
116166
|
class AttachmentSourcesPayload extends Request {
|
115174
116167
|
constructor(request, data) {
|
115175
|
-
var _a;
|
115176
116168
|
super(request);
|
115177
|
-
this.sources =
|
116169
|
+
this.sources = data.sources;
|
115178
116170
|
}
|
115179
116171
|
}
|
115180
116172
|
/**
|
@@ -115193,8 +116185,8 @@ class AuditEntry extends Request {
|
|
115193
116185
|
this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
|
115194
116186
|
this.id = data.id;
|
115195
116187
|
this.ip = (_e = data.ip) !== null && _e !== void 0 ? _e : undefined;
|
115196
|
-
this.metadata = (_f =
|
115197
|
-
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;
|
115198
116190
|
this.type = data.type;
|
115199
116191
|
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
115200
116192
|
this._actor = (_j = data.actor) !== null && _j !== void 0 ? _j : undefined;
|
@@ -115247,28 +116239,33 @@ class AuthApiKey extends Request {
|
|
115247
116239
|
}
|
115248
116240
|
}
|
115249
116241
|
/**
|
115250
|
-
*
|
116242
|
+
* AuthApiKeyPayload model
|
115251
116243
|
*
|
115252
116244
|
* @param request - function to call the graphql client
|
115253
|
-
* @param data - L.
|
116245
|
+
* @param data - L.AuthApiKeyPayloadFragment response data
|
115254
116246
|
*/
|
115255
|
-
class
|
116247
|
+
class AuthApiKeyPayload extends Request {
|
115256
116248
|
constructor(request, data) {
|
115257
116249
|
super(request);
|
115258
116250
|
this.success = data.success;
|
116251
|
+
this.authApiKey = new AuthApiKey(request, data.authApiKey);
|
115259
116252
|
}
|
115260
116253
|
}
|
115261
116254
|
/**
|
115262
|
-
*
|
116255
|
+
* AuthCreateOrJoinOrganizationResponse model
|
115263
116256
|
*
|
115264
116257
|
* @param request - function to call the graphql client
|
115265
|
-
* @param data - L.
|
116258
|
+
* @param data - L.AuthCreateOrJoinOrganizationResponseFragment response data
|
115266
116259
|
*/
|
115267
|
-
class
|
116260
|
+
class AuthCreateOrJoinOrganizationResponse extends Request {
|
115268
116261
|
constructor(request, data) {
|
116262
|
+
var _a;
|
115269
116263
|
super(request);
|
115270
|
-
this.
|
115271
|
-
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);
|
115272
116269
|
}
|
115273
116270
|
}
|
115274
116271
|
/**
|
@@ -115291,11 +116288,72 @@ class AuthIntegration extends Request {
|
|
115291
116288
|
*/
|
115292
116289
|
class AuthOauthClient extends Request {
|
115293
116290
|
constructor(request, data) {
|
116291
|
+
var _a, _b, _c, _d;
|
115294
116292
|
super(request);
|
116293
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115295
116294
|
this.clientId = data.clientId;
|
115296
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;
|
115297
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;
|
115298
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));
|
115299
116357
|
}
|
115300
116358
|
}
|
115301
116359
|
/**
|
@@ -115315,10 +116373,23 @@ class AuthOrganization extends Request {
|
|
115315
116373
|
this.name = data.name;
|
115316
116374
|
this.previousUrlKeys = data.previousUrlKeys;
|
115317
116375
|
this.samlEnabled = data.samlEnabled;
|
116376
|
+
this.scimEnabled = data.scimEnabled;
|
115318
116377
|
this.urlKey = data.urlKey;
|
115319
116378
|
this.userCount = data.userCount;
|
115320
116379
|
}
|
115321
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
|
+
}
|
115322
116393
|
/**
|
115323
116394
|
* AuthResolverResponse model
|
115324
116395
|
*
|
@@ -115343,6 +116414,18 @@ class AuthResolverResponse extends Request {
|
|
115343
116414
|
this.users = data.users.map(node => new AuthUser(request, node));
|
115344
116415
|
}
|
115345
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
|
+
}
|
115346
116429
|
/**
|
115347
116430
|
* A user that has access to the the resources of an organization.
|
115348
116431
|
*
|
@@ -115353,6 +116436,7 @@ class AuthUser extends Request {
|
|
115353
116436
|
constructor(request, data) {
|
115354
116437
|
var _a;
|
115355
116438
|
super(request);
|
116439
|
+
this.active = data.active;
|
115356
116440
|
this.avatarUrl = (_a = data.avatarUrl) !== null && _a !== void 0 ? _a : undefined;
|
115357
116441
|
this.displayName = data.displayName;
|
115358
116442
|
this.email = data.email;
|
@@ -115389,7 +116473,7 @@ class AuthenticationSession extends Request {
|
|
115389
116473
|
}
|
115390
116474
|
}
|
115391
116475
|
/**
|
115392
|
-
*
|
116476
|
+
* Authentication session information
|
115393
116477
|
*
|
115394
116478
|
* @param request - function to call the graphql client
|
115395
116479
|
* @param data - L.AuthenticationSessionResponseFragment response data
|
@@ -115416,6 +116500,23 @@ class AuthenticationSessionResponse extends Request {
|
|
115416
116500
|
this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
|
115417
116501
|
}
|
115418
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
|
+
}
|
115419
116520
|
/**
|
115420
116521
|
* A comment associated with an issue.
|
115421
116522
|
*
|
@@ -115424,34 +116525,41 @@ class AuthenticationSessionResponse extends Request {
|
|
115424
116525
|
*/
|
115425
116526
|
class Comment extends Request {
|
115426
116527
|
constructor(request, data) {
|
115427
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
116528
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
115428
116529
|
super(request);
|
115429
116530
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115430
116531
|
this.body = data.body;
|
115431
116532
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115432
116533
|
this.editedAt = (_c = parseDate(data.editedAt)) !== null && _c !== void 0 ? _c : undefined;
|
115433
116534
|
this.id = data.id;
|
115434
|
-
this.reactionData =
|
115435
|
-
this.resolvedAt = (
|
115436
|
-
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();
|
115437
116538
|
this.url = data.url;
|
115438
116539
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
115439
116540
|
this.documentContent = data.documentContent ? new DocumentContent(request, data.documentContent) : undefined;
|
115440
|
-
this._issue = data.issue;
|
116541
|
+
this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
|
115441
116542
|
this._parent = (_g = data.parent) !== null && _g !== void 0 ? _g : undefined;
|
115442
|
-
this.
|
115443
|
-
this.
|
115444
|
-
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;
|
115445
116547
|
}
|
115446
116548
|
/** The issue that the comment is associated with. */
|
115447
116549
|
get issue() {
|
115448
|
-
|
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;
|
115449
116552
|
}
|
115450
116553
|
/** The parent comment under which the current comment is nested. */
|
115451
116554
|
get parent() {
|
115452
116555
|
var _a, _b;
|
115453
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;
|
115454
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
|
+
}
|
115455
116563
|
/** The comment that resolved the thread. */
|
115456
116564
|
get resolvingComment() {
|
115457
116565
|
var _a, _b;
|
@@ -115522,17 +116630,17 @@ class CommentPayload extends Request {
|
|
115522
116630
|
*/
|
115523
116631
|
class Company extends Request {
|
115524
116632
|
constructor(request, data) {
|
115525
|
-
var _a, _b, _c, _d, _e
|
116633
|
+
var _a, _b, _c, _d, _e;
|
115526
116634
|
super(request);
|
115527
116635
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115528
|
-
this.companyProperties =
|
115529
|
-
this.createdAt = (
|
116636
|
+
this.companyProperties = data.companyProperties;
|
116637
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115530
116638
|
this.externalId = data.externalId;
|
115531
116639
|
this.id = data.id;
|
115532
|
-
this.logoUrl = (
|
116640
|
+
this.logoUrl = (_c = data.logoUrl) !== null && _c !== void 0 ? _c : undefined;
|
115533
116641
|
this.name = data.name;
|
115534
|
-
this.updatedAt = (
|
115535
|
-
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;
|
115536
116644
|
this._creator = data.creator;
|
115537
116645
|
}
|
115538
116646
|
/** The user who added the company. */
|
@@ -115601,23 +116709,23 @@ class CreateOrJoinOrganizationResponse extends Request {
|
|
115601
116709
|
*/
|
115602
116710
|
class CustomView extends Request {
|
115603
116711
|
constructor(request, data) {
|
115604
|
-
var _a, _b, _c, _d, _e, _f, _g
|
116712
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
115605
116713
|
super(request);
|
115606
116714
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115607
116715
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
115608
116716
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
115609
116717
|
this.description = (_d = data.description) !== null && _d !== void 0 ? _d : undefined;
|
115610
|
-
this.filterData =
|
115611
|
-
this.filters =
|
115612
|
-
this.icon = (
|
116718
|
+
this.filterData = data.filterData;
|
116719
|
+
this.filters = data.filters;
|
116720
|
+
this.icon = (_e = data.icon) !== null && _e !== void 0 ? _e : undefined;
|
115613
116721
|
this.id = data.id;
|
115614
116722
|
this.modelName = data.modelName;
|
115615
116723
|
this.name = data.name;
|
115616
116724
|
this.shared = data.shared;
|
115617
|
-
this.updatedAt = (
|
116725
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
115618
116726
|
this._creator = data.creator;
|
115619
116727
|
this._owner = data.owner;
|
115620
|
-
this._team = (
|
116728
|
+
this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
|
115621
116729
|
}
|
115622
116730
|
/** The user who created the custom view. */
|
115623
116731
|
get creator() {
|
@@ -115960,6 +117068,7 @@ class Document extends Request {
|
|
115960
117068
|
this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
|
115961
117069
|
this.id = data.id;
|
115962
117070
|
this.slugId = data.slugId;
|
117071
|
+
this.sortOrder = data.sortOrder;
|
115963
117072
|
this.title = data.title;
|
115964
117073
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
115965
117074
|
this._creator = data.creator;
|
@@ -116137,7 +117246,7 @@ class DocumentSearchPayload extends Request {
|
|
116137
117246
|
*/
|
116138
117247
|
class DocumentSearchResult extends Request {
|
116139
117248
|
constructor(request, data) {
|
116140
|
-
var _a, _b, _c, _d, _e, _f, _g, _h
|
117249
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
116141
117250
|
super(request);
|
116142
117251
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116143
117252
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -116146,12 +117255,13 @@ class DocumentSearchResult extends Request {
|
|
116146
117255
|
this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
|
116147
117256
|
this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
|
116148
117257
|
this.id = data.id;
|
116149
|
-
this.metadata =
|
117258
|
+
this.metadata = data.metadata;
|
116150
117259
|
this.slugId = data.slugId;
|
117260
|
+
this.sortOrder = data.sortOrder;
|
116151
117261
|
this.title = data.title;
|
116152
|
-
this.updatedAt = (
|
117262
|
+
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
116153
117263
|
this._creator = data.creator;
|
116154
|
-
this._lastAppliedTemplate = (
|
117264
|
+
this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
|
116155
117265
|
this._project = data.project;
|
116156
117266
|
this._updatedBy = data.updatedBy;
|
116157
117267
|
}
|
@@ -116187,6 +117297,35 @@ class DocumentSearchResultConnection extends Connection {
|
|
116187
117297
|
super(request, fetch, data.nodes.map(node => new DocumentSearchResult(request, node)), new PageInfo(request, data.pageInfo));
|
116188
117298
|
}
|
116189
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
|
+
}
|
116190
117329
|
/**
|
116191
117330
|
* EmailUnsubscribePayload model
|
116192
117331
|
*
|
@@ -116461,6 +117600,72 @@ class FrontSettings extends Request {
|
|
116461
117600
|
this.sendNoteOnStatusChange = (_e = data.sendNoteOnStatusChange) !== null && _e !== void 0 ? _e : undefined;
|
116462
117601
|
}
|
116463
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
|
+
}
|
116464
117669
|
/**
|
116465
117670
|
* GitHubCommitIntegrationPayload model
|
116466
117671
|
*
|
@@ -116483,27 +117688,24 @@ class GitHubCommitIntegrationPayload extends Request {
|
|
116483
117688
|
}
|
116484
117689
|
}
|
116485
117690
|
/**
|
116486
|
-
* Metadata and settings for a GitHub integration.
|
117691
|
+
* Metadata and settings for a GitHub Personal integration.
|
116487
117692
|
*
|
116488
117693
|
* @param request - function to call the graphql client
|
116489
|
-
* @param data - L.
|
117694
|
+
* @param data - L.GitHubPersonalSettingsFragment response data
|
116490
117695
|
*/
|
116491
|
-
class
|
117696
|
+
class GitHubPersonalSettings extends Request {
|
116492
117697
|
constructor(request, data) {
|
116493
|
-
var _a;
|
116494
117698
|
super(request);
|
116495
|
-
this.
|
116496
|
-
this.orgLogin = data.orgLogin;
|
116497
|
-
this.repositories = (_a = data.repositories) !== null && _a !== void 0 ? _a : undefined;
|
117699
|
+
this.login = data.login;
|
116498
117700
|
}
|
116499
117701
|
}
|
116500
117702
|
/**
|
116501
117703
|
* GitHub repos available to sync.
|
116502
117704
|
*
|
116503
117705
|
* @param request - function to call the graphql client
|
116504
|
-
* @param data - L.
|
117706
|
+
* @param data - L.GitHubRepoFragment response data
|
116505
117707
|
*/
|
116506
|
-
class
|
117708
|
+
class GitHubRepo extends Request {
|
116507
117709
|
constructor(request, data) {
|
116508
117710
|
super(request);
|
116509
117711
|
this.fullName = data.fullName;
|
@@ -116511,16 +117713,20 @@ class GitHubSyncRepo extends Request {
|
|
116511
117713
|
}
|
116512
117714
|
}
|
116513
117715
|
/**
|
116514
|
-
* Metadata and settings for a GitHub
|
117716
|
+
* Metadata and settings for a GitHub integration.
|
116515
117717
|
*
|
116516
117718
|
* @param request - function to call the graphql client
|
116517
|
-
* @param data - L.
|
117719
|
+
* @param data - L.GitHubSettingsFragment response data
|
116518
117720
|
*/
|
116519
|
-
class
|
117721
|
+
class GitHubSettings extends Request {
|
116520
117722
|
constructor(request, data) {
|
116521
117723
|
super(request);
|
116522
|
-
this.
|
116523
|
-
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;
|
116524
117730
|
}
|
116525
117731
|
}
|
116526
117732
|
/**
|
@@ -116704,7 +117910,7 @@ class IntegrationSettings extends Request {
|
|
116704
117910
|
super(request);
|
116705
117911
|
this.front = data.front ? new FrontSettings(request, data.front) : undefined;
|
116706
117912
|
this.gitHub = data.gitHub ? new GitHubSettings(request, data.gitHub) : undefined;
|
116707
|
-
this.
|
117913
|
+
this.gitHubPersonal = data.gitHubPersonal ? new GitHubPersonalSettings(request, data.gitHubPersonal) : undefined;
|
116708
117914
|
this.gitLab = data.gitLab ? new GitLabSettings(request, data.gitLab) : undefined;
|
116709
117915
|
this.googleSheets = data.googleSheets ? new GoogleSheetsSettings(request, data.googleSheets) : undefined;
|
116710
117916
|
this.intercom = data.intercom ? new IntercomSettings(request, data.intercom) : undefined;
|
@@ -116905,6 +118111,7 @@ class Issue extends Request {
|
|
116905
118111
|
this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
|
116906
118112
|
this.id = data.id;
|
116907
118113
|
this.identifier = data.identifier;
|
118114
|
+
this.labelIds = data.labelIds;
|
116908
118115
|
this.number = data.number;
|
116909
118116
|
this.previousIdentifiers = data.previousIdentifiers;
|
116910
118117
|
this.priority = data.priority;
|
@@ -116919,6 +118126,7 @@ class Issue extends Request {
|
|
116919
118126
|
this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
|
116920
118127
|
this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
|
116921
118128
|
this.url = data.url;
|
118129
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
116922
118130
|
this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
|
116923
118131
|
this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
|
116924
118132
|
this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
|
@@ -117089,7 +118297,7 @@ class IssueFilterSuggestionPayload extends Request {
|
|
117089
118297
|
constructor(request, data) {
|
117090
118298
|
var _a;
|
117091
118299
|
super(request);
|
117092
|
-
this.filter = (_a =
|
118300
|
+
this.filter = (_a = data.filter) !== null && _a !== void 0 ? _a : undefined;
|
117093
118301
|
}
|
117094
118302
|
}
|
117095
118303
|
/**
|
@@ -117269,9 +118477,9 @@ class IssueImport extends Request {
|
|
117269
118477
|
this.creatorId = data.creatorId;
|
117270
118478
|
this.csvFileUrl = (_c = data.csvFileUrl) !== null && _c !== void 0 ? _c : undefined;
|
117271
118479
|
this.error = (_d = data.error) !== null && _d !== void 0 ? _d : undefined;
|
117272
|
-
this.errorMetadata = (_e =
|
118480
|
+
this.errorMetadata = (_e = data.errorMetadata) !== null && _e !== void 0 ? _e : undefined;
|
117273
118481
|
this.id = data.id;
|
117274
|
-
this.mapping = (_f =
|
118482
|
+
this.mapping = (_f = data.mapping) !== null && _f !== void 0 ? _f : undefined;
|
117275
118483
|
this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
|
117276
118484
|
this.service = data.service;
|
117277
118485
|
this.status = data.status;
|
@@ -117609,7 +118817,7 @@ class IssueSearchPayload extends Request {
|
|
117609
118817
|
*/
|
117610
118818
|
class IssueSearchResult extends Request {
|
117611
118819
|
constructor(request, data) {
|
117612
|
-
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;
|
117613
118821
|
super(request);
|
117614
118822
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117615
118823
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -117625,29 +118833,31 @@ class IssueSearchResult extends Request {
|
|
117625
118833
|
this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
|
117626
118834
|
this.id = data.id;
|
117627
118835
|
this.identifier = data.identifier;
|
117628
|
-
this.
|
118836
|
+
this.labelIds = data.labelIds;
|
118837
|
+
this.metadata = data.metadata;
|
117629
118838
|
this.number = data.number;
|
117630
118839
|
this.previousIdentifiers = data.previousIdentifiers;
|
117631
118840
|
this.priority = data.priority;
|
117632
118841
|
this.priorityLabel = data.priorityLabel;
|
117633
|
-
this.snoozedUntilAt = (
|
118842
|
+
this.snoozedUntilAt = (_k = parseDate(data.snoozedUntilAt)) !== null && _k !== void 0 ? _k : undefined;
|
117634
118843
|
this.sortOrder = data.sortOrder;
|
117635
|
-
this.startedAt = (
|
117636
|
-
this.startedTriageAt = (
|
117637
|
-
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;
|
117638
118847
|
this.title = data.title;
|
117639
|
-
this.trashed = (
|
117640
|
-
this.triagedAt = (
|
117641
|
-
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();
|
117642
118851
|
this.url = data.url;
|
117643
|
-
this.
|
117644
|
-
this.
|
117645
|
-
this.
|
117646
|
-
this.
|
117647
|
-
this.
|
117648
|
-
this.
|
117649
|
-
this.
|
117650
|
-
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;
|
117651
118861
|
this._state = data.state;
|
117652
118862
|
this._team = data.team;
|
117653
118863
|
}
|
@@ -117722,9 +118932,10 @@ class IssueSearchResultConnection extends Connection {
|
|
117722
118932
|
*/
|
117723
118933
|
class JiraLinearMapping extends Request {
|
117724
118934
|
constructor(request, data) {
|
117725
|
-
var _a;
|
118935
|
+
var _a, _b;
|
117726
118936
|
super(request);
|
117727
118937
|
this.bidirectional = (_a = data.bidirectional) !== null && _a !== void 0 ? _a : undefined;
|
118938
|
+
this.default = (_b = data.default) !== null && _b !== void 0 ? _b : undefined;
|
117728
118939
|
this.jiraProjectId = data.jiraProjectId;
|
117729
118940
|
this.linearTeamId = data.linearTeamId;
|
117730
118941
|
}
|
@@ -117764,7 +118975,9 @@ class JiraProjectData extends Request {
|
|
117764
118975
|
*/
|
117765
118976
|
class JiraSettings extends Request {
|
117766
118977
|
constructor(request, data) {
|
118978
|
+
var _a;
|
117767
118979
|
super(request);
|
118980
|
+
this.isJiraServer = (_a = data.isJiraServer) !== null && _a !== void 0 ? _a : undefined;
|
117768
118981
|
this.projectMapping = data.projectMapping
|
117769
118982
|
? data.projectMapping.map(node => new JiraLinearMapping(request, node))
|
117770
118983
|
: undefined;
|
@@ -118191,6 +119404,20 @@ class OauthClientConnection extends Connection {
|
|
118191
119404
|
super(request, fetch, data.nodes.map(node => new OauthClient(request, node)), new PageInfo(request, data.pageInfo));
|
118192
119405
|
}
|
118193
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
|
+
}
|
118194
119421
|
/**
|
118195
119422
|
* An organization. Organizations are root-level objects that contain user accounts and teams.
|
118196
119423
|
*
|
@@ -118207,6 +119434,7 @@ class Organization extends Request {
|
|
118207
119434
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
118208
119435
|
this.createdIssueCount = data.createdIssueCount;
|
118209
119436
|
this.deletionRequestedAt = (_d = parseDate(data.deletionRequestedAt)) !== null && _d !== void 0 ? _d : undefined;
|
119437
|
+
this.fiscalYearStartMonth = data.fiscalYearStartMonth;
|
118210
119438
|
this.gitBranchFormat = (_e = data.gitBranchFormat) !== null && _e !== void 0 ? _e : undefined;
|
118211
119439
|
this.gitLinkbackMessagesEnabled = data.gitLinkbackMessagesEnabled;
|
118212
119440
|
this.gitPublicLinkbackMessagesEnabled = data.gitPublicLinkbackMessagesEnabled;
|
@@ -118329,7 +119557,7 @@ class OrganizationExistsPayload extends Request {
|
|
118329
119557
|
*/
|
118330
119558
|
class OrganizationInvite extends Request {
|
118331
119559
|
constructor(request, data) {
|
118332
|
-
var _a, _b, _c, _d, _e, _f
|
119560
|
+
var _a, _b, _c, _d, _e, _f;
|
118333
119561
|
super(request);
|
118334
119562
|
this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
|
118335
119563
|
this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118338,9 +119566,9 @@ class OrganizationInvite extends Request {
|
|
118338
119566
|
this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
|
118339
119567
|
this.external = data.external;
|
118340
119568
|
this.id = data.id;
|
118341
|
-
this.metadata =
|
118342
|
-
this.updatedAt = (
|
118343
|
-
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;
|
118344
119572
|
this._inviter = data.inviter;
|
118345
119573
|
}
|
118346
119574
|
/** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
|
@@ -118532,7 +119760,7 @@ class PaidSubscription extends Request {
|
|
118532
119760
|
*/
|
118533
119761
|
class Project extends Request {
|
118534
119762
|
constructor(request, data) {
|
118535
|
-
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;
|
118536
119764
|
super(request);
|
118537
119765
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
118538
119766
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118566,10 +119794,10 @@ class Project extends Request {
|
|
118566
119794
|
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
118567
119795
|
this.url = data.url;
|
118568
119796
|
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
118569
|
-
this._creator = data.creator;
|
118570
|
-
this._integrationsSettings = (
|
118571
|
-
this._lastAppliedTemplate = (
|
118572
|
-
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;
|
118573
119801
|
}
|
118574
119802
|
/** The project was created based on this issue. */
|
118575
119803
|
get convertedFromIssue() {
|
@@ -118578,7 +119806,8 @@ class Project extends Request {
|
|
118578
119806
|
}
|
118579
119807
|
/** The user who created the project. */
|
118580
119808
|
get creator() {
|
118581
|
-
|
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;
|
118582
119811
|
}
|
118583
119812
|
/** Settings for all integrations associated with that project. */
|
118584
119813
|
get integrationsSettings() {
|
@@ -118632,8 +119861,8 @@ class Project extends Request {
|
|
118632
119861
|
return new ArchiveProjectMutation(this._request).fetch(this.id, variables);
|
118633
119862
|
}
|
118634
119863
|
/** Creates a new project. */
|
118635
|
-
create(input) {
|
118636
|
-
return new CreateProjectMutation(this._request).fetch(input);
|
119864
|
+
create(input, variables) {
|
119865
|
+
return new CreateProjectMutation(this._request).fetch(input, variables);
|
118637
119866
|
}
|
118638
119867
|
/** Deletes (trashes) a project. */
|
118639
119868
|
delete() {
|
@@ -118690,7 +119919,7 @@ class ProjectFilterSuggestionPayload extends Request {
|
|
118690
119919
|
constructor(request, data) {
|
118691
119920
|
var _a;
|
118692
119921
|
super(request);
|
118693
|
-
this.filter = (_a =
|
119922
|
+
this.filter = (_a = data.filter) !== null && _a !== void 0 ? _a : undefined;
|
118694
119923
|
}
|
118695
119924
|
}
|
118696
119925
|
/**
|
@@ -118707,6 +119936,7 @@ class ProjectLink extends Request {
|
|
118707
119936
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
118708
119937
|
this.id = data.id;
|
118709
119938
|
this.label = data.label;
|
119939
|
+
this.sortOrder = data.sortOrder;
|
118710
119940
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
118711
119941
|
this.url = data.url;
|
118712
119942
|
this._creator = data.creator;
|
@@ -118986,10 +120216,10 @@ class ProjectSearchResult extends Request {
|
|
118986
120216
|
this.id = data.id;
|
118987
120217
|
this.inProgressScopeHistory = data.inProgressScopeHistory;
|
118988
120218
|
this.issueCountHistory = data.issueCountHistory;
|
118989
|
-
this.metadata =
|
120219
|
+
this.metadata = data.metadata;
|
118990
120220
|
this.name = data.name;
|
118991
120221
|
this.progress = data.progress;
|
118992
|
-
this.projectUpdateRemindersPausedUntilAt = (
|
120222
|
+
this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
|
118993
120223
|
this.scope = data.scope;
|
118994
120224
|
this.scopeHistory = data.scopeHistory;
|
118995
120225
|
this.slackIssueComments = data.slackIssueComments;
|
@@ -118997,15 +120227,15 @@ class ProjectSearchResult extends Request {
|
|
118997
120227
|
this.slackNewIssue = data.slackNewIssue;
|
118998
120228
|
this.slugId = data.slugId;
|
118999
120229
|
this.sortOrder = data.sortOrder;
|
119000
|
-
this.startDate = (
|
119001
|
-
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;
|
119002
120232
|
this.state = data.state;
|
119003
|
-
this.targetDate = (
|
119004
|
-
this.trashed = (
|
119005
|
-
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();
|
119006
120236
|
this.url = data.url;
|
119007
|
-
this._convertedFromIssue = (
|
119008
|
-
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;
|
119009
120239
|
this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
|
119010
120240
|
this._lastAppliedTemplate = (_s = data.lastAppliedTemplate) !== null && _s !== void 0 ? _s : undefined;
|
119011
120241
|
this._lead = (_t = data.lead) !== null && _t !== void 0 ? _t : undefined;
|
@@ -119017,7 +120247,8 @@ class ProjectSearchResult extends Request {
|
|
119017
120247
|
}
|
119018
120248
|
/** The user who created the project. */
|
119019
120249
|
get creator() {
|
119020
|
-
|
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;
|
119021
120252
|
}
|
119022
120253
|
/** Settings for all integrations associated with that project. */
|
119023
120254
|
get integrationsSettings() {
|
@@ -119323,16 +120554,34 @@ class RateLimitResultPayload extends Request {
|
|
119323
120554
|
*/
|
119324
120555
|
class Reaction extends Request {
|
119325
120556
|
constructor(request, data) {
|
119326
|
-
var _a, _b, _c, _d;
|
120557
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
119327
120558
|
super(request);
|
119328
120559
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119329
120560
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
119330
120561
|
this.emoji = data.emoji;
|
119331
120562
|
this.id = data.id;
|
119332
120563
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
119333
|
-
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;
|
119334
120568
|
}
|
119335
|
-
/** 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. */
|
119336
120585
|
get user() {
|
119337
120586
|
var _a, _b;
|
119338
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;
|
@@ -119622,6 +120871,29 @@ class SlackAsksTeamSettings extends Request {
|
|
119622
120871
|
this.id = data.id;
|
119623
120872
|
}
|
119624
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
|
+
}
|
119625
120897
|
/**
|
119626
120898
|
* Object for mapping Slack channel IDs to names and other settings
|
119627
120899
|
*
|
@@ -119630,15 +120902,16 @@ class SlackAsksTeamSettings extends Request {
|
|
119630
120902
|
*/
|
119631
120903
|
class SlackChannelNameMapping extends Request {
|
119632
120904
|
constructor(request, data) {
|
119633
|
-
var _a, _b, _c, _d, _e, _f;
|
120905
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
119634
120906
|
super(request);
|
119635
120907
|
this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
|
119636
120908
|
this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
|
119637
120909
|
this.autoCreateOnMessage = (_c = data.autoCreateOnMessage) !== null && _c !== void 0 ? _c : undefined;
|
119638
|
-
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;
|
119639
120912
|
this.id = data.id;
|
119640
|
-
this.isPrivate = (
|
119641
|
-
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;
|
119642
120915
|
this.name = data.name;
|
119643
120916
|
this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
|
119644
120917
|
}
|
@@ -119682,23 +120955,6 @@ class SsoUrlFromEmailResponse extends Request {
|
|
119682
120955
|
this.success = data.success;
|
119683
120956
|
}
|
119684
120957
|
}
|
119685
|
-
/**
|
119686
|
-
* 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.
|
119687
|
-
*
|
119688
|
-
* @param request - function to call the graphql client
|
119689
|
-
* @param data - L.SyncResponseFragment response data
|
119690
|
-
*/
|
119691
|
-
class SyncResponse extends Request {
|
119692
|
-
constructor(request, data) {
|
119693
|
-
var _a, _b;
|
119694
|
-
super(request);
|
119695
|
-
this.databaseVersion = data.databaseVersion;
|
119696
|
-
this.delta = (_a = data.delta) !== null && _a !== void 0 ? _a : undefined;
|
119697
|
-
this.lastSyncId = data.lastSyncId;
|
119698
|
-
this.state = (_b = data.state) !== null && _b !== void 0 ? _b : undefined;
|
119699
|
-
this.subscribedSyncGroups = data.subscribedSyncGroups;
|
119700
|
-
}
|
119701
|
-
}
|
119702
120958
|
/**
|
119703
120959
|
* SynchronizedPayload model
|
119704
120960
|
*
|
@@ -119753,6 +121009,7 @@ class Team extends Request {
|
|
119753
121009
|
this.name = data.name;
|
119754
121010
|
this.private = data.private;
|
119755
121011
|
this.requirePriorityToLeaveTriage = data.requirePriorityToLeaveTriage;
|
121012
|
+
this.setIssueSortOrderOnStateChange = data.setIssueSortOrderOnStateChange;
|
119756
121013
|
this.slackIssueComments = data.slackIssueComments;
|
119757
121014
|
this.slackIssueStatuses = data.slackIssueStatuses;
|
119758
121015
|
this.slackNewIssue = data.slackNewIssue;
|
@@ -119867,6 +121124,10 @@ class Team extends Request {
|
|
119867
121124
|
? new WorkflowStateQuery(this._request).fetch((_b = this._triageIssueState) === null || _b === void 0 ? void 0 : _b.id)
|
119868
121125
|
: undefined;
|
119869
121126
|
}
|
121127
|
+
/** The automation states for the team. */
|
121128
|
+
automationStates(variables) {
|
121129
|
+
return new Team_AutomationStatesQuery(this._request, this.id, variables).fetch(variables);
|
121130
|
+
}
|
119870
121131
|
/** Cycles associated with the team. */
|
119871
121132
|
cycles(variables) {
|
119872
121133
|
return new Team_CyclesQuery(this._request, this.id, variables).fetch(variables);
|
@@ -119911,11 +121172,35 @@ class Team extends Request {
|
|
119911
121172
|
delete() {
|
119912
121173
|
return new DeleteTeamMutation(this._request).fetch(this.id);
|
119913
121174
|
}
|
121175
|
+
/** Unarchives a team and cancels deletion. */
|
121176
|
+
unarchive() {
|
121177
|
+
return new UnarchiveTeamMutation(this._request).fetch(this.id);
|
121178
|
+
}
|
119914
121179
|
/** Updates a team. */
|
119915
121180
|
update(input) {
|
119916
121181
|
return new UpdateTeamMutation(this._request).fetch(this.id, input);
|
119917
121182
|
}
|
119918
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
|
+
}
|
119919
121204
|
/**
|
119920
121205
|
* TeamConnection model
|
119921
121206
|
*
|
@@ -120151,15 +121436,12 @@ class Template extends Request {
|
|
120151
121436
|
* TemplateConnection model
|
120152
121437
|
*
|
120153
121438
|
* @param request - function to call the graphql client
|
120154
|
-
* @param
|
121439
|
+
* @param fetch - function to trigger a refetch of this TemplateConnection model
|
121440
|
+
* @param data - TemplateConnection response data
|
120155
121441
|
*/
|
120156
|
-
class TemplateConnection extends
|
120157
|
-
constructor(request, data) {
|
120158
|
-
super(request);
|
120159
|
-
this.pageInfo = new PageInfo(request, data.pageInfo);
|
120160
|
-
}
|
120161
|
-
get nodes() {
|
120162
|
-
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));
|
120163
121445
|
}
|
120164
121446
|
}
|
120165
121447
|
/**
|
@@ -120193,8 +121475,8 @@ class TriageResponsibility extends Request {
|
|
120193
121475
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120194
121476
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
120195
121477
|
this.id = data.id;
|
120196
|
-
this.manualSelection = (_c =
|
120197
|
-
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;
|
120198
121480
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
120199
121481
|
this._integration = data.integration;
|
120200
121482
|
this._team = data.team;
|
@@ -120233,7 +121515,7 @@ class UploadFile extends Request {
|
|
120233
121515
|
this.assetUrl = data.assetUrl;
|
120234
121516
|
this.contentType = data.contentType;
|
120235
121517
|
this.filename = data.filename;
|
120236
|
-
this.metaData = (_a =
|
121518
|
+
this.metaData = (_a = data.metaData) !== null && _a !== void 0 ? _a : undefined;
|
120237
121519
|
this.size = data.size;
|
120238
121520
|
this.uploadUrl = data.uploadUrl;
|
120239
121521
|
this.headers = data.headers.map(node => new UploadFileHeader(request, node));
|
@@ -120485,16 +121767,16 @@ class UserPayload extends Request {
|
|
120485
121767
|
*/
|
120486
121768
|
class UserSettings extends Request {
|
120487
121769
|
constructor(request, data) {
|
120488
|
-
var _a, _b, _c, _d
|
121770
|
+
var _a, _b, _c, _d;
|
120489
121771
|
super(request);
|
120490
121772
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120491
121773
|
this.calendarHash = (_b = data.calendarHash) !== null && _b !== void 0 ? _b : undefined;
|
120492
121774
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
120493
121775
|
this.id = data.id;
|
120494
|
-
this.notificationPreferences =
|
121776
|
+
this.notificationPreferences = data.notificationPreferences;
|
120495
121777
|
this.showFullUserNames = data.showFullUserNames;
|
120496
121778
|
this.unsubscribedFrom = data.unsubscribedFrom;
|
120497
|
-
this.updatedAt = (
|
121779
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
120498
121780
|
this._user = data.user;
|
120499
121781
|
}
|
120500
121782
|
/** The user associated with these settings. */
|
@@ -120679,18 +121961,18 @@ class WebhookPayload extends Request {
|
|
120679
121961
|
*/
|
120680
121962
|
class WorkflowCronJobDefinition extends Request {
|
120681
121963
|
constructor(request, data) {
|
120682
|
-
var _a, _b, _c, _d
|
121964
|
+
var _a, _b, _c, _d;
|
120683
121965
|
super(request);
|
120684
|
-
this.activities =
|
120685
|
-
this.archivedAt = (
|
120686
|
-
this.createdAt = (
|
120687
|
-
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;
|
120688
121970
|
this.enabled = data.enabled;
|
120689
121971
|
this.id = data.id;
|
120690
121972
|
this.name = data.name;
|
120691
|
-
this.schedule =
|
121973
|
+
this.schedule = data.schedule;
|
120692
121974
|
this.sortOrder = data.sortOrder;
|
120693
|
-
this.updatedAt = (
|
121975
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
120694
121976
|
this._creator = data.creator;
|
120695
121977
|
this._team = data.team;
|
120696
121978
|
}
|
@@ -120723,26 +122005,26 @@ class WorkflowCronJobDefinitionConnection extends Connection {
|
|
120723
122005
|
*/
|
120724
122006
|
class WorkflowDefinition extends Request {
|
120725
122007
|
constructor(request, data) {
|
120726
|
-
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;
|
120727
122009
|
super(request);
|
120728
|
-
this.activities =
|
120729
|
-
this.archivedAt = (
|
120730
|
-
this.conditions =
|
120731
|
-
this.createdAt = (
|
120732
|
-
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;
|
120733
122015
|
this.enabled = data.enabled;
|
120734
|
-
this.groupName = (
|
122016
|
+
this.groupName = (_d = data.groupName) !== null && _d !== void 0 ? _d : undefined;
|
120735
122017
|
this.id = data.id;
|
120736
122018
|
this.name = data.name;
|
120737
122019
|
this.sortOrder = data.sortOrder;
|
120738
|
-
this.updatedAt = (
|
122020
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
120739
122021
|
this._creator = data.creator;
|
120740
|
-
this._customView = (
|
120741
|
-
this._cycle = (
|
120742
|
-
this._label = (
|
120743
|
-
this._project = (
|
120744
|
-
this._team = (
|
120745
|
-
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;
|
120746
122028
|
}
|
120747
122029
|
/** The user who created the workflow. */
|
120748
122030
|
get creator() {
|
@@ -122458,11 +123740,12 @@ class PushSubscriptionTestQuery extends Request {
|
|
122458
123740
|
/**
|
122459
123741
|
* Call the PushSubscriptionTest query and return a PushSubscriptionTestPayload
|
122460
123742
|
*
|
123743
|
+
* @param variables - variables to pass into the PushSubscriptionTestQuery
|
122461
123744
|
* @returns parsed response from PushSubscriptionTestQuery
|
122462
123745
|
*/
|
122463
|
-
fetch() {
|
123746
|
+
fetch(variables) {
|
122464
123747
|
return __awaiter(this, void 0, void 0, function* () {
|
122465
|
-
const response = yield this._request(PushSubscriptionTestDocument,
|
123748
|
+
const response = yield this._request(PushSubscriptionTestDocument, variables);
|
122466
123749
|
const data = response.pushSubscriptionTest;
|
122467
123750
|
return new PushSubscriptionTestPayload(this._request, data);
|
122468
123751
|
});
|
@@ -123248,6 +124531,32 @@ class AttachmentLinkFrontMutation extends Request {
|
|
123248
124531
|
});
|
123249
124532
|
}
|
123250
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
|
+
}
|
123251
124560
|
/**
|
123252
124561
|
* A fetchable AttachmentLinkGitHubPr Mutation
|
123253
124562
|
*
|
@@ -123261,19 +124570,13 @@ class AttachmentLinkGitHubPrMutation extends Request {
|
|
123261
124570
|
* Call the AttachmentLinkGitHubPr mutation and return a AttachmentPayload
|
123262
124571
|
*
|
123263
124572
|
* @param issueId - required issueId to pass to attachmentLinkGitHubPR
|
123264
|
-
* @param number - required number to pass to attachmentLinkGitHubPR
|
123265
|
-
* @param owner - required owner to pass to attachmentLinkGitHubPR
|
123266
|
-
* @param repo - required repo to pass to attachmentLinkGitHubPR
|
123267
124573
|
* @param url - required url to pass to attachmentLinkGitHubPR
|
123268
|
-
* @param variables - variables without 'issueId', '
|
124574
|
+
* @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubPrMutation
|
123269
124575
|
* @returns parsed response from AttachmentLinkGitHubPrMutation
|
123270
124576
|
*/
|
123271
|
-
fetch(issueId,
|
124577
|
+
fetch(issueId, url, variables) {
|
123272
124578
|
return __awaiter(this, void 0, void 0, function* () {
|
123273
124579
|
const response = yield this._request(AttachmentLinkGitHubPrDocument, Object.assign({ issueId,
|
123274
|
-
number,
|
123275
|
-
owner,
|
123276
|
-
repo,
|
123277
124580
|
url }, variables));
|
123278
124581
|
const data = response.attachmentLinkGitHubPR;
|
123279
124582
|
return new AttachmentPayload(this._request, data);
|
@@ -123846,6 +125149,31 @@ class CreateCycleMutation extends Request {
|
|
123846
125149
|
});
|
123847
125150
|
}
|
123848
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
|
+
}
|
123849
125177
|
/**
|
123850
125178
|
* A fetchable UpdateCycle Mutation
|
123851
125179
|
*
|
@@ -124180,6 +125508,83 @@ class FileUploadMutation extends Request {
|
|
124180
125508
|
});
|
124181
125509
|
}
|
124182
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
|
+
}
|
124183
125588
|
/**
|
124184
125589
|
* A fetchable GoogleUserAccountAuth Mutation
|
124185
125590
|
*
|
@@ -124463,31 +125868,6 @@ class IntegrationGithubConnectMutation extends Request {
|
|
124463
125868
|
});
|
124464
125869
|
}
|
124465
125870
|
}
|
124466
|
-
/**
|
124467
|
-
* A fetchable IntegrationGithubSyncConnect Mutation
|
124468
|
-
*
|
124469
|
-
* @param request - function to call the graphql client
|
124470
|
-
*/
|
124471
|
-
class IntegrationGithubSyncConnectMutation extends Request {
|
124472
|
-
constructor(request) {
|
124473
|
-
super(request);
|
124474
|
-
}
|
124475
|
-
/**
|
124476
|
-
* Call the IntegrationGithubSyncConnect mutation and return a IntegrationPayload
|
124477
|
-
*
|
124478
|
-
* @param installationId - required installationId to pass to integrationGithubSyncConnect
|
124479
|
-
* @returns parsed response from IntegrationGithubSyncConnectMutation
|
124480
|
-
*/
|
124481
|
-
fetch(installationId) {
|
124482
|
-
return __awaiter(this, void 0, void 0, function* () {
|
124483
|
-
const response = yield this._request(IntegrationGithubSyncConnectDocument, {
|
124484
|
-
installationId,
|
124485
|
-
});
|
124486
|
-
const data = response.integrationGithubSyncConnect;
|
124487
|
-
return new IntegrationPayload(this._request, data);
|
124488
|
-
});
|
124489
|
-
}
|
124490
|
-
}
|
124491
125871
|
/**
|
124492
125872
|
* A fetchable IntegrationGitlabConnect Mutation
|
124493
125873
|
*
|
@@ -124625,14 +126005,12 @@ class IntegrationJiraPersonalMutation extends Request {
|
|
124625
126005
|
/**
|
124626
126006
|
* Call the IntegrationJiraPersonal mutation and return a IntegrationPayload
|
124627
126007
|
*
|
124628
|
-
* @param
|
126008
|
+
* @param variables - variables to pass into the IntegrationJiraPersonalMutation
|
124629
126009
|
* @returns parsed response from IntegrationJiraPersonalMutation
|
124630
126010
|
*/
|
124631
|
-
fetch(
|
126011
|
+
fetch(variables) {
|
124632
126012
|
return __awaiter(this, void 0, void 0, function* () {
|
124633
|
-
const response = yield this._request(IntegrationJiraPersonalDocument,
|
124634
|
-
code,
|
124635
|
-
});
|
126013
|
+
const response = yield this._request(IntegrationJiraPersonalDocument, variables);
|
124636
126014
|
const data = response.integrationJiraPersonal;
|
124637
126015
|
return new IntegrationPayload(this._request, data);
|
124638
126016
|
});
|
@@ -124804,7 +126182,7 @@ class IntegrationSlackOrgProjectUpdatesPostMutation extends Request {
|
|
124804
126182
|
super(request);
|
124805
126183
|
}
|
124806
126184
|
/**
|
124807
|
-
* Call the IntegrationSlackOrgProjectUpdatesPost mutation and return a
|
126185
|
+
* Call the IntegrationSlackOrgProjectUpdatesPost mutation and return a SlackChannelConnectPayload
|
124808
126186
|
*
|
124809
126187
|
* @param code - required code to pass to integrationSlackOrgProjectUpdatesPost
|
124810
126188
|
* @param redirectUri - required redirectUri to pass to integrationSlackOrgProjectUpdatesPost
|
@@ -124817,7 +126195,7 @@ class IntegrationSlackOrgProjectUpdatesPostMutation extends Request {
|
|
124817
126195
|
redirectUri,
|
124818
126196
|
});
|
124819
126197
|
const data = response.integrationSlackOrgProjectUpdatesPost;
|
124820
|
-
return new
|
126198
|
+
return new SlackChannelConnectPayload(this._request, data);
|
124821
126199
|
});
|
124822
126200
|
}
|
124823
126201
|
}
|
@@ -124858,7 +126236,7 @@ class IntegrationSlackPostMutation extends Request {
|
|
124858
126236
|
super(request);
|
124859
126237
|
}
|
124860
126238
|
/**
|
124861
|
-
* Call the IntegrationSlackPost mutation and return a
|
126239
|
+
* Call the IntegrationSlackPost mutation and return a SlackChannelConnectPayload
|
124862
126240
|
*
|
124863
126241
|
* @param code - required code to pass to integrationSlackPost
|
124864
126242
|
* @param redirectUri - required redirectUri to pass to integrationSlackPost
|
@@ -124872,7 +126250,7 @@ class IntegrationSlackPostMutation extends Request {
|
|
124872
126250
|
redirectUri,
|
124873
126251
|
teamId }, variables));
|
124874
126252
|
const data = response.integrationSlackPost;
|
124875
|
-
return new
|
126253
|
+
return new SlackChannelConnectPayload(this._request, data);
|
124876
126254
|
});
|
124877
126255
|
}
|
124878
126256
|
}
|
@@ -124886,7 +126264,7 @@ class IntegrationSlackProjectPostMutation extends Request {
|
|
124886
126264
|
super(request);
|
124887
126265
|
}
|
124888
126266
|
/**
|
124889
|
-
* Call the IntegrationSlackProjectPost mutation and return a
|
126267
|
+
* Call the IntegrationSlackProjectPost mutation and return a SlackChannelConnectPayload
|
124890
126268
|
*
|
124891
126269
|
* @param code - required code to pass to integrationSlackProjectPost
|
124892
126270
|
* @param projectId - required projectId to pass to integrationSlackProjectPost
|
@@ -124903,7 +126281,7 @@ class IntegrationSlackProjectPostMutation extends Request {
|
|
124903
126281
|
service,
|
124904
126282
|
});
|
124905
126283
|
const data = response.integrationSlackProjectPost;
|
124906
|
-
return new
|
126284
|
+
return new SlackChannelConnectPayload(this._request, data);
|
124907
126285
|
});
|
124908
126286
|
}
|
124909
126287
|
}
|
@@ -126396,13 +127774,12 @@ class CreateProjectMutation extends Request {
|
|
126396
127774
|
* Call the CreateProject mutation and return a ProjectPayload
|
126397
127775
|
*
|
126398
127776
|
* @param input - required input to pass to createProject
|
127777
|
+
* @param variables - variables without 'input' to pass into the CreateProjectMutation
|
126399
127778
|
* @returns parsed response from CreateProjectMutation
|
126400
127779
|
*/
|
126401
|
-
fetch(input) {
|
127780
|
+
fetch(input, variables) {
|
126402
127781
|
return __awaiter(this, void 0, void 0, function* () {
|
126403
|
-
const response = yield this._request(CreateProjectDocument, {
|
126404
|
-
input,
|
126405
|
-
});
|
127782
|
+
const response = yield this._request(CreateProjectDocument, Object.assign({ input }, variables));
|
126406
127783
|
const data = response.projectCreate;
|
126407
127784
|
return new ProjectPayload(this._request, data);
|
126408
127785
|
});
|
@@ -127321,6 +128698,31 @@ class UpdateTeamMembershipMutation extends Request {
|
|
127321
128698
|
});
|
127322
128699
|
}
|
127323
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
|
+
}
|
127324
128726
|
/**
|
127325
128727
|
* A fetchable UpdateTeam Mutation
|
127326
128728
|
*
|
@@ -127554,56 +128956,6 @@ class UpdateUserFlagMutation extends Request {
|
|
127554
128956
|
});
|
127555
128957
|
}
|
127556
128958
|
}
|
127557
|
-
/**
|
127558
|
-
* A fetchable UserGitHubConnect Mutation
|
127559
|
-
*
|
127560
|
-
* @param request - function to call the graphql client
|
127561
|
-
*/
|
127562
|
-
class UserGitHubConnectMutation extends Request {
|
127563
|
-
constructor(request) {
|
127564
|
-
super(request);
|
127565
|
-
}
|
127566
|
-
/**
|
127567
|
-
* Call the UserGitHubConnect mutation and return a UserPayload
|
127568
|
-
*
|
127569
|
-
* @param code - required code to pass to userGitHubConnect
|
127570
|
-
* @returns parsed response from UserGitHubConnectMutation
|
127571
|
-
*/
|
127572
|
-
fetch(code) {
|
127573
|
-
return __awaiter(this, void 0, void 0, function* () {
|
127574
|
-
const response = yield this._request(UserGitHubConnectDocument, {
|
127575
|
-
code,
|
127576
|
-
});
|
127577
|
-
const data = response.userGitHubConnect;
|
127578
|
-
return new UserPayload(this._request, data);
|
127579
|
-
});
|
127580
|
-
}
|
127581
|
-
}
|
127582
|
-
/**
|
127583
|
-
* A fetchable UserJiraConnect Mutation
|
127584
|
-
*
|
127585
|
-
* @param request - function to call the graphql client
|
127586
|
-
*/
|
127587
|
-
class UserJiraConnectMutation extends Request {
|
127588
|
-
constructor(request) {
|
127589
|
-
super(request);
|
127590
|
-
}
|
127591
|
-
/**
|
127592
|
-
* Call the UserJiraConnect mutation and return a UserPayload
|
127593
|
-
*
|
127594
|
-
* @param code - required code to pass to userJiraConnect
|
127595
|
-
* @returns parsed response from UserJiraConnectMutation
|
127596
|
-
*/
|
127597
|
-
fetch(code) {
|
127598
|
-
return __awaiter(this, void 0, void 0, function* () {
|
127599
|
-
const response = yield this._request(UserJiraConnectDocument, {
|
127600
|
-
code,
|
127601
|
-
});
|
127602
|
-
const data = response.userJiraConnect;
|
127603
|
-
return new UserPayload(this._request, data);
|
127604
|
-
});
|
127605
|
-
}
|
127606
|
-
}
|
127607
128959
|
/**
|
127608
128960
|
* A fetchable UserPromoteAdmin Mutation
|
127609
128961
|
*
|
@@ -128064,6 +129416,32 @@ class AttachmentIssue_AttachmentsQuery extends Request {
|
|
128064
129416
|
});
|
128065
129417
|
}
|
128066
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
|
+
}
|
128067
129445
|
/**
|
128068
129446
|
* A fetchable AttachmentIssue_Children Query
|
128069
129447
|
*
|
@@ -128440,6 +129818,32 @@ class Issue_AttachmentsQuery extends Request {
|
|
128440
129818
|
});
|
128441
129819
|
}
|
128442
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
|
+
}
|
128443
129847
|
/**
|
128444
129848
|
* A fetchable Issue_Children Query
|
128445
129849
|
*
|
@@ -128716,6 +130120,33 @@ class IssueVcsBranchSearch_AttachmentsQuery extends Request {
|
|
128716
130120
|
});
|
128717
130121
|
}
|
128718
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
|
+
}
|
128719
130150
|
/**
|
128720
130151
|
* A fetchable IssueVcsBranchSearch_Children Query
|
128721
130152
|
*
|
@@ -129065,7 +130496,7 @@ class Organization_TemplatesQuery extends Request {
|
|
129065
130496
|
return __awaiter(this, void 0, void 0, function* () {
|
129066
130497
|
const response = yield this._request(Organization_TemplatesDocument, variables);
|
129067
130498
|
const data = response.organization.templates;
|
129068
|
-
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);
|
129069
130500
|
});
|
129070
130501
|
}
|
129071
130502
|
}
|
@@ -129391,6 +130822,33 @@ class SearchProjects_ArchivePayloadQuery extends Request {
|
|
129391
130822
|
});
|
129392
130823
|
}
|
129393
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
|
+
}
|
129394
130852
|
/**
|
129395
130853
|
* A fetchable Team_Cycles Query
|
129396
130854
|
*
|
@@ -129603,7 +131061,7 @@ class Team_TemplatesQuery extends Request {
|
|
129603
131061
|
return __awaiter(this, void 0, void 0, function* () {
|
129604
131062
|
const response = yield this._request(Team_TemplatesDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
|
129605
131063
|
const data = response.team.templates;
|
129606
|
-
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);
|
129607
131065
|
});
|
129608
131066
|
}
|
129609
131067
|
}
|
@@ -130451,10 +131909,11 @@ class LinearSdk extends Request {
|
|
130451
131909
|
/**
|
130452
131910
|
* Sends a test push message.
|
130453
131911
|
*
|
131912
|
+
* @param variables - variables to pass into the PushSubscriptionTestQuery
|
130454
131913
|
* @returns PushSubscriptionTestPayload
|
130455
131914
|
*/
|
130456
|
-
|
130457
|
-
return new PushSubscriptionTestQuery(this._request).fetch();
|
131915
|
+
pushSubscriptionTest(variables) {
|
131916
|
+
return new PushSubscriptionTestQuery(this._request).fetch(variables);
|
130458
131917
|
}
|
130459
131918
|
/**
|
130460
131919
|
* The status of the rate limiter.
|
@@ -130751,18 +132210,26 @@ class LinearSdk extends Request {
|
|
130751
132210
|
return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId, variables);
|
130752
132211
|
}
|
130753
132212
|
/**
|
130754
|
-
* 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.
|
130755
132225
|
*
|
130756
132226
|
* @param issueId - required issueId to pass to attachmentLinkGitHubPR
|
130757
|
-
* @param number - required number to pass to attachmentLinkGitHubPR
|
130758
|
-
* @param owner - required owner to pass to attachmentLinkGitHubPR
|
130759
|
-
* @param repo - required repo to pass to attachmentLinkGitHubPR
|
130760
132227
|
* @param url - required url to pass to attachmentLinkGitHubPR
|
130761
|
-
* @param variables - variables without 'issueId', '
|
132228
|
+
* @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubPrMutation
|
130762
132229
|
* @returns AttachmentPayload
|
130763
132230
|
*/
|
130764
|
-
attachmentLinkGitHubPR(issueId,
|
130765
|
-
return new AttachmentLinkGitHubPrMutation(this._request).fetch(issueId,
|
132231
|
+
attachmentLinkGitHubPR(issueId, url, variables) {
|
132232
|
+
return new AttachmentLinkGitHubPrMutation(this._request).fetch(issueId, url, variables);
|
130766
132233
|
}
|
130767
132234
|
/**
|
130768
132235
|
* Link an existing GitLab MR to an issue.
|
@@ -130983,6 +132450,15 @@ class LinearSdk extends Request {
|
|
130983
132450
|
createCycle(input) {
|
130984
132451
|
return new CreateCycleMutation(this._request).fetch(input);
|
130985
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
|
+
}
|
130986
132462
|
/**
|
130987
132463
|
* Updates a cycle.
|
130988
132464
|
*
|
@@ -131106,6 +132582,34 @@ class LinearSdk extends Request {
|
|
131106
132582
|
fileUpload(contentType, filename, size, variables) {
|
131107
132583
|
return new FileUploadMutation(this._request).fetch(contentType, filename, size, variables);
|
131108
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
|
+
}
|
131109
132613
|
/**
|
131110
132614
|
* Authenticate user account through Google OAuth. This is the 2nd step of OAuth flow.
|
131111
132615
|
*
|
@@ -131211,15 +132715,6 @@ class LinearSdk extends Request {
|
|
131211
132715
|
integrationGithubConnect(installationId) {
|
131212
132716
|
return new IntegrationGithubConnectMutation(this._request).fetch(installationId);
|
131213
132717
|
}
|
131214
|
-
/**
|
131215
|
-
* Connects the organization with the GitHub Sync App.
|
131216
|
-
*
|
131217
|
-
* @param installationId - required installationId to pass to integrationGithubSyncConnect
|
131218
|
-
* @returns IntegrationPayload
|
131219
|
-
*/
|
131220
|
-
integrationGithubSyncConnect(installationId) {
|
131221
|
-
return new IntegrationGithubSyncConnectMutation(this._request).fetch(installationId);
|
131222
|
-
}
|
131223
132718
|
/**
|
131224
132719
|
* Connects the organization with a GitLab Access Token.
|
131225
132720
|
*
|
@@ -131270,11 +132765,11 @@ class LinearSdk extends Request {
|
|
131270
132765
|
/**
|
131271
132766
|
* Connect your Jira account to Linear.
|
131272
132767
|
*
|
131273
|
-
* @param
|
132768
|
+
* @param variables - variables to pass into the IntegrationJiraPersonalMutation
|
131274
132769
|
* @returns IntegrationPayload
|
131275
132770
|
*/
|
131276
|
-
integrationJiraPersonal(
|
131277
|
-
return new IntegrationJiraPersonalMutation(this._request).fetch(
|
132771
|
+
integrationJiraPersonal(variables) {
|
132772
|
+
return new IntegrationJiraPersonalMutation(this._request).fetch(variables);
|
131278
132773
|
}
|
131279
132774
|
/**
|
131280
132775
|
* Enables Loom integration for the organization.
|
@@ -131340,7 +132835,7 @@ class LinearSdk extends Request {
|
|
131340
132835
|
*
|
131341
132836
|
* @param code - required code to pass to integrationSlackOrgProjectUpdatesPost
|
131342
132837
|
* @param redirectUri - required redirectUri to pass to integrationSlackOrgProjectUpdatesPost
|
131343
|
-
* @returns
|
132838
|
+
* @returns SlackChannelConnectPayload
|
131344
132839
|
*/
|
131345
132840
|
integrationSlackOrgProjectUpdatesPost(code, redirectUri) {
|
131346
132841
|
return new IntegrationSlackOrgProjectUpdatesPostMutation(this._request).fetch(code, redirectUri);
|
@@ -131362,7 +132857,7 @@ class LinearSdk extends Request {
|
|
131362
132857
|
* @param redirectUri - required redirectUri to pass to integrationSlackPost
|
131363
132858
|
* @param teamId - required teamId to pass to integrationSlackPost
|
131364
132859
|
* @param variables - variables without 'code', 'redirectUri', 'teamId' to pass into the IntegrationSlackPostMutation
|
131365
|
-
* @returns
|
132860
|
+
* @returns SlackChannelConnectPayload
|
131366
132861
|
*/
|
131367
132862
|
integrationSlackPost(code, redirectUri, teamId, variables) {
|
131368
132863
|
return new IntegrationSlackPostMutation(this._request).fetch(code, redirectUri, teamId, variables);
|
@@ -131374,7 +132869,7 @@ class LinearSdk extends Request {
|
|
131374
132869
|
* @param projectId - required projectId to pass to integrationSlackProjectPost
|
131375
132870
|
* @param redirectUri - required redirectUri to pass to integrationSlackProjectPost
|
131376
132871
|
* @param service - required service to pass to integrationSlackProjectPost
|
131377
|
-
* @returns
|
132872
|
+
* @returns SlackChannelConnectPayload
|
131378
132873
|
*/
|
131379
132874
|
integrationSlackProjectPost(code, projectId, redirectUri, service) {
|
131380
132875
|
return new IntegrationSlackProjectPostMutation(this._request).fetch(code, projectId, redirectUri, service);
|
@@ -131936,10 +133431,11 @@ class LinearSdk extends Request {
|
|
131936
133431
|
* Creates a new project.
|
131937
133432
|
*
|
131938
133433
|
* @param input - required input to pass to createProject
|
133434
|
+
* @param variables - variables without 'input' to pass into the CreateProjectMutation
|
131939
133435
|
* @returns ProjectPayload
|
131940
133436
|
*/
|
131941
|
-
createProject(input) {
|
131942
|
-
return new CreateProjectMutation(this._request).fetch(input);
|
133437
|
+
createProject(input, variables) {
|
133438
|
+
return new CreateProjectMutation(this._request).fetch(input, variables);
|
131943
133439
|
}
|
131944
133440
|
/**
|
131945
133441
|
* Deletes (trashes) a project.
|
@@ -132273,6 +133769,15 @@ class LinearSdk extends Request {
|
|
132273
133769
|
updateTeamMembership(id, input) {
|
132274
133770
|
return new UpdateTeamMembershipMutation(this._request).fetch(id, input);
|
132275
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
|
+
}
|
132276
133781
|
/**
|
132277
133782
|
* Updates a team.
|
132278
133783
|
*
|
@@ -132358,24 +133863,6 @@ class LinearSdk extends Request {
|
|
132358
133863
|
updateUserFlag(flag, operation) {
|
132359
133864
|
return new UpdateUserFlagMutation(this._request).fetch(flag, operation);
|
132360
133865
|
}
|
132361
|
-
/**
|
132362
|
-
* [DEPRECATED] Connects the GitHub user to this Linear account via OAuth2.
|
132363
|
-
*
|
132364
|
-
* @param code - required code to pass to userGitHubConnect
|
132365
|
-
* @returns UserPayload
|
132366
|
-
*/
|
132367
|
-
userGitHubConnect(code) {
|
132368
|
-
return new UserGitHubConnectMutation(this._request).fetch(code);
|
132369
|
-
}
|
132370
|
-
/**
|
132371
|
-
* [DEPRECATED] Connects the Jira user to this Linear account via OAuth2.
|
132372
|
-
*
|
132373
|
-
* @param code - required code to pass to userJiraConnect
|
132374
|
-
* @returns UserPayload
|
132375
|
-
*/
|
132376
|
-
userJiraConnect(code) {
|
132377
|
-
return new UserJiraConnectMutation(this._request).fetch(code);
|
132378
|
-
}
|
132379
133866
|
/**
|
132380
133867
|
* Makes user an admin. Can only be called by an admin.
|
132381
133868
|
*
|
@@ -132642,6 +134129,7 @@ exports.AttachmentArchivePayload = AttachmentArchivePayload;
|
|
132642
134129
|
exports.AttachmentConnection = AttachmentConnection;
|
132643
134130
|
exports.AttachmentIssueQuery = AttachmentIssueQuery;
|
132644
134131
|
exports.AttachmentIssue_AttachmentsQuery = AttachmentIssue_AttachmentsQuery;
|
134132
|
+
exports.AttachmentIssue_BotActorQuery = AttachmentIssue_BotActorQuery;
|
132645
134133
|
exports.AttachmentIssue_ChildrenQuery = AttachmentIssue_ChildrenQuery;
|
132646
134134
|
exports.AttachmentIssue_CommentsQuery = AttachmentIssue_CommentsQuery;
|
132647
134135
|
exports.AttachmentIssue_HistoryQuery = AttachmentIssue_HistoryQuery;
|
@@ -132651,6 +134139,7 @@ exports.AttachmentIssue_RelationsQuery = AttachmentIssue_RelationsQuery;
|
|
132651
134139
|
exports.AttachmentIssue_SubscribersQuery = AttachmentIssue_SubscribersQuery;
|
132652
134140
|
exports.AttachmentLinkDiscordMutation = AttachmentLinkDiscordMutation;
|
132653
134141
|
exports.AttachmentLinkFrontMutation = AttachmentLinkFrontMutation;
|
134142
|
+
exports.AttachmentLinkGitHubIssueMutation = AttachmentLinkGitHubIssueMutation;
|
132654
134143
|
exports.AttachmentLinkGitHubPrMutation = AttachmentLinkGitHubPrMutation;
|
132655
134144
|
exports.AttachmentLinkGitLabMrMutation = AttachmentLinkGitLabMrMutation;
|
132656
134145
|
exports.AttachmentLinkIntercomMutation = AttachmentLinkIntercomMutation;
|
@@ -132670,17 +134159,23 @@ exports.AuditEntryConnection = AuditEntryConnection;
|
|
132670
134159
|
exports.AuditEntryType = AuditEntryType;
|
132671
134160
|
exports.AuditEntryTypesQuery = AuditEntryTypesQuery;
|
132672
134161
|
exports.AuthApiKey = AuthApiKey;
|
132673
|
-
exports.AuthApiKeyDeletePayload = AuthApiKeyDeletePayload;
|
132674
134162
|
exports.AuthApiKeyPayload = AuthApiKeyPayload;
|
134163
|
+
exports.AuthCreateOrJoinOrganizationResponse = AuthCreateOrJoinOrganizationResponse;
|
132675
134164
|
exports.AuthIntegration = AuthIntegration;
|
132676
134165
|
exports.AuthOauthClient = AuthOauthClient;
|
134166
|
+
exports.AuthOauthClientWithMemberships = AuthOauthClientWithMemberships;
|
134167
|
+
exports.AuthOauthClientWithScope = AuthOauthClientWithScope;
|
134168
|
+
exports.AuthOauthClientWithTokens = AuthOauthClientWithTokens;
|
132677
134169
|
exports.AuthOrganization = AuthOrganization;
|
134170
|
+
exports.AuthOrganizationDomain = AuthOrganizationDomain;
|
132678
134171
|
exports.AuthResolverResponse = AuthResolverResponse;
|
134172
|
+
exports.AuthSuccessPayload = AuthSuccessPayload;
|
132679
134173
|
exports.AuthUser = AuthUser;
|
132680
134174
|
exports.AuthenticationLinearError = AuthenticationLinearError;
|
132681
134175
|
exports.AuthenticationSession = AuthenticationSession;
|
132682
134176
|
exports.AuthenticationSessionResponse = AuthenticationSessionResponse;
|
132683
134177
|
exports.AuthenticationSessionsQuery = AuthenticationSessionsQuery;
|
134178
|
+
exports.AuthorizedApplicationBase = AuthorizedApplicationBase;
|
132684
134179
|
exports.AvailableUsersQuery = AvailableUsersQuery;
|
132685
134180
|
exports.BootstrapLinearError = BootstrapLinearError;
|
132686
134181
|
exports.Comment = Comment;
|
@@ -132708,6 +134203,7 @@ exports.CreateCycleMutation = CreateCycleMutation;
|
|
132708
134203
|
exports.CreateDocumentMutation = CreateDocumentMutation;
|
132709
134204
|
exports.CreateEmojiMutation = CreateEmojiMutation;
|
132710
134205
|
exports.CreateFavoriteMutation = CreateFavoriteMutation;
|
134206
|
+
exports.CreateGitAutomationStateMutation = CreateGitAutomationStateMutation;
|
132711
134207
|
exports.CreateIntegrationGithubCommitMutation = CreateIntegrationGithubCommitMutation;
|
132712
134208
|
exports.CreateIntegrationTemplateMutation = CreateIntegrationTemplateMutation;
|
132713
134209
|
exports.CreateIntegrationsSettingsMutation = CreateIntegrationsSettingsMutation;
|
@@ -132749,6 +134245,7 @@ exports.CycleConnection = CycleConnection;
|
|
132749
134245
|
exports.CycleNotificationSubscription = CycleNotificationSubscription;
|
132750
134246
|
exports.CyclePayload = CyclePayload;
|
132751
134247
|
exports.CycleQuery = CycleQuery;
|
134248
|
+
exports.CycleShiftAllMutation = CycleShiftAllMutation;
|
132752
134249
|
exports.Cycle_IssuesQuery = Cycle_IssuesQuery;
|
132753
134250
|
exports.Cycle_UncompletedIssuesUponCloseQuery = Cycle_UncompletedIssuesUponCloseQuery;
|
132754
134251
|
exports.CyclesQuery = CyclesQuery;
|
@@ -132759,6 +134256,7 @@ exports.DeleteCustomViewMutation = DeleteCustomViewMutation;
|
|
132759
134256
|
exports.DeleteDocumentMutation = DeleteDocumentMutation;
|
132760
134257
|
exports.DeleteEmojiMutation = DeleteEmojiMutation;
|
132761
134258
|
exports.DeleteFavoriteMutation = DeleteFavoriteMutation;
|
134259
|
+
exports.DeleteGitAutomationStateMutation = DeleteGitAutomationStateMutation;
|
132762
134260
|
exports.DeleteIntegrationIntercomMutation = DeleteIntegrationIntercomMutation;
|
132763
134261
|
exports.DeleteIntegrationMutation = DeleteIntegrationMutation;
|
132764
134262
|
exports.DeleteIntegrationTemplateMutation = DeleteIntegrationTemplateMutation;
|
@@ -132800,6 +134298,7 @@ exports.DocumentSearchPayload = DocumentSearchPayload;
|
|
132800
134298
|
exports.DocumentSearchResult = DocumentSearchResult;
|
132801
134299
|
exports.DocumentSearchResultConnection = DocumentSearchResultConnection;
|
132802
134300
|
exports.DocumentsQuery = DocumentsQuery;
|
134301
|
+
exports.EmailIntakeAddress = EmailIntakeAddress;
|
132803
134302
|
exports.EmailTokenUserAccountAuthMutation = EmailTokenUserAccountAuthMutation;
|
132804
134303
|
exports.EmailUnsubscribeMutation = EmailUnsubscribeMutation;
|
132805
134304
|
exports.EmailUnsubscribePayload = EmailUnsubscribePayload;
|
@@ -132822,10 +134321,13 @@ exports.FileUploadMutation = FileUploadMutation;
|
|
132822
134321
|
exports.ForbiddenLinearError = ForbiddenLinearError;
|
132823
134322
|
exports.FrontAttachmentPayload = FrontAttachmentPayload;
|
132824
134323
|
exports.FrontSettings = FrontSettings;
|
134324
|
+
exports.GitAutomationState = GitAutomationState;
|
134325
|
+
exports.GitAutomationStateConnection = GitAutomationStateConnection;
|
134326
|
+
exports.GitAutomationStatePayload = GitAutomationStatePayload;
|
132825
134327
|
exports.GitHubCommitIntegrationPayload = GitHubCommitIntegrationPayload;
|
134328
|
+
exports.GitHubPersonalSettings = GitHubPersonalSettings;
|
134329
|
+
exports.GitHubRepo = GitHubRepo;
|
132826
134330
|
exports.GitHubSettings = GitHubSettings;
|
132827
|
-
exports.GitHubSyncRepo = GitHubSyncRepo;
|
132828
|
-
exports.GitHubSyncSettings = GitHubSyncSettings;
|
132829
134331
|
exports.GitLabSettings = GitLabSettings;
|
132830
134332
|
exports.GithubOAuthTokenPayload = GithubOAuthTokenPayload;
|
132831
134333
|
exports.GithubOrg = GithubOrg;
|
@@ -132845,7 +134347,6 @@ exports.IntegrationFigmaMutation = IntegrationFigmaMutation;
|
|
132845
134347
|
exports.IntegrationFrontMutation = IntegrationFrontMutation;
|
132846
134348
|
exports.IntegrationGitHubPersonalMutation = IntegrationGitHubPersonalMutation;
|
132847
134349
|
exports.IntegrationGithubConnectMutation = IntegrationGithubConnectMutation;
|
132848
|
-
exports.IntegrationGithubSyncConnectMutation = IntegrationGithubSyncConnectMutation;
|
132849
134350
|
exports.IntegrationGitlabConnectMutation = IntegrationGitlabConnectMutation;
|
132850
134351
|
exports.IntegrationGoogleSheetsMutation = IntegrationGoogleSheetsMutation;
|
132851
134352
|
exports.IntegrationIntercomMutation = IntegrationIntercomMutation;
|
@@ -132929,6 +134430,7 @@ exports.IssueSubscribeMutation = IssueSubscribeMutation;
|
|
132929
134430
|
exports.IssueUnsubscribeMutation = IssueUnsubscribeMutation;
|
132930
134431
|
exports.IssueVcsBranchSearchQuery = IssueVcsBranchSearchQuery;
|
132931
134432
|
exports.IssueVcsBranchSearch_AttachmentsQuery = IssueVcsBranchSearch_AttachmentsQuery;
|
134433
|
+
exports.IssueVcsBranchSearch_BotActorQuery = IssueVcsBranchSearch_BotActorQuery;
|
132932
134434
|
exports.IssueVcsBranchSearch_ChildrenQuery = IssueVcsBranchSearch_ChildrenQuery;
|
132933
134435
|
exports.IssueVcsBranchSearch_CommentsQuery = IssueVcsBranchSearch_CommentsQuery;
|
132934
134436
|
exports.IssueVcsBranchSearch_HistoryQuery = IssueVcsBranchSearch_HistoryQuery;
|
@@ -132937,6 +134439,7 @@ exports.IssueVcsBranchSearch_LabelsQuery = IssueVcsBranchSearch_LabelsQuery;
|
|
132937
134439
|
exports.IssueVcsBranchSearch_RelationsQuery = IssueVcsBranchSearch_RelationsQuery;
|
132938
134440
|
exports.IssueVcsBranchSearch_SubscribersQuery = IssueVcsBranchSearch_SubscribersQuery;
|
132939
134441
|
exports.Issue_AttachmentsQuery = Issue_AttachmentsQuery;
|
134442
|
+
exports.Issue_BotActorQuery = Issue_BotActorQuery;
|
132940
134443
|
exports.Issue_ChildrenQuery = Issue_ChildrenQuery;
|
132941
134444
|
exports.Issue_CommentsQuery = Issue_CommentsQuery;
|
132942
134445
|
exports.Issue_HistoryQuery = Issue_HistoryQuery;
|
@@ -132992,6 +134495,7 @@ exports.OauthClient = OauthClient;
|
|
132992
134495
|
exports.OauthClientApproval = OauthClientApproval;
|
132993
134496
|
exports.OauthClientApprovalNotification = OauthClientApprovalNotification;
|
132994
134497
|
exports.OauthClientConnection = OauthClientConnection;
|
134498
|
+
exports.OauthToken = OauthToken;
|
132995
134499
|
exports.Organization = Organization;
|
132996
134500
|
exports.OrganizationCancelDeletePayload = OrganizationCancelDeletePayload;
|
132997
134501
|
exports.OrganizationDeleteChallengeMutation = OrganizationDeleteChallengeMutation;
|
@@ -133102,15 +134606,16 @@ exports.SearchProjects_ArchivePayloadQuery = SearchProjects_ArchivePayloadQuery;
|
|
133102
134606
|
exports.SentrySettings = SentrySettings;
|
133103
134607
|
exports.SlackAsksSettings = SlackAsksSettings;
|
133104
134608
|
exports.SlackAsksTeamSettings = SlackAsksTeamSettings;
|
134609
|
+
exports.SlackChannelConnectPayload = SlackChannelConnectPayload;
|
133105
134610
|
exports.SlackChannelNameMapping = SlackChannelNameMapping;
|
133106
134611
|
exports.SlackPostSettings = SlackPostSettings;
|
133107
134612
|
exports.SlackSettings = SlackSettings;
|
133108
134613
|
exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
|
133109
134614
|
exports.SsoUrlFromEmailResponse = SsoUrlFromEmailResponse;
|
133110
134615
|
exports.SuspendUserMutation = SuspendUserMutation;
|
133111
|
-
exports.SyncResponse = SyncResponse;
|
133112
134616
|
exports.SynchronizedPayload = SynchronizedPayload;
|
133113
134617
|
exports.Team = Team;
|
134618
|
+
exports.TeamArchivePayload = TeamArchivePayload;
|
133114
134619
|
exports.TeamConnection = TeamConnection;
|
133115
134620
|
exports.TeamMembership = TeamMembership;
|
133116
134621
|
exports.TeamMembershipConnection = TeamMembershipConnection;
|
@@ -133121,6 +134626,7 @@ exports.TeamNotificationSubscription = TeamNotificationSubscription;
|
|
133121
134626
|
exports.TeamPayload = TeamPayload;
|
133122
134627
|
exports.TeamQuery = TeamQuery;
|
133123
134628
|
exports.TeamRepoMapping = TeamRepoMapping;
|
134629
|
+
exports.Team_AutomationStatesQuery = Team_AutomationStatesQuery;
|
133124
134630
|
exports.Team_CyclesQuery = Team_CyclesQuery;
|
133125
134631
|
exports.Team_IssuesQuery = Team_IssuesQuery;
|
133126
134632
|
exports.Team_LabelsQuery = Team_LabelsQuery;
|
@@ -133143,6 +134649,7 @@ exports.UnarchiveIssueMutation = UnarchiveIssueMutation;
|
|
133143
134649
|
exports.UnarchiveNotificationMutation = UnarchiveNotificationMutation;
|
133144
134650
|
exports.UnarchiveProjectMutation = UnarchiveProjectMutation;
|
133145
134651
|
exports.UnarchiveRoadmapMutation = UnarchiveRoadmapMutation;
|
134652
|
+
exports.UnarchiveTeamMutation = UnarchiveTeamMutation;
|
133146
134653
|
exports.UnknownLinearError = UnknownLinearError;
|
133147
134654
|
exports.UnsuspendUserMutation = UnsuspendUserMutation;
|
133148
134655
|
exports.UpdateAttachmentMutation = UpdateAttachmentMutation;
|
@@ -133151,6 +134658,7 @@ exports.UpdateCustomViewMutation = UpdateCustomViewMutation;
|
|
133151
134658
|
exports.UpdateCycleMutation = UpdateCycleMutation;
|
133152
134659
|
exports.UpdateDocumentMutation = UpdateDocumentMutation;
|
133153
134660
|
exports.UpdateFavoriteMutation = UpdateFavoriteMutation;
|
134661
|
+
exports.UpdateGitAutomationStateMutation = UpdateGitAutomationStateMutation;
|
133154
134662
|
exports.UpdateIntegrationIntercomSettingsMutation = UpdateIntegrationIntercomSettingsMutation;
|
133155
134663
|
exports.UpdateIntegrationsSettingsMutation = UpdateIntegrationsSettingsMutation;
|
133156
134664
|
exports.UpdateIssueBatchMutation = UpdateIssueBatchMutation;
|
@@ -133189,8 +134697,6 @@ exports.UserDemoteAdminMutation = UserDemoteAdminMutation;
|
|
133189
134697
|
exports.UserDemoteMemberMutation = UserDemoteMemberMutation;
|
133190
134698
|
exports.UserDiscordConnectMutation = UserDiscordConnectMutation;
|
133191
134699
|
exports.UserExternalUserDisconnectMutation = UserExternalUserDisconnectMutation;
|
133192
|
-
exports.UserGitHubConnectMutation = UserGitHubConnectMutation;
|
133193
|
-
exports.UserJiraConnectMutation = UserJiraConnectMutation;
|
133194
134700
|
exports.UserLinearError = UserLinearError;
|
133195
134701
|
exports.UserNotificationSubscription = UserNotificationSubscription;
|
133196
134702
|
exports.UserPayload = UserPayload;
|