@linear/sdk 7.0.0 → 8.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/CHANGELOG.md +203 -0
- package/dist/_generated_documents.d.ts +392 -37
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +202 -23
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +1108 -229
- 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 +1102 -230
- 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 +1109 -230
- 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 +2 -2
package/dist/index-es.js
CHANGED
@@ -83456,6 +83456,7 @@ var ProjectUpdateHealthType;
|
|
83456
83456
|
/** The frequency at which to send project update reminders. */
|
83457
83457
|
var ProjectUpdateReminderFrequency;
|
83458
83458
|
(function (ProjectUpdateReminderFrequency) {
|
83459
|
+
ProjectUpdateReminderFrequency["Month"] = "month";
|
83459
83460
|
ProjectUpdateReminderFrequency["Never"] = "never";
|
83460
83461
|
ProjectUpdateReminderFrequency["TwoWeeks"] = "twoWeeks";
|
83461
83462
|
ProjectUpdateReminderFrequency["Week"] = "week";
|
@@ -83464,6 +83465,8 @@ var ProjectUpdateReminderFrequency;
|
|
83464
83465
|
var PushSubscriptionType;
|
83465
83466
|
(function (PushSubscriptionType) {
|
83466
83467
|
PushSubscriptionType["Apple"] = "apple";
|
83468
|
+
PushSubscriptionType["AppleDevelopment"] = "appleDevelopment";
|
83469
|
+
PushSubscriptionType["Firebase"] = "firebase";
|
83467
83470
|
PushSubscriptionType["Web"] = "web";
|
83468
83471
|
})(PushSubscriptionType || (PushSubscriptionType = {}));
|
83469
83472
|
/** Features release channel */
|
@@ -83474,6 +83477,12 @@ var ReleaseChannel;
|
|
83474
83477
|
ReleaseChannel["PreRelease"] = "preRelease";
|
83475
83478
|
ReleaseChannel["Public"] = "public";
|
83476
83479
|
})(ReleaseChannel || (ReleaseChannel = {}));
|
83480
|
+
/** Which day count to use for SLA calculations */
|
83481
|
+
var SlaDayCountType;
|
83482
|
+
(function (SlaDayCountType) {
|
83483
|
+
SlaDayCountType["All"] = "all";
|
83484
|
+
SlaDayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
|
83485
|
+
})(SlaDayCountType || (SlaDayCountType = {}));
|
83477
83486
|
var SlaStatus;
|
83478
83487
|
(function (SlaStatus) {
|
83479
83488
|
SlaStatus["Breached"] = "Breached";
|
@@ -83524,6 +83533,11 @@ var UserFlagType;
|
|
83524
83533
|
UserFlagType["TeamsPageIntroductionDismissed"] = "teamsPageIntroductionDismissed";
|
83525
83534
|
UserFlagType["ThreadedCommentsNudgeIsSeen"] = "threadedCommentsNudgeIsSeen";
|
83526
83535
|
UserFlagType["TriageWelcomeDismissed"] = "triageWelcomeDismissed";
|
83536
|
+
UserFlagType["TryCyclesDismissed"] = "tryCyclesDismissed";
|
83537
|
+
UserFlagType["TryGithubDismissed"] = "tryGithubDismissed";
|
83538
|
+
UserFlagType["TryInvitePeopleDismissed"] = "tryInvitePeopleDismissed";
|
83539
|
+
UserFlagType["TryRoadmapsDismissed"] = "tryRoadmapsDismissed";
|
83540
|
+
UserFlagType["TryTriageDismissed"] = "tryTriageDismissed";
|
83527
83541
|
UserFlagType["UpdatedSlackThreadSyncIntegration"] = "updatedSlackThreadSyncIntegration";
|
83528
83542
|
})(UserFlagType || (UserFlagType = {}));
|
83529
83543
|
/** Operations that can be applied to UserFlagType */
|
@@ -83694,6 +83708,7 @@ const CustomViewNotificationSubscriptionFragmentDoc = {
|
|
83694
83708
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
83695
83709
|
},
|
83696
83710
|
},
|
83711
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
83697
83712
|
],
|
83698
83713
|
},
|
83699
83714
|
},
|
@@ -83771,6 +83786,7 @@ const CycleNotificationSubscriptionFragmentDoc = {
|
|
83771
83786
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
83772
83787
|
},
|
83773
83788
|
},
|
83789
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
83774
83790
|
],
|
83775
83791
|
},
|
83776
83792
|
},
|
@@ -83789,6 +83805,7 @@ const DocumentContentFragmentDoc = {
|
|
83789
83805
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
83790
83806
|
{ kind: "Field", name: { kind: "Name", value: "contentData" } },
|
83791
83807
|
{ kind: "Field", name: { kind: "Name", value: "content" } },
|
83808
|
+
{ kind: "Field", name: { kind: "Name", value: "contentState" } },
|
83792
83809
|
{
|
83793
83810
|
kind: "Field",
|
83794
83811
|
name: { kind: "Name", value: "issue" },
|
@@ -83798,6 +83815,14 @@ const DocumentContentFragmentDoc = {
|
|
83798
83815
|
},
|
83799
83816
|
},
|
83800
83817
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
83818
|
+
{
|
83819
|
+
kind: "Field",
|
83820
|
+
name: { kind: "Name", value: "project" },
|
83821
|
+
selectionSet: {
|
83822
|
+
kind: "SelectionSet",
|
83823
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
83824
|
+
},
|
83825
|
+
},
|
83801
83826
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
83802
83827
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
83803
83828
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -83903,6 +83928,28 @@ const IssueArchivePayloadFragmentDoc = {
|
|
83903
83928
|
},
|
83904
83929
|
],
|
83905
83930
|
};
|
83931
|
+
const ActorBotFragmentDoc = {
|
83932
|
+
kind: "Document",
|
83933
|
+
definitions: [
|
83934
|
+
{
|
83935
|
+
kind: "FragmentDefinition",
|
83936
|
+
name: { kind: "Name", value: "ActorBot" },
|
83937
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ActorBot" } },
|
83938
|
+
selectionSet: {
|
83939
|
+
kind: "SelectionSet",
|
83940
|
+
selections: [
|
83941
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
83942
|
+
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
83943
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
83944
|
+
{ kind: "Field", name: { kind: "Name", value: "userDisplayName" } },
|
83945
|
+
{ kind: "Field", name: { kind: "Name", value: "subType" } },
|
83946
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
83947
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
83948
|
+
],
|
83949
|
+
},
|
83950
|
+
},
|
83951
|
+
],
|
83952
|
+
};
|
83906
83953
|
const IssueNotificationFragmentDoc = {
|
83907
83954
|
kind: "Document",
|
83908
83955
|
definitions: [
|
@@ -83916,6 +83963,14 @@ const IssueNotificationFragmentDoc = {
|
|
83916
83963
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
83917
83964
|
{ kind: "Field", name: { kind: "Name", value: "reactionEmoji" } },
|
83918
83965
|
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
83966
|
+
{
|
83967
|
+
kind: "Field",
|
83968
|
+
name: { kind: "Name", value: "botActor" },
|
83969
|
+
selectionSet: {
|
83970
|
+
kind: "SelectionSet",
|
83971
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
83972
|
+
},
|
83973
|
+
},
|
83919
83974
|
{
|
83920
83975
|
kind: "Field",
|
83921
83976
|
name: { kind: "Name", value: "comment" },
|
@@ -84015,6 +84070,14 @@ const OauthClientApprovalNotificationFragmentDoc = {
|
|
84015
84070
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OauthClientApproval" } }],
|
84016
84071
|
},
|
84017
84072
|
},
|
84073
|
+
{
|
84074
|
+
kind: "Field",
|
84075
|
+
name: { kind: "Name", value: "botActor" },
|
84076
|
+
selectionSet: {
|
84077
|
+
kind: "SelectionSet",
|
84078
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
84079
|
+
},
|
84080
|
+
},
|
84018
84081
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
84019
84082
|
{ kind: "Field", name: { kind: "Name", value: "emailedAt" } },
|
84020
84083
|
{ kind: "Field", name: { kind: "Name", value: "readAt" } },
|
@@ -84042,7 +84105,6 @@ const OauthClientApprovalNotificationFragmentDoc = {
|
|
84042
84105
|
],
|
84043
84106
|
},
|
84044
84107
|
},
|
84045
|
-
...OauthClientApprovalFragmentDoc.definitions,
|
84046
84108
|
],
|
84047
84109
|
};
|
84048
84110
|
const ProjectNotificationFragmentDoc = {
|
@@ -84057,6 +84119,14 @@ const ProjectNotificationFragmentDoc = {
|
|
84057
84119
|
selections: [
|
84058
84120
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84059
84121
|
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
84122
|
+
{
|
84123
|
+
kind: "Field",
|
84124
|
+
name: { kind: "Name", value: "botActor" },
|
84125
|
+
selectionSet: {
|
84126
|
+
kind: "SelectionSet",
|
84127
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
84128
|
+
},
|
84129
|
+
},
|
84060
84130
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
84061
84131
|
{
|
84062
84132
|
kind: "Field",
|
@@ -84114,6 +84184,14 @@ const NotificationFragmentDoc = {
|
|
84114
84184
|
selections: [
|
84115
84185
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84116
84186
|
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
84187
|
+
{
|
84188
|
+
kind: "Field",
|
84189
|
+
name: { kind: "Name", value: "botActor" },
|
84190
|
+
selectionSet: {
|
84191
|
+
kind: "SelectionSet",
|
84192
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
84193
|
+
},
|
84194
|
+
},
|
84117
84195
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
84118
84196
|
{ kind: "Field", name: { kind: "Name", value: "emailedAt" } },
|
84119
84197
|
{ kind: "Field", name: { kind: "Name", value: "readAt" } },
|
@@ -84167,9 +84245,6 @@ const NotificationFragmentDoc = {
|
|
84167
84245
|
],
|
84168
84246
|
},
|
84169
84247
|
},
|
84170
|
-
...IssueNotificationFragmentDoc.definitions,
|
84171
|
-
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
84172
|
-
...ProjectNotificationFragmentDoc.definitions,
|
84173
84248
|
],
|
84174
84249
|
};
|
84175
84250
|
const NotificationArchivePayloadFragmentDoc = {
|
@@ -84196,7 +84271,6 @@ const NotificationArchivePayloadFragmentDoc = {
|
|
84196
84271
|
],
|
84197
84272
|
},
|
84198
84273
|
},
|
84199
|
-
...NotificationFragmentDoc.definitions,
|
84200
84274
|
],
|
84201
84275
|
};
|
84202
84276
|
const ProjectArchivePayloadFragmentDoc = {
|
@@ -84357,14 +84431,6 @@ const ArchivePayloadFragmentDoc = {
|
|
84357
84431
|
],
|
84358
84432
|
},
|
84359
84433
|
},
|
84360
|
-
...AttachmentArchivePayloadFragmentDoc.definitions,
|
84361
|
-
...CycleArchivePayloadFragmentDoc.definitions,
|
84362
|
-
...DeletePayloadFragmentDoc.definitions,
|
84363
|
-
...IssueArchivePayloadFragmentDoc.definitions,
|
84364
|
-
...NotificationArchivePayloadFragmentDoc.definitions,
|
84365
|
-
...ProjectArchivePayloadFragmentDoc.definitions,
|
84366
|
-
...RoadmapArchivePayloadFragmentDoc.definitions,
|
84367
|
-
...WorkflowStateArchivePayloadFragmentDoc.definitions,
|
84368
84434
|
],
|
84369
84435
|
};
|
84370
84436
|
const LabelNotificationSubscriptionFragmentDoc = {
|
@@ -84439,6 +84505,7 @@ const LabelNotificationSubscriptionFragmentDoc = {
|
|
84439
84505
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84440
84506
|
},
|
84441
84507
|
},
|
84508
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
84442
84509
|
],
|
84443
84510
|
},
|
84444
84511
|
},
|
@@ -84516,6 +84583,7 @@ const ProjectNotificationSubscriptionFragmentDoc = {
|
|
84516
84583
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84517
84584
|
},
|
84518
84585
|
},
|
84586
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
84519
84587
|
],
|
84520
84588
|
},
|
84521
84589
|
},
|
@@ -84593,6 +84661,7 @@ const TeamNotificationSubscriptionFragmentDoc = {
|
|
84593
84661
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84594
84662
|
},
|
84595
84663
|
},
|
84664
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
84596
84665
|
],
|
84597
84666
|
},
|
84598
84667
|
},
|
@@ -84714,7 +84783,6 @@ const UserAccountFragmentDoc = {
|
|
84714
84783
|
],
|
84715
84784
|
},
|
84716
84785
|
},
|
84717
|
-
...UserFragmentDoc.definitions,
|
84718
84786
|
],
|
84719
84787
|
};
|
84720
84788
|
const UserNotificationSubscriptionFragmentDoc = {
|
@@ -84789,6 +84857,7 @@ const UserNotificationSubscriptionFragmentDoc = {
|
|
84789
84857
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84790
84858
|
},
|
84791
84859
|
},
|
84860
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
84792
84861
|
],
|
84793
84862
|
},
|
84794
84863
|
},
|
@@ -84891,7 +84960,6 @@ const GithubOrgFragmentDoc = {
|
|
84891
84960
|
],
|
84892
84961
|
},
|
84893
84962
|
},
|
84894
|
-
...GithubRepoFragmentDoc.definitions,
|
84895
84963
|
],
|
84896
84964
|
};
|
84897
84965
|
const GithubOAuthTokenPayloadFragmentDoc = {
|
@@ -84917,7 +84985,6 @@ const GithubOAuthTokenPayloadFragmentDoc = {
|
|
84917
84985
|
],
|
84918
84986
|
},
|
84919
84987
|
},
|
84920
|
-
...GithubOrgFragmentDoc.definitions,
|
84921
84988
|
],
|
84922
84989
|
};
|
84923
84990
|
const UserAuthorizedApplicationFragmentDoc = {
|
@@ -85004,6 +85071,7 @@ const GitHubSettingsFragmentDoc = {
|
|
85004
85071
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85005
85072
|
{ kind: "Field", name: { kind: "Name", value: "orgLogin" } },
|
85006
85073
|
{ kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
|
85074
|
+
{ kind: "Field", name: { kind: "Name", value: "repositories" } },
|
85007
85075
|
],
|
85008
85076
|
},
|
85009
85077
|
},
|
@@ -85117,8 +85185,6 @@ const JiraSettingsFragmentDoc = {
|
|
85117
85185
|
],
|
85118
85186
|
},
|
85119
85187
|
},
|
85120
|
-
...JiraProjectDataFragmentDoc.definitions,
|
85121
|
-
...JiraLinearMappingFragmentDoc.definitions,
|
85122
85188
|
],
|
85123
85189
|
};
|
85124
85190
|
const NotionSettingsFragmentDoc = {
|
@@ -85179,7 +85245,6 @@ const PagerDutySettingsFragmentDoc = {
|
|
85179
85245
|
],
|
85180
85246
|
},
|
85181
85247
|
},
|
85182
|
-
...PagerDutyScheduleMappingFragmentDoc.definitions,
|
85183
85248
|
],
|
85184
85249
|
};
|
85185
85250
|
const SentrySettingsFragmentDoc = {
|
@@ -85199,6 +85264,49 @@ const SentrySettingsFragmentDoc = {
|
|
85199
85264
|
},
|
85200
85265
|
],
|
85201
85266
|
};
|
85267
|
+
const SlackChannelNameMappingFragmentDoc = {
|
85268
|
+
kind: "Document",
|
85269
|
+
definitions: [
|
85270
|
+
{
|
85271
|
+
kind: "FragmentDefinition",
|
85272
|
+
name: { kind: "Name", value: "SlackChannelNameMapping" },
|
85273
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackChannelNameMapping" } },
|
85274
|
+
selectionSet: {
|
85275
|
+
kind: "SelectionSet",
|
85276
|
+
selections: [
|
85277
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85278
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85279
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85280
|
+
{ kind: "Field", name: { kind: "Name", value: "isPrivate" } },
|
85281
|
+
],
|
85282
|
+
},
|
85283
|
+
},
|
85284
|
+
],
|
85285
|
+
};
|
85286
|
+
const SlackAsksSettingsFragmentDoc = {
|
85287
|
+
kind: "Document",
|
85288
|
+
definitions: [
|
85289
|
+
{
|
85290
|
+
kind: "FragmentDefinition",
|
85291
|
+
name: { kind: "Name", value: "SlackAsksSettings" },
|
85292
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackAsksSettings" } },
|
85293
|
+
selectionSet: {
|
85294
|
+
kind: "SelectionSet",
|
85295
|
+
selections: [
|
85296
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85297
|
+
{
|
85298
|
+
kind: "Field",
|
85299
|
+
name: { kind: "Name", value: "slackChannelMapping" },
|
85300
|
+
selectionSet: {
|
85301
|
+
kind: "SelectionSet",
|
85302
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
|
85303
|
+
},
|
85304
|
+
},
|
85305
|
+
],
|
85306
|
+
},
|
85307
|
+
},
|
85308
|
+
],
|
85309
|
+
};
|
85202
85310
|
const SlackPostSettingsFragmentDoc = {
|
85203
85311
|
kind: "Document",
|
85204
85312
|
definitions: [
|
@@ -85317,6 +85425,14 @@ const IntegrationSettingsFragmentDoc = {
|
|
85317
85425
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SentrySettings" } }],
|
85318
85426
|
},
|
85319
85427
|
},
|
85428
|
+
{
|
85429
|
+
kind: "Field",
|
85430
|
+
name: { kind: "Name", value: "slackAsks" },
|
85431
|
+
selectionSet: {
|
85432
|
+
kind: "SelectionSet",
|
85433
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackAsksSettings" } }],
|
85434
|
+
},
|
85435
|
+
},
|
85320
85436
|
{
|
85321
85437
|
kind: "Field",
|
85322
85438
|
name: { kind: "Name", value: "slackOrgProjectUpdatesPost" },
|
@@ -85352,16 +85468,6 @@ const IntegrationSettingsFragmentDoc = {
|
|
85352
85468
|
],
|
85353
85469
|
},
|
85354
85470
|
},
|
85355
|
-
...FrontSettingsFragmentDoc.definitions,
|
85356
|
-
...GitHubSettingsFragmentDoc.definitions,
|
85357
|
-
...GoogleSheetsSettingsFragmentDoc.definitions,
|
85358
|
-
...IntercomSettingsFragmentDoc.definitions,
|
85359
|
-
...JiraSettingsFragmentDoc.definitions,
|
85360
|
-
...NotionSettingsFragmentDoc.definitions,
|
85361
|
-
...PagerDutySettingsFragmentDoc.definitions,
|
85362
|
-
...SentrySettingsFragmentDoc.definitions,
|
85363
|
-
...SlackPostSettingsFragmentDoc.definitions,
|
85364
|
-
...ZendeskSettingsFragmentDoc.definitions,
|
85365
85471
|
],
|
85366
85472
|
};
|
85367
85473
|
const SamlConfigurationPayloadFragmentDoc = {
|
@@ -85487,8 +85593,6 @@ const ApiKeyConnectionFragmentDoc = {
|
|
85487
85593
|
],
|
85488
85594
|
},
|
85489
85595
|
},
|
85490
|
-
...ApiKeyFragmentDoc.definitions,
|
85491
|
-
...PageInfoFragmentDoc.definitions,
|
85492
85596
|
],
|
85493
85597
|
};
|
85494
85598
|
const ApiKeyPayloadFragmentDoc = {
|
@@ -85515,7 +85619,40 @@ const ApiKeyPayloadFragmentDoc = {
|
|
85515
85619
|
],
|
85516
85620
|
},
|
85517
85621
|
},
|
85518
|
-
|
85622
|
+
],
|
85623
|
+
};
|
85624
|
+
const AsksChannelConnectPayloadFragmentDoc = {
|
85625
|
+
kind: "Document",
|
85626
|
+
definitions: [
|
85627
|
+
{
|
85628
|
+
kind: "FragmentDefinition",
|
85629
|
+
name: { kind: "Name", value: "AsksChannelConnectPayload" },
|
85630
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AsksChannelConnectPayload" } },
|
85631
|
+
selectionSet: {
|
85632
|
+
kind: "SelectionSet",
|
85633
|
+
selections: [
|
85634
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85635
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
85636
|
+
{
|
85637
|
+
kind: "Field",
|
85638
|
+
name: { kind: "Name", value: "integration" },
|
85639
|
+
selectionSet: {
|
85640
|
+
kind: "SelectionSet",
|
85641
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85642
|
+
},
|
85643
|
+
},
|
85644
|
+
{
|
85645
|
+
kind: "Field",
|
85646
|
+
name: { kind: "Name", value: "mapping" },
|
85647
|
+
selectionSet: {
|
85648
|
+
kind: "SelectionSet",
|
85649
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
|
85650
|
+
},
|
85651
|
+
},
|
85652
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
85653
|
+
],
|
85654
|
+
},
|
85655
|
+
},
|
85519
85656
|
],
|
85520
85657
|
};
|
85521
85658
|
const AttachmentFragmentDoc = {
|
@@ -85591,8 +85728,6 @@ const AttachmentConnectionFragmentDoc = {
|
|
85591
85728
|
],
|
85592
85729
|
},
|
85593
85730
|
},
|
85594
|
-
...AttachmentFragmentDoc.definitions,
|
85595
|
-
...PageInfoFragmentDoc.definitions,
|
85596
85731
|
],
|
85597
85732
|
};
|
85598
85733
|
const AttachmentPayloadFragmentDoc = {
|
@@ -85621,6 +85756,23 @@ const AttachmentPayloadFragmentDoc = {
|
|
85621
85756
|
},
|
85622
85757
|
],
|
85623
85758
|
};
|
85759
|
+
const AttachmentSourcesPayloadFragmentDoc = {
|
85760
|
+
kind: "Document",
|
85761
|
+
definitions: [
|
85762
|
+
{
|
85763
|
+
kind: "FragmentDefinition",
|
85764
|
+
name: { kind: "Name", value: "AttachmentSourcesPayload" },
|
85765
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AttachmentSourcesPayload" } },
|
85766
|
+
selectionSet: {
|
85767
|
+
kind: "SelectionSet",
|
85768
|
+
selections: [
|
85769
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85770
|
+
{ kind: "Field", name: { kind: "Name", value: "sources" } },
|
85771
|
+
],
|
85772
|
+
},
|
85773
|
+
},
|
85774
|
+
],
|
85775
|
+
};
|
85624
85776
|
const AuditEntryFragmentDoc = {
|
85625
85777
|
kind: "Document",
|
85626
85778
|
definitions: [
|
@@ -85685,8 +85837,6 @@ const AuditEntryConnectionFragmentDoc = {
|
|
85685
85837
|
],
|
85686
85838
|
},
|
85687
85839
|
},
|
85688
|
-
...AuditEntryFragmentDoc.definitions,
|
85689
|
-
...PageInfoFragmentDoc.definitions,
|
85690
85840
|
],
|
85691
85841
|
};
|
85692
85842
|
const AuditEntryTypeFragmentDoc = {
|
@@ -85785,7 +85935,6 @@ const OrganizationFragmentDoc = {
|
|
85785
85935
|
],
|
85786
85936
|
},
|
85787
85937
|
},
|
85788
|
-
...PaidSubscriptionFragmentDoc.definitions,
|
85789
85938
|
],
|
85790
85939
|
};
|
85791
85940
|
const AuthResolverResponseFragmentDoc = {
|
@@ -85823,8 +85972,6 @@ const AuthResolverResponseFragmentDoc = {
|
|
85823
85972
|
],
|
85824
85973
|
},
|
85825
85974
|
},
|
85826
|
-
...OrganizationFragmentDoc.definitions,
|
85827
|
-
...UserFragmentDoc.definitions,
|
85828
85975
|
],
|
85829
85976
|
};
|
85830
85977
|
const CommentFragmentDoc = {
|
@@ -85840,6 +85987,14 @@ const CommentFragmentDoc = {
|
|
85840
85987
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85841
85988
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
85842
85989
|
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
85990
|
+
{
|
85991
|
+
kind: "Field",
|
85992
|
+
name: { kind: "Name", value: "botActor" },
|
85993
|
+
selectionSet: {
|
85994
|
+
kind: "SelectionSet",
|
85995
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
85996
|
+
},
|
85997
|
+
},
|
85843
85998
|
{ kind: "Field", name: { kind: "Name", value: "bodyData" } },
|
85844
85999
|
{ kind: "Field", name: { kind: "Name", value: "body" } },
|
85845
86000
|
{
|
@@ -85906,8 +86061,6 @@ const CommentConnectionFragmentDoc = {
|
|
85906
86061
|
],
|
85907
86062
|
},
|
85908
86063
|
},
|
85909
|
-
...CommentFragmentDoc.definitions,
|
85910
|
-
...PageInfoFragmentDoc.definitions,
|
85911
86064
|
],
|
85912
86065
|
};
|
85913
86066
|
const CommentPayloadFragmentDoc = {
|
@@ -85999,8 +86152,6 @@ const CompanyConnectionFragmentDoc = {
|
|
85999
86152
|
],
|
86000
86153
|
},
|
86001
86154
|
},
|
86002
|
-
...CompanyFragmentDoc.definitions,
|
86003
|
-
...PageInfoFragmentDoc.definitions,
|
86004
86155
|
],
|
86005
86156
|
};
|
86006
86157
|
const ContactPayloadFragmentDoc = {
|
@@ -86098,6 +86249,14 @@ const CustomViewFragmentDoc = {
|
|
86098
86249
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86099
86250
|
},
|
86100
86251
|
},
|
86252
|
+
{
|
86253
|
+
kind: "Field",
|
86254
|
+
name: { kind: "Name", value: "owner" },
|
86255
|
+
selectionSet: {
|
86256
|
+
kind: "SelectionSet",
|
86257
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86258
|
+
},
|
86259
|
+
},
|
86101
86260
|
{ kind: "Field", name: { kind: "Name", value: "shared" } },
|
86102
86261
|
],
|
86103
86262
|
},
|
@@ -86134,8 +86293,6 @@ const CustomViewConnectionFragmentDoc = {
|
|
86134
86293
|
],
|
86135
86294
|
},
|
86136
86295
|
},
|
86137
|
-
...CustomViewFragmentDoc.definitions,
|
86138
|
-
...PageInfoFragmentDoc.definitions,
|
86139
86296
|
],
|
86140
86297
|
};
|
86141
86298
|
const CustomViewPayloadFragmentDoc = {
|
@@ -86254,8 +86411,6 @@ const CycleConnectionFragmentDoc = {
|
|
86254
86411
|
],
|
86255
86412
|
},
|
86256
86413
|
},
|
86257
|
-
...CycleFragmentDoc.definitions,
|
86258
|
-
...PageInfoFragmentDoc.definitions,
|
86259
86414
|
],
|
86260
86415
|
};
|
86261
86416
|
const CyclePayloadFragmentDoc = {
|
@@ -86364,8 +86519,6 @@ const DocumentConnectionFragmentDoc = {
|
|
86364
86519
|
],
|
86365
86520
|
},
|
86366
86521
|
},
|
86367
|
-
...DocumentFragmentDoc.definitions,
|
86368
|
-
...PageInfoFragmentDoc.definitions,
|
86369
86522
|
],
|
86370
86523
|
};
|
86371
86524
|
const DocumentPayloadFragmentDoc = {
|
@@ -86504,9 +86657,6 @@ const DocumentSearchPayloadFragmentDoc = {
|
|
86504
86657
|
],
|
86505
86658
|
},
|
86506
86659
|
},
|
86507
|
-
...ArchiveResponseFragmentDoc.definitions,
|
86508
|
-
...DocumentSearchResultFragmentDoc.definitions,
|
86509
|
-
...PageInfoFragmentDoc.definitions,
|
86510
86660
|
],
|
86511
86661
|
};
|
86512
86662
|
const DocumentSearchResultConnectionFragmentDoc = {
|
@@ -86539,8 +86689,6 @@ const DocumentSearchResultConnectionFragmentDoc = {
|
|
86539
86689
|
],
|
86540
86690
|
},
|
86541
86691
|
},
|
86542
|
-
...DocumentSearchResultFragmentDoc.definitions,
|
86543
|
-
...PageInfoFragmentDoc.definitions,
|
86544
86692
|
],
|
86545
86693
|
};
|
86546
86694
|
const EmailUnsubscribePayloadFragmentDoc = {
|
@@ -86629,7 +86777,6 @@ const EmbedPayloadFragmentDoc = {
|
|
86629
86777
|
],
|
86630
86778
|
},
|
86631
86779
|
},
|
86632
|
-
...EmbedFragmentDoc.definitions,
|
86633
86780
|
],
|
86634
86781
|
};
|
86635
86782
|
const EmojiFragmentDoc = {
|
@@ -86693,8 +86840,6 @@ const EmojiConnectionFragmentDoc = {
|
|
86693
86840
|
],
|
86694
86841
|
},
|
86695
86842
|
},
|
86696
|
-
...EmojiFragmentDoc.definitions,
|
86697
|
-
...PageInfoFragmentDoc.definitions,
|
86698
86843
|
],
|
86699
86844
|
};
|
86700
86845
|
const EmojiPayloadFragmentDoc = {
|
@@ -86873,8 +87018,6 @@ const FavoriteConnectionFragmentDoc = {
|
|
86873
87018
|
],
|
86874
87019
|
},
|
86875
87020
|
},
|
86876
|
-
...FavoriteFragmentDoc.definitions,
|
86877
|
-
...PageInfoFragmentDoc.definitions,
|
86878
87021
|
],
|
86879
87022
|
};
|
86880
87023
|
const FavoritePayloadFragmentDoc = {
|
@@ -86946,7 +87089,6 @@ const FigmaEmbedPayloadFragmentDoc = {
|
|
86946
87089
|
],
|
86947
87090
|
},
|
86948
87091
|
},
|
86949
|
-
...FigmaEmbedFragmentDoc.definitions,
|
86950
87092
|
],
|
86951
87093
|
};
|
86952
87094
|
const FirstResponderScheduleFragmentDoc = {
|
@@ -86960,8 +87102,6 @@ const FirstResponderScheduleFragmentDoc = {
|
|
86960
87102
|
kind: "SelectionSet",
|
86961
87103
|
selections: [
|
86962
87104
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86963
|
-
{ kind: "Field", name: { kind: "Name", value: "scheduleData" } },
|
86964
|
-
{ kind: "Field", name: { kind: "Name", value: "integrationScheduleId" } },
|
86965
87105
|
{
|
86966
87106
|
kind: "Field",
|
86967
87107
|
name: { kind: "Name", value: "integration" },
|
@@ -86971,6 +87111,7 @@ const FirstResponderScheduleFragmentDoc = {
|
|
86971
87111
|
},
|
86972
87112
|
},
|
86973
87113
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87114
|
+
{ kind: "Field", name: { kind: "Name", value: "scheduleData" } },
|
86974
87115
|
{
|
86975
87116
|
kind: "Field",
|
86976
87117
|
name: { kind: "Name", value: "team" },
|
@@ -87017,8 +87158,6 @@ const FirstResponderScheduleConnectionFragmentDoc = {
|
|
87017
87158
|
],
|
87018
87159
|
},
|
87019
87160
|
},
|
87020
|
-
...FirstResponderScheduleFragmentDoc.definitions,
|
87021
|
-
...PageInfoFragmentDoc.definitions,
|
87022
87161
|
],
|
87023
87162
|
};
|
87024
87163
|
const FrontAttachmentPayloadFragmentDoc = {
|
@@ -87152,8 +87291,6 @@ const IntegrationConnectionFragmentDoc = {
|
|
87152
87291
|
],
|
87153
87292
|
},
|
87154
87293
|
},
|
87155
|
-
...IntegrationFragmentDoc.definitions,
|
87156
|
-
...PageInfoFragmentDoc.definitions,
|
87157
87294
|
],
|
87158
87295
|
};
|
87159
87296
|
const IntegrationPayloadFragmentDoc = {
|
@@ -87210,6 +87347,7 @@ const IntegrationTemplateFragmentDoc = {
|
|
87210
87347
|
kind: "SelectionSet",
|
87211
87348
|
selections: [
|
87212
87349
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87350
|
+
{ kind: "Field", name: { kind: "Name", value: "foreignEntityId" } },
|
87213
87351
|
{
|
87214
87352
|
kind: "Field",
|
87215
87353
|
name: { kind: "Name", value: "integration" },
|
@@ -87265,8 +87403,6 @@ const IntegrationTemplateConnectionFragmentDoc = {
|
|
87265
87403
|
],
|
87266
87404
|
},
|
87267
87405
|
},
|
87268
|
-
...IntegrationTemplateFragmentDoc.definitions,
|
87269
|
-
...PageInfoFragmentDoc.definitions,
|
87270
87406
|
],
|
87271
87407
|
};
|
87272
87408
|
const IntegrationTemplatePayloadFragmentDoc = {
|
@@ -87371,8 +87507,6 @@ const IntegrationsSettingsConnectionFragmentDoc = {
|
|
87371
87507
|
],
|
87372
87508
|
},
|
87373
87509
|
},
|
87374
|
-
...IntegrationsSettingsFragmentDoc.definitions,
|
87375
|
-
...PageInfoFragmentDoc.definitions,
|
87376
87510
|
],
|
87377
87511
|
};
|
87378
87512
|
const IntegrationsSettingsPayloadFragmentDoc = {
|
@@ -87549,7 +87683,6 @@ const IssueBatchPayloadFragmentDoc = {
|
|
87549
87683
|
],
|
87550
87684
|
},
|
87551
87685
|
},
|
87552
|
-
...IssueFragmentDoc.definitions,
|
87553
87686
|
],
|
87554
87687
|
};
|
87555
87688
|
const IssueConnectionFragmentDoc = {
|
@@ -87582,8 +87715,6 @@ const IssueConnectionFragmentDoc = {
|
|
87582
87715
|
],
|
87583
87716
|
},
|
87584
87717
|
},
|
87585
|
-
...IssueFragmentDoc.definitions,
|
87586
|
-
...PageInfoFragmentDoc.definitions,
|
87587
87718
|
],
|
87588
87719
|
};
|
87589
87720
|
const IssueFilterSuggestionPayloadFragmentDoc = {
|
@@ -87671,6 +87802,14 @@ const IssueHistoryFragmentDoc = {
|
|
87671
87802
|
},
|
87672
87803
|
{ kind: "Field", name: { kind: "Name", value: "addedLabelIds" } },
|
87673
87804
|
{ kind: "Field", name: { kind: "Name", value: "removedLabelIds" } },
|
87805
|
+
{
|
87806
|
+
kind: "Field",
|
87807
|
+
name: { kind: "Name", value: "botActor" },
|
87808
|
+
selectionSet: {
|
87809
|
+
kind: "SelectionSet",
|
87810
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
87811
|
+
},
|
87812
|
+
},
|
87674
87813
|
{ kind: "Field", name: { kind: "Name", value: "attachmentId" } },
|
87675
87814
|
{ kind: "Field", name: { kind: "Name", value: "toCycleId" } },
|
87676
87815
|
{ kind: "Field", name: { kind: "Name", value: "toParentId" } },
|
@@ -87842,8 +87981,6 @@ const IssueHistoryFragmentDoc = {
|
|
87842
87981
|
],
|
87843
87982
|
},
|
87844
87983
|
},
|
87845
|
-
...IssueRelationHistoryPayloadFragmentDoc.definitions,
|
87846
|
-
...IssueImportFragmentDoc.definitions,
|
87847
87984
|
],
|
87848
87985
|
};
|
87849
87986
|
const IssueHistoryConnectionFragmentDoc = {
|
@@ -87876,8 +88013,6 @@ const IssueHistoryConnectionFragmentDoc = {
|
|
87876
88013
|
],
|
87877
88014
|
},
|
87878
88015
|
},
|
87879
|
-
...IssueHistoryFragmentDoc.definitions,
|
87880
|
-
...PageInfoFragmentDoc.definitions,
|
87881
88016
|
],
|
87882
88017
|
};
|
87883
88018
|
const IssueImportCheckPayloadFragmentDoc = {
|
@@ -87921,7 +88056,6 @@ const IssueImportDeletePayloadFragmentDoc = {
|
|
87921
88056
|
],
|
87922
88057
|
},
|
87923
88058
|
},
|
87924
|
-
...IssueImportFragmentDoc.definitions,
|
87925
88059
|
],
|
87926
88060
|
};
|
87927
88061
|
const IssueImportPayloadFragmentDoc = {
|
@@ -87948,7 +88082,6 @@ const IssueImportPayloadFragmentDoc = {
|
|
87948
88082
|
],
|
87949
88083
|
},
|
87950
88084
|
},
|
87951
|
-
...IssueImportFragmentDoc.definitions,
|
87952
88085
|
],
|
87953
88086
|
};
|
87954
88087
|
const IssueLabelFragmentDoc = {
|
@@ -87993,6 +88126,7 @@ const IssueLabelFragmentDoc = {
|
|
87993
88126
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87994
88127
|
},
|
87995
88128
|
},
|
88129
|
+
{ kind: "Field", name: { kind: "Name", value: "isGroup" } },
|
87996
88130
|
],
|
87997
88131
|
},
|
87998
88132
|
},
|
@@ -88028,8 +88162,6 @@ const IssueLabelConnectionFragmentDoc = {
|
|
88028
88162
|
],
|
88029
88163
|
},
|
88030
88164
|
},
|
88031
|
-
...IssueLabelFragmentDoc.definitions,
|
88032
|
-
...PageInfoFragmentDoc.definitions,
|
88033
88165
|
],
|
88034
88166
|
};
|
88035
88167
|
const IssueLabelPayloadFragmentDoc = {
|
@@ -88169,8 +88301,6 @@ const IssueRelationConnectionFragmentDoc = {
|
|
88169
88301
|
],
|
88170
88302
|
},
|
88171
88303
|
},
|
88172
|
-
...IssueRelationFragmentDoc.definitions,
|
88173
|
-
...PageInfoFragmentDoc.definitions,
|
88174
88304
|
],
|
88175
88305
|
};
|
88176
88306
|
const IssueRelationPayloadFragmentDoc = {
|
@@ -88363,9 +88493,6 @@ const IssueSearchPayloadFragmentDoc = {
|
|
88363
88493
|
],
|
88364
88494
|
},
|
88365
88495
|
},
|
88366
|
-
...ArchiveResponseFragmentDoc.definitions,
|
88367
|
-
...IssueSearchResultFragmentDoc.definitions,
|
88368
|
-
...PageInfoFragmentDoc.definitions,
|
88369
88496
|
],
|
88370
88497
|
};
|
88371
88498
|
const IssueSearchResultConnectionFragmentDoc = {
|
@@ -88398,8 +88525,6 @@ const IssueSearchResultConnectionFragmentDoc = {
|
|
88398
88525
|
],
|
88399
88526
|
},
|
88400
88527
|
},
|
88401
|
-
...IssueSearchResultFragmentDoc.definitions,
|
88402
|
-
...PageInfoFragmentDoc.definitions,
|
88403
88528
|
],
|
88404
88529
|
};
|
88405
88530
|
const LogoutResponseFragmentDoc = {
|
@@ -88460,7 +88585,6 @@ const NotificationBatchActionPayloadFragmentDoc = {
|
|
88460
88585
|
],
|
88461
88586
|
},
|
88462
88587
|
},
|
88463
|
-
...NotificationFragmentDoc.definitions,
|
88464
88588
|
],
|
88465
88589
|
};
|
88466
88590
|
const NotificationConnectionFragmentDoc = {
|
@@ -88493,8 +88617,6 @@ const NotificationConnectionFragmentDoc = {
|
|
88493
88617
|
],
|
88494
88618
|
},
|
88495
88619
|
},
|
88496
|
-
...NotificationFragmentDoc.definitions,
|
88497
|
-
...PageInfoFragmentDoc.definitions,
|
88498
88620
|
],
|
88499
88621
|
};
|
88500
88622
|
const NotificationPayloadFragmentDoc = {
|
@@ -88521,7 +88643,6 @@ const NotificationPayloadFragmentDoc = {
|
|
88521
88643
|
],
|
88522
88644
|
},
|
88523
88645
|
},
|
88524
|
-
...NotificationFragmentDoc.definitions,
|
88525
88646
|
],
|
88526
88647
|
};
|
88527
88648
|
const NotificationSubscriptionFragmentDoc = {
|
@@ -88595,6 +88716,7 @@ const NotificationSubscriptionFragmentDoc = {
|
|
88595
88716
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88596
88717
|
},
|
88597
88718
|
},
|
88719
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
88598
88720
|
],
|
88599
88721
|
},
|
88600
88722
|
},
|
@@ -88630,8 +88752,6 @@ const NotificationSubscriptionConnectionFragmentDoc = {
|
|
88630
88752
|
],
|
88631
88753
|
},
|
88632
88754
|
},
|
88633
|
-
...NotificationSubscriptionFragmentDoc.definitions,
|
88634
|
-
...PageInfoFragmentDoc.definitions,
|
88635
88755
|
],
|
88636
88756
|
};
|
88637
88757
|
const NotificationSubscriptionPayloadFragmentDoc = {
|
@@ -88658,7 +88778,6 @@ const NotificationSubscriptionPayloadFragmentDoc = {
|
|
88658
88778
|
],
|
88659
88779
|
},
|
88660
88780
|
},
|
88661
|
-
...NotificationSubscriptionFragmentDoc.definitions,
|
88662
88781
|
],
|
88663
88782
|
};
|
88664
88783
|
const OauthClientFragmentDoc = {
|
@@ -88731,8 +88850,6 @@ const OauthClientConnectionFragmentDoc = {
|
|
88731
88850
|
],
|
88732
88851
|
},
|
88733
88852
|
},
|
88734
|
-
...OauthClientFragmentDoc.definitions,
|
88735
|
-
...PageInfoFragmentDoc.definitions,
|
88736
88853
|
],
|
88737
88854
|
};
|
88738
88855
|
const OrganizationCancelDeletePayloadFragmentDoc = {
|
@@ -88798,6 +88915,7 @@ const OrganizationInviteFragmentDoc = {
|
|
88798
88915
|
kind: "SelectionSet",
|
88799
88916
|
selections: [
|
88800
88917
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88918
|
+
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
88801
88919
|
{ kind: "Field", name: { kind: "Name", value: "external" } },
|
88802
88920
|
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
88803
88921
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
@@ -88857,8 +88975,6 @@ const OrganizationInviteConnectionFragmentDoc = {
|
|
88857
88975
|
],
|
88858
88976
|
},
|
88859
88977
|
},
|
88860
|
-
...OrganizationInviteFragmentDoc.definitions,
|
88861
|
-
...PageInfoFragmentDoc.definitions,
|
88862
88978
|
],
|
88863
88979
|
};
|
88864
88980
|
const OrganizationInviteFullDetailsPayloadFragmentDoc = {
|
@@ -88957,6 +89073,7 @@ const ProjectFragmentDoc = {
|
|
88957
89073
|
kind: "SelectionSet",
|
88958
89074
|
selections: [
|
88959
89075
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89076
|
+
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88960
89077
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88961
89078
|
{
|
88962
89079
|
kind: "Field",
|
@@ -88992,6 +89109,7 @@ const ProjectFragmentDoc = {
|
|
88992
89109
|
},
|
88993
89110
|
},
|
88994
89111
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
89112
|
+
{ kind: "Field", name: { kind: "Name", value: "content" } },
|
88995
89113
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
88996
89114
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
88997
89115
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
@@ -89053,8 +89171,6 @@ const ProjectConnectionFragmentDoc = {
|
|
89053
89171
|
],
|
89054
89172
|
},
|
89055
89173
|
},
|
89056
|
-
...ProjectFragmentDoc.definitions,
|
89057
|
-
...PageInfoFragmentDoc.definitions,
|
89058
89174
|
],
|
89059
89175
|
};
|
89060
89176
|
const ProjectFilterSuggestionPayloadFragmentDoc = {
|
@@ -89142,8 +89258,6 @@ const ProjectLinkConnectionFragmentDoc = {
|
|
89142
89258
|
],
|
89143
89259
|
},
|
89144
89260
|
},
|
89145
|
-
...ProjectLinkFragmentDoc.definitions,
|
89146
|
-
...PageInfoFragmentDoc.definitions,
|
89147
89261
|
],
|
89148
89262
|
};
|
89149
89263
|
const ProjectLinkPayloadFragmentDoc = {
|
@@ -89234,8 +89348,6 @@ const ProjectMilestoneConnectionFragmentDoc = {
|
|
89234
89348
|
],
|
89235
89349
|
},
|
89236
89350
|
},
|
89237
|
-
...ProjectMilestoneFragmentDoc.definitions,
|
89238
|
-
...PageInfoFragmentDoc.definitions,
|
89239
89351
|
],
|
89240
89352
|
};
|
89241
89353
|
const ProjectMilestonePayloadFragmentDoc = {
|
@@ -89301,6 +89413,7 @@ const ProjectSearchResultFragmentDoc = {
|
|
89301
89413
|
kind: "SelectionSet",
|
89302
89414
|
selections: [
|
89303
89415
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89416
|
+
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
89304
89417
|
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
89305
89418
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89306
89419
|
{
|
@@ -89337,6 +89450,7 @@ const ProjectSearchResultFragmentDoc = {
|
|
89337
89450
|
},
|
89338
89451
|
},
|
89339
89452
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
89453
|
+
{ kind: "Field", name: { kind: "Name", value: "content" } },
|
89340
89454
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89341
89455
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
89342
89456
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
@@ -89407,9 +89521,6 @@ const ProjectSearchPayloadFragmentDoc = {
|
|
89407
89521
|
],
|
89408
89522
|
},
|
89409
89523
|
},
|
89410
|
-
...ArchiveResponseFragmentDoc.definitions,
|
89411
|
-
...ProjectSearchResultFragmentDoc.definitions,
|
89412
|
-
...PageInfoFragmentDoc.definitions,
|
89413
89524
|
],
|
89414
89525
|
};
|
89415
89526
|
const ProjectSearchResultConnectionFragmentDoc = {
|
@@ -89442,8 +89553,6 @@ const ProjectSearchResultConnectionFragmentDoc = {
|
|
89442
89553
|
],
|
89443
89554
|
},
|
89444
89555
|
},
|
89445
|
-
...ProjectSearchResultFragmentDoc.definitions,
|
89446
|
-
...PageInfoFragmentDoc.definitions,
|
89447
89556
|
],
|
89448
89557
|
};
|
89449
89558
|
const ProjectUpdateFragmentDoc = {
|
@@ -89458,6 +89567,7 @@ const ProjectUpdateFragmentDoc = {
|
|
89458
89567
|
selections: [
|
89459
89568
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89460
89569
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89570
|
+
{ kind: "Field", name: { kind: "Name", value: "diff" } },
|
89461
89571
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89462
89572
|
{
|
89463
89573
|
kind: "Field",
|
@@ -89515,8 +89625,6 @@ const ProjectUpdateConnectionFragmentDoc = {
|
|
89515
89625
|
],
|
89516
89626
|
},
|
89517
89627
|
},
|
89518
|
-
...ProjectUpdateFragmentDoc.definitions,
|
89519
|
-
...PageInfoFragmentDoc.definitions,
|
89520
89628
|
],
|
89521
89629
|
};
|
89522
89630
|
const ProjectUpdateInteractionFragmentDoc = {
|
@@ -89586,8 +89694,6 @@ const ProjectUpdateInteractionConnectionFragmentDoc = {
|
|
89586
89694
|
],
|
89587
89695
|
},
|
89588
89696
|
},
|
89589
|
-
...ProjectUpdateInteractionFragmentDoc.definitions,
|
89590
|
-
...PageInfoFragmentDoc.definitions,
|
89591
89697
|
],
|
89592
89698
|
};
|
89593
89699
|
const ProjectUpdateInteractionPayloadFragmentDoc = {
|
@@ -89726,8 +89832,6 @@ const PushSubscriptionConnectionFragmentDoc = {
|
|
89726
89832
|
],
|
89727
89833
|
},
|
89728
89834
|
},
|
89729
|
-
...PushSubscriptionFragmentDoc.definitions,
|
89730
|
-
...PageInfoFragmentDoc.definitions,
|
89731
89835
|
],
|
89732
89836
|
};
|
89733
89837
|
const PushSubscriptionPayloadFragmentDoc = {
|
@@ -89811,7 +89915,6 @@ const RateLimitPayloadFragmentDoc = {
|
|
89811
89915
|
],
|
89812
89916
|
},
|
89813
89917
|
},
|
89814
|
-
...RateLimitResultPayloadFragmentDoc.definitions,
|
89815
89918
|
],
|
89816
89919
|
};
|
89817
89920
|
const ReactionFragmentDoc = {
|
@@ -89873,8 +89976,6 @@ const ReactionConnectionFragmentDoc = {
|
|
89873
89976
|
],
|
89874
89977
|
},
|
89875
89978
|
},
|
89876
|
-
...ReactionFragmentDoc.definitions,
|
89877
|
-
...PageInfoFragmentDoc.definitions,
|
89878
89979
|
],
|
89879
89980
|
};
|
89880
89981
|
const ReactionPayloadFragmentDoc = {
|
@@ -89901,7 +90002,6 @@ const ReactionPayloadFragmentDoc = {
|
|
89901
90002
|
],
|
89902
90003
|
},
|
89903
90004
|
},
|
89904
|
-
...ReactionFragmentDoc.definitions,
|
89905
90005
|
],
|
89906
90006
|
};
|
89907
90007
|
const RoadmapFragmentDoc = {
|
@@ -89975,8 +90075,6 @@ const RoadmapConnectionFragmentDoc = {
|
|
89975
90075
|
],
|
89976
90076
|
},
|
89977
90077
|
},
|
89978
|
-
...RoadmapFragmentDoc.definitions,
|
89979
|
-
...PageInfoFragmentDoc.definitions,
|
89980
90078
|
],
|
89981
90079
|
};
|
89982
90080
|
const RoadmapPayloadFragmentDoc = {
|
@@ -90072,8 +90170,6 @@ const RoadmapToProjectConnectionFragmentDoc = {
|
|
90072
90170
|
],
|
90073
90171
|
},
|
90074
90172
|
},
|
90075
|
-
...RoadmapToProjectFragmentDoc.definitions,
|
90076
|
-
...PageInfoFragmentDoc.definitions,
|
90077
90173
|
],
|
90078
90174
|
};
|
90079
90175
|
const RoadmapToProjectPayloadFragmentDoc = {
|
@@ -90258,6 +90354,14 @@ const TeamFragmentDoc = {
|
|
90258
90354
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90259
90355
|
},
|
90260
90356
|
},
|
90357
|
+
{
|
90358
|
+
kind: "Field",
|
90359
|
+
name: { kind: "Name", value: "mergeableWorkflowState" },
|
90360
|
+
selectionSet: {
|
90361
|
+
kind: "SelectionSet",
|
90362
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90363
|
+
},
|
90364
|
+
},
|
90261
90365
|
{
|
90262
90366
|
kind: "Field",
|
90263
90367
|
name: { kind: "Name", value: "reviewWorkflowState" },
|
@@ -90331,8 +90435,6 @@ const TeamConnectionFragmentDoc = {
|
|
90331
90435
|
],
|
90332
90436
|
},
|
90333
90437
|
},
|
90334
|
-
...TeamFragmentDoc.definitions,
|
90335
|
-
...PageInfoFragmentDoc.definitions,
|
90336
90438
|
],
|
90337
90439
|
};
|
90338
90440
|
const TeamMembershipFragmentDoc = {
|
@@ -90403,8 +90505,6 @@ const TeamMembershipConnectionFragmentDoc = {
|
|
90403
90505
|
],
|
90404
90506
|
},
|
90405
90507
|
},
|
90406
|
-
...TeamMembershipFragmentDoc.definitions,
|
90407
|
-
...PageInfoFragmentDoc.definitions,
|
90408
90508
|
],
|
90409
90509
|
};
|
90410
90510
|
const TeamMembershipPayloadFragmentDoc = {
|
@@ -90481,7 +90581,6 @@ const TemplateConnectionFragmentDoc = {
|
|
90481
90581
|
],
|
90482
90582
|
},
|
90483
90583
|
},
|
90484
|
-
...PageInfoFragmentDoc.definitions,
|
90485
90584
|
],
|
90486
90585
|
};
|
90487
90586
|
const TemplatePayloadFragmentDoc = {
|
@@ -90556,7 +90655,6 @@ const UploadFileFragmentDoc = {
|
|
90556
90655
|
],
|
90557
90656
|
},
|
90558
90657
|
},
|
90559
|
-
...UploadFileHeaderFragmentDoc.definitions,
|
90560
90658
|
],
|
90561
90659
|
};
|
90562
90660
|
const UploadPayloadFragmentDoc = {
|
@@ -90583,7 +90681,6 @@ const UploadPayloadFragmentDoc = {
|
|
90583
90681
|
],
|
90584
90682
|
},
|
90585
90683
|
},
|
90586
|
-
...UploadFileFragmentDoc.definitions,
|
90587
90684
|
],
|
90588
90685
|
};
|
90589
90686
|
const UserAdminPayloadFragmentDoc = {
|
@@ -90633,8 +90730,6 @@ const UserConnectionFragmentDoc = {
|
|
90633
90730
|
],
|
90634
90731
|
},
|
90635
90732
|
},
|
90636
|
-
...UserFragmentDoc.definitions,
|
90637
|
-
...PageInfoFragmentDoc.definitions,
|
90638
90733
|
],
|
90639
90734
|
};
|
90640
90735
|
const UserPayloadFragmentDoc = {
|
@@ -90765,7 +90860,6 @@ const ViewPreferencesPayloadFragmentDoc = {
|
|
90765
90860
|
],
|
90766
90861
|
},
|
90767
90862
|
},
|
90768
|
-
...ViewPreferencesFragmentDoc.definitions,
|
90769
90863
|
],
|
90770
90864
|
};
|
90771
90865
|
const WebhookFragmentDoc = {
|
@@ -90840,8 +90934,6 @@ const WebhookConnectionFragmentDoc = {
|
|
90840
90934
|
],
|
90841
90935
|
},
|
90842
90936
|
},
|
90843
|
-
...WebhookFragmentDoc.definitions,
|
90844
|
-
...PageInfoFragmentDoc.definitions,
|
90845
90937
|
],
|
90846
90938
|
};
|
90847
90939
|
const WebhookPayloadFragmentDoc = {
|
@@ -90942,8 +91034,6 @@ const WorkflowCronJobDefinitionConnectionFragmentDoc = {
|
|
90942
91034
|
],
|
90943
91035
|
},
|
90944
91036
|
},
|
90945
|
-
...WorkflowCronJobDefinitionFragmentDoc.definitions,
|
90946
|
-
...PageInfoFragmentDoc.definitions,
|
90947
91037
|
],
|
90948
91038
|
};
|
90949
91039
|
const WorkflowDefinitionFragmentDoc = {
|
@@ -91059,8 +91149,6 @@ const WorkflowDefinitionConnectionFragmentDoc = {
|
|
91059
91149
|
],
|
91060
91150
|
},
|
91061
91151
|
},
|
91062
|
-
...WorkflowDefinitionFragmentDoc.definitions,
|
91063
|
-
...PageInfoFragmentDoc.definitions,
|
91064
91152
|
],
|
91065
91153
|
};
|
91066
91154
|
const WorkflowStateFragmentDoc = {
|
@@ -91126,8 +91214,6 @@ const WorkflowStateConnectionFragmentDoc = {
|
|
91126
91214
|
],
|
91127
91215
|
},
|
91128
91216
|
},
|
91129
|
-
...WorkflowStateFragmentDoc.definitions,
|
91130
|
-
...PageInfoFragmentDoc.definitions,
|
91131
91217
|
],
|
91132
91218
|
};
|
91133
91219
|
const WorkflowStatePayloadFragmentDoc = {
|
@@ -91236,6 +91322,7 @@ const CreateApiKeyDocument = {
|
|
91236
91322
|
},
|
91237
91323
|
},
|
91238
91324
|
...ApiKeyPayloadFragmentDoc.definitions,
|
91325
|
+
...ApiKeyFragmentDoc.definitions,
|
91239
91326
|
],
|
91240
91327
|
};
|
91241
91328
|
const DeleteApiKeyDocument = {
|
@@ -91406,6 +91493,16 @@ const AttachmentLinkDiscordDocument = {
|
|
91406
91493
|
variable: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
|
91407
91494
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
91408
91495
|
},
|
91496
|
+
{
|
91497
|
+
kind: "VariableDefinition",
|
91498
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91499
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91500
|
+
},
|
91501
|
+
{
|
91502
|
+
kind: "VariableDefinition",
|
91503
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91504
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91505
|
+
},
|
91409
91506
|
{
|
91410
91507
|
kind: "VariableDefinition",
|
91411
91508
|
variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
@@ -91434,6 +91531,16 @@ const AttachmentLinkDiscordDocument = {
|
|
91434
91531
|
name: { kind: "Name", value: "channelId" },
|
91435
91532
|
value: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
|
91436
91533
|
},
|
91534
|
+
{
|
91535
|
+
kind: "Argument",
|
91536
|
+
name: { kind: "Name", value: "createAsUser" },
|
91537
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91538
|
+
},
|
91539
|
+
{
|
91540
|
+
kind: "Argument",
|
91541
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
91542
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91543
|
+
},
|
91437
91544
|
{
|
91438
91545
|
kind: "Argument",
|
91439
91546
|
name: { kind: "Name", value: "issueId" },
|
@@ -91474,6 +91581,16 @@ const AttachmentLinkFrontDocument = {
|
|
91474
91581
|
variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
|
91475
91582
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
91476
91583
|
},
|
91584
|
+
{
|
91585
|
+
kind: "VariableDefinition",
|
91586
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91587
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91588
|
+
},
|
91589
|
+
{
|
91590
|
+
kind: "VariableDefinition",
|
91591
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91592
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91593
|
+
},
|
91477
91594
|
{
|
91478
91595
|
kind: "VariableDefinition",
|
91479
91596
|
variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
@@ -91492,6 +91609,16 @@ const AttachmentLinkFrontDocument = {
|
|
91492
91609
|
name: { kind: "Name", value: "conversationId" },
|
91493
91610
|
value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
|
91494
91611
|
},
|
91612
|
+
{
|
91613
|
+
kind: "Argument",
|
91614
|
+
name: { kind: "Name", value: "createAsUser" },
|
91615
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91616
|
+
},
|
91617
|
+
{
|
91618
|
+
kind: "Argument",
|
91619
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
91620
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91621
|
+
},
|
91495
91622
|
{
|
91496
91623
|
kind: "Argument",
|
91497
91624
|
name: { kind: "Name", value: "issueId" },
|
@@ -91522,6 +91649,16 @@ const AttachmentLinkIntercomDocument = {
|
|
91522
91649
|
variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
|
91523
91650
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
91524
91651
|
},
|
91652
|
+
{
|
91653
|
+
kind: "VariableDefinition",
|
91654
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91655
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91656
|
+
},
|
91657
|
+
{
|
91658
|
+
kind: "VariableDefinition",
|
91659
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91660
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91661
|
+
},
|
91525
91662
|
{
|
91526
91663
|
kind: "VariableDefinition",
|
91527
91664
|
variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
@@ -91540,6 +91677,16 @@ const AttachmentLinkIntercomDocument = {
|
|
91540
91677
|
name: { kind: "Name", value: "conversationId" },
|
91541
91678
|
value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
|
91542
91679
|
},
|
91680
|
+
{
|
91681
|
+
kind: "Argument",
|
91682
|
+
name: { kind: "Name", value: "createAsUser" },
|
91683
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91684
|
+
},
|
91685
|
+
{
|
91686
|
+
kind: "Argument",
|
91687
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
91688
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91689
|
+
},
|
91543
91690
|
{
|
91544
91691
|
kind: "Argument",
|
91545
91692
|
name: { kind: "Name", value: "issueId" },
|
@@ -91618,6 +91765,16 @@ const AttachmentLinkSlackDocument = {
|
|
91618
91765
|
variable: { kind: "Variable", name: { kind: "Name", value: "channel" } },
|
91619
91766
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
91620
91767
|
},
|
91768
|
+
{
|
91769
|
+
kind: "VariableDefinition",
|
91770
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91771
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91772
|
+
},
|
91773
|
+
{
|
91774
|
+
kind: "VariableDefinition",
|
91775
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91776
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91777
|
+
},
|
91621
91778
|
{
|
91622
91779
|
kind: "VariableDefinition",
|
91623
91780
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
@@ -91661,6 +91818,16 @@ const AttachmentLinkSlackDocument = {
|
|
91661
91818
|
name: { kind: "Name", value: "channel" },
|
91662
91819
|
value: { kind: "Variable", name: { kind: "Name", value: "channel" } },
|
91663
91820
|
},
|
91821
|
+
{
|
91822
|
+
kind: "Argument",
|
91823
|
+
name: { kind: "Name", value: "createAsUser" },
|
91824
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91825
|
+
},
|
91826
|
+
{
|
91827
|
+
kind: "Argument",
|
91828
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
91829
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91830
|
+
},
|
91664
91831
|
{
|
91665
91832
|
kind: "Argument",
|
91666
91833
|
name: { kind: "Name", value: "id" },
|
@@ -91711,6 +91878,16 @@ const AttachmentLinkUrlDocument = {
|
|
91711
91878
|
operation: "mutation",
|
91712
91879
|
name: { kind: "Name", value: "attachmentLinkURL" },
|
91713
91880
|
variableDefinitions: [
|
91881
|
+
{
|
91882
|
+
kind: "VariableDefinition",
|
91883
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91884
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91885
|
+
},
|
91886
|
+
{
|
91887
|
+
kind: "VariableDefinition",
|
91888
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91889
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91890
|
+
},
|
91714
91891
|
{
|
91715
91892
|
kind: "VariableDefinition",
|
91716
91893
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
@@ -91739,6 +91916,16 @@ const AttachmentLinkUrlDocument = {
|
|
91739
91916
|
kind: "Field",
|
91740
91917
|
name: { kind: "Name", value: "attachmentLinkURL" },
|
91741
91918
|
arguments: [
|
91919
|
+
{
|
91920
|
+
kind: "Argument",
|
91921
|
+
name: { kind: "Name", value: "createAsUser" },
|
91922
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91923
|
+
},
|
91924
|
+
{
|
91925
|
+
kind: "Argument",
|
91926
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
91927
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91928
|
+
},
|
91742
91929
|
{
|
91743
91930
|
kind: "Argument",
|
91744
91931
|
name: { kind: "Name", value: "id" },
|
@@ -91779,6 +91966,16 @@ const AttachmentLinkZendeskDocument = {
|
|
91779
91966
|
operation: "mutation",
|
91780
91967
|
name: { kind: "Name", value: "attachmentLinkZendesk" },
|
91781
91968
|
variableDefinitions: [
|
91969
|
+
{
|
91970
|
+
kind: "VariableDefinition",
|
91971
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91972
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91973
|
+
},
|
91974
|
+
{
|
91975
|
+
kind: "VariableDefinition",
|
91976
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91977
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91978
|
+
},
|
91782
91979
|
{
|
91783
91980
|
kind: "VariableDefinition",
|
91784
91981
|
variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
@@ -91797,6 +91994,16 @@ const AttachmentLinkZendeskDocument = {
|
|
91797
91994
|
kind: "Field",
|
91798
91995
|
name: { kind: "Name", value: "attachmentLinkZendesk" },
|
91799
91996
|
arguments: [
|
91997
|
+
{
|
91998
|
+
kind: "Argument",
|
91999
|
+
name: { kind: "Name", value: "createAsUser" },
|
92000
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
92001
|
+
},
|
92002
|
+
{
|
92003
|
+
kind: "Argument",
|
92004
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
92005
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
92006
|
+
},
|
91800
92007
|
{
|
91801
92008
|
kind: "Argument",
|
91802
92009
|
name: { kind: "Name", value: "issueId" },
|
@@ -92596,6 +92803,9 @@ const EmailTokenUserAccountAuthDocument = {
|
|
92596
92803
|
},
|
92597
92804
|
},
|
92598
92805
|
...AuthResolverResponseFragmentDoc.definitions,
|
92806
|
+
...OrganizationFragmentDoc.definitions,
|
92807
|
+
...PaidSubscriptionFragmentDoc.definitions,
|
92808
|
+
...UserFragmentDoc.definitions,
|
92599
92809
|
],
|
92600
92810
|
};
|
92601
92811
|
const EmailUnsubscribeDocument = {
|
@@ -92964,6 +93174,8 @@ const FileUploadDocument = {
|
|
92964
93174
|
},
|
92965
93175
|
},
|
92966
93176
|
...UploadPayloadFragmentDoc.definitions,
|
93177
|
+
...UploadFileFragmentDoc.definitions,
|
93178
|
+
...UploadFileHeaderFragmentDoc.definitions,
|
92967
93179
|
],
|
92968
93180
|
};
|
92969
93181
|
const GoogleUserAccountAuthDocument = {
|
@@ -93005,6 +93217,9 @@ const GoogleUserAccountAuthDocument = {
|
|
93005
93217
|
},
|
93006
93218
|
},
|
93007
93219
|
...AuthResolverResponseFragmentDoc.definitions,
|
93220
|
+
...OrganizationFragmentDoc.definitions,
|
93221
|
+
...PaidSubscriptionFragmentDoc.definitions,
|
93222
|
+
...UserFragmentDoc.definitions,
|
93008
93223
|
],
|
93009
93224
|
};
|
93010
93225
|
const ImageUploadFromUrlDocument = {
|
@@ -93111,6 +93326,57 @@ const ImportFileUploadDocument = {
|
|
93111
93326
|
},
|
93112
93327
|
},
|
93113
93328
|
...UploadPayloadFragmentDoc.definitions,
|
93329
|
+
...UploadFileFragmentDoc.definitions,
|
93330
|
+
...UploadFileHeaderFragmentDoc.definitions,
|
93331
|
+
],
|
93332
|
+
};
|
93333
|
+
const IntegrationAsksConnectChannelDocument = {
|
93334
|
+
kind: "Document",
|
93335
|
+
definitions: [
|
93336
|
+
{
|
93337
|
+
kind: "OperationDefinition",
|
93338
|
+
operation: "mutation",
|
93339
|
+
name: { kind: "Name", value: "integrationAsksConnectChannel" },
|
93340
|
+
variableDefinitions: [
|
93341
|
+
{
|
93342
|
+
kind: "VariableDefinition",
|
93343
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
93344
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
93345
|
+
},
|
93346
|
+
{
|
93347
|
+
kind: "VariableDefinition",
|
93348
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
|
93349
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
93350
|
+
},
|
93351
|
+
],
|
93352
|
+
selectionSet: {
|
93353
|
+
kind: "SelectionSet",
|
93354
|
+
selections: [
|
93355
|
+
{
|
93356
|
+
kind: "Field",
|
93357
|
+
name: { kind: "Name", value: "integrationAsksConnectChannel" },
|
93358
|
+
arguments: [
|
93359
|
+
{
|
93360
|
+
kind: "Argument",
|
93361
|
+
name: { kind: "Name", value: "code" },
|
93362
|
+
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
93363
|
+
},
|
93364
|
+
{
|
93365
|
+
kind: "Argument",
|
93366
|
+
name: { kind: "Name", value: "redirectUri" },
|
93367
|
+
value: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
|
93368
|
+
},
|
93369
|
+
],
|
93370
|
+
selectionSet: {
|
93371
|
+
kind: "SelectionSet",
|
93372
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AsksChannelConnectPayload" } }],
|
93373
|
+
},
|
93374
|
+
},
|
93375
|
+
],
|
93376
|
+
},
|
93377
|
+
},
|
93378
|
+
...AsksChannelConnectPayloadFragmentDoc.definitions,
|
93379
|
+
...SlackChannelNameMappingFragmentDoc.definitions,
|
93114
93380
|
],
|
93115
93381
|
};
|
93116
93382
|
const DeleteIntegrationDocument = {
|
@@ -94462,6 +94728,7 @@ const UpdateIssueBatchDocument = {
|
|
94462
94728
|
},
|
94463
94729
|
},
|
94464
94730
|
...IssueBatchPayloadFragmentDoc.definitions,
|
94731
|
+
...IssueFragmentDoc.definitions,
|
94465
94732
|
],
|
94466
94733
|
};
|
94467
94734
|
const CreateIssueDocument = {
|
@@ -94646,6 +94913,7 @@ const IssueImportCreateAsanaDocument = {
|
|
94646
94913
|
},
|
94647
94914
|
},
|
94648
94915
|
...IssueImportPayloadFragmentDoc.definitions,
|
94916
|
+
...IssueImportFragmentDoc.definitions,
|
94649
94917
|
],
|
94650
94918
|
};
|
94651
94919
|
const IssueImportCreateCsvJiraDocument = {
|
@@ -94744,6 +95012,7 @@ const IssueImportCreateCsvJiraDocument = {
|
|
94744
95012
|
},
|
94745
95013
|
},
|
94746
95014
|
...IssueImportPayloadFragmentDoc.definitions,
|
95015
|
+
...IssueImportFragmentDoc.definitions,
|
94747
95016
|
],
|
94748
95017
|
};
|
94749
95018
|
const IssueImportCreateClubhouseDocument = {
|
@@ -94852,6 +95121,7 @@ const IssueImportCreateClubhouseDocument = {
|
|
94852
95121
|
},
|
94853
95122
|
},
|
94854
95123
|
...IssueImportPayloadFragmentDoc.definitions,
|
95124
|
+
...IssueImportFragmentDoc.definitions,
|
94855
95125
|
],
|
94856
95126
|
};
|
94857
95127
|
const IssueImportCreateGithubDocument = {
|
@@ -94980,6 +95250,7 @@ const IssueImportCreateGithubDocument = {
|
|
94980
95250
|
},
|
94981
95251
|
},
|
94982
95252
|
...IssueImportPayloadFragmentDoc.definitions,
|
95253
|
+
...IssueImportFragmentDoc.definitions,
|
94983
95254
|
],
|
94984
95255
|
};
|
94985
95256
|
const IssueImportCreateJiraDocument = {
|
@@ -95108,6 +95379,7 @@ const IssueImportCreateJiraDocument = {
|
|
95108
95379
|
},
|
95109
95380
|
},
|
95110
95381
|
...IssueImportPayloadFragmentDoc.definitions,
|
95382
|
+
...IssueImportFragmentDoc.definitions,
|
95111
95383
|
],
|
95112
95384
|
};
|
95113
95385
|
const DeleteIssueImportDocument = {
|
@@ -95146,6 +95418,7 @@ const DeleteIssueImportDocument = {
|
|
95146
95418
|
},
|
95147
95419
|
},
|
95148
95420
|
...IssueImportDeletePayloadFragmentDoc.definitions,
|
95421
|
+
...IssueImportFragmentDoc.definitions,
|
95149
95422
|
],
|
95150
95423
|
};
|
95151
95424
|
const IssueImportProcessDocument = {
|
@@ -95194,6 +95467,7 @@ const IssueImportProcessDocument = {
|
|
95194
95467
|
},
|
95195
95468
|
},
|
95196
95469
|
...IssueImportPayloadFragmentDoc.definitions,
|
95470
|
+
...IssueImportFragmentDoc.definitions,
|
95197
95471
|
],
|
95198
95472
|
};
|
95199
95473
|
const UpdateIssueImportDocument = {
|
@@ -95245,6 +95519,7 @@ const UpdateIssueImportDocument = {
|
|
95245
95519
|
},
|
95246
95520
|
},
|
95247
95521
|
...IssueImportPayloadFragmentDoc.definitions,
|
95522
|
+
...IssueImportFragmentDoc.definitions,
|
95248
95523
|
],
|
95249
95524
|
};
|
95250
95525
|
const CreateIssueLabelDocument = {
|
@@ -95794,6 +96069,12 @@ const ArchiveNotificationDocument = {
|
|
95794
96069
|
},
|
95795
96070
|
},
|
95796
96071
|
...NotificationArchivePayloadFragmentDoc.definitions,
|
96072
|
+
...NotificationFragmentDoc.definitions,
|
96073
|
+
...ActorBotFragmentDoc.definitions,
|
96074
|
+
...IssueNotificationFragmentDoc.definitions,
|
96075
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96076
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96077
|
+
...ProjectNotificationFragmentDoc.definitions,
|
95797
96078
|
],
|
95798
96079
|
};
|
95799
96080
|
const NotificationArchiveAllDocument = {
|
@@ -95835,6 +96116,12 @@ const NotificationArchiveAllDocument = {
|
|
95835
96116
|
},
|
95836
96117
|
},
|
95837
96118
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
96119
|
+
...NotificationFragmentDoc.definitions,
|
96120
|
+
...ActorBotFragmentDoc.definitions,
|
96121
|
+
...IssueNotificationFragmentDoc.definitions,
|
96122
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96123
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96124
|
+
...ProjectNotificationFragmentDoc.definitions,
|
95838
96125
|
],
|
95839
96126
|
};
|
95840
96127
|
const NotificationMarkReadAllDocument = {
|
@@ -95886,6 +96173,12 @@ const NotificationMarkReadAllDocument = {
|
|
95886
96173
|
},
|
95887
96174
|
},
|
95888
96175
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
96176
|
+
...NotificationFragmentDoc.definitions,
|
96177
|
+
...ActorBotFragmentDoc.definitions,
|
96178
|
+
...IssueNotificationFragmentDoc.definitions,
|
96179
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96180
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96181
|
+
...ProjectNotificationFragmentDoc.definitions,
|
95889
96182
|
],
|
95890
96183
|
};
|
95891
96184
|
const NotificationMarkUnreadAllDocument = {
|
@@ -95927,6 +96220,12 @@ const NotificationMarkUnreadAllDocument = {
|
|
95927
96220
|
},
|
95928
96221
|
},
|
95929
96222
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
96223
|
+
...NotificationFragmentDoc.definitions,
|
96224
|
+
...ActorBotFragmentDoc.definitions,
|
96225
|
+
...IssueNotificationFragmentDoc.definitions,
|
96226
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96227
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96228
|
+
...ProjectNotificationFragmentDoc.definitions,
|
95930
96229
|
],
|
95931
96230
|
};
|
95932
96231
|
const NotificationSnoozeAllDocument = {
|
@@ -95978,6 +96277,12 @@ const NotificationSnoozeAllDocument = {
|
|
95978
96277
|
},
|
95979
96278
|
},
|
95980
96279
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
96280
|
+
...NotificationFragmentDoc.definitions,
|
96281
|
+
...ActorBotFragmentDoc.definitions,
|
96282
|
+
...IssueNotificationFragmentDoc.definitions,
|
96283
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96284
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96285
|
+
...ProjectNotificationFragmentDoc.definitions,
|
95981
96286
|
],
|
95982
96287
|
};
|
95983
96288
|
const CreateNotificationSubscriptionDocument = {
|
@@ -96021,6 +96326,7 @@ const CreateNotificationSubscriptionDocument = {
|
|
96021
96326
|
},
|
96022
96327
|
},
|
96023
96328
|
...NotificationSubscriptionPayloadFragmentDoc.definitions,
|
96329
|
+
...NotificationSubscriptionFragmentDoc.definitions,
|
96024
96330
|
],
|
96025
96331
|
};
|
96026
96332
|
const DeleteNotificationSubscriptionDocument = {
|
@@ -96112,6 +96418,7 @@ const UpdateNotificationSubscriptionDocument = {
|
|
96112
96418
|
},
|
96113
96419
|
},
|
96114
96420
|
...NotificationSubscriptionPayloadFragmentDoc.definitions,
|
96421
|
+
...NotificationSubscriptionFragmentDoc.definitions,
|
96115
96422
|
],
|
96116
96423
|
};
|
96117
96424
|
const UnarchiveNotificationDocument = {
|
@@ -96150,6 +96457,12 @@ const UnarchiveNotificationDocument = {
|
|
96150
96457
|
},
|
96151
96458
|
},
|
96152
96459
|
...NotificationArchivePayloadFragmentDoc.definitions,
|
96460
|
+
...NotificationFragmentDoc.definitions,
|
96461
|
+
...ActorBotFragmentDoc.definitions,
|
96462
|
+
...IssueNotificationFragmentDoc.definitions,
|
96463
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96464
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96465
|
+
...ProjectNotificationFragmentDoc.definitions,
|
96153
96466
|
],
|
96154
96467
|
};
|
96155
96468
|
const NotificationUnsnoozeAllDocument = {
|
@@ -96201,6 +96514,12 @@ const NotificationUnsnoozeAllDocument = {
|
|
96201
96514
|
},
|
96202
96515
|
},
|
96203
96516
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
96517
|
+
...NotificationFragmentDoc.definitions,
|
96518
|
+
...ActorBotFragmentDoc.definitions,
|
96519
|
+
...IssueNotificationFragmentDoc.definitions,
|
96520
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96521
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96522
|
+
...ProjectNotificationFragmentDoc.definitions,
|
96204
96523
|
],
|
96205
96524
|
};
|
96206
96525
|
const UpdateNotificationDocument = {
|
@@ -96252,6 +96571,12 @@ const UpdateNotificationDocument = {
|
|
96252
96571
|
},
|
96253
96572
|
},
|
96254
96573
|
...NotificationPayloadFragmentDoc.definitions,
|
96574
|
+
...NotificationFragmentDoc.definitions,
|
96575
|
+
...ActorBotFragmentDoc.definitions,
|
96576
|
+
...IssueNotificationFragmentDoc.definitions,
|
96577
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96578
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96579
|
+
...ProjectNotificationFragmentDoc.definitions,
|
96255
96580
|
],
|
96256
96581
|
};
|
96257
96582
|
const DeleteOrganizationCancelDocument = {
|
@@ -96593,6 +96918,11 @@ const ArchiveProjectDocument = {
|
|
96593
96918
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96594
96919
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96595
96920
|
},
|
96921
|
+
{
|
96922
|
+
kind: "VariableDefinition",
|
96923
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "trash" } },
|
96924
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
96925
|
+
},
|
96596
96926
|
],
|
96597
96927
|
selectionSet: {
|
96598
96928
|
kind: "SelectionSet",
|
@@ -96606,6 +96936,11 @@ const ArchiveProjectDocument = {
|
|
96606
96936
|
name: { kind: "Name", value: "id" },
|
96607
96937
|
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96608
96938
|
},
|
96939
|
+
{
|
96940
|
+
kind: "Argument",
|
96941
|
+
name: { kind: "Name", value: "trash" },
|
96942
|
+
value: { kind: "Variable", name: { kind: "Name", value: "trash" } },
|
96943
|
+
},
|
96609
96944
|
],
|
96610
96945
|
selectionSet: {
|
96611
96946
|
kind: "SelectionSet",
|
@@ -96688,13 +97023,13 @@ const DeleteProjectDocument = {
|
|
96688
97023
|
],
|
96689
97024
|
selectionSet: {
|
96690
97025
|
kind: "SelectionSet",
|
96691
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
97026
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectArchivePayload" } }],
|
96692
97027
|
},
|
96693
97028
|
},
|
96694
97029
|
],
|
96695
97030
|
},
|
96696
97031
|
},
|
96697
|
-
...
|
97032
|
+
...ProjectArchivePayloadFragmentDoc.definitions,
|
96698
97033
|
],
|
96699
97034
|
};
|
96700
97035
|
const CreateProjectLinkDocument = {
|
@@ -97377,6 +97712,7 @@ const CreateReactionDocument = {
|
|
97377
97712
|
},
|
97378
97713
|
},
|
97379
97714
|
...ReactionPayloadFragmentDoc.definitions,
|
97715
|
+
...ReactionFragmentDoc.definitions,
|
97380
97716
|
],
|
97381
97717
|
};
|
97382
97718
|
const DeleteReactionDocument = {
|
@@ -97868,6 +98204,9 @@ const SamlTokenUserAccountAuthDocument = {
|
|
97868
98204
|
},
|
97869
98205
|
},
|
97870
98206
|
...AuthResolverResponseFragmentDoc.definitions,
|
98207
|
+
...OrganizationFragmentDoc.definitions,
|
98208
|
+
...PaidSubscriptionFragmentDoc.definitions,
|
98209
|
+
...UserFragmentDoc.definitions,
|
97871
98210
|
],
|
97872
98211
|
};
|
97873
98212
|
const CreateTeamDocument = {
|
@@ -99036,6 +99375,7 @@ const CreateViewPreferencesDocument = {
|
|
99036
99375
|
},
|
99037
99376
|
},
|
99038
99377
|
...ViewPreferencesPayloadFragmentDoc.definitions,
|
99378
|
+
...ViewPreferencesFragmentDoc.definitions,
|
99039
99379
|
],
|
99040
99380
|
};
|
99041
99381
|
const DeleteViewPreferencesDocument = {
|
@@ -99125,6 +99465,7 @@ const UpdateViewPreferencesDocument = {
|
|
99125
99465
|
},
|
99126
99466
|
},
|
99127
99467
|
...ViewPreferencesPayloadFragmentDoc.definitions,
|
99468
|
+
...ViewPreferencesFragmentDoc.definitions,
|
99128
99469
|
],
|
99129
99470
|
};
|
99130
99471
|
const CreateWebhookDocument = {
|
@@ -99521,6 +99862,8 @@ const ProjectMilestonesDocument = {
|
|
99521
99862
|
},
|
99522
99863
|
},
|
99523
99864
|
...ProjectMilestoneConnectionFragmentDoc.definitions,
|
99865
|
+
...ProjectMilestoneFragmentDoc.definitions,
|
99866
|
+
...PageInfoFragmentDoc.definitions,
|
99524
99867
|
],
|
99525
99868
|
};
|
99526
99869
|
const AdministrableTeamsDocument = {
|
@@ -99619,6 +99962,8 @@ const AdministrableTeamsDocument = {
|
|
99619
99962
|
},
|
99620
99963
|
},
|
99621
99964
|
...TeamConnectionFragmentDoc.definitions,
|
99965
|
+
...TeamFragmentDoc.definitions,
|
99966
|
+
...PageInfoFragmentDoc.definitions,
|
99622
99967
|
],
|
99623
99968
|
};
|
99624
99969
|
const ApiKeysDocument = {
|
@@ -99707,6 +100052,8 @@ const ApiKeysDocument = {
|
|
99707
100052
|
},
|
99708
100053
|
},
|
99709
100054
|
...ApiKeyConnectionFragmentDoc.definitions,
|
100055
|
+
...ApiKeyFragmentDoc.definitions,
|
100056
|
+
...PageInfoFragmentDoc.definitions,
|
99710
100057
|
],
|
99711
100058
|
};
|
99712
100059
|
const ApplicationInfoDocument = {
|
@@ -100014,6 +100361,8 @@ const AttachmentIssue_AttachmentsDocument = {
|
|
100014
100361
|
},
|
100015
100362
|
},
|
100016
100363
|
...AttachmentConnectionFragmentDoc.definitions,
|
100364
|
+
...AttachmentFragmentDoc.definitions,
|
100365
|
+
...PageInfoFragmentDoc.definitions,
|
100017
100366
|
],
|
100018
100367
|
};
|
100019
100368
|
const AttachmentIssue_ChildrenDocument = {
|
@@ -100133,6 +100482,8 @@ const AttachmentIssue_ChildrenDocument = {
|
|
100133
100482
|
},
|
100134
100483
|
},
|
100135
100484
|
...IssueConnectionFragmentDoc.definitions,
|
100485
|
+
...IssueFragmentDoc.definitions,
|
100486
|
+
...PageInfoFragmentDoc.definitions,
|
100136
100487
|
],
|
100137
100488
|
};
|
100138
100489
|
const AttachmentIssue_CommentsDocument = {
|
@@ -100252,6 +100603,9 @@ const AttachmentIssue_CommentsDocument = {
|
|
100252
100603
|
},
|
100253
100604
|
},
|
100254
100605
|
...CommentConnectionFragmentDoc.definitions,
|
100606
|
+
...CommentFragmentDoc.definitions,
|
100607
|
+
...ActorBotFragmentDoc.definitions,
|
100608
|
+
...PageInfoFragmentDoc.definitions,
|
100255
100609
|
],
|
100256
100610
|
};
|
100257
100611
|
const AttachmentIssue_HistoryDocument = {
|
@@ -100361,6 +100715,11 @@ const AttachmentIssue_HistoryDocument = {
|
|
100361
100715
|
},
|
100362
100716
|
},
|
100363
100717
|
...IssueHistoryConnectionFragmentDoc.definitions,
|
100718
|
+
...IssueHistoryFragmentDoc.definitions,
|
100719
|
+
...IssueRelationHistoryPayloadFragmentDoc.definitions,
|
100720
|
+
...ActorBotFragmentDoc.definitions,
|
100721
|
+
...IssueImportFragmentDoc.definitions,
|
100722
|
+
...PageInfoFragmentDoc.definitions,
|
100364
100723
|
],
|
100365
100724
|
};
|
100366
100725
|
const AttachmentIssue_InverseRelationsDocument = {
|
@@ -100470,6 +100829,8 @@ const AttachmentIssue_InverseRelationsDocument = {
|
|
100470
100829
|
},
|
100471
100830
|
},
|
100472
100831
|
...IssueRelationConnectionFragmentDoc.definitions,
|
100832
|
+
...IssueRelationFragmentDoc.definitions,
|
100833
|
+
...PageInfoFragmentDoc.definitions,
|
100473
100834
|
],
|
100474
100835
|
};
|
100475
100836
|
const AttachmentIssue_LabelsDocument = {
|
@@ -100589,6 +100950,8 @@ const AttachmentIssue_LabelsDocument = {
|
|
100589
100950
|
},
|
100590
100951
|
},
|
100591
100952
|
...IssueLabelConnectionFragmentDoc.definitions,
|
100953
|
+
...IssueLabelFragmentDoc.definitions,
|
100954
|
+
...PageInfoFragmentDoc.definitions,
|
100592
100955
|
],
|
100593
100956
|
};
|
100594
100957
|
const AttachmentIssue_RelationsDocument = {
|
@@ -100698,6 +101061,8 @@ const AttachmentIssue_RelationsDocument = {
|
|
100698
101061
|
},
|
100699
101062
|
},
|
100700
101063
|
...IssueRelationConnectionFragmentDoc.definitions,
|
101064
|
+
...IssueRelationFragmentDoc.definitions,
|
101065
|
+
...PageInfoFragmentDoc.definitions,
|
100701
101066
|
],
|
100702
101067
|
};
|
100703
101068
|
const AttachmentIssue_SubscribersDocument = {
|
@@ -100827,6 +101192,8 @@ const AttachmentIssue_SubscribersDocument = {
|
|
100827
101192
|
},
|
100828
101193
|
},
|
100829
101194
|
...UserConnectionFragmentDoc.definitions,
|
101195
|
+
...UserFragmentDoc.definitions,
|
101196
|
+
...PageInfoFragmentDoc.definitions,
|
100830
101197
|
],
|
100831
101198
|
};
|
100832
101199
|
const AttachmentsDocument = {
|
@@ -100925,6 +101292,8 @@ const AttachmentsDocument = {
|
|
100925
101292
|
},
|
100926
101293
|
},
|
100927
101294
|
...AttachmentConnectionFragmentDoc.definitions,
|
101295
|
+
...AttachmentFragmentDoc.definitions,
|
101296
|
+
...PageInfoFragmentDoc.definitions,
|
100928
101297
|
],
|
100929
101298
|
};
|
100930
101299
|
const AttachmentsForUrlDocument = {
|
@@ -101023,6 +101392,8 @@ const AttachmentsForUrlDocument = {
|
|
101023
101392
|
},
|
101024
101393
|
},
|
101025
101394
|
...AttachmentConnectionFragmentDoc.definitions,
|
101395
|
+
...AttachmentFragmentDoc.definitions,
|
101396
|
+
...PageInfoFragmentDoc.definitions,
|
101026
101397
|
],
|
101027
101398
|
};
|
101028
101399
|
const AuditEntriesDocument = {
|
@@ -101121,6 +101492,8 @@ const AuditEntriesDocument = {
|
|
101121
101492
|
},
|
101122
101493
|
},
|
101123
101494
|
...AuditEntryConnectionFragmentDoc.definitions,
|
101495
|
+
...AuditEntryFragmentDoc.definitions,
|
101496
|
+
...PageInfoFragmentDoc.definitions,
|
101124
101497
|
],
|
101125
101498
|
};
|
101126
101499
|
const AuditEntryTypesDocument = {
|
@@ -101169,6 +101542,9 @@ const AvailableUsersDocument = {
|
|
101169
101542
|
},
|
101170
101543
|
},
|
101171
101544
|
...AuthResolverResponseFragmentDoc.definitions,
|
101545
|
+
...OrganizationFragmentDoc.definitions,
|
101546
|
+
...PaidSubscriptionFragmentDoc.definitions,
|
101547
|
+
...UserFragmentDoc.definitions,
|
101172
101548
|
],
|
101173
101549
|
};
|
101174
101550
|
const CommentDocument = {
|
@@ -101207,6 +101583,54 @@ const CommentDocument = {
|
|
101207
101583
|
},
|
101208
101584
|
},
|
101209
101585
|
...CommentFragmentDoc.definitions,
|
101586
|
+
...ActorBotFragmentDoc.definitions,
|
101587
|
+
],
|
101588
|
+
};
|
101589
|
+
const Comment_BotActorDocument = {
|
101590
|
+
kind: "Document",
|
101591
|
+
definitions: [
|
101592
|
+
{
|
101593
|
+
kind: "OperationDefinition",
|
101594
|
+
operation: "query",
|
101595
|
+
name: { kind: "Name", value: "comment_botActor" },
|
101596
|
+
variableDefinitions: [
|
101597
|
+
{
|
101598
|
+
kind: "VariableDefinition",
|
101599
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101600
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
101601
|
+
},
|
101602
|
+
],
|
101603
|
+
selectionSet: {
|
101604
|
+
kind: "SelectionSet",
|
101605
|
+
selections: [
|
101606
|
+
{
|
101607
|
+
kind: "Field",
|
101608
|
+
name: { kind: "Name", value: "comment" },
|
101609
|
+
arguments: [
|
101610
|
+
{
|
101611
|
+
kind: "Argument",
|
101612
|
+
name: { kind: "Name", value: "id" },
|
101613
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101614
|
+
},
|
101615
|
+
],
|
101616
|
+
selectionSet: {
|
101617
|
+
kind: "SelectionSet",
|
101618
|
+
selections: [
|
101619
|
+
{
|
101620
|
+
kind: "Field",
|
101621
|
+
name: { kind: "Name", value: "botActor" },
|
101622
|
+
selectionSet: {
|
101623
|
+
kind: "SelectionSet",
|
101624
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
101625
|
+
},
|
101626
|
+
},
|
101627
|
+
],
|
101628
|
+
},
|
101629
|
+
},
|
101630
|
+
],
|
101631
|
+
},
|
101632
|
+
},
|
101633
|
+
...ActorBotFragmentDoc.definitions,
|
101210
101634
|
],
|
101211
101635
|
};
|
101212
101636
|
const Comment_ChildrenDocument = {
|
@@ -101326,6 +101750,9 @@ const Comment_ChildrenDocument = {
|
|
101326
101750
|
},
|
101327
101751
|
},
|
101328
101752
|
...CommentConnectionFragmentDoc.definitions,
|
101753
|
+
...CommentFragmentDoc.definitions,
|
101754
|
+
...ActorBotFragmentDoc.definitions,
|
101755
|
+
...PageInfoFragmentDoc.definitions,
|
101329
101756
|
],
|
101330
101757
|
};
|
101331
101758
|
const CommentsDocument = {
|
@@ -101424,6 +101851,9 @@ const CommentsDocument = {
|
|
101424
101851
|
},
|
101425
101852
|
},
|
101426
101853
|
...CommentConnectionFragmentDoc.definitions,
|
101854
|
+
...CommentFragmentDoc.definitions,
|
101855
|
+
...ActorBotFragmentDoc.definitions,
|
101856
|
+
...PageInfoFragmentDoc.definitions,
|
101427
101857
|
],
|
101428
101858
|
};
|
101429
101859
|
const CustomViewDocument = {
|
@@ -101550,6 +101980,8 @@ const CustomViewsDocument = {
|
|
101550
101980
|
},
|
101551
101981
|
},
|
101552
101982
|
...CustomViewConnectionFragmentDoc.definitions,
|
101983
|
+
...CustomViewFragmentDoc.definitions,
|
101984
|
+
...PageInfoFragmentDoc.definitions,
|
101553
101985
|
],
|
101554
101986
|
};
|
101555
101987
|
const CycleDocument = {
|
@@ -101707,6 +102139,8 @@ const Cycle_IssuesDocument = {
|
|
101707
102139
|
},
|
101708
102140
|
},
|
101709
102141
|
...IssueConnectionFragmentDoc.definitions,
|
102142
|
+
...IssueFragmentDoc.definitions,
|
102143
|
+
...PageInfoFragmentDoc.definitions,
|
101710
102144
|
],
|
101711
102145
|
};
|
101712
102146
|
const Cycle_UncompletedIssuesUponCloseDocument = {
|
@@ -101826,6 +102260,8 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
|
|
101826
102260
|
},
|
101827
102261
|
},
|
101828
102262
|
...IssueConnectionFragmentDoc.definitions,
|
102263
|
+
...IssueFragmentDoc.definitions,
|
102264
|
+
...PageInfoFragmentDoc.definitions,
|
101829
102265
|
],
|
101830
102266
|
};
|
101831
102267
|
const CyclesDocument = {
|
@@ -101924,6 +102360,8 @@ const CyclesDocument = {
|
|
101924
102360
|
},
|
101925
102361
|
},
|
101926
102362
|
...CycleConnectionFragmentDoc.definitions,
|
102363
|
+
...CycleFragmentDoc.definitions,
|
102364
|
+
...PageInfoFragmentDoc.definitions,
|
101927
102365
|
],
|
101928
102366
|
};
|
101929
102367
|
const DocumentDocument = {
|
@@ -102050,6 +102488,8 @@ const DocumentsDocument = {
|
|
102050
102488
|
},
|
102051
102489
|
},
|
102052
102490
|
...DocumentConnectionFragmentDoc.definitions,
|
102491
|
+
...DocumentFragmentDoc.definitions,
|
102492
|
+
...PageInfoFragmentDoc.definitions,
|
102053
102493
|
],
|
102054
102494
|
};
|
102055
102495
|
const EmbedInfoDocument = {
|
@@ -102088,6 +102528,7 @@ const EmbedInfoDocument = {
|
|
102088
102528
|
},
|
102089
102529
|
},
|
102090
102530
|
...EmbedPayloadFragmentDoc.definitions,
|
102531
|
+
...EmbedFragmentDoc.definitions,
|
102091
102532
|
],
|
102092
102533
|
};
|
102093
102534
|
const EmbedInfo_EmbedDocument = {
|
@@ -102261,6 +102702,8 @@ const EmojisDocument = {
|
|
102261
102702
|
},
|
102262
102703
|
},
|
102263
102704
|
...EmojiConnectionFragmentDoc.definitions,
|
102705
|
+
...EmojiFragmentDoc.definitions,
|
102706
|
+
...PageInfoFragmentDoc.definitions,
|
102264
102707
|
],
|
102265
102708
|
};
|
102266
102709
|
const FavoriteDocument = {
|
@@ -102408,6 +102851,8 @@ const Favorite_ChildrenDocument = {
|
|
102408
102851
|
},
|
102409
102852
|
},
|
102410
102853
|
...FavoriteConnectionFragmentDoc.definitions,
|
102854
|
+
...FavoriteFragmentDoc.definitions,
|
102855
|
+
...PageInfoFragmentDoc.definitions,
|
102411
102856
|
],
|
102412
102857
|
};
|
102413
102858
|
const FavoritesDocument = {
|
@@ -102496,6 +102941,8 @@ const FavoritesDocument = {
|
|
102496
102941
|
},
|
102497
102942
|
},
|
102498
102943
|
...FavoriteConnectionFragmentDoc.definitions,
|
102944
|
+
...FavoriteFragmentDoc.definitions,
|
102945
|
+
...PageInfoFragmentDoc.definitions,
|
102499
102946
|
],
|
102500
102947
|
};
|
102501
102948
|
const FigmaEmbedInfoDocument = {
|
@@ -102544,6 +102991,7 @@ const FigmaEmbedInfoDocument = {
|
|
102544
102991
|
},
|
102545
102992
|
},
|
102546
102993
|
...FigmaEmbedPayloadFragmentDoc.definitions,
|
102994
|
+
...FigmaEmbedFragmentDoc.definitions,
|
102547
102995
|
],
|
102548
102996
|
};
|
102549
102997
|
const FigmaEmbedInfo_FigmaEmbedDocument = {
|
@@ -102765,6 +103213,8 @@ const IntegrationTemplatesDocument = {
|
|
102765
103213
|
},
|
102766
103214
|
},
|
102767
103215
|
...IntegrationTemplateConnectionFragmentDoc.definitions,
|
103216
|
+
...IntegrationTemplateFragmentDoc.definitions,
|
103217
|
+
...PageInfoFragmentDoc.definitions,
|
102768
103218
|
],
|
102769
103219
|
};
|
102770
103220
|
const IntegrationsDocument = {
|
@@ -102853,6 +103303,8 @@ const IntegrationsDocument = {
|
|
102853
103303
|
},
|
102854
103304
|
},
|
102855
103305
|
...IntegrationConnectionFragmentDoc.definitions,
|
103306
|
+
...IntegrationFragmentDoc.definitions,
|
103307
|
+
...PageInfoFragmentDoc.definitions,
|
102856
103308
|
],
|
102857
103309
|
};
|
102858
103310
|
const IntegrationsSettingsDocument = {
|
@@ -103048,6 +103500,8 @@ const Issue_AttachmentsDocument = {
|
|
103048
103500
|
},
|
103049
103501
|
},
|
103050
103502
|
...AttachmentConnectionFragmentDoc.definitions,
|
103503
|
+
...AttachmentFragmentDoc.definitions,
|
103504
|
+
...PageInfoFragmentDoc.definitions,
|
103051
103505
|
],
|
103052
103506
|
};
|
103053
103507
|
const Issue_ChildrenDocument = {
|
@@ -103167,6 +103621,8 @@ const Issue_ChildrenDocument = {
|
|
103167
103621
|
},
|
103168
103622
|
},
|
103169
103623
|
...IssueConnectionFragmentDoc.definitions,
|
103624
|
+
...IssueFragmentDoc.definitions,
|
103625
|
+
...PageInfoFragmentDoc.definitions,
|
103170
103626
|
],
|
103171
103627
|
};
|
103172
103628
|
const Issue_CommentsDocument = {
|
@@ -103286,6 +103742,9 @@ const Issue_CommentsDocument = {
|
|
103286
103742
|
},
|
103287
103743
|
},
|
103288
103744
|
...CommentConnectionFragmentDoc.definitions,
|
103745
|
+
...CommentFragmentDoc.definitions,
|
103746
|
+
...ActorBotFragmentDoc.definitions,
|
103747
|
+
...PageInfoFragmentDoc.definitions,
|
103289
103748
|
],
|
103290
103749
|
};
|
103291
103750
|
const Issue_HistoryDocument = {
|
@@ -103395,6 +103854,11 @@ const Issue_HistoryDocument = {
|
|
103395
103854
|
},
|
103396
103855
|
},
|
103397
103856
|
...IssueHistoryConnectionFragmentDoc.definitions,
|
103857
|
+
...IssueHistoryFragmentDoc.definitions,
|
103858
|
+
...IssueRelationHistoryPayloadFragmentDoc.definitions,
|
103859
|
+
...ActorBotFragmentDoc.definitions,
|
103860
|
+
...IssueImportFragmentDoc.definitions,
|
103861
|
+
...PageInfoFragmentDoc.definitions,
|
103398
103862
|
],
|
103399
103863
|
};
|
103400
103864
|
const Issue_InverseRelationsDocument = {
|
@@ -103504,6 +103968,8 @@ const Issue_InverseRelationsDocument = {
|
|
103504
103968
|
},
|
103505
103969
|
},
|
103506
103970
|
...IssueRelationConnectionFragmentDoc.definitions,
|
103971
|
+
...IssueRelationFragmentDoc.definitions,
|
103972
|
+
...PageInfoFragmentDoc.definitions,
|
103507
103973
|
],
|
103508
103974
|
};
|
103509
103975
|
const Issue_LabelsDocument = {
|
@@ -103623,6 +104089,8 @@ const Issue_LabelsDocument = {
|
|
103623
104089
|
},
|
103624
104090
|
},
|
103625
104091
|
...IssueLabelConnectionFragmentDoc.definitions,
|
104092
|
+
...IssueLabelFragmentDoc.definitions,
|
104093
|
+
...PageInfoFragmentDoc.definitions,
|
103626
104094
|
],
|
103627
104095
|
};
|
103628
104096
|
const Issue_RelationsDocument = {
|
@@ -103732,6 +104200,8 @@ const Issue_RelationsDocument = {
|
|
103732
104200
|
},
|
103733
104201
|
},
|
103734
104202
|
...IssueRelationConnectionFragmentDoc.definitions,
|
104203
|
+
...IssueRelationFragmentDoc.definitions,
|
104204
|
+
...PageInfoFragmentDoc.definitions,
|
103735
104205
|
],
|
103736
104206
|
};
|
103737
104207
|
const Issue_SubscribersDocument = {
|
@@ -103861,6 +104331,8 @@ const Issue_SubscribersDocument = {
|
|
103861
104331
|
},
|
103862
104332
|
},
|
103863
104333
|
...UserConnectionFragmentDoc.definitions,
|
104334
|
+
...UserFragmentDoc.definitions,
|
104335
|
+
...PageInfoFragmentDoc.definitions,
|
103864
104336
|
],
|
103865
104337
|
};
|
103866
104338
|
const IssueFigmaFileKeySearchDocument = {
|
@@ -103959,6 +104431,8 @@ const IssueFigmaFileKeySearchDocument = {
|
|
103959
104431
|
},
|
103960
104432
|
},
|
103961
104433
|
...IssueConnectionFragmentDoc.definitions,
|
104434
|
+
...IssueFragmentDoc.definitions,
|
104435
|
+
...PageInfoFragmentDoc.definitions,
|
103962
104436
|
],
|
103963
104437
|
};
|
103964
104438
|
const IssueFilterSuggestionDocument = {
|
@@ -104083,6 +104557,8 @@ const IssueImportFinishGithubOAuthDocument = {
|
|
104083
104557
|
},
|
104084
104558
|
},
|
104085
104559
|
...GithubOAuthTokenPayloadFragmentDoc.definitions,
|
104560
|
+
...GithubOrgFragmentDoc.definitions,
|
104561
|
+
...GithubRepoFragmentDoc.definitions,
|
104086
104562
|
],
|
104087
104563
|
};
|
104088
104564
|
const IssueLabelDocument = {
|
@@ -104240,6 +104716,8 @@ const IssueLabel_ChildrenDocument = {
|
|
104240
104716
|
},
|
104241
104717
|
},
|
104242
104718
|
...IssueLabelConnectionFragmentDoc.definitions,
|
104719
|
+
...IssueLabelFragmentDoc.definitions,
|
104720
|
+
...PageInfoFragmentDoc.definitions,
|
104243
104721
|
],
|
104244
104722
|
};
|
104245
104723
|
const IssueLabel_IssuesDocument = {
|
@@ -104359,6 +104837,8 @@ const IssueLabel_IssuesDocument = {
|
|
104359
104837
|
},
|
104360
104838
|
},
|
104361
104839
|
...IssueConnectionFragmentDoc.definitions,
|
104840
|
+
...IssueFragmentDoc.definitions,
|
104841
|
+
...PageInfoFragmentDoc.definitions,
|
104362
104842
|
],
|
104363
104843
|
};
|
104364
104844
|
const IssueLabelsDocument = {
|
@@ -104457,6 +104937,8 @@ const IssueLabelsDocument = {
|
|
104457
104937
|
},
|
104458
104938
|
},
|
104459
104939
|
...IssueLabelConnectionFragmentDoc.definitions,
|
104940
|
+
...IssueLabelFragmentDoc.definitions,
|
104941
|
+
...PageInfoFragmentDoc.definitions,
|
104460
104942
|
],
|
104461
104943
|
};
|
104462
104944
|
const IssuePriorityValuesDocument = {
|
@@ -104607,6 +105089,8 @@ const IssueRelationsDocument = {
|
|
104607
105089
|
},
|
104608
105090
|
},
|
104609
105091
|
...IssueRelationConnectionFragmentDoc.definitions,
|
105092
|
+
...IssueRelationFragmentDoc.definitions,
|
105093
|
+
...PageInfoFragmentDoc.definitions,
|
104610
105094
|
],
|
104611
105095
|
};
|
104612
105096
|
const IssueSearchDocument = {
|
@@ -104715,6 +105199,8 @@ const IssueSearchDocument = {
|
|
104715
105199
|
},
|
104716
105200
|
},
|
104717
105201
|
...IssueConnectionFragmentDoc.definitions,
|
105202
|
+
...IssueFragmentDoc.definitions,
|
105203
|
+
...PageInfoFragmentDoc.definitions,
|
104718
105204
|
],
|
104719
105205
|
};
|
104720
105206
|
const IssueVcsBranchSearchDocument = {
|
@@ -104872,6 +105358,8 @@ const IssueVcsBranchSearch_AttachmentsDocument = {
|
|
104872
105358
|
},
|
104873
105359
|
},
|
104874
105360
|
...AttachmentConnectionFragmentDoc.definitions,
|
105361
|
+
...AttachmentFragmentDoc.definitions,
|
105362
|
+
...PageInfoFragmentDoc.definitions,
|
104875
105363
|
],
|
104876
105364
|
};
|
104877
105365
|
const IssueVcsBranchSearch_ChildrenDocument = {
|
@@ -104991,6 +105479,8 @@ const IssueVcsBranchSearch_ChildrenDocument = {
|
|
104991
105479
|
},
|
104992
105480
|
},
|
104993
105481
|
...IssueConnectionFragmentDoc.definitions,
|
105482
|
+
...IssueFragmentDoc.definitions,
|
105483
|
+
...PageInfoFragmentDoc.definitions,
|
104994
105484
|
],
|
104995
105485
|
};
|
104996
105486
|
const IssueVcsBranchSearch_CommentsDocument = {
|
@@ -105110,6 +105600,9 @@ const IssueVcsBranchSearch_CommentsDocument = {
|
|
105110
105600
|
},
|
105111
105601
|
},
|
105112
105602
|
...CommentConnectionFragmentDoc.definitions,
|
105603
|
+
...CommentFragmentDoc.definitions,
|
105604
|
+
...ActorBotFragmentDoc.definitions,
|
105605
|
+
...PageInfoFragmentDoc.definitions,
|
105113
105606
|
],
|
105114
105607
|
};
|
105115
105608
|
const IssueVcsBranchSearch_HistoryDocument = {
|
@@ -105219,6 +105712,11 @@ const IssueVcsBranchSearch_HistoryDocument = {
|
|
105219
105712
|
},
|
105220
105713
|
},
|
105221
105714
|
...IssueHistoryConnectionFragmentDoc.definitions,
|
105715
|
+
...IssueHistoryFragmentDoc.definitions,
|
105716
|
+
...IssueRelationHistoryPayloadFragmentDoc.definitions,
|
105717
|
+
...ActorBotFragmentDoc.definitions,
|
105718
|
+
...IssueImportFragmentDoc.definitions,
|
105719
|
+
...PageInfoFragmentDoc.definitions,
|
105222
105720
|
],
|
105223
105721
|
};
|
105224
105722
|
const IssueVcsBranchSearch_InverseRelationsDocument = {
|
@@ -105328,6 +105826,8 @@ const IssueVcsBranchSearch_InverseRelationsDocument = {
|
|
105328
105826
|
},
|
105329
105827
|
},
|
105330
105828
|
...IssueRelationConnectionFragmentDoc.definitions,
|
105829
|
+
...IssueRelationFragmentDoc.definitions,
|
105830
|
+
...PageInfoFragmentDoc.definitions,
|
105331
105831
|
],
|
105332
105832
|
};
|
105333
105833
|
const IssueVcsBranchSearch_LabelsDocument = {
|
@@ -105447,6 +105947,8 @@ const IssueVcsBranchSearch_LabelsDocument = {
|
|
105447
105947
|
},
|
105448
105948
|
},
|
105449
105949
|
...IssueLabelConnectionFragmentDoc.definitions,
|
105950
|
+
...IssueLabelFragmentDoc.definitions,
|
105951
|
+
...PageInfoFragmentDoc.definitions,
|
105450
105952
|
],
|
105451
105953
|
};
|
105452
105954
|
const IssueVcsBranchSearch_RelationsDocument = {
|
@@ -105556,6 +106058,8 @@ const IssueVcsBranchSearch_RelationsDocument = {
|
|
105556
106058
|
},
|
105557
106059
|
},
|
105558
106060
|
...IssueRelationConnectionFragmentDoc.definitions,
|
106061
|
+
...IssueRelationFragmentDoc.definitions,
|
106062
|
+
...PageInfoFragmentDoc.definitions,
|
105559
106063
|
],
|
105560
106064
|
};
|
105561
106065
|
const IssueVcsBranchSearch_SubscribersDocument = {
|
@@ -105685,6 +106189,8 @@ const IssueVcsBranchSearch_SubscribersDocument = {
|
|
105685
106189
|
},
|
105686
106190
|
},
|
105687
106191
|
...UserConnectionFragmentDoc.definitions,
|
106192
|
+
...UserFragmentDoc.definitions,
|
106193
|
+
...PageInfoFragmentDoc.definitions,
|
105688
106194
|
],
|
105689
106195
|
};
|
105690
106196
|
const IssuesDocument = {
|
@@ -105783,6 +106289,8 @@ const IssuesDocument = {
|
|
105783
106289
|
},
|
105784
106290
|
},
|
105785
106291
|
...IssueConnectionFragmentDoc.definitions,
|
106292
|
+
...IssueFragmentDoc.definitions,
|
106293
|
+
...PageInfoFragmentDoc.definitions,
|
105786
106294
|
],
|
105787
106295
|
};
|
105788
106296
|
const NotificationDocument = {
|
@@ -105821,6 +106329,11 @@ const NotificationDocument = {
|
|
105821
106329
|
},
|
105822
106330
|
},
|
105823
106331
|
...NotificationFragmentDoc.definitions,
|
106332
|
+
...ActorBotFragmentDoc.definitions,
|
106333
|
+
...IssueNotificationFragmentDoc.definitions,
|
106334
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
106335
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
106336
|
+
...ProjectNotificationFragmentDoc.definitions,
|
105824
106337
|
],
|
105825
106338
|
};
|
105826
106339
|
const NotificationSubscriptionDocument = {
|
@@ -105949,6 +106462,8 @@ const NotificationSubscriptionsDocument = {
|
|
105949
106462
|
},
|
105950
106463
|
},
|
105951
106464
|
...NotificationSubscriptionConnectionFragmentDoc.definitions,
|
106465
|
+
...NotificationSubscriptionFragmentDoc.definitions,
|
106466
|
+
...PageInfoFragmentDoc.definitions,
|
105952
106467
|
],
|
105953
106468
|
};
|
105954
106469
|
const NotificationsDocument = {
|
@@ -106037,6 +106552,13 @@ const NotificationsDocument = {
|
|
106037
106552
|
},
|
106038
106553
|
},
|
106039
106554
|
...NotificationConnectionFragmentDoc.definitions,
|
106555
|
+
...NotificationFragmentDoc.definitions,
|
106556
|
+
...ActorBotFragmentDoc.definitions,
|
106557
|
+
...IssueNotificationFragmentDoc.definitions,
|
106558
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
106559
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
106560
|
+
...ProjectNotificationFragmentDoc.definitions,
|
106561
|
+
...PageInfoFragmentDoc.definitions,
|
106040
106562
|
],
|
106041
106563
|
};
|
106042
106564
|
const OrganizationDocument = {
|
@@ -106061,6 +106583,7 @@ const OrganizationDocument = {
|
|
106061
106583
|
},
|
106062
106584
|
},
|
106063
106585
|
...OrganizationFragmentDoc.definitions,
|
106586
|
+
...PaidSubscriptionFragmentDoc.definitions,
|
106064
106587
|
],
|
106065
106588
|
};
|
106066
106589
|
const Organization_IntegrationsDocument = {
|
@@ -106158,6 +106681,8 @@ const Organization_IntegrationsDocument = {
|
|
106158
106681
|
},
|
106159
106682
|
},
|
106160
106683
|
...IntegrationConnectionFragmentDoc.definitions,
|
106684
|
+
...IntegrationFragmentDoc.definitions,
|
106685
|
+
...PageInfoFragmentDoc.definitions,
|
106161
106686
|
],
|
106162
106687
|
};
|
106163
106688
|
const Organization_LabelsDocument = {
|
@@ -106265,6 +106790,8 @@ const Organization_LabelsDocument = {
|
|
106265
106790
|
},
|
106266
106791
|
},
|
106267
106792
|
...IssueLabelConnectionFragmentDoc.definitions,
|
106793
|
+
...IssueLabelFragmentDoc.definitions,
|
106794
|
+
...PageInfoFragmentDoc.definitions,
|
106268
106795
|
],
|
106269
106796
|
};
|
106270
106797
|
const Organization_SubscriptionDocument = {
|
@@ -106405,6 +106932,8 @@ const Organization_TeamsDocument = {
|
|
106405
106932
|
},
|
106406
106933
|
},
|
106407
106934
|
...TeamConnectionFragmentDoc.definitions,
|
106935
|
+
...TeamFragmentDoc.definitions,
|
106936
|
+
...PageInfoFragmentDoc.definitions,
|
106408
106937
|
],
|
106409
106938
|
};
|
106410
106939
|
const Organization_TemplatesDocument = {
|
@@ -106502,6 +107031,7 @@ const Organization_TemplatesDocument = {
|
|
106502
107031
|
},
|
106503
107032
|
},
|
106504
107033
|
...TemplateConnectionFragmentDoc.definitions,
|
107034
|
+
...PageInfoFragmentDoc.definitions,
|
106505
107035
|
],
|
106506
107036
|
};
|
106507
107037
|
const Organization_UsersDocument = {
|
@@ -106609,6 +107139,8 @@ const Organization_UsersDocument = {
|
|
106609
107139
|
},
|
106610
107140
|
},
|
106611
107141
|
...UserConnectionFragmentDoc.definitions,
|
107142
|
+
...UserFragmentDoc.definitions,
|
107143
|
+
...PageInfoFragmentDoc.definitions,
|
106612
107144
|
],
|
106613
107145
|
};
|
106614
107146
|
const OrganizationExistsDocument = {
|
@@ -106773,6 +107305,8 @@ const OrganizationInvitesDocument = {
|
|
106773
107305
|
},
|
106774
107306
|
},
|
106775
107307
|
...OrganizationInviteConnectionFragmentDoc.definitions,
|
107308
|
+
...OrganizationInviteFragmentDoc.definitions,
|
107309
|
+
...PageInfoFragmentDoc.definitions,
|
106776
107310
|
],
|
106777
107311
|
};
|
106778
107312
|
const ProjectDocument = {
|
@@ -106920,6 +107454,8 @@ const Project_DocumentsDocument = {
|
|
106920
107454
|
},
|
106921
107455
|
},
|
106922
107456
|
...DocumentConnectionFragmentDoc.definitions,
|
107457
|
+
...DocumentFragmentDoc.definitions,
|
107458
|
+
...PageInfoFragmentDoc.definitions,
|
106923
107459
|
],
|
106924
107460
|
};
|
106925
107461
|
const Project_IssuesDocument = {
|
@@ -107039,6 +107575,8 @@ const Project_IssuesDocument = {
|
|
107039
107575
|
},
|
107040
107576
|
},
|
107041
107577
|
...IssueConnectionFragmentDoc.definitions,
|
107578
|
+
...IssueFragmentDoc.definitions,
|
107579
|
+
...PageInfoFragmentDoc.definitions,
|
107042
107580
|
],
|
107043
107581
|
};
|
107044
107582
|
const Project_LinksDocument = {
|
@@ -107148,6 +107686,8 @@ const Project_LinksDocument = {
|
|
107148
107686
|
},
|
107149
107687
|
},
|
107150
107688
|
...ProjectLinkConnectionFragmentDoc.definitions,
|
107689
|
+
...ProjectLinkFragmentDoc.definitions,
|
107690
|
+
...PageInfoFragmentDoc.definitions,
|
107151
107691
|
],
|
107152
107692
|
};
|
107153
107693
|
const Project_MembersDocument = {
|
@@ -107277,6 +107817,8 @@ const Project_MembersDocument = {
|
|
107277
107817
|
},
|
107278
107818
|
},
|
107279
107819
|
...UserConnectionFragmentDoc.definitions,
|
107820
|
+
...UserFragmentDoc.definitions,
|
107821
|
+
...PageInfoFragmentDoc.definitions,
|
107280
107822
|
],
|
107281
107823
|
};
|
107282
107824
|
const Project_ProjectMilestonesDocument = {
|
@@ -107388,6 +107930,8 @@ const Project_ProjectMilestonesDocument = {
|
|
107388
107930
|
},
|
107389
107931
|
},
|
107390
107932
|
...ProjectMilestoneConnectionFragmentDoc.definitions,
|
107933
|
+
...ProjectMilestoneFragmentDoc.definitions,
|
107934
|
+
...PageInfoFragmentDoc.definitions,
|
107391
107935
|
],
|
107392
107936
|
};
|
107393
107937
|
const Project_ProjectUpdatesDocument = {
|
@@ -107497,6 +108041,8 @@ const Project_ProjectUpdatesDocument = {
|
|
107497
108041
|
},
|
107498
108042
|
},
|
107499
108043
|
...ProjectUpdateConnectionFragmentDoc.definitions,
|
108044
|
+
...ProjectUpdateFragmentDoc.definitions,
|
108045
|
+
...PageInfoFragmentDoc.definitions,
|
107500
108046
|
],
|
107501
108047
|
};
|
107502
108048
|
const Project_TeamsDocument = {
|
@@ -107616,6 +108162,8 @@ const Project_TeamsDocument = {
|
|
107616
108162
|
},
|
107617
108163
|
},
|
107618
108164
|
...TeamConnectionFragmentDoc.definitions,
|
108165
|
+
...TeamFragmentDoc.definitions,
|
108166
|
+
...PageInfoFragmentDoc.definitions,
|
107619
108167
|
],
|
107620
108168
|
};
|
107621
108169
|
const ProjectFilterSuggestionDocument = {
|
@@ -107780,6 +108328,8 @@ const ProjectLinksDocument = {
|
|
107780
108328
|
},
|
107781
108329
|
},
|
107782
108330
|
...ProjectLinkConnectionFragmentDoc.definitions,
|
108331
|
+
...ProjectLinkFragmentDoc.definitions,
|
108332
|
+
...PageInfoFragmentDoc.definitions,
|
107783
108333
|
],
|
107784
108334
|
};
|
107785
108335
|
const ProjectUpdateDocument = {
|
@@ -107946,6 +108496,8 @@ const ProjectUpdateInteractionsDocument = {
|
|
107946
108496
|
},
|
107947
108497
|
},
|
107948
108498
|
...ProjectUpdateInteractionConnectionFragmentDoc.definitions,
|
108499
|
+
...ProjectUpdateInteractionFragmentDoc.definitions,
|
108500
|
+
...PageInfoFragmentDoc.definitions,
|
107949
108501
|
],
|
107950
108502
|
};
|
107951
108503
|
const ProjectUpdatesDocument = {
|
@@ -108034,6 +108586,8 @@ const ProjectUpdatesDocument = {
|
|
108034
108586
|
},
|
108035
108587
|
},
|
108036
108588
|
...ProjectUpdateConnectionFragmentDoc.definitions,
|
108589
|
+
...ProjectUpdateFragmentDoc.definitions,
|
108590
|
+
...PageInfoFragmentDoc.definitions,
|
108037
108591
|
],
|
108038
108592
|
};
|
108039
108593
|
const ProjectsDocument = {
|
@@ -108132,6 +108686,8 @@ const ProjectsDocument = {
|
|
108132
108686
|
},
|
108133
108687
|
},
|
108134
108688
|
...ProjectConnectionFragmentDoc.definitions,
|
108689
|
+
...ProjectFragmentDoc.definitions,
|
108690
|
+
...PageInfoFragmentDoc.definitions,
|
108135
108691
|
],
|
108136
108692
|
};
|
108137
108693
|
const PushSubscriptionTestDocument = {
|
@@ -108180,6 +108736,7 @@ const RateLimitStatusDocument = {
|
|
108180
108736
|
},
|
108181
108737
|
},
|
108182
108738
|
...RateLimitPayloadFragmentDoc.definitions,
|
108739
|
+
...RateLimitResultPayloadFragmentDoc.definitions,
|
108183
108740
|
],
|
108184
108741
|
};
|
108185
108742
|
const RoadmapDocument = {
|
@@ -108337,6 +108894,8 @@ const Roadmap_ProjectsDocument = {
|
|
108337
108894
|
},
|
108338
108895
|
},
|
108339
108896
|
...ProjectConnectionFragmentDoc.definitions,
|
108897
|
+
...ProjectFragmentDoc.definitions,
|
108898
|
+
...PageInfoFragmentDoc.definitions,
|
108340
108899
|
],
|
108341
108900
|
};
|
108342
108901
|
const RoadmapToProjectDocument = {
|
@@ -108463,6 +109022,8 @@ const RoadmapToProjectsDocument = {
|
|
108463
109022
|
},
|
108464
109023
|
},
|
108465
109024
|
...RoadmapToProjectConnectionFragmentDoc.definitions,
|
109025
|
+
...RoadmapToProjectFragmentDoc.definitions,
|
109026
|
+
...PageInfoFragmentDoc.definitions,
|
108466
109027
|
],
|
108467
109028
|
};
|
108468
109029
|
const RoadmapsDocument = {
|
@@ -108551,6 +109112,8 @@ const RoadmapsDocument = {
|
|
108551
109112
|
},
|
108552
109113
|
},
|
108553
109114
|
...RoadmapConnectionFragmentDoc.definitions,
|
109115
|
+
...RoadmapFragmentDoc.definitions,
|
109116
|
+
...PageInfoFragmentDoc.definitions,
|
108554
109117
|
],
|
108555
109118
|
};
|
108556
109119
|
const SearchDocumentsDocument = {
|
@@ -108591,6 +109154,11 @@ const SearchDocumentsDocument = {
|
|
108591
109154
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108592
109155
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
108593
109156
|
},
|
109157
|
+
{
|
109158
|
+
kind: "VariableDefinition",
|
109159
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109160
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109161
|
+
},
|
108594
109162
|
{
|
108595
109163
|
kind: "VariableDefinition",
|
108596
109164
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -108634,6 +109202,11 @@ const SearchDocumentsDocument = {
|
|
108634
109202
|
name: { kind: "Name", value: "orderBy" },
|
108635
109203
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108636
109204
|
},
|
109205
|
+
{
|
109206
|
+
kind: "Argument",
|
109207
|
+
name: { kind: "Name", value: "teamId" },
|
109208
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109209
|
+
},
|
108637
109210
|
{
|
108638
109211
|
kind: "Argument",
|
108639
109212
|
name: { kind: "Name", value: "term" },
|
@@ -108649,6 +109222,9 @@ const SearchDocumentsDocument = {
|
|
108649
109222
|
},
|
108650
109223
|
},
|
108651
109224
|
...DocumentSearchPayloadFragmentDoc.definitions,
|
109225
|
+
...ArchiveResponseFragmentDoc.definitions,
|
109226
|
+
...DocumentSearchResultFragmentDoc.definitions,
|
109227
|
+
...PageInfoFragmentDoc.definitions,
|
108652
109228
|
],
|
108653
109229
|
};
|
108654
109230
|
const SearchDocuments_ArchivePayloadDocument = {
|
@@ -108689,6 +109265,11 @@ const SearchDocuments_ArchivePayloadDocument = {
|
|
108689
109265
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108690
109266
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
108691
109267
|
},
|
109268
|
+
{
|
109269
|
+
kind: "VariableDefinition",
|
109270
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109271
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109272
|
+
},
|
108692
109273
|
{
|
108693
109274
|
kind: "VariableDefinition",
|
108694
109275
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -108732,6 +109313,11 @@ const SearchDocuments_ArchivePayloadDocument = {
|
|
108732
109313
|
name: { kind: "Name", value: "orderBy" },
|
108733
109314
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108734
109315
|
},
|
109316
|
+
{
|
109317
|
+
kind: "Argument",
|
109318
|
+
name: { kind: "Name", value: "teamId" },
|
109319
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109320
|
+
},
|
108735
109321
|
{
|
108736
109322
|
kind: "Argument",
|
108737
109323
|
name: { kind: "Name", value: "term" },
|
@@ -108801,6 +109387,11 @@ const SearchIssuesDocument = {
|
|
108801
109387
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108802
109388
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
108803
109389
|
},
|
109390
|
+
{
|
109391
|
+
kind: "VariableDefinition",
|
109392
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109393
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109394
|
+
},
|
108804
109395
|
{
|
108805
109396
|
kind: "VariableDefinition",
|
108806
109397
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -108849,6 +109440,11 @@ const SearchIssuesDocument = {
|
|
108849
109440
|
name: { kind: "Name", value: "orderBy" },
|
108850
109441
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108851
109442
|
},
|
109443
|
+
{
|
109444
|
+
kind: "Argument",
|
109445
|
+
name: { kind: "Name", value: "teamId" },
|
109446
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109447
|
+
},
|
108852
109448
|
{
|
108853
109449
|
kind: "Argument",
|
108854
109450
|
name: { kind: "Name", value: "term" },
|
@@ -108864,6 +109460,9 @@ const SearchIssuesDocument = {
|
|
108864
109460
|
},
|
108865
109461
|
},
|
108866
109462
|
...IssueSearchPayloadFragmentDoc.definitions,
|
109463
|
+
...ArchiveResponseFragmentDoc.definitions,
|
109464
|
+
...IssueSearchResultFragmentDoc.definitions,
|
109465
|
+
...PageInfoFragmentDoc.definitions,
|
108867
109466
|
],
|
108868
109467
|
};
|
108869
109468
|
const SearchIssues_ArchivePayloadDocument = {
|
@@ -108909,6 +109508,11 @@ const SearchIssues_ArchivePayloadDocument = {
|
|
108909
109508
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108910
109509
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
108911
109510
|
},
|
109511
|
+
{
|
109512
|
+
kind: "VariableDefinition",
|
109513
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109514
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109515
|
+
},
|
108912
109516
|
{
|
108913
109517
|
kind: "VariableDefinition",
|
108914
109518
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -108957,6 +109561,11 @@ const SearchIssues_ArchivePayloadDocument = {
|
|
108957
109561
|
name: { kind: "Name", value: "orderBy" },
|
108958
109562
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108959
109563
|
},
|
109564
|
+
{
|
109565
|
+
kind: "Argument",
|
109566
|
+
name: { kind: "Name", value: "teamId" },
|
109567
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109568
|
+
},
|
108960
109569
|
{
|
108961
109570
|
kind: "Argument",
|
108962
109571
|
name: { kind: "Name", value: "term" },
|
@@ -109021,6 +109630,11 @@ const SearchProjectsDocument = {
|
|
109021
109630
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
109022
109631
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
109023
109632
|
},
|
109633
|
+
{
|
109634
|
+
kind: "VariableDefinition",
|
109635
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109636
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109637
|
+
},
|
109024
109638
|
{
|
109025
109639
|
kind: "VariableDefinition",
|
109026
109640
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -109064,6 +109678,11 @@ const SearchProjectsDocument = {
|
|
109064
109678
|
name: { kind: "Name", value: "orderBy" },
|
109065
109679
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
109066
109680
|
},
|
109681
|
+
{
|
109682
|
+
kind: "Argument",
|
109683
|
+
name: { kind: "Name", value: "teamId" },
|
109684
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109685
|
+
},
|
109067
109686
|
{
|
109068
109687
|
kind: "Argument",
|
109069
109688
|
name: { kind: "Name", value: "term" },
|
@@ -109079,6 +109698,9 @@ const SearchProjectsDocument = {
|
|
109079
109698
|
},
|
109080
109699
|
},
|
109081
109700
|
...ProjectSearchPayloadFragmentDoc.definitions,
|
109701
|
+
...ArchiveResponseFragmentDoc.definitions,
|
109702
|
+
...ProjectSearchResultFragmentDoc.definitions,
|
109703
|
+
...PageInfoFragmentDoc.definitions,
|
109082
109704
|
],
|
109083
109705
|
};
|
109084
109706
|
const SearchProjects_ArchivePayloadDocument = {
|
@@ -109119,6 +109741,11 @@ const SearchProjects_ArchivePayloadDocument = {
|
|
109119
109741
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
109120
109742
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
109121
109743
|
},
|
109744
|
+
{
|
109745
|
+
kind: "VariableDefinition",
|
109746
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109747
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109748
|
+
},
|
109122
109749
|
{
|
109123
109750
|
kind: "VariableDefinition",
|
109124
109751
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -109162,6 +109789,11 @@ const SearchProjects_ArchivePayloadDocument = {
|
|
109162
109789
|
name: { kind: "Name", value: "orderBy" },
|
109163
109790
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
109164
109791
|
},
|
109792
|
+
{
|
109793
|
+
kind: "Argument",
|
109794
|
+
name: { kind: "Name", value: "teamId" },
|
109795
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109796
|
+
},
|
109165
109797
|
{
|
109166
109798
|
kind: "Argument",
|
109167
109799
|
name: { kind: "Name", value: "term" },
|
@@ -109391,6 +110023,8 @@ const Team_CyclesDocument = {
|
|
109391
110023
|
},
|
109392
110024
|
},
|
109393
110025
|
...CycleConnectionFragmentDoc.definitions,
|
110026
|
+
...CycleFragmentDoc.definitions,
|
110027
|
+
...PageInfoFragmentDoc.definitions,
|
109394
110028
|
],
|
109395
110029
|
};
|
109396
110030
|
const Team_IssuesDocument = {
|
@@ -109510,6 +110144,8 @@ const Team_IssuesDocument = {
|
|
109510
110144
|
},
|
109511
110145
|
},
|
109512
110146
|
...IssueConnectionFragmentDoc.definitions,
|
110147
|
+
...IssueFragmentDoc.definitions,
|
110148
|
+
...PageInfoFragmentDoc.definitions,
|
109513
110149
|
],
|
109514
110150
|
};
|
109515
110151
|
const Team_LabelsDocument = {
|
@@ -109629,6 +110265,8 @@ const Team_LabelsDocument = {
|
|
109629
110265
|
},
|
109630
110266
|
},
|
109631
110267
|
...IssueLabelConnectionFragmentDoc.definitions,
|
110268
|
+
...IssueLabelFragmentDoc.definitions,
|
110269
|
+
...PageInfoFragmentDoc.definitions,
|
109632
110270
|
],
|
109633
110271
|
};
|
109634
110272
|
const Team_MembersDocument = {
|
@@ -109758,6 +110396,8 @@ const Team_MembersDocument = {
|
|
109758
110396
|
},
|
109759
110397
|
},
|
109760
110398
|
...UserConnectionFragmentDoc.definitions,
|
110399
|
+
...UserFragmentDoc.definitions,
|
110400
|
+
...PageInfoFragmentDoc.definitions,
|
109761
110401
|
],
|
109762
110402
|
};
|
109763
110403
|
const Team_MembershipsDocument = {
|
@@ -109867,6 +110507,8 @@ const Team_MembershipsDocument = {
|
|
109867
110507
|
},
|
109868
110508
|
},
|
109869
110509
|
...TeamMembershipConnectionFragmentDoc.definitions,
|
110510
|
+
...TeamMembershipFragmentDoc.definitions,
|
110511
|
+
...PageInfoFragmentDoc.definitions,
|
109870
110512
|
],
|
109871
110513
|
};
|
109872
110514
|
const Team_ProjectsDocument = {
|
@@ -109986,6 +110628,8 @@ const Team_ProjectsDocument = {
|
|
109986
110628
|
},
|
109987
110629
|
},
|
109988
110630
|
...ProjectConnectionFragmentDoc.definitions,
|
110631
|
+
...ProjectFragmentDoc.definitions,
|
110632
|
+
...PageInfoFragmentDoc.definitions,
|
109989
110633
|
],
|
109990
110634
|
};
|
109991
110635
|
const Team_StatesDocument = {
|
@@ -110105,6 +110749,8 @@ const Team_StatesDocument = {
|
|
110105
110749
|
},
|
110106
110750
|
},
|
110107
110751
|
...WorkflowStateConnectionFragmentDoc.definitions,
|
110752
|
+
...WorkflowStateFragmentDoc.definitions,
|
110753
|
+
...PageInfoFragmentDoc.definitions,
|
110108
110754
|
],
|
110109
110755
|
};
|
110110
110756
|
const Team_TemplatesDocument = {
|
@@ -110214,6 +110860,7 @@ const Team_TemplatesDocument = {
|
|
110214
110860
|
},
|
110215
110861
|
},
|
110216
110862
|
...TemplateConnectionFragmentDoc.definitions,
|
110863
|
+
...PageInfoFragmentDoc.definitions,
|
110217
110864
|
],
|
110218
110865
|
};
|
110219
110866
|
const Team_WebhooksDocument = {
|
@@ -110323,6 +110970,8 @@ const Team_WebhooksDocument = {
|
|
110323
110970
|
},
|
110324
110971
|
},
|
110325
110972
|
...WebhookConnectionFragmentDoc.definitions,
|
110973
|
+
...WebhookFragmentDoc.definitions,
|
110974
|
+
...PageInfoFragmentDoc.definitions,
|
110326
110975
|
],
|
110327
110976
|
};
|
110328
110977
|
const TeamMembershipDocument = {
|
@@ -110449,6 +111098,8 @@ const TeamMembershipsDocument = {
|
|
110449
111098
|
},
|
110450
111099
|
},
|
110451
111100
|
...TeamMembershipConnectionFragmentDoc.definitions,
|
111101
|
+
...TeamMembershipFragmentDoc.definitions,
|
111102
|
+
...PageInfoFragmentDoc.definitions,
|
110452
111103
|
],
|
110453
111104
|
};
|
110454
111105
|
const TeamsDocument = {
|
@@ -110547,6 +111198,8 @@ const TeamsDocument = {
|
|
110547
111198
|
},
|
110548
111199
|
},
|
110549
111200
|
...TeamConnectionFragmentDoc.definitions,
|
111201
|
+
...TeamFragmentDoc.definitions,
|
111202
|
+
...PageInfoFragmentDoc.definitions,
|
110550
111203
|
],
|
110551
111204
|
};
|
110552
111205
|
const TemplateDocument = {
|
@@ -110804,6 +111457,8 @@ const User_AssignedIssuesDocument = {
|
|
110804
111457
|
},
|
110805
111458
|
},
|
110806
111459
|
...IssueConnectionFragmentDoc.definitions,
|
111460
|
+
...IssueFragmentDoc.definitions,
|
111461
|
+
...PageInfoFragmentDoc.definitions,
|
110807
111462
|
],
|
110808
111463
|
};
|
110809
111464
|
const User_CreatedIssuesDocument = {
|
@@ -110923,6 +111578,8 @@ const User_CreatedIssuesDocument = {
|
|
110923
111578
|
},
|
110924
111579
|
},
|
110925
111580
|
...IssueConnectionFragmentDoc.definitions,
|
111581
|
+
...IssueFragmentDoc.definitions,
|
111582
|
+
...PageInfoFragmentDoc.definitions,
|
110926
111583
|
],
|
110927
111584
|
};
|
110928
111585
|
const User_TeamMembershipsDocument = {
|
@@ -111032,6 +111689,8 @@ const User_TeamMembershipsDocument = {
|
|
111032
111689
|
},
|
111033
111690
|
},
|
111034
111691
|
...TeamMembershipConnectionFragmentDoc.definitions,
|
111692
|
+
...TeamMembershipFragmentDoc.definitions,
|
111693
|
+
...PageInfoFragmentDoc.definitions,
|
111035
111694
|
],
|
111036
111695
|
};
|
111037
111696
|
const User_TeamsDocument = {
|
@@ -111151,6 +111810,8 @@ const User_TeamsDocument = {
|
|
111151
111810
|
},
|
111152
111811
|
},
|
111153
111812
|
...TeamConnectionFragmentDoc.definitions,
|
111813
|
+
...TeamFragmentDoc.definitions,
|
111814
|
+
...PageInfoFragmentDoc.definitions,
|
111154
111815
|
],
|
111155
111816
|
};
|
111156
111817
|
const UserSettingsDocument = {
|
@@ -111283,6 +111944,8 @@ const UsersDocument = {
|
|
111283
111944
|
},
|
111284
111945
|
},
|
111285
111946
|
...UserConnectionFragmentDoc.definitions,
|
111947
|
+
...UserFragmentDoc.definitions,
|
111948
|
+
...PageInfoFragmentDoc.definitions,
|
111286
111949
|
],
|
111287
111950
|
};
|
111288
111951
|
const ViewerDocument = {
|
@@ -111414,6 +112077,8 @@ const Viewer_AssignedIssuesDocument = {
|
|
111414
112077
|
},
|
111415
112078
|
},
|
111416
112079
|
...IssueConnectionFragmentDoc.definitions,
|
112080
|
+
...IssueFragmentDoc.definitions,
|
112081
|
+
...PageInfoFragmentDoc.definitions,
|
111417
112082
|
],
|
111418
112083
|
};
|
111419
112084
|
const Viewer_CreatedIssuesDocument = {
|
@@ -111521,6 +112186,8 @@ const Viewer_CreatedIssuesDocument = {
|
|
111521
112186
|
},
|
111522
112187
|
},
|
111523
112188
|
...IssueConnectionFragmentDoc.definitions,
|
112189
|
+
...IssueFragmentDoc.definitions,
|
112190
|
+
...PageInfoFragmentDoc.definitions,
|
111524
112191
|
],
|
111525
112192
|
};
|
111526
112193
|
const Viewer_TeamMembershipsDocument = {
|
@@ -111618,6 +112285,8 @@ const Viewer_TeamMembershipsDocument = {
|
|
111618
112285
|
},
|
111619
112286
|
},
|
111620
112287
|
...TeamMembershipConnectionFragmentDoc.definitions,
|
112288
|
+
...TeamMembershipFragmentDoc.definitions,
|
112289
|
+
...PageInfoFragmentDoc.definitions,
|
111621
112290
|
],
|
111622
112291
|
};
|
111623
112292
|
const Viewer_TeamsDocument = {
|
@@ -111725,6 +112394,8 @@ const Viewer_TeamsDocument = {
|
|
111725
112394
|
},
|
111726
112395
|
},
|
111727
112396
|
...TeamConnectionFragmentDoc.definitions,
|
112397
|
+
...TeamFragmentDoc.definitions,
|
112398
|
+
...PageInfoFragmentDoc.definitions,
|
111728
112399
|
],
|
111729
112400
|
};
|
111730
112401
|
const WebhookDocument = {
|
@@ -111851,6 +112522,8 @@ const WebhooksDocument = {
|
|
111851
112522
|
},
|
111852
112523
|
},
|
111853
112524
|
...WebhookConnectionFragmentDoc.definitions,
|
112525
|
+
...WebhookFragmentDoc.definitions,
|
112526
|
+
...PageInfoFragmentDoc.definitions,
|
111854
112527
|
],
|
111855
112528
|
};
|
111856
112529
|
const WorkflowStateDocument = {
|
@@ -112008,6 +112681,8 @@ const WorkflowState_IssuesDocument = {
|
|
112008
112681
|
},
|
112009
112682
|
},
|
112010
112683
|
...IssueConnectionFragmentDoc.definitions,
|
112684
|
+
...IssueFragmentDoc.definitions,
|
112685
|
+
...PageInfoFragmentDoc.definitions,
|
112011
112686
|
],
|
112012
112687
|
};
|
112013
112688
|
const WorkflowStatesDocument = {
|
@@ -112106,6 +112781,8 @@ const WorkflowStatesDocument = {
|
|
112106
112781
|
},
|
112107
112782
|
},
|
112108
112783
|
...WorkflowStateConnectionFragmentDoc.definitions,
|
112784
|
+
...WorkflowStateFragmentDoc.definitions,
|
112785
|
+
...PageInfoFragmentDoc.definitions,
|
112109
112786
|
],
|
112110
112787
|
};
|
112111
112788
|
|
@@ -112122,6 +112799,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112122
112799
|
get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
|
112123
112800
|
get PushSubscriptionType () { return PushSubscriptionType; },
|
112124
112801
|
get ReleaseChannel () { return ReleaseChannel; },
|
112802
|
+
get SlaDayCountType () { return SlaDayCountType; },
|
112125
112803
|
get SlaStatus () { return SlaStatus; },
|
112126
112804
|
get UserContextViewType () { return UserContextViewType; },
|
112127
112805
|
get UserFlagType () { return UserFlagType; },
|
@@ -112140,6 +112818,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112140
112818
|
CycleArchivePayloadFragmentDoc: CycleArchivePayloadFragmentDoc,
|
112141
112819
|
DeletePayloadFragmentDoc: DeletePayloadFragmentDoc,
|
112142
112820
|
IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
|
112821
|
+
ActorBotFragmentDoc: ActorBotFragmentDoc,
|
112143
112822
|
IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
|
112144
112823
|
OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
|
112145
112824
|
OauthClientApprovalNotificationFragmentDoc: OauthClientApprovalNotificationFragmentDoc,
|
@@ -112175,6 +112854,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112175
112854
|
PagerDutyScheduleMappingFragmentDoc: PagerDutyScheduleMappingFragmentDoc,
|
112176
112855
|
PagerDutySettingsFragmentDoc: PagerDutySettingsFragmentDoc,
|
112177
112856
|
SentrySettingsFragmentDoc: SentrySettingsFragmentDoc,
|
112857
|
+
SlackChannelNameMappingFragmentDoc: SlackChannelNameMappingFragmentDoc,
|
112858
|
+
SlackAsksSettingsFragmentDoc: SlackAsksSettingsFragmentDoc,
|
112178
112859
|
SlackPostSettingsFragmentDoc: SlackPostSettingsFragmentDoc,
|
112179
112860
|
ZendeskSettingsFragmentDoc: ZendeskSettingsFragmentDoc,
|
112180
112861
|
IntegrationSettingsFragmentDoc: IntegrationSettingsFragmentDoc,
|
@@ -112184,9 +112865,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112184
112865
|
PageInfoFragmentDoc: PageInfoFragmentDoc,
|
112185
112866
|
ApiKeyConnectionFragmentDoc: ApiKeyConnectionFragmentDoc,
|
112186
112867
|
ApiKeyPayloadFragmentDoc: ApiKeyPayloadFragmentDoc,
|
112868
|
+
AsksChannelConnectPayloadFragmentDoc: AsksChannelConnectPayloadFragmentDoc,
|
112187
112869
|
AttachmentFragmentDoc: AttachmentFragmentDoc,
|
112188
112870
|
AttachmentConnectionFragmentDoc: AttachmentConnectionFragmentDoc,
|
112189
112871
|
AttachmentPayloadFragmentDoc: AttachmentPayloadFragmentDoc,
|
112872
|
+
AttachmentSourcesPayloadFragmentDoc: AttachmentSourcesPayloadFragmentDoc,
|
112190
112873
|
AuditEntryFragmentDoc: AuditEntryFragmentDoc,
|
112191
112874
|
AuditEntryConnectionFragmentDoc: AuditEntryConnectionFragmentDoc,
|
112192
112875
|
AuditEntryTypeFragmentDoc: AuditEntryTypeFragmentDoc,
|
@@ -112392,6 +113075,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112392
113075
|
GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
|
112393
113076
|
ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
|
112394
113077
|
ImportFileUploadDocument: ImportFileUploadDocument,
|
113078
|
+
IntegrationAsksConnectChannelDocument: IntegrationAsksConnectChannelDocument,
|
112395
113079
|
DeleteIntegrationDocument: DeleteIntegrationDocument,
|
112396
113080
|
IntegrationDiscordDocument: IntegrationDiscordDocument,
|
112397
113081
|
IntegrationFigmaDocument: IntegrationFigmaDocument,
|
@@ -112552,6 +113236,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112552
113236
|
AuditEntryTypesDocument: AuditEntryTypesDocument,
|
112553
113237
|
AvailableUsersDocument: AvailableUsersDocument,
|
112554
113238
|
CommentDocument: CommentDocument,
|
113239
|
+
Comment_BotActorDocument: Comment_BotActorDocument,
|
112555
113240
|
Comment_ChildrenDocument: Comment_ChildrenDocument,
|
112556
113241
|
CommentsDocument: CommentsDocument,
|
112557
113242
|
CustomViewDocument: CustomViewDocument,
|
@@ -112812,6 +113497,24 @@ function parseJson(value) {
|
|
112812
113497
|
return undefined;
|
112813
113498
|
}
|
112814
113499
|
}
|
113500
|
+
/**
|
113501
|
+
* A bot actor is an actor that is not a user, but an application or integration.
|
113502
|
+
*
|
113503
|
+
* @param request - function to call the graphql client
|
113504
|
+
* @param data - L.ActorBotFragment response data
|
113505
|
+
*/
|
113506
|
+
class ActorBot extends Request {
|
113507
|
+
constructor(request, data) {
|
113508
|
+
var _a, _b, _c, _d;
|
113509
|
+
super(request);
|
113510
|
+
this.avatarUrl = (_a = data.avatarUrl) !== null && _a !== void 0 ? _a : undefined;
|
113511
|
+
this.id = data.id;
|
113512
|
+
this.name = (_b = data.name) !== null && _b !== void 0 ? _b : undefined;
|
113513
|
+
this.subType = (_c = data.subType) !== null && _c !== void 0 ? _c : undefined;
|
113514
|
+
this.type = data.type;
|
113515
|
+
this.userDisplayName = (_d = data.userDisplayName) !== null && _d !== void 0 ? _d : undefined;
|
113516
|
+
}
|
113517
|
+
}
|
112815
113518
|
/**
|
112816
113519
|
* An API key. Grants access to the user's resources.
|
112817
113520
|
*
|
@@ -112910,6 +113613,27 @@ class ArchiveResponse extends Request {
|
|
112910
113613
|
this.totalCount = data.totalCount;
|
112911
113614
|
}
|
112912
113615
|
}
|
113616
|
+
/**
|
113617
|
+
* AsksChannelConnectPayload model
|
113618
|
+
*
|
113619
|
+
* @param request - function to call the graphql client
|
113620
|
+
* @param data - L.AsksChannelConnectPayloadFragment response data
|
113621
|
+
*/
|
113622
|
+
class AsksChannelConnectPayload extends Request {
|
113623
|
+
constructor(request, data) {
|
113624
|
+
var _a;
|
113625
|
+
super(request);
|
113626
|
+
this.lastSyncId = data.lastSyncId;
|
113627
|
+
this.success = data.success;
|
113628
|
+
this.mapping = new SlackChannelNameMapping(request, data.mapping);
|
113629
|
+
this._integration = (_a = data.integration) !== null && _a !== void 0 ? _a : undefined;
|
113630
|
+
}
|
113631
|
+
/** The integration that was created or updated. */
|
113632
|
+
get integration() {
|
113633
|
+
var _a, _b;
|
113634
|
+
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;
|
113635
|
+
}
|
113636
|
+
}
|
112913
113637
|
/**
|
112914
113638
|
* Issue attachment (e.g. support ticket, pull request).
|
112915
113639
|
*
|
@@ -113010,6 +113734,19 @@ class AttachmentPayload extends Request {
|
|
113010
113734
|
return new AttachmentQuery(this._request).fetch(this._attachment.id);
|
113011
113735
|
}
|
113012
113736
|
}
|
113737
|
+
/**
|
113738
|
+
* AttachmentSourcesPayload model
|
113739
|
+
*
|
113740
|
+
* @param request - function to call the graphql client
|
113741
|
+
* @param data - L.AttachmentSourcesPayloadFragment response data
|
113742
|
+
*/
|
113743
|
+
class AttachmentSourcesPayload extends Request {
|
113744
|
+
constructor(request, data) {
|
113745
|
+
var _a;
|
113746
|
+
super(request);
|
113747
|
+
this.sources = (_a = parseJson(data.sources)) !== null && _a !== void 0 ? _a : {};
|
113748
|
+
}
|
113749
|
+
}
|
113013
113750
|
/**
|
113014
113751
|
* Workspace audit log entry object.
|
113015
113752
|
*
|
@@ -113107,6 +113844,7 @@ class Comment extends Request {
|
|
113107
113844
|
this.reactionData = (_d = parseJson(data.reactionData)) !== null && _d !== void 0 ? _d : {};
|
113108
113845
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
113109
113846
|
this.url = data.url;
|
113847
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
113110
113848
|
this._issue = data.issue;
|
113111
113849
|
this._parent = (_f = data.parent) !== null && _f !== void 0 ? _f : undefined;
|
113112
113850
|
this._user = (_g = data.user) !== null && _g !== void 0 ? _g : undefined;
|
@@ -113278,6 +114016,7 @@ class CustomView extends Request {
|
|
113278
114016
|
this.shared = data.shared;
|
113279
114017
|
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
113280
114018
|
this._creator = data.creator;
|
114019
|
+
this._owner = data.owner;
|
113281
114020
|
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
113282
114021
|
}
|
113283
114022
|
/** The user who created the custom view. */
|
@@ -113288,6 +114027,10 @@ class CustomView extends Request {
|
|
113288
114027
|
get organization() {
|
113289
114028
|
return new OrganizationQuery(this._request).fetch();
|
113290
114029
|
}
|
114030
|
+
/** The user who owns the custom view. */
|
114031
|
+
get owner() {
|
114032
|
+
return new UserQuery(this._request).fetch(this._owner.id);
|
114033
|
+
}
|
113291
114034
|
/** The team associated with the custom view. */
|
113292
114035
|
get team() {
|
113293
114036
|
var _a, _b;
|
@@ -113328,6 +114071,7 @@ class CustomViewNotificationSubscription extends Request {
|
|
113328
114071
|
constructor(request, data) {
|
113329
114072
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
113330
114073
|
super(request);
|
114074
|
+
this.active = data.active;
|
113331
114075
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
113332
114076
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
113333
114077
|
this.id = data.id;
|
@@ -113504,6 +114248,7 @@ class CycleNotificationSubscription extends Request {
|
|
113504
114248
|
constructor(request, data) {
|
113505
114249
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
113506
114250
|
super(request);
|
114251
|
+
this.active = data.active;
|
113507
114252
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
113508
114253
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
113509
114254
|
this.id = data.id;
|
@@ -113654,21 +114399,28 @@ class DocumentConnection extends Connection {
|
|
113654
114399
|
*/
|
113655
114400
|
class DocumentContent extends Request {
|
113656
114401
|
constructor(request, data) {
|
113657
|
-
var _a, _b, _c, _d, _e, _f;
|
114402
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
113658
114403
|
super(request);
|
113659
114404
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
113660
114405
|
this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
|
113661
114406
|
this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
|
113662
|
-
this.
|
114407
|
+
this.contentState = (_d = parseJson(data.contentState)) !== null && _d !== void 0 ? _d : undefined;
|
114408
|
+
this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
|
113663
114409
|
this.id = data.id;
|
113664
|
-
this.updatedAt = (
|
113665
|
-
this._issue = (
|
114410
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
114411
|
+
this._issue = (_g = data.issue) !== null && _g !== void 0 ? _g : undefined;
|
114412
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
113666
114413
|
}
|
113667
114414
|
/** The issue that the document is associated with. */
|
113668
114415
|
get issue() {
|
113669
114416
|
var _a, _b;
|
113670
114417
|
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;
|
113671
114418
|
}
|
114419
|
+
/** The project that the document is associated with. */
|
114420
|
+
get project() {
|
114421
|
+
var _a, _b;
|
114422
|
+
return ((_a = this._project) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._project) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
114423
|
+
}
|
113672
114424
|
}
|
113673
114425
|
/**
|
113674
114426
|
* DocumentPayload model
|
@@ -114071,18 +114823,17 @@ class FigmaEmbedPayload extends Request {
|
|
114071
114823
|
*/
|
114072
114824
|
class FirstResponderSchedule extends Request {
|
114073
114825
|
constructor(request, data) {
|
114074
|
-
var _a, _b, _c, _d
|
114826
|
+
var _a, _b, _c, _d;
|
114075
114827
|
super(request);
|
114076
114828
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
114077
114829
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
114078
114830
|
this.id = data.id;
|
114079
|
-
this.
|
114080
|
-
this.
|
114081
|
-
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
114831
|
+
this.scheduleData = (_c = parseJson(data.scheduleData)) !== null && _c !== void 0 ? _c : undefined;
|
114832
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
114082
114833
|
this._integration = data.integration;
|
114083
114834
|
this._team = data.team;
|
114084
114835
|
}
|
114085
|
-
/** The integration used for scheduling. */
|
114836
|
+
/** The integration used for time scheduling. */
|
114086
114837
|
get integration() {
|
114087
114838
|
return new IntegrationQuery(this._request).fetch(this._integration.id);
|
114088
114839
|
}
|
@@ -114162,9 +114913,11 @@ class GitHubCommitIntegrationPayload extends Request {
|
|
114162
114913
|
*/
|
114163
114914
|
class GitHubSettings extends Request {
|
114164
114915
|
constructor(request, data) {
|
114916
|
+
var _a;
|
114165
114917
|
super(request);
|
114166
114918
|
this.orgAvatarUrl = data.orgAvatarUrl;
|
114167
114919
|
this.orgLogin = data.orgLogin;
|
114920
|
+
this.repositories = (_a = data.repositories) !== null && _a !== void 0 ? _a : undefined;
|
114168
114921
|
}
|
114169
114922
|
}
|
114170
114923
|
/**
|
@@ -114339,6 +115092,7 @@ class IntegrationSettings extends Request {
|
|
114339
115092
|
this.notion = data.notion ? new NotionSettings(request, data.notion) : undefined;
|
114340
115093
|
this.pagerDuty = data.pagerDuty ? new PagerDutySettings(request, data.pagerDuty) : undefined;
|
114341
115094
|
this.sentry = data.sentry ? new SentrySettings(request, data.sentry) : undefined;
|
115095
|
+
this.slackAsks = data.slackAsks ? new SlackAsksSettings(request, data.slackAsks) : undefined;
|
114342
115096
|
this.slackOrgProjectUpdatesPost = data.slackOrgProjectUpdatesPost
|
114343
115097
|
? new SlackPostSettings(request, data.slackOrgProjectUpdatesPost)
|
114344
115098
|
: undefined;
|
@@ -114355,12 +115109,13 @@ class IntegrationSettings extends Request {
|
|
114355
115109
|
*/
|
114356
115110
|
class IntegrationTemplate extends Request {
|
114357
115111
|
constructor(request, data) {
|
114358
|
-
var _a, _b, _c;
|
115112
|
+
var _a, _b, _c, _d;
|
114359
115113
|
super(request);
|
114360
115114
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
114361
115115
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115116
|
+
this.foreignEntityId = (_c = data.foreignEntityId) !== null && _c !== void 0 ? _c : undefined;
|
114362
115117
|
this.id = data.id;
|
114363
|
-
this.updatedAt = (
|
115118
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
114364
115119
|
this._integration = data.integration;
|
114365
115120
|
this._template = data.template;
|
114366
115121
|
}
|
@@ -114759,6 +115514,7 @@ class IssueHistory extends Request {
|
|
114759
115514
|
this.trashed = (_6 = data.trashed) !== null && _6 !== void 0 ? _6 : undefined;
|
114760
115515
|
this.updatedAt = (_7 = parseDate(data.updatedAt)) !== null && _7 !== void 0 ? _7 : new Date();
|
114761
115516
|
this.updatedDescription = (_8 = data.updatedDescription) !== null && _8 !== void 0 ? _8 : undefined;
|
115517
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
114762
115518
|
this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
|
114763
115519
|
this.relationChanges = data.relationChanges
|
114764
115520
|
? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
|
@@ -114962,6 +115718,7 @@ class IssueLabel extends Request {
|
|
114962
115718
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
114963
115719
|
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
114964
115720
|
this.id = data.id;
|
115721
|
+
this.isGroup = data.isGroup;
|
114965
115722
|
this.name = data.name;
|
114966
115723
|
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
114967
115724
|
this._creator = (_e = data.creator) !== null && _e !== void 0 ? _e : undefined;
|
@@ -115057,6 +115814,7 @@ class IssueNotification extends Request {
|
|
115057
115814
|
this.type = data.type;
|
115058
115815
|
this.unsnoozedAt = (_g = parseDate(data.unsnoozedAt)) !== null && _g !== void 0 ? _g : undefined;
|
115059
115816
|
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
115817
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
115060
115818
|
this._actor = (_j = data.actor) !== null && _j !== void 0 ? _j : undefined;
|
115061
115819
|
this._comment = (_k = data.comment) !== null && _k !== void 0 ? _k : undefined;
|
115062
115820
|
this._issue = data.issue;
|
@@ -115381,6 +116139,7 @@ class LabelNotificationSubscription extends Request {
|
|
115381
116139
|
constructor(request, data) {
|
115382
116140
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
115383
116141
|
super(request);
|
116142
|
+
this.active = data.active;
|
115384
116143
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115385
116144
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115386
116145
|
this.id = data.id;
|
@@ -115471,6 +116230,7 @@ class Notification extends Request {
|
|
115471
116230
|
this.type = data.type;
|
115472
116231
|
this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
|
115473
116232
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
116233
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
115474
116234
|
this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
|
115475
116235
|
this._user = data.user;
|
115476
116236
|
}
|
@@ -115569,6 +116329,7 @@ class NotificationSubscription extends Request {
|
|
115569
116329
|
constructor(request, data) {
|
115570
116330
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
115571
116331
|
super(request);
|
116332
|
+
this.active = data.active;
|
115572
116333
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115573
116334
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115574
116335
|
this.id = data.id;
|
@@ -115761,6 +116522,7 @@ class OauthClientApprovalNotification extends Request {
|
|
115761
116522
|
this.type = data.type;
|
115762
116523
|
this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
|
115763
116524
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
116525
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
115764
116526
|
this.oauthClientApproval = new OauthClientApproval(request, data.oauthClientApproval);
|
115765
116527
|
this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
|
115766
116528
|
this._user = data.user;
|
@@ -115924,7 +116686,7 @@ class OrganizationExistsPayload extends Request {
|
|
115924
116686
|
*/
|
115925
116687
|
class OrganizationInvite extends Request {
|
115926
116688
|
constructor(request, data) {
|
115927
|
-
var _a, _b, _c, _d, _e, _f;
|
116689
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
115928
116690
|
super(request);
|
115929
116691
|
this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115930
116692
|
this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -115933,8 +116695,9 @@ class OrganizationInvite extends Request {
|
|
115933
116695
|
this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
|
115934
116696
|
this.external = data.external;
|
115935
116697
|
this.id = data.id;
|
115936
|
-
this.
|
115937
|
-
this.
|
116698
|
+
this.metadata = (_e = parseJson(data.metadata)) !== null && _e !== void 0 ? _e : {};
|
116699
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
116700
|
+
this._invitee = (_g = data.invitee) !== null && _g !== void 0 ? _g : undefined;
|
115938
116701
|
this._inviter = data.inviter;
|
115939
116702
|
}
|
115940
116703
|
/** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
|
@@ -116124,7 +116887,7 @@ class PaidSubscription extends Request {
|
|
116124
116887
|
*/
|
116125
116888
|
class Project extends Request {
|
116126
116889
|
constructor(request, data) {
|
116127
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
116890
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
116128
116891
|
super(request);
|
116129
116892
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116130
116893
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -116133,15 +116896,16 @@ class Project extends Request {
|
|
116133
116896
|
this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
|
116134
116897
|
this.completedIssueCountHistory = data.completedIssueCountHistory;
|
116135
116898
|
this.completedScopeHistory = data.completedScopeHistory;
|
116136
|
-
this.
|
116899
|
+
this.content = (_e = data.content) !== null && _e !== void 0 ? _e : undefined;
|
116900
|
+
this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
|
116137
116901
|
this.description = data.description;
|
116138
|
-
this.icon = (
|
116902
|
+
this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
|
116139
116903
|
this.id = data.id;
|
116140
116904
|
this.inProgressScopeHistory = data.inProgressScopeHistory;
|
116141
116905
|
this.issueCountHistory = data.issueCountHistory;
|
116142
116906
|
this.name = data.name;
|
116143
116907
|
this.progress = data.progress;
|
116144
|
-
this.projectUpdateRemindersPausedUntilAt = (
|
116908
|
+
this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
|
116145
116909
|
this.scope = data.scope;
|
116146
116910
|
this.scopeHistory = data.scopeHistory;
|
116147
116911
|
this.slackIssueComments = data.slackIssueComments;
|
@@ -116149,16 +116913,17 @@ class Project extends Request {
|
|
116149
116913
|
this.slackNewIssue = data.slackNewIssue;
|
116150
116914
|
this.slugId = data.slugId;
|
116151
116915
|
this.sortOrder = data.sortOrder;
|
116152
|
-
this.startDate = (
|
116153
|
-
this.startedAt = (
|
116916
|
+
this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
|
116917
|
+
this.startedAt = (_k = parseDate(data.startedAt)) !== null && _k !== void 0 ? _k : undefined;
|
116154
116918
|
this.state = data.state;
|
116155
|
-
this.targetDate = (
|
116156
|
-
this.
|
116919
|
+
this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
|
116920
|
+
this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
|
116921
|
+
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
116157
116922
|
this.url = data.url;
|
116158
|
-
this._convertedFromIssue = (
|
116923
|
+
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
116159
116924
|
this._creator = data.creator;
|
116160
|
-
this._integrationsSettings = (
|
116161
|
-
this._lead = (
|
116925
|
+
this._integrationsSettings = (_q = data.integrationsSettings) !== null && _q !== void 0 ? _q : undefined;
|
116926
|
+
this._lead = (_r = data.lead) !== null && _r !== void 0 ? _r : undefined;
|
116162
116927
|
}
|
116163
116928
|
/** The project was created based on this issue. */
|
116164
116929
|
get convertedFromIssue() {
|
@@ -116210,14 +116975,14 @@ class Project extends Request {
|
|
116210
116975
|
return new Project_TeamsQuery(this._request, this.id, variables).fetch(variables);
|
116211
116976
|
}
|
116212
116977
|
/** Archives a project. */
|
116213
|
-
archive() {
|
116214
|
-
return new ArchiveProjectMutation(this._request).fetch(this.id);
|
116978
|
+
archive(variables) {
|
116979
|
+
return new ArchiveProjectMutation(this._request).fetch(this.id, variables);
|
116215
116980
|
}
|
116216
116981
|
/** Creates a new project. */
|
116217
116982
|
create(input) {
|
116218
116983
|
return new CreateProjectMutation(this._request).fetch(input);
|
116219
116984
|
}
|
116220
|
-
/** Deletes a project.
|
116985
|
+
/** Deletes (trashes) a project. */
|
116221
116986
|
delete() {
|
116222
116987
|
return new DeleteProjectMutation(this._request).fetch(this.id);
|
116223
116988
|
}
|
@@ -116431,6 +117196,7 @@ class ProjectNotification extends Request {
|
|
116431
117196
|
this.type = data.type;
|
116432
117197
|
this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
|
116433
117198
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
117199
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
116434
117200
|
this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
|
116435
117201
|
this._project = data.project;
|
116436
117202
|
this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
|
@@ -116465,6 +117231,7 @@ class ProjectNotificationSubscription extends Request {
|
|
116465
117231
|
constructor(request, data) {
|
116466
117232
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
116467
117233
|
super(request);
|
117234
|
+
this.active = data.active;
|
116468
117235
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116469
117236
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
116470
117237
|
this.id = data.id;
|
@@ -116555,7 +117322,7 @@ class ProjectSearchPayload extends Request {
|
|
116555
117322
|
*/
|
116556
117323
|
class ProjectSearchResult extends Request {
|
116557
117324
|
constructor(request, data) {
|
116558
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
117325
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
|
116559
117326
|
super(request);
|
116560
117327
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116561
117328
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -116564,16 +117331,17 @@ class ProjectSearchResult extends Request {
|
|
116564
117331
|
this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
|
116565
117332
|
this.completedIssueCountHistory = data.completedIssueCountHistory;
|
116566
117333
|
this.completedScopeHistory = data.completedScopeHistory;
|
116567
|
-
this.
|
117334
|
+
this.content = (_e = data.content) !== null && _e !== void 0 ? _e : undefined;
|
117335
|
+
this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
|
116568
117336
|
this.description = data.description;
|
116569
|
-
this.icon = (
|
117337
|
+
this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
|
116570
117338
|
this.id = data.id;
|
116571
117339
|
this.inProgressScopeHistory = data.inProgressScopeHistory;
|
116572
117340
|
this.issueCountHistory = data.issueCountHistory;
|
116573
|
-
this.metadata = (
|
117341
|
+
this.metadata = (_h = parseJson(data.metadata)) !== null && _h !== void 0 ? _h : {};
|
116574
117342
|
this.name = data.name;
|
116575
117343
|
this.progress = data.progress;
|
116576
|
-
this.projectUpdateRemindersPausedUntilAt = (
|
117344
|
+
this.projectUpdateRemindersPausedUntilAt = (_j = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _j !== void 0 ? _j : undefined;
|
116577
117345
|
this.scope = data.scope;
|
116578
117346
|
this.scopeHistory = data.scopeHistory;
|
116579
117347
|
this.slackIssueComments = data.slackIssueComments;
|
@@ -116581,16 +117349,17 @@ class ProjectSearchResult extends Request {
|
|
116581
117349
|
this.slackNewIssue = data.slackNewIssue;
|
116582
117350
|
this.slugId = data.slugId;
|
116583
117351
|
this.sortOrder = data.sortOrder;
|
116584
|
-
this.startDate = (
|
116585
|
-
this.startedAt = (
|
117352
|
+
this.startDate = (_k = data.startDate) !== null && _k !== void 0 ? _k : undefined;
|
117353
|
+
this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
|
116586
117354
|
this.state = data.state;
|
116587
|
-
this.targetDate = (
|
116588
|
-
this.
|
117355
|
+
this.targetDate = (_m = data.targetDate) !== null && _m !== void 0 ? _m : undefined;
|
117356
|
+
this.trashed = (_o = data.trashed) !== null && _o !== void 0 ? _o : undefined;
|
117357
|
+
this.updatedAt = (_p = parseDate(data.updatedAt)) !== null && _p !== void 0 ? _p : new Date();
|
116589
117358
|
this.url = data.url;
|
116590
|
-
this._convertedFromIssue = (
|
117359
|
+
this._convertedFromIssue = (_q = data.convertedFromIssue) !== null && _q !== void 0 ? _q : undefined;
|
116591
117360
|
this._creator = data.creator;
|
116592
|
-
this._integrationsSettings = (
|
116593
|
-
this._lead = (
|
117361
|
+
this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
|
117362
|
+
this._lead = (_s = data.lead) !== null && _s !== void 0 ? _s : undefined;
|
116594
117363
|
}
|
116595
117364
|
/** The project was created based on this issue. */
|
116596
117365
|
get convertedFromIssue() {
|
@@ -116634,14 +117403,15 @@ class ProjectSearchResultConnection extends Connection {
|
|
116634
117403
|
*/
|
116635
117404
|
class ProjectUpdate extends Request {
|
116636
117405
|
constructor(request, data) {
|
116637
|
-
var _a, _b, _c, _d;
|
117406
|
+
var _a, _b, _c, _d, _e;
|
116638
117407
|
super(request);
|
116639
117408
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116640
117409
|
this.body = data.body;
|
116641
117410
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
116642
|
-
this.
|
117411
|
+
this.diff = (_c = parseJson(data.diff)) !== null && _c !== void 0 ? _c : undefined;
|
117412
|
+
this.editedAt = (_d = parseDate(data.editedAt)) !== null && _d !== void 0 ? _d : undefined;
|
116643
117413
|
this.id = data.id;
|
116644
|
-
this.updatedAt = (
|
117414
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
116645
117415
|
this.url = data.url;
|
116646
117416
|
this._project = data.project;
|
116647
117417
|
this._user = data.user;
|
@@ -117154,6 +117924,35 @@ class SentrySettings extends Request {
|
|
117154
117924
|
this.organizationSlug = data.organizationSlug;
|
117155
117925
|
}
|
117156
117926
|
}
|
117927
|
+
/**
|
117928
|
+
* Slack Asks specific settings.
|
117929
|
+
*
|
117930
|
+
* @param request - function to call the graphql client
|
117931
|
+
* @param data - L.SlackAsksSettingsFragment response data
|
117932
|
+
*/
|
117933
|
+
class SlackAsksSettings extends Request {
|
117934
|
+
constructor(request, data) {
|
117935
|
+
super(request);
|
117936
|
+
this.slackChannelMapping = data.slackChannelMapping
|
117937
|
+
? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
|
117938
|
+
: undefined;
|
117939
|
+
}
|
117940
|
+
}
|
117941
|
+
/**
|
117942
|
+
* Tuple for mapping Slack channel IDs to names
|
117943
|
+
*
|
117944
|
+
* @param request - function to call the graphql client
|
117945
|
+
* @param data - L.SlackChannelNameMappingFragment response data
|
117946
|
+
*/
|
117947
|
+
class SlackChannelNameMapping extends Request {
|
117948
|
+
constructor(request, data) {
|
117949
|
+
var _a;
|
117950
|
+
super(request);
|
117951
|
+
this.id = data.id;
|
117952
|
+
this.isPrivate = (_a = data.isPrivate) !== null && _a !== void 0 ? _a : undefined;
|
117953
|
+
this.name = data.name;
|
117954
|
+
}
|
117955
|
+
}
|
117157
117956
|
/**
|
117158
117957
|
* Slack notification specific settings.
|
117159
117958
|
*
|
@@ -117219,7 +118018,7 @@ class SynchronizedPayload extends Request {
|
|
117219
118018
|
*/
|
117220
118019
|
class Team extends Request {
|
117221
118020
|
constructor(request, data) {
|
117222
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
|
118021
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
|
117223
118022
|
super(request);
|
117224
118023
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117225
118024
|
this.autoArchivePeriod = data.autoArchivePeriod;
|
@@ -117268,9 +118067,10 @@ class Team extends Request {
|
|
117268
118067
|
this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
|
117269
118068
|
this._markedAsDuplicateWorkflowState = (_s = data.markedAsDuplicateWorkflowState) !== null && _s !== void 0 ? _s : undefined;
|
117270
118069
|
this._mergeWorkflowState = (_t = data.mergeWorkflowState) !== null && _t !== void 0 ? _t : undefined;
|
117271
|
-
this.
|
117272
|
-
this.
|
117273
|
-
this.
|
118070
|
+
this._mergeableWorkflowState = (_u = data.mergeableWorkflowState) !== null && _u !== void 0 ? _u : undefined;
|
118071
|
+
this._reviewWorkflowState = (_v = data.reviewWorkflowState) !== null && _v !== void 0 ? _v : undefined;
|
118072
|
+
this._startWorkflowState = (_w = data.startWorkflowState) !== null && _w !== void 0 ? _w : undefined;
|
118073
|
+
this._triageIssueState = (_x = data.triageIssueState) !== null && _x !== void 0 ? _x : undefined;
|
117274
118074
|
}
|
117275
118075
|
/** Team's currently active cycle. */
|
117276
118076
|
get activeCycle() {
|
@@ -117326,6 +118126,13 @@ class Team extends Request {
|
|
117326
118126
|
? new WorkflowStateQuery(this._request).fetch((_b = this._mergeWorkflowState) === null || _b === void 0 ? void 0 : _b.id)
|
117327
118127
|
: undefined;
|
117328
118128
|
}
|
118129
|
+
/** The workflow state into which issues are moved when a PR is ready to be merged. */
|
118130
|
+
get mergeableWorkflowState() {
|
118131
|
+
var _a, _b;
|
118132
|
+
return ((_a = this._mergeableWorkflowState) === null || _a === void 0 ? void 0 : _a.id)
|
118133
|
+
? new WorkflowStateQuery(this._request).fetch((_b = this._mergeableWorkflowState) === null || _b === void 0 ? void 0 : _b.id)
|
118134
|
+
: undefined;
|
118135
|
+
}
|
117329
118136
|
/** The organization that the team is associated with. */
|
117330
118137
|
get organization() {
|
117331
118138
|
return new OrganizationQuery(this._request).fetch();
|
@@ -117496,6 +118303,7 @@ class TeamNotificationSubscription extends Request {
|
|
117496
118303
|
constructor(request, data) {
|
117497
118304
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
117498
118305
|
super(request);
|
118306
|
+
this.active = data.active;
|
117499
118307
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117500
118308
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
117501
118309
|
this.id = data.id;
|
@@ -117840,6 +118648,7 @@ class UserNotificationSubscription extends Request {
|
|
117840
118648
|
constructor(request, data) {
|
117841
118649
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
117842
118650
|
super(request);
|
118651
|
+
this.active = data.active;
|
117843
118652
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117844
118653
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
117845
118654
|
this.id = data.id;
|
@@ -118499,16 +119308,15 @@ class AttachmentLinkDiscordMutation extends Request {
|
|
118499
119308
|
* @param issueId - required issueId to pass to attachmentLinkDiscord
|
118500
119309
|
* @param messageId - required messageId to pass to attachmentLinkDiscord
|
118501
119310
|
* @param url - required url to pass to attachmentLinkDiscord
|
119311
|
+
* @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
|
118502
119312
|
* @returns parsed response from AttachmentLinkDiscordMutation
|
118503
119313
|
*/
|
118504
|
-
fetch(channelId, issueId, messageId, url) {
|
119314
|
+
fetch(channelId, issueId, messageId, url, variables) {
|
118505
119315
|
return __awaiter(this, void 0, void 0, function* () {
|
118506
|
-
const response = yield this._request(AttachmentLinkDiscordDocument, {
|
118507
|
-
channelId,
|
119316
|
+
const response = yield this._request(AttachmentLinkDiscordDocument, Object.assign({ channelId,
|
118508
119317
|
issueId,
|
118509
119318
|
messageId,
|
118510
|
-
url,
|
118511
|
-
});
|
119319
|
+
url }, variables));
|
118512
119320
|
const data = response.attachmentLinkDiscord;
|
118513
119321
|
return new AttachmentPayload(this._request, data);
|
118514
119322
|
});
|
@@ -118528,14 +119336,13 @@ class AttachmentLinkFrontMutation extends Request {
|
|
118528
119336
|
*
|
118529
119337
|
* @param conversationId - required conversationId to pass to attachmentLinkFront
|
118530
119338
|
* @param issueId - required issueId to pass to attachmentLinkFront
|
119339
|
+
* @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
|
118531
119340
|
* @returns parsed response from AttachmentLinkFrontMutation
|
118532
119341
|
*/
|
118533
|
-
fetch(conversationId, issueId) {
|
119342
|
+
fetch(conversationId, issueId, variables) {
|
118534
119343
|
return __awaiter(this, void 0, void 0, function* () {
|
118535
|
-
const response = yield this._request(AttachmentLinkFrontDocument, {
|
118536
|
-
|
118537
|
-
issueId,
|
118538
|
-
});
|
119344
|
+
const response = yield this._request(AttachmentLinkFrontDocument, Object.assign({ conversationId,
|
119345
|
+
issueId }, variables));
|
118539
119346
|
const data = response.attachmentLinkFront;
|
118540
119347
|
return new FrontAttachmentPayload(this._request, data);
|
118541
119348
|
});
|
@@ -118555,14 +119362,13 @@ class AttachmentLinkIntercomMutation extends Request {
|
|
118555
119362
|
*
|
118556
119363
|
* @param conversationId - required conversationId to pass to attachmentLinkIntercom
|
118557
119364
|
* @param issueId - required issueId to pass to attachmentLinkIntercom
|
119365
|
+
* @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
|
118558
119366
|
* @returns parsed response from AttachmentLinkIntercomMutation
|
118559
119367
|
*/
|
118560
|
-
fetch(conversationId, issueId) {
|
119368
|
+
fetch(conversationId, issueId, variables) {
|
118561
119369
|
return __awaiter(this, void 0, void 0, function* () {
|
118562
|
-
const response = yield this._request(AttachmentLinkIntercomDocument, {
|
118563
|
-
|
118564
|
-
issueId,
|
118565
|
-
});
|
119370
|
+
const response = yield this._request(AttachmentLinkIntercomDocument, Object.assign({ conversationId,
|
119371
|
+
issueId }, variables));
|
118566
119372
|
const data = response.attachmentLinkIntercom;
|
118567
119373
|
return new AttachmentPayload(this._request, data);
|
118568
119374
|
});
|
@@ -118665,14 +119471,13 @@ class AttachmentLinkZendeskMutation extends Request {
|
|
118665
119471
|
*
|
118666
119472
|
* @param issueId - required issueId to pass to attachmentLinkZendesk
|
118667
119473
|
* @param ticketId - required ticketId to pass to attachmentLinkZendesk
|
119474
|
+
* @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
|
118668
119475
|
* @returns parsed response from AttachmentLinkZendeskMutation
|
118669
119476
|
*/
|
118670
|
-
fetch(issueId, ticketId) {
|
119477
|
+
fetch(issueId, ticketId, variables) {
|
118671
119478
|
return __awaiter(this, void 0, void 0, function* () {
|
118672
|
-
const response = yield this._request(AttachmentLinkZendeskDocument, {
|
118673
|
-
|
118674
|
-
ticketId,
|
118675
|
-
});
|
119479
|
+
const response = yield this._request(AttachmentLinkZendeskDocument, Object.assign({ issueId,
|
119480
|
+
ticketId }, variables));
|
118676
119481
|
const data = response.attachmentLinkZendesk;
|
118677
119482
|
return new AttachmentPayload(this._request, data);
|
118678
119483
|
});
|
@@ -119418,6 +120223,33 @@ class ImportFileUploadMutation extends Request {
|
|
119418
120223
|
});
|
119419
120224
|
}
|
119420
120225
|
}
|
120226
|
+
/**
|
120227
|
+
* A fetchable IntegrationAsksConnectChannel Mutation
|
120228
|
+
*
|
120229
|
+
* @param request - function to call the graphql client
|
120230
|
+
*/
|
120231
|
+
class IntegrationAsksConnectChannelMutation extends Request {
|
120232
|
+
constructor(request) {
|
120233
|
+
super(request);
|
120234
|
+
}
|
120235
|
+
/**
|
120236
|
+
* Call the IntegrationAsksConnectChannel mutation and return a AsksChannelConnectPayload
|
120237
|
+
*
|
120238
|
+
* @param code - required code to pass to integrationAsksConnectChannel
|
120239
|
+
* @param redirectUri - required redirectUri to pass to integrationAsksConnectChannel
|
120240
|
+
* @returns parsed response from IntegrationAsksConnectChannelMutation
|
120241
|
+
*/
|
120242
|
+
fetch(code, redirectUri) {
|
120243
|
+
return __awaiter(this, void 0, void 0, function* () {
|
120244
|
+
const response = yield this._request(IntegrationAsksConnectChannelDocument, {
|
120245
|
+
code,
|
120246
|
+
redirectUri,
|
120247
|
+
});
|
120248
|
+
const data = response.integrationAsksConnectChannel;
|
120249
|
+
return new AsksChannelConnectPayload(this._request, data);
|
120250
|
+
});
|
120251
|
+
}
|
120252
|
+
}
|
119421
120253
|
/**
|
119422
120254
|
* A fetchable DeleteIntegration Mutation
|
119423
120255
|
*
|
@@ -121259,13 +122091,12 @@ class ArchiveProjectMutation extends Request {
|
|
121259
122091
|
* Call the ArchiveProject mutation and return a ProjectArchivePayload
|
121260
122092
|
*
|
121261
122093
|
* @param id - required id to pass to archiveProject
|
122094
|
+
* @param variables - variables without 'id' to pass into the ArchiveProjectMutation
|
121262
122095
|
* @returns parsed response from ArchiveProjectMutation
|
121263
122096
|
*/
|
121264
|
-
fetch(id) {
|
122097
|
+
fetch(id, variables) {
|
121265
122098
|
return __awaiter(this, void 0, void 0, function* () {
|
121266
|
-
const response = yield this._request(ArchiveProjectDocument, {
|
121267
|
-
id,
|
121268
|
-
});
|
122099
|
+
const response = yield this._request(ArchiveProjectDocument, Object.assign({ id }, variables));
|
121269
122100
|
const data = response.projectArchive;
|
121270
122101
|
return new ProjectArchivePayload(this._request, data);
|
121271
122102
|
});
|
@@ -121306,7 +122137,7 @@ class DeleteProjectMutation extends Request {
|
|
121306
122137
|
super(request);
|
121307
122138
|
}
|
121308
122139
|
/**
|
121309
|
-
* Call the DeleteProject mutation and return a
|
122140
|
+
* Call the DeleteProject mutation and return a ProjectArchivePayload
|
121310
122141
|
*
|
121311
122142
|
* @param id - required id to pass to deleteProject
|
121312
122143
|
* @returns parsed response from DeleteProjectMutation
|
@@ -121317,7 +122148,7 @@ class DeleteProjectMutation extends Request {
|
|
121317
122148
|
id,
|
121318
122149
|
});
|
121319
122150
|
const data = response.projectDelete;
|
121320
|
-
return new
|
122151
|
+
return new ProjectArchivePayload(this._request, data);
|
121321
122152
|
});
|
121322
122153
|
}
|
121323
122154
|
}
|
@@ -125280,6 +126111,32 @@ class AttachmentIssue_SubscribersQuery extends Request {
|
|
125280
126111
|
});
|
125281
126112
|
}
|
125282
126113
|
}
|
126114
|
+
/**
|
126115
|
+
* A fetchable Comment_BotActor Query
|
126116
|
+
*
|
126117
|
+
* @param request - function to call the graphql client
|
126118
|
+
* @param id - required id to pass to comment
|
126119
|
+
*/
|
126120
|
+
class Comment_BotActorQuery extends Request {
|
126121
|
+
constructor(request, id) {
|
126122
|
+
super(request);
|
126123
|
+
this._id = id;
|
126124
|
+
}
|
126125
|
+
/**
|
126126
|
+
* Call the Comment_BotActor query and return a ActorBot
|
126127
|
+
*
|
126128
|
+
* @returns parsed response from Comment_BotActorQuery
|
126129
|
+
*/
|
126130
|
+
fetch() {
|
126131
|
+
return __awaiter(this, void 0, void 0, function* () {
|
126132
|
+
const response = yield this._request(Comment_BotActorDocument, {
|
126133
|
+
id: this._id,
|
126134
|
+
});
|
126135
|
+
const data = response.comment.botActor;
|
126136
|
+
return data ? new ActorBot(this._request, data) : undefined;
|
126137
|
+
});
|
126138
|
+
}
|
126139
|
+
}
|
125283
126140
|
/**
|
125284
126141
|
* A fetchable Comment_Children Query
|
125285
126142
|
*
|
@@ -126967,30 +127824,33 @@ class LinearSdk extends Request {
|
|
126967
127824
|
* @param issueId - required issueId to pass to attachmentLinkDiscord
|
126968
127825
|
* @param messageId - required messageId to pass to attachmentLinkDiscord
|
126969
127826
|
* @param url - required url to pass to attachmentLinkDiscord
|
127827
|
+
* @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
|
126970
127828
|
* @returns AttachmentPayload
|
126971
127829
|
*/
|
126972
|
-
attachmentLinkDiscord(channelId, issueId, messageId, url) {
|
126973
|
-
return new AttachmentLinkDiscordMutation(this._request).fetch(channelId, issueId, messageId, url);
|
127830
|
+
attachmentLinkDiscord(channelId, issueId, messageId, url, variables) {
|
127831
|
+
return new AttachmentLinkDiscordMutation(this._request).fetch(channelId, issueId, messageId, url, variables);
|
126974
127832
|
}
|
126975
127833
|
/**
|
126976
127834
|
* Link an existing Front conversation to an issue.
|
126977
127835
|
*
|
126978
127836
|
* @param conversationId - required conversationId to pass to attachmentLinkFront
|
126979
127837
|
* @param issueId - required issueId to pass to attachmentLinkFront
|
127838
|
+
* @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
|
126980
127839
|
* @returns FrontAttachmentPayload
|
126981
127840
|
*/
|
126982
|
-
attachmentLinkFront(conversationId, issueId) {
|
126983
|
-
return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId);
|
127841
|
+
attachmentLinkFront(conversationId, issueId, variables) {
|
127842
|
+
return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId, variables);
|
126984
127843
|
}
|
126985
127844
|
/**
|
126986
127845
|
* Link an existing Intercom conversation to an issue.
|
126987
127846
|
*
|
126988
127847
|
* @param conversationId - required conversationId to pass to attachmentLinkIntercom
|
126989
127848
|
* @param issueId - required issueId to pass to attachmentLinkIntercom
|
127849
|
+
* @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
|
126990
127850
|
* @returns AttachmentPayload
|
126991
127851
|
*/
|
126992
|
-
attachmentLinkIntercom(conversationId, issueId) {
|
126993
|
-
return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId);
|
127852
|
+
attachmentLinkIntercom(conversationId, issueId, variables) {
|
127853
|
+
return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId, variables);
|
126994
127854
|
}
|
126995
127855
|
/**
|
126996
127856
|
* Link an existing Jira issue to an issue.
|
@@ -127031,10 +127891,11 @@ class LinearSdk extends Request {
|
|
127031
127891
|
*
|
127032
127892
|
* @param issueId - required issueId to pass to attachmentLinkZendesk
|
127033
127893
|
* @param ticketId - required ticketId to pass to attachmentLinkZendesk
|
127894
|
+
* @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
|
127034
127895
|
* @returns AttachmentPayload
|
127035
127896
|
*/
|
127036
|
-
attachmentLinkZendesk(issueId, ticketId) {
|
127037
|
-
return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId);
|
127897
|
+
attachmentLinkZendesk(issueId, ticketId, variables) {
|
127898
|
+
return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
|
127038
127899
|
}
|
127039
127900
|
/**
|
127040
127901
|
* Unsyncs an existing synced Slack attachment.
|
@@ -127310,6 +128171,16 @@ class LinearSdk extends Request {
|
|
127310
128171
|
importFileUpload(contentType, filename, size, variables) {
|
127311
128172
|
return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
|
127312
128173
|
}
|
128174
|
+
/**
|
128175
|
+
* Connect a Slack channel to Asks.
|
128176
|
+
*
|
128177
|
+
* @param code - required code to pass to integrationAsksConnectChannel
|
128178
|
+
* @param redirectUri - required redirectUri to pass to integrationAsksConnectChannel
|
128179
|
+
* @returns AsksChannelConnectPayload
|
128180
|
+
*/
|
128181
|
+
integrationAsksConnectChannel(code, redirectUri) {
|
128182
|
+
return new IntegrationAsksConnectChannelMutation(this._request).fetch(code, redirectUri);
|
128183
|
+
}
|
127313
128184
|
/**
|
127314
128185
|
* Deletes an integration.
|
127315
128186
|
*
|
@@ -127998,10 +128869,11 @@ class LinearSdk extends Request {
|
|
127998
128869
|
* Archives a project.
|
127999
128870
|
*
|
128000
128871
|
* @param id - required id to pass to archiveProject
|
128872
|
+
* @param variables - variables without 'id' to pass into the ArchiveProjectMutation
|
128001
128873
|
* @returns ProjectArchivePayload
|
128002
128874
|
*/
|
128003
|
-
archiveProject(id) {
|
128004
|
-
return new ArchiveProjectMutation(this._request).fetch(id);
|
128875
|
+
archiveProject(id, variables) {
|
128876
|
+
return new ArchiveProjectMutation(this._request).fetch(id, variables);
|
128005
128877
|
}
|
128006
128878
|
/**
|
128007
128879
|
* Creates a new project.
|
@@ -128013,10 +128885,10 @@ class LinearSdk extends Request {
|
|
128013
128885
|
return new CreateProjectMutation(this._request).fetch(input);
|
128014
128886
|
}
|
128015
128887
|
/**
|
128016
|
-
* Deletes a project.
|
128888
|
+
* Deletes (trashes) a project.
|
128017
128889
|
*
|
128018
128890
|
* @param id - required id to pass to deleteProject
|
128019
|
-
* @returns
|
128891
|
+
* @returns ProjectArchivePayload
|
128020
128892
|
*/
|
128021
128893
|
deleteProject(id) {
|
128022
128894
|
return new DeleteProjectMutation(this._request).fetch(id);
|
@@ -129484,5 +130356,5 @@ class LinearWebhooks {
|
|
129484
130356
|
}
|
129485
130357
|
}
|
129486
130358
|
|
129487
|
-
export { AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentUnsyncSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_ChildrenQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Embed, EmbedInfoQuery, EmbedInfo_EmbedQuery, EmbedPayload, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, FirstResponderSchedule, FirstResponderScheduleConnection, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutyScheduleMapping, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserGoogleCalendarConnectMutation, UserJiraConnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
130359
|
+
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentUnsyncSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_BotActorQuery, Comment_ChildrenQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Embed, EmbedInfoQuery, EmbedInfo_EmbedQuery, EmbedPayload, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, FirstResponderSchedule, FirstResponderScheduleConnection, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutyScheduleMapping, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackAsksSettings, SlackChannelNameMapping, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserGoogleCalendarConnectMutation, UserJiraConnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
129488
130360
|
//# sourceMappingURL=index-es.js.map
|