@linear/sdk 7.0.1 → 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 +192 -0
- package/dist/_generated_documents.d.ts +375 -36
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +189 -23
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +1074 -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 +1069 -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 +1075 -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-cjs.js
CHANGED
@@ -83469,6 +83469,7 @@ var ProjectUpdateHealthType;
|
|
83469
83469
|
/** The frequency at which to send project update reminders. */
|
83470
83470
|
var ProjectUpdateReminderFrequency;
|
83471
83471
|
(function (ProjectUpdateReminderFrequency) {
|
83472
|
+
ProjectUpdateReminderFrequency["Month"] = "month";
|
83472
83473
|
ProjectUpdateReminderFrequency["Never"] = "never";
|
83473
83474
|
ProjectUpdateReminderFrequency["TwoWeeks"] = "twoWeeks";
|
83474
83475
|
ProjectUpdateReminderFrequency["Week"] = "week";
|
@@ -83477,6 +83478,8 @@ var ProjectUpdateReminderFrequency;
|
|
83477
83478
|
var PushSubscriptionType;
|
83478
83479
|
(function (PushSubscriptionType) {
|
83479
83480
|
PushSubscriptionType["Apple"] = "apple";
|
83481
|
+
PushSubscriptionType["AppleDevelopment"] = "appleDevelopment";
|
83482
|
+
PushSubscriptionType["Firebase"] = "firebase";
|
83480
83483
|
PushSubscriptionType["Web"] = "web";
|
83481
83484
|
})(PushSubscriptionType || (PushSubscriptionType = {}));
|
83482
83485
|
/** Features release channel */
|
@@ -83487,6 +83490,12 @@ var ReleaseChannel;
|
|
83487
83490
|
ReleaseChannel["PreRelease"] = "preRelease";
|
83488
83491
|
ReleaseChannel["Public"] = "public";
|
83489
83492
|
})(ReleaseChannel || (ReleaseChannel = {}));
|
83493
|
+
/** Which day count to use for SLA calculations */
|
83494
|
+
var SlaDayCountType;
|
83495
|
+
(function (SlaDayCountType) {
|
83496
|
+
SlaDayCountType["All"] = "all";
|
83497
|
+
SlaDayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
|
83498
|
+
})(SlaDayCountType || (SlaDayCountType = {}));
|
83490
83499
|
var SlaStatus;
|
83491
83500
|
(function (SlaStatus) {
|
83492
83501
|
SlaStatus["Breached"] = "Breached";
|
@@ -83537,6 +83546,11 @@ var UserFlagType;
|
|
83537
83546
|
UserFlagType["TeamsPageIntroductionDismissed"] = "teamsPageIntroductionDismissed";
|
83538
83547
|
UserFlagType["ThreadedCommentsNudgeIsSeen"] = "threadedCommentsNudgeIsSeen";
|
83539
83548
|
UserFlagType["TriageWelcomeDismissed"] = "triageWelcomeDismissed";
|
83549
|
+
UserFlagType["TryCyclesDismissed"] = "tryCyclesDismissed";
|
83550
|
+
UserFlagType["TryGithubDismissed"] = "tryGithubDismissed";
|
83551
|
+
UserFlagType["TryInvitePeopleDismissed"] = "tryInvitePeopleDismissed";
|
83552
|
+
UserFlagType["TryRoadmapsDismissed"] = "tryRoadmapsDismissed";
|
83553
|
+
UserFlagType["TryTriageDismissed"] = "tryTriageDismissed";
|
83540
83554
|
UserFlagType["UpdatedSlackThreadSyncIntegration"] = "updatedSlackThreadSyncIntegration";
|
83541
83555
|
})(UserFlagType || (UserFlagType = {}));
|
83542
83556
|
/** Operations that can be applied to UserFlagType */
|
@@ -83707,6 +83721,7 @@ const CustomViewNotificationSubscriptionFragmentDoc = {
|
|
83707
83721
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
83708
83722
|
},
|
83709
83723
|
},
|
83724
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
83710
83725
|
],
|
83711
83726
|
},
|
83712
83727
|
},
|
@@ -83784,6 +83799,7 @@ const CycleNotificationSubscriptionFragmentDoc = {
|
|
83784
83799
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
83785
83800
|
},
|
83786
83801
|
},
|
83802
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
83787
83803
|
],
|
83788
83804
|
},
|
83789
83805
|
},
|
@@ -83802,6 +83818,7 @@ const DocumentContentFragmentDoc = {
|
|
83802
83818
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
83803
83819
|
{ kind: "Field", name: { kind: "Name", value: "contentData" } },
|
83804
83820
|
{ kind: "Field", name: { kind: "Name", value: "content" } },
|
83821
|
+
{ kind: "Field", name: { kind: "Name", value: "contentState" } },
|
83805
83822
|
{
|
83806
83823
|
kind: "Field",
|
83807
83824
|
name: { kind: "Name", value: "issue" },
|
@@ -83811,6 +83828,14 @@ const DocumentContentFragmentDoc = {
|
|
83811
83828
|
},
|
83812
83829
|
},
|
83813
83830
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
83831
|
+
{
|
83832
|
+
kind: "Field",
|
83833
|
+
name: { kind: "Name", value: "project" },
|
83834
|
+
selectionSet: {
|
83835
|
+
kind: "SelectionSet",
|
83836
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
83837
|
+
},
|
83838
|
+
},
|
83814
83839
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
83815
83840
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
83816
83841
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -83916,6 +83941,28 @@ const IssueArchivePayloadFragmentDoc = {
|
|
83916
83941
|
},
|
83917
83942
|
],
|
83918
83943
|
};
|
83944
|
+
const ActorBotFragmentDoc = {
|
83945
|
+
kind: "Document",
|
83946
|
+
definitions: [
|
83947
|
+
{
|
83948
|
+
kind: "FragmentDefinition",
|
83949
|
+
name: { kind: "Name", value: "ActorBot" },
|
83950
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ActorBot" } },
|
83951
|
+
selectionSet: {
|
83952
|
+
kind: "SelectionSet",
|
83953
|
+
selections: [
|
83954
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
83955
|
+
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
83956
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
83957
|
+
{ kind: "Field", name: { kind: "Name", value: "userDisplayName" } },
|
83958
|
+
{ kind: "Field", name: { kind: "Name", value: "subType" } },
|
83959
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
83960
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
83961
|
+
],
|
83962
|
+
},
|
83963
|
+
},
|
83964
|
+
],
|
83965
|
+
};
|
83919
83966
|
const IssueNotificationFragmentDoc = {
|
83920
83967
|
kind: "Document",
|
83921
83968
|
definitions: [
|
@@ -83929,6 +83976,14 @@ const IssueNotificationFragmentDoc = {
|
|
83929
83976
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
83930
83977
|
{ kind: "Field", name: { kind: "Name", value: "reactionEmoji" } },
|
83931
83978
|
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
83979
|
+
{
|
83980
|
+
kind: "Field",
|
83981
|
+
name: { kind: "Name", value: "botActor" },
|
83982
|
+
selectionSet: {
|
83983
|
+
kind: "SelectionSet",
|
83984
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
83985
|
+
},
|
83986
|
+
},
|
83932
83987
|
{
|
83933
83988
|
kind: "Field",
|
83934
83989
|
name: { kind: "Name", value: "comment" },
|
@@ -84028,6 +84083,14 @@ const OauthClientApprovalNotificationFragmentDoc = {
|
|
84028
84083
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OauthClientApproval" } }],
|
84029
84084
|
},
|
84030
84085
|
},
|
84086
|
+
{
|
84087
|
+
kind: "Field",
|
84088
|
+
name: { kind: "Name", value: "botActor" },
|
84089
|
+
selectionSet: {
|
84090
|
+
kind: "SelectionSet",
|
84091
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
84092
|
+
},
|
84093
|
+
},
|
84031
84094
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
84032
84095
|
{ kind: "Field", name: { kind: "Name", value: "emailedAt" } },
|
84033
84096
|
{ kind: "Field", name: { kind: "Name", value: "readAt" } },
|
@@ -84055,7 +84118,6 @@ const OauthClientApprovalNotificationFragmentDoc = {
|
|
84055
84118
|
],
|
84056
84119
|
},
|
84057
84120
|
},
|
84058
|
-
...OauthClientApprovalFragmentDoc.definitions,
|
84059
84121
|
],
|
84060
84122
|
};
|
84061
84123
|
const ProjectNotificationFragmentDoc = {
|
@@ -84070,6 +84132,14 @@ const ProjectNotificationFragmentDoc = {
|
|
84070
84132
|
selections: [
|
84071
84133
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84072
84134
|
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
84135
|
+
{
|
84136
|
+
kind: "Field",
|
84137
|
+
name: { kind: "Name", value: "botActor" },
|
84138
|
+
selectionSet: {
|
84139
|
+
kind: "SelectionSet",
|
84140
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
84141
|
+
},
|
84142
|
+
},
|
84073
84143
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
84074
84144
|
{
|
84075
84145
|
kind: "Field",
|
@@ -84127,6 +84197,14 @@ const NotificationFragmentDoc = {
|
|
84127
84197
|
selections: [
|
84128
84198
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84129
84199
|
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
84200
|
+
{
|
84201
|
+
kind: "Field",
|
84202
|
+
name: { kind: "Name", value: "botActor" },
|
84203
|
+
selectionSet: {
|
84204
|
+
kind: "SelectionSet",
|
84205
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
84206
|
+
},
|
84207
|
+
},
|
84130
84208
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
84131
84209
|
{ kind: "Field", name: { kind: "Name", value: "emailedAt" } },
|
84132
84210
|
{ kind: "Field", name: { kind: "Name", value: "readAt" } },
|
@@ -84180,9 +84258,6 @@ const NotificationFragmentDoc = {
|
|
84180
84258
|
],
|
84181
84259
|
},
|
84182
84260
|
},
|
84183
|
-
...IssueNotificationFragmentDoc.definitions,
|
84184
|
-
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
84185
|
-
...ProjectNotificationFragmentDoc.definitions,
|
84186
84261
|
],
|
84187
84262
|
};
|
84188
84263
|
const NotificationArchivePayloadFragmentDoc = {
|
@@ -84209,7 +84284,6 @@ const NotificationArchivePayloadFragmentDoc = {
|
|
84209
84284
|
],
|
84210
84285
|
},
|
84211
84286
|
},
|
84212
|
-
...NotificationFragmentDoc.definitions,
|
84213
84287
|
],
|
84214
84288
|
};
|
84215
84289
|
const ProjectArchivePayloadFragmentDoc = {
|
@@ -84370,14 +84444,6 @@ const ArchivePayloadFragmentDoc = {
|
|
84370
84444
|
],
|
84371
84445
|
},
|
84372
84446
|
},
|
84373
|
-
...AttachmentArchivePayloadFragmentDoc.definitions,
|
84374
|
-
...CycleArchivePayloadFragmentDoc.definitions,
|
84375
|
-
...DeletePayloadFragmentDoc.definitions,
|
84376
|
-
...IssueArchivePayloadFragmentDoc.definitions,
|
84377
|
-
...NotificationArchivePayloadFragmentDoc.definitions,
|
84378
|
-
...ProjectArchivePayloadFragmentDoc.definitions,
|
84379
|
-
...RoadmapArchivePayloadFragmentDoc.definitions,
|
84380
|
-
...WorkflowStateArchivePayloadFragmentDoc.definitions,
|
84381
84447
|
],
|
84382
84448
|
};
|
84383
84449
|
const LabelNotificationSubscriptionFragmentDoc = {
|
@@ -84452,6 +84518,7 @@ const LabelNotificationSubscriptionFragmentDoc = {
|
|
84452
84518
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84453
84519
|
},
|
84454
84520
|
},
|
84521
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
84455
84522
|
],
|
84456
84523
|
},
|
84457
84524
|
},
|
@@ -84529,6 +84596,7 @@ const ProjectNotificationSubscriptionFragmentDoc = {
|
|
84529
84596
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84530
84597
|
},
|
84531
84598
|
},
|
84599
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
84532
84600
|
],
|
84533
84601
|
},
|
84534
84602
|
},
|
@@ -84606,6 +84674,7 @@ const TeamNotificationSubscriptionFragmentDoc = {
|
|
84606
84674
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84607
84675
|
},
|
84608
84676
|
},
|
84677
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
84609
84678
|
],
|
84610
84679
|
},
|
84611
84680
|
},
|
@@ -84727,7 +84796,6 @@ const UserAccountFragmentDoc = {
|
|
84727
84796
|
],
|
84728
84797
|
},
|
84729
84798
|
},
|
84730
|
-
...UserFragmentDoc.definitions,
|
84731
84799
|
],
|
84732
84800
|
};
|
84733
84801
|
const UserNotificationSubscriptionFragmentDoc = {
|
@@ -84802,6 +84870,7 @@ const UserNotificationSubscriptionFragmentDoc = {
|
|
84802
84870
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84803
84871
|
},
|
84804
84872
|
},
|
84873
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
84805
84874
|
],
|
84806
84875
|
},
|
84807
84876
|
},
|
@@ -84904,7 +84973,6 @@ const GithubOrgFragmentDoc = {
|
|
84904
84973
|
],
|
84905
84974
|
},
|
84906
84975
|
},
|
84907
|
-
...GithubRepoFragmentDoc.definitions,
|
84908
84976
|
],
|
84909
84977
|
};
|
84910
84978
|
const GithubOAuthTokenPayloadFragmentDoc = {
|
@@ -84930,7 +84998,6 @@ const GithubOAuthTokenPayloadFragmentDoc = {
|
|
84930
84998
|
],
|
84931
84999
|
},
|
84932
85000
|
},
|
84933
|
-
...GithubOrgFragmentDoc.definitions,
|
84934
85001
|
],
|
84935
85002
|
};
|
84936
85003
|
const UserAuthorizedApplicationFragmentDoc = {
|
@@ -85017,6 +85084,7 @@ const GitHubSettingsFragmentDoc = {
|
|
85017
85084
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85018
85085
|
{ kind: "Field", name: { kind: "Name", value: "orgLogin" } },
|
85019
85086
|
{ kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
|
85087
|
+
{ kind: "Field", name: { kind: "Name", value: "repositories" } },
|
85020
85088
|
],
|
85021
85089
|
},
|
85022
85090
|
},
|
@@ -85130,8 +85198,6 @@ const JiraSettingsFragmentDoc = {
|
|
85130
85198
|
],
|
85131
85199
|
},
|
85132
85200
|
},
|
85133
|
-
...JiraProjectDataFragmentDoc.definitions,
|
85134
|
-
...JiraLinearMappingFragmentDoc.definitions,
|
85135
85201
|
],
|
85136
85202
|
};
|
85137
85203
|
const NotionSettingsFragmentDoc = {
|
@@ -85192,7 +85258,6 @@ const PagerDutySettingsFragmentDoc = {
|
|
85192
85258
|
],
|
85193
85259
|
},
|
85194
85260
|
},
|
85195
|
-
...PagerDutyScheduleMappingFragmentDoc.definitions,
|
85196
85261
|
],
|
85197
85262
|
};
|
85198
85263
|
const SentrySettingsFragmentDoc = {
|
@@ -85212,6 +85277,49 @@ const SentrySettingsFragmentDoc = {
|
|
85212
85277
|
},
|
85213
85278
|
],
|
85214
85279
|
};
|
85280
|
+
const SlackChannelNameMappingFragmentDoc = {
|
85281
|
+
kind: "Document",
|
85282
|
+
definitions: [
|
85283
|
+
{
|
85284
|
+
kind: "FragmentDefinition",
|
85285
|
+
name: { kind: "Name", value: "SlackChannelNameMapping" },
|
85286
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackChannelNameMapping" } },
|
85287
|
+
selectionSet: {
|
85288
|
+
kind: "SelectionSet",
|
85289
|
+
selections: [
|
85290
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85291
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85292
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85293
|
+
{ kind: "Field", name: { kind: "Name", value: "isPrivate" } },
|
85294
|
+
],
|
85295
|
+
},
|
85296
|
+
},
|
85297
|
+
],
|
85298
|
+
};
|
85299
|
+
const SlackAsksSettingsFragmentDoc = {
|
85300
|
+
kind: "Document",
|
85301
|
+
definitions: [
|
85302
|
+
{
|
85303
|
+
kind: "FragmentDefinition",
|
85304
|
+
name: { kind: "Name", value: "SlackAsksSettings" },
|
85305
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackAsksSettings" } },
|
85306
|
+
selectionSet: {
|
85307
|
+
kind: "SelectionSet",
|
85308
|
+
selections: [
|
85309
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85310
|
+
{
|
85311
|
+
kind: "Field",
|
85312
|
+
name: { kind: "Name", value: "slackChannelMapping" },
|
85313
|
+
selectionSet: {
|
85314
|
+
kind: "SelectionSet",
|
85315
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
|
85316
|
+
},
|
85317
|
+
},
|
85318
|
+
],
|
85319
|
+
},
|
85320
|
+
},
|
85321
|
+
],
|
85322
|
+
};
|
85215
85323
|
const SlackPostSettingsFragmentDoc = {
|
85216
85324
|
kind: "Document",
|
85217
85325
|
definitions: [
|
@@ -85330,6 +85438,14 @@ const IntegrationSettingsFragmentDoc = {
|
|
85330
85438
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SentrySettings" } }],
|
85331
85439
|
},
|
85332
85440
|
},
|
85441
|
+
{
|
85442
|
+
kind: "Field",
|
85443
|
+
name: { kind: "Name", value: "slackAsks" },
|
85444
|
+
selectionSet: {
|
85445
|
+
kind: "SelectionSet",
|
85446
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackAsksSettings" } }],
|
85447
|
+
},
|
85448
|
+
},
|
85333
85449
|
{
|
85334
85450
|
kind: "Field",
|
85335
85451
|
name: { kind: "Name", value: "slackOrgProjectUpdatesPost" },
|
@@ -85365,16 +85481,6 @@ const IntegrationSettingsFragmentDoc = {
|
|
85365
85481
|
],
|
85366
85482
|
},
|
85367
85483
|
},
|
85368
|
-
...FrontSettingsFragmentDoc.definitions,
|
85369
|
-
...GitHubSettingsFragmentDoc.definitions,
|
85370
|
-
...GoogleSheetsSettingsFragmentDoc.definitions,
|
85371
|
-
...IntercomSettingsFragmentDoc.definitions,
|
85372
|
-
...JiraSettingsFragmentDoc.definitions,
|
85373
|
-
...NotionSettingsFragmentDoc.definitions,
|
85374
|
-
...PagerDutySettingsFragmentDoc.definitions,
|
85375
|
-
...SentrySettingsFragmentDoc.definitions,
|
85376
|
-
...SlackPostSettingsFragmentDoc.definitions,
|
85377
|
-
...ZendeskSettingsFragmentDoc.definitions,
|
85378
85484
|
],
|
85379
85485
|
};
|
85380
85486
|
const SamlConfigurationPayloadFragmentDoc = {
|
@@ -85500,8 +85606,6 @@ const ApiKeyConnectionFragmentDoc = {
|
|
85500
85606
|
],
|
85501
85607
|
},
|
85502
85608
|
},
|
85503
|
-
...ApiKeyFragmentDoc.definitions,
|
85504
|
-
...PageInfoFragmentDoc.definitions,
|
85505
85609
|
],
|
85506
85610
|
};
|
85507
85611
|
const ApiKeyPayloadFragmentDoc = {
|
@@ -85528,7 +85632,40 @@ const ApiKeyPayloadFragmentDoc = {
|
|
85528
85632
|
],
|
85529
85633
|
},
|
85530
85634
|
},
|
85531
|
-
|
85635
|
+
],
|
85636
|
+
};
|
85637
|
+
const AsksChannelConnectPayloadFragmentDoc = {
|
85638
|
+
kind: "Document",
|
85639
|
+
definitions: [
|
85640
|
+
{
|
85641
|
+
kind: "FragmentDefinition",
|
85642
|
+
name: { kind: "Name", value: "AsksChannelConnectPayload" },
|
85643
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AsksChannelConnectPayload" } },
|
85644
|
+
selectionSet: {
|
85645
|
+
kind: "SelectionSet",
|
85646
|
+
selections: [
|
85647
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85648
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
85649
|
+
{
|
85650
|
+
kind: "Field",
|
85651
|
+
name: { kind: "Name", value: "integration" },
|
85652
|
+
selectionSet: {
|
85653
|
+
kind: "SelectionSet",
|
85654
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85655
|
+
},
|
85656
|
+
},
|
85657
|
+
{
|
85658
|
+
kind: "Field",
|
85659
|
+
name: { kind: "Name", value: "mapping" },
|
85660
|
+
selectionSet: {
|
85661
|
+
kind: "SelectionSet",
|
85662
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
|
85663
|
+
},
|
85664
|
+
},
|
85665
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
85666
|
+
],
|
85667
|
+
},
|
85668
|
+
},
|
85532
85669
|
],
|
85533
85670
|
};
|
85534
85671
|
const AttachmentFragmentDoc = {
|
@@ -85604,8 +85741,6 @@ const AttachmentConnectionFragmentDoc = {
|
|
85604
85741
|
],
|
85605
85742
|
},
|
85606
85743
|
},
|
85607
|
-
...AttachmentFragmentDoc.definitions,
|
85608
|
-
...PageInfoFragmentDoc.definitions,
|
85609
85744
|
],
|
85610
85745
|
};
|
85611
85746
|
const AttachmentPayloadFragmentDoc = {
|
@@ -85715,8 +85850,6 @@ const AuditEntryConnectionFragmentDoc = {
|
|
85715
85850
|
],
|
85716
85851
|
},
|
85717
85852
|
},
|
85718
|
-
...AuditEntryFragmentDoc.definitions,
|
85719
|
-
...PageInfoFragmentDoc.definitions,
|
85720
85853
|
],
|
85721
85854
|
};
|
85722
85855
|
const AuditEntryTypeFragmentDoc = {
|
@@ -85815,7 +85948,6 @@ const OrganizationFragmentDoc = {
|
|
85815
85948
|
],
|
85816
85949
|
},
|
85817
85950
|
},
|
85818
|
-
...PaidSubscriptionFragmentDoc.definitions,
|
85819
85951
|
],
|
85820
85952
|
};
|
85821
85953
|
const AuthResolverResponseFragmentDoc = {
|
@@ -85853,8 +85985,6 @@ const AuthResolverResponseFragmentDoc = {
|
|
85853
85985
|
],
|
85854
85986
|
},
|
85855
85987
|
},
|
85856
|
-
...OrganizationFragmentDoc.definitions,
|
85857
|
-
...UserFragmentDoc.definitions,
|
85858
85988
|
],
|
85859
85989
|
};
|
85860
85990
|
const CommentFragmentDoc = {
|
@@ -85870,6 +86000,14 @@ const CommentFragmentDoc = {
|
|
85870
86000
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85871
86001
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
85872
86002
|
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
86003
|
+
{
|
86004
|
+
kind: "Field",
|
86005
|
+
name: { kind: "Name", value: "botActor" },
|
86006
|
+
selectionSet: {
|
86007
|
+
kind: "SelectionSet",
|
86008
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
86009
|
+
},
|
86010
|
+
},
|
85873
86011
|
{ kind: "Field", name: { kind: "Name", value: "bodyData" } },
|
85874
86012
|
{ kind: "Field", name: { kind: "Name", value: "body" } },
|
85875
86013
|
{
|
@@ -85936,8 +86074,6 @@ const CommentConnectionFragmentDoc = {
|
|
85936
86074
|
],
|
85937
86075
|
},
|
85938
86076
|
},
|
85939
|
-
...CommentFragmentDoc.definitions,
|
85940
|
-
...PageInfoFragmentDoc.definitions,
|
85941
86077
|
],
|
85942
86078
|
};
|
85943
86079
|
const CommentPayloadFragmentDoc = {
|
@@ -86029,8 +86165,6 @@ const CompanyConnectionFragmentDoc = {
|
|
86029
86165
|
],
|
86030
86166
|
},
|
86031
86167
|
},
|
86032
|
-
...CompanyFragmentDoc.definitions,
|
86033
|
-
...PageInfoFragmentDoc.definitions,
|
86034
86168
|
],
|
86035
86169
|
};
|
86036
86170
|
const ContactPayloadFragmentDoc = {
|
@@ -86128,6 +86262,14 @@ const CustomViewFragmentDoc = {
|
|
86128
86262
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86129
86263
|
},
|
86130
86264
|
},
|
86265
|
+
{
|
86266
|
+
kind: "Field",
|
86267
|
+
name: { kind: "Name", value: "owner" },
|
86268
|
+
selectionSet: {
|
86269
|
+
kind: "SelectionSet",
|
86270
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86271
|
+
},
|
86272
|
+
},
|
86131
86273
|
{ kind: "Field", name: { kind: "Name", value: "shared" } },
|
86132
86274
|
],
|
86133
86275
|
},
|
@@ -86164,8 +86306,6 @@ const CustomViewConnectionFragmentDoc = {
|
|
86164
86306
|
],
|
86165
86307
|
},
|
86166
86308
|
},
|
86167
|
-
...CustomViewFragmentDoc.definitions,
|
86168
|
-
...PageInfoFragmentDoc.definitions,
|
86169
86309
|
],
|
86170
86310
|
};
|
86171
86311
|
const CustomViewPayloadFragmentDoc = {
|
@@ -86284,8 +86424,6 @@ const CycleConnectionFragmentDoc = {
|
|
86284
86424
|
],
|
86285
86425
|
},
|
86286
86426
|
},
|
86287
|
-
...CycleFragmentDoc.definitions,
|
86288
|
-
...PageInfoFragmentDoc.definitions,
|
86289
86427
|
],
|
86290
86428
|
};
|
86291
86429
|
const CyclePayloadFragmentDoc = {
|
@@ -86394,8 +86532,6 @@ const DocumentConnectionFragmentDoc = {
|
|
86394
86532
|
],
|
86395
86533
|
},
|
86396
86534
|
},
|
86397
|
-
...DocumentFragmentDoc.definitions,
|
86398
|
-
...PageInfoFragmentDoc.definitions,
|
86399
86535
|
],
|
86400
86536
|
};
|
86401
86537
|
const DocumentPayloadFragmentDoc = {
|
@@ -86534,9 +86670,6 @@ const DocumentSearchPayloadFragmentDoc = {
|
|
86534
86670
|
],
|
86535
86671
|
},
|
86536
86672
|
},
|
86537
|
-
...ArchiveResponseFragmentDoc.definitions,
|
86538
|
-
...DocumentSearchResultFragmentDoc.definitions,
|
86539
|
-
...PageInfoFragmentDoc.definitions,
|
86540
86673
|
],
|
86541
86674
|
};
|
86542
86675
|
const DocumentSearchResultConnectionFragmentDoc = {
|
@@ -86569,8 +86702,6 @@ const DocumentSearchResultConnectionFragmentDoc = {
|
|
86569
86702
|
],
|
86570
86703
|
},
|
86571
86704
|
},
|
86572
|
-
...DocumentSearchResultFragmentDoc.definitions,
|
86573
|
-
...PageInfoFragmentDoc.definitions,
|
86574
86705
|
],
|
86575
86706
|
};
|
86576
86707
|
const EmailUnsubscribePayloadFragmentDoc = {
|
@@ -86659,7 +86790,6 @@ const EmbedPayloadFragmentDoc = {
|
|
86659
86790
|
],
|
86660
86791
|
},
|
86661
86792
|
},
|
86662
|
-
...EmbedFragmentDoc.definitions,
|
86663
86793
|
],
|
86664
86794
|
};
|
86665
86795
|
const EmojiFragmentDoc = {
|
@@ -86723,8 +86853,6 @@ const EmojiConnectionFragmentDoc = {
|
|
86723
86853
|
],
|
86724
86854
|
},
|
86725
86855
|
},
|
86726
|
-
...EmojiFragmentDoc.definitions,
|
86727
|
-
...PageInfoFragmentDoc.definitions,
|
86728
86856
|
],
|
86729
86857
|
};
|
86730
86858
|
const EmojiPayloadFragmentDoc = {
|
@@ -86903,8 +87031,6 @@ const FavoriteConnectionFragmentDoc = {
|
|
86903
87031
|
],
|
86904
87032
|
},
|
86905
87033
|
},
|
86906
|
-
...FavoriteFragmentDoc.definitions,
|
86907
|
-
...PageInfoFragmentDoc.definitions,
|
86908
87034
|
],
|
86909
87035
|
};
|
86910
87036
|
const FavoritePayloadFragmentDoc = {
|
@@ -86976,7 +87102,6 @@ const FigmaEmbedPayloadFragmentDoc = {
|
|
86976
87102
|
],
|
86977
87103
|
},
|
86978
87104
|
},
|
86979
|
-
...FigmaEmbedFragmentDoc.definitions,
|
86980
87105
|
],
|
86981
87106
|
};
|
86982
87107
|
const FirstResponderScheduleFragmentDoc = {
|
@@ -86990,8 +87115,6 @@ const FirstResponderScheduleFragmentDoc = {
|
|
86990
87115
|
kind: "SelectionSet",
|
86991
87116
|
selections: [
|
86992
87117
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86993
|
-
{ kind: "Field", name: { kind: "Name", value: "scheduleData" } },
|
86994
|
-
{ kind: "Field", name: { kind: "Name", value: "integrationScheduleId" } },
|
86995
87118
|
{
|
86996
87119
|
kind: "Field",
|
86997
87120
|
name: { kind: "Name", value: "integration" },
|
@@ -87001,6 +87124,7 @@ const FirstResponderScheduleFragmentDoc = {
|
|
87001
87124
|
},
|
87002
87125
|
},
|
87003
87126
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87127
|
+
{ kind: "Field", name: { kind: "Name", value: "scheduleData" } },
|
87004
87128
|
{
|
87005
87129
|
kind: "Field",
|
87006
87130
|
name: { kind: "Name", value: "team" },
|
@@ -87047,8 +87171,6 @@ const FirstResponderScheduleConnectionFragmentDoc = {
|
|
87047
87171
|
],
|
87048
87172
|
},
|
87049
87173
|
},
|
87050
|
-
...FirstResponderScheduleFragmentDoc.definitions,
|
87051
|
-
...PageInfoFragmentDoc.definitions,
|
87052
87174
|
],
|
87053
87175
|
};
|
87054
87176
|
const FrontAttachmentPayloadFragmentDoc = {
|
@@ -87182,8 +87304,6 @@ const IntegrationConnectionFragmentDoc = {
|
|
87182
87304
|
],
|
87183
87305
|
},
|
87184
87306
|
},
|
87185
|
-
...IntegrationFragmentDoc.definitions,
|
87186
|
-
...PageInfoFragmentDoc.definitions,
|
87187
87307
|
],
|
87188
87308
|
};
|
87189
87309
|
const IntegrationPayloadFragmentDoc = {
|
@@ -87240,6 +87360,7 @@ const IntegrationTemplateFragmentDoc = {
|
|
87240
87360
|
kind: "SelectionSet",
|
87241
87361
|
selections: [
|
87242
87362
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87363
|
+
{ kind: "Field", name: { kind: "Name", value: "foreignEntityId" } },
|
87243
87364
|
{
|
87244
87365
|
kind: "Field",
|
87245
87366
|
name: { kind: "Name", value: "integration" },
|
@@ -87295,8 +87416,6 @@ const IntegrationTemplateConnectionFragmentDoc = {
|
|
87295
87416
|
],
|
87296
87417
|
},
|
87297
87418
|
},
|
87298
|
-
...IntegrationTemplateFragmentDoc.definitions,
|
87299
|
-
...PageInfoFragmentDoc.definitions,
|
87300
87419
|
],
|
87301
87420
|
};
|
87302
87421
|
const IntegrationTemplatePayloadFragmentDoc = {
|
@@ -87401,8 +87520,6 @@ const IntegrationsSettingsConnectionFragmentDoc = {
|
|
87401
87520
|
],
|
87402
87521
|
},
|
87403
87522
|
},
|
87404
|
-
...IntegrationsSettingsFragmentDoc.definitions,
|
87405
|
-
...PageInfoFragmentDoc.definitions,
|
87406
87523
|
],
|
87407
87524
|
};
|
87408
87525
|
const IntegrationsSettingsPayloadFragmentDoc = {
|
@@ -87579,7 +87696,6 @@ const IssueBatchPayloadFragmentDoc = {
|
|
87579
87696
|
],
|
87580
87697
|
},
|
87581
87698
|
},
|
87582
|
-
...IssueFragmentDoc.definitions,
|
87583
87699
|
],
|
87584
87700
|
};
|
87585
87701
|
const IssueConnectionFragmentDoc = {
|
@@ -87612,8 +87728,6 @@ const IssueConnectionFragmentDoc = {
|
|
87612
87728
|
],
|
87613
87729
|
},
|
87614
87730
|
},
|
87615
|
-
...IssueFragmentDoc.definitions,
|
87616
|
-
...PageInfoFragmentDoc.definitions,
|
87617
87731
|
],
|
87618
87732
|
};
|
87619
87733
|
const IssueFilterSuggestionPayloadFragmentDoc = {
|
@@ -87701,6 +87815,14 @@ const IssueHistoryFragmentDoc = {
|
|
87701
87815
|
},
|
87702
87816
|
{ kind: "Field", name: { kind: "Name", value: "addedLabelIds" } },
|
87703
87817
|
{ kind: "Field", name: { kind: "Name", value: "removedLabelIds" } },
|
87818
|
+
{
|
87819
|
+
kind: "Field",
|
87820
|
+
name: { kind: "Name", value: "botActor" },
|
87821
|
+
selectionSet: {
|
87822
|
+
kind: "SelectionSet",
|
87823
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
87824
|
+
},
|
87825
|
+
},
|
87704
87826
|
{ kind: "Field", name: { kind: "Name", value: "attachmentId" } },
|
87705
87827
|
{ kind: "Field", name: { kind: "Name", value: "toCycleId" } },
|
87706
87828
|
{ kind: "Field", name: { kind: "Name", value: "toParentId" } },
|
@@ -87872,8 +87994,6 @@ const IssueHistoryFragmentDoc = {
|
|
87872
87994
|
],
|
87873
87995
|
},
|
87874
87996
|
},
|
87875
|
-
...IssueRelationHistoryPayloadFragmentDoc.definitions,
|
87876
|
-
...IssueImportFragmentDoc.definitions,
|
87877
87997
|
],
|
87878
87998
|
};
|
87879
87999
|
const IssueHistoryConnectionFragmentDoc = {
|
@@ -87906,8 +88026,6 @@ const IssueHistoryConnectionFragmentDoc = {
|
|
87906
88026
|
],
|
87907
88027
|
},
|
87908
88028
|
},
|
87909
|
-
...IssueHistoryFragmentDoc.definitions,
|
87910
|
-
...PageInfoFragmentDoc.definitions,
|
87911
88029
|
],
|
87912
88030
|
};
|
87913
88031
|
const IssueImportCheckPayloadFragmentDoc = {
|
@@ -87951,7 +88069,6 @@ const IssueImportDeletePayloadFragmentDoc = {
|
|
87951
88069
|
],
|
87952
88070
|
},
|
87953
88071
|
},
|
87954
|
-
...IssueImportFragmentDoc.definitions,
|
87955
88072
|
],
|
87956
88073
|
};
|
87957
88074
|
const IssueImportPayloadFragmentDoc = {
|
@@ -87978,7 +88095,6 @@ const IssueImportPayloadFragmentDoc = {
|
|
87978
88095
|
],
|
87979
88096
|
},
|
87980
88097
|
},
|
87981
|
-
...IssueImportFragmentDoc.definitions,
|
87982
88098
|
],
|
87983
88099
|
};
|
87984
88100
|
const IssueLabelFragmentDoc = {
|
@@ -88059,8 +88175,6 @@ const IssueLabelConnectionFragmentDoc = {
|
|
88059
88175
|
],
|
88060
88176
|
},
|
88061
88177
|
},
|
88062
|
-
...IssueLabelFragmentDoc.definitions,
|
88063
|
-
...PageInfoFragmentDoc.definitions,
|
88064
88178
|
],
|
88065
88179
|
};
|
88066
88180
|
const IssueLabelPayloadFragmentDoc = {
|
@@ -88200,8 +88314,6 @@ const IssueRelationConnectionFragmentDoc = {
|
|
88200
88314
|
],
|
88201
88315
|
},
|
88202
88316
|
},
|
88203
|
-
...IssueRelationFragmentDoc.definitions,
|
88204
|
-
...PageInfoFragmentDoc.definitions,
|
88205
88317
|
],
|
88206
88318
|
};
|
88207
88319
|
const IssueRelationPayloadFragmentDoc = {
|
@@ -88394,9 +88506,6 @@ const IssueSearchPayloadFragmentDoc = {
|
|
88394
88506
|
],
|
88395
88507
|
},
|
88396
88508
|
},
|
88397
|
-
...ArchiveResponseFragmentDoc.definitions,
|
88398
|
-
...IssueSearchResultFragmentDoc.definitions,
|
88399
|
-
...PageInfoFragmentDoc.definitions,
|
88400
88509
|
],
|
88401
88510
|
};
|
88402
88511
|
const IssueSearchResultConnectionFragmentDoc = {
|
@@ -88429,8 +88538,6 @@ const IssueSearchResultConnectionFragmentDoc = {
|
|
88429
88538
|
],
|
88430
88539
|
},
|
88431
88540
|
},
|
88432
|
-
...IssueSearchResultFragmentDoc.definitions,
|
88433
|
-
...PageInfoFragmentDoc.definitions,
|
88434
88541
|
],
|
88435
88542
|
};
|
88436
88543
|
const LogoutResponseFragmentDoc = {
|
@@ -88491,7 +88598,6 @@ const NotificationBatchActionPayloadFragmentDoc = {
|
|
88491
88598
|
],
|
88492
88599
|
},
|
88493
88600
|
},
|
88494
|
-
...NotificationFragmentDoc.definitions,
|
88495
88601
|
],
|
88496
88602
|
};
|
88497
88603
|
const NotificationConnectionFragmentDoc = {
|
@@ -88524,8 +88630,6 @@ const NotificationConnectionFragmentDoc = {
|
|
88524
88630
|
],
|
88525
88631
|
},
|
88526
88632
|
},
|
88527
|
-
...NotificationFragmentDoc.definitions,
|
88528
|
-
...PageInfoFragmentDoc.definitions,
|
88529
88633
|
],
|
88530
88634
|
};
|
88531
88635
|
const NotificationPayloadFragmentDoc = {
|
@@ -88552,7 +88656,6 @@ const NotificationPayloadFragmentDoc = {
|
|
88552
88656
|
],
|
88553
88657
|
},
|
88554
88658
|
},
|
88555
|
-
...NotificationFragmentDoc.definitions,
|
88556
88659
|
],
|
88557
88660
|
};
|
88558
88661
|
const NotificationSubscriptionFragmentDoc = {
|
@@ -88626,6 +88729,7 @@ const NotificationSubscriptionFragmentDoc = {
|
|
88626
88729
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88627
88730
|
},
|
88628
88731
|
},
|
88732
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
88629
88733
|
],
|
88630
88734
|
},
|
88631
88735
|
},
|
@@ -88661,8 +88765,6 @@ const NotificationSubscriptionConnectionFragmentDoc = {
|
|
88661
88765
|
],
|
88662
88766
|
},
|
88663
88767
|
},
|
88664
|
-
...NotificationSubscriptionFragmentDoc.definitions,
|
88665
|
-
...PageInfoFragmentDoc.definitions,
|
88666
88768
|
],
|
88667
88769
|
};
|
88668
88770
|
const NotificationSubscriptionPayloadFragmentDoc = {
|
@@ -88689,7 +88791,6 @@ const NotificationSubscriptionPayloadFragmentDoc = {
|
|
88689
88791
|
],
|
88690
88792
|
},
|
88691
88793
|
},
|
88692
|
-
...NotificationSubscriptionFragmentDoc.definitions,
|
88693
88794
|
],
|
88694
88795
|
};
|
88695
88796
|
const OauthClientFragmentDoc = {
|
@@ -88762,8 +88863,6 @@ const OauthClientConnectionFragmentDoc = {
|
|
88762
88863
|
],
|
88763
88864
|
},
|
88764
88865
|
},
|
88765
|
-
...OauthClientFragmentDoc.definitions,
|
88766
|
-
...PageInfoFragmentDoc.definitions,
|
88767
88866
|
],
|
88768
88867
|
};
|
88769
88868
|
const OrganizationCancelDeletePayloadFragmentDoc = {
|
@@ -88829,6 +88928,7 @@ const OrganizationInviteFragmentDoc = {
|
|
88829
88928
|
kind: "SelectionSet",
|
88830
88929
|
selections: [
|
88831
88930
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88931
|
+
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
88832
88932
|
{ kind: "Field", name: { kind: "Name", value: "external" } },
|
88833
88933
|
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
88834
88934
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
@@ -88888,8 +88988,6 @@ const OrganizationInviteConnectionFragmentDoc = {
|
|
88888
88988
|
],
|
88889
88989
|
},
|
88890
88990
|
},
|
88891
|
-
...OrganizationInviteFragmentDoc.definitions,
|
88892
|
-
...PageInfoFragmentDoc.definitions,
|
88893
88991
|
],
|
88894
88992
|
};
|
88895
88993
|
const OrganizationInviteFullDetailsPayloadFragmentDoc = {
|
@@ -88988,6 +89086,7 @@ const ProjectFragmentDoc = {
|
|
88988
89086
|
kind: "SelectionSet",
|
88989
89087
|
selections: [
|
88990
89088
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89089
|
+
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88991
89090
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88992
89091
|
{
|
88993
89092
|
kind: "Field",
|
@@ -89023,6 +89122,7 @@ const ProjectFragmentDoc = {
|
|
89023
89122
|
},
|
89024
89123
|
},
|
89025
89124
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
89125
|
+
{ kind: "Field", name: { kind: "Name", value: "content" } },
|
89026
89126
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89027
89127
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
89028
89128
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
@@ -89084,8 +89184,6 @@ const ProjectConnectionFragmentDoc = {
|
|
89084
89184
|
],
|
89085
89185
|
},
|
89086
89186
|
},
|
89087
|
-
...ProjectFragmentDoc.definitions,
|
89088
|
-
...PageInfoFragmentDoc.definitions,
|
89089
89187
|
],
|
89090
89188
|
};
|
89091
89189
|
const ProjectFilterSuggestionPayloadFragmentDoc = {
|
@@ -89173,8 +89271,6 @@ const ProjectLinkConnectionFragmentDoc = {
|
|
89173
89271
|
],
|
89174
89272
|
},
|
89175
89273
|
},
|
89176
|
-
...ProjectLinkFragmentDoc.definitions,
|
89177
|
-
...PageInfoFragmentDoc.definitions,
|
89178
89274
|
],
|
89179
89275
|
};
|
89180
89276
|
const ProjectLinkPayloadFragmentDoc = {
|
@@ -89265,8 +89361,6 @@ const ProjectMilestoneConnectionFragmentDoc = {
|
|
89265
89361
|
],
|
89266
89362
|
},
|
89267
89363
|
},
|
89268
|
-
...ProjectMilestoneFragmentDoc.definitions,
|
89269
|
-
...PageInfoFragmentDoc.definitions,
|
89270
89364
|
],
|
89271
89365
|
};
|
89272
89366
|
const ProjectMilestonePayloadFragmentDoc = {
|
@@ -89332,6 +89426,7 @@ const ProjectSearchResultFragmentDoc = {
|
|
89332
89426
|
kind: "SelectionSet",
|
89333
89427
|
selections: [
|
89334
89428
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89429
|
+
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
89335
89430
|
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
89336
89431
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89337
89432
|
{
|
@@ -89368,6 +89463,7 @@ const ProjectSearchResultFragmentDoc = {
|
|
89368
89463
|
},
|
89369
89464
|
},
|
89370
89465
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
89466
|
+
{ kind: "Field", name: { kind: "Name", value: "content" } },
|
89371
89467
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89372
89468
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
89373
89469
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
@@ -89438,9 +89534,6 @@ const ProjectSearchPayloadFragmentDoc = {
|
|
89438
89534
|
],
|
89439
89535
|
},
|
89440
89536
|
},
|
89441
|
-
...ArchiveResponseFragmentDoc.definitions,
|
89442
|
-
...ProjectSearchResultFragmentDoc.definitions,
|
89443
|
-
...PageInfoFragmentDoc.definitions,
|
89444
89537
|
],
|
89445
89538
|
};
|
89446
89539
|
const ProjectSearchResultConnectionFragmentDoc = {
|
@@ -89473,8 +89566,6 @@ const ProjectSearchResultConnectionFragmentDoc = {
|
|
89473
89566
|
],
|
89474
89567
|
},
|
89475
89568
|
},
|
89476
|
-
...ProjectSearchResultFragmentDoc.definitions,
|
89477
|
-
...PageInfoFragmentDoc.definitions,
|
89478
89569
|
],
|
89479
89570
|
};
|
89480
89571
|
const ProjectUpdateFragmentDoc = {
|
@@ -89489,6 +89580,7 @@ const ProjectUpdateFragmentDoc = {
|
|
89489
89580
|
selections: [
|
89490
89581
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89491
89582
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89583
|
+
{ kind: "Field", name: { kind: "Name", value: "diff" } },
|
89492
89584
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89493
89585
|
{
|
89494
89586
|
kind: "Field",
|
@@ -89546,8 +89638,6 @@ const ProjectUpdateConnectionFragmentDoc = {
|
|
89546
89638
|
],
|
89547
89639
|
},
|
89548
89640
|
},
|
89549
|
-
...ProjectUpdateFragmentDoc.definitions,
|
89550
|
-
...PageInfoFragmentDoc.definitions,
|
89551
89641
|
],
|
89552
89642
|
};
|
89553
89643
|
const ProjectUpdateInteractionFragmentDoc = {
|
@@ -89617,8 +89707,6 @@ const ProjectUpdateInteractionConnectionFragmentDoc = {
|
|
89617
89707
|
],
|
89618
89708
|
},
|
89619
89709
|
},
|
89620
|
-
...ProjectUpdateInteractionFragmentDoc.definitions,
|
89621
|
-
...PageInfoFragmentDoc.definitions,
|
89622
89710
|
],
|
89623
89711
|
};
|
89624
89712
|
const ProjectUpdateInteractionPayloadFragmentDoc = {
|
@@ -89757,8 +89845,6 @@ const PushSubscriptionConnectionFragmentDoc = {
|
|
89757
89845
|
],
|
89758
89846
|
},
|
89759
89847
|
},
|
89760
|
-
...PushSubscriptionFragmentDoc.definitions,
|
89761
|
-
...PageInfoFragmentDoc.definitions,
|
89762
89848
|
],
|
89763
89849
|
};
|
89764
89850
|
const PushSubscriptionPayloadFragmentDoc = {
|
@@ -89842,7 +89928,6 @@ const RateLimitPayloadFragmentDoc = {
|
|
89842
89928
|
],
|
89843
89929
|
},
|
89844
89930
|
},
|
89845
|
-
...RateLimitResultPayloadFragmentDoc.definitions,
|
89846
89931
|
],
|
89847
89932
|
};
|
89848
89933
|
const ReactionFragmentDoc = {
|
@@ -89904,8 +89989,6 @@ const ReactionConnectionFragmentDoc = {
|
|
89904
89989
|
],
|
89905
89990
|
},
|
89906
89991
|
},
|
89907
|
-
...ReactionFragmentDoc.definitions,
|
89908
|
-
...PageInfoFragmentDoc.definitions,
|
89909
89992
|
],
|
89910
89993
|
};
|
89911
89994
|
const ReactionPayloadFragmentDoc = {
|
@@ -89932,7 +90015,6 @@ const ReactionPayloadFragmentDoc = {
|
|
89932
90015
|
],
|
89933
90016
|
},
|
89934
90017
|
},
|
89935
|
-
...ReactionFragmentDoc.definitions,
|
89936
90018
|
],
|
89937
90019
|
};
|
89938
90020
|
const RoadmapFragmentDoc = {
|
@@ -90006,8 +90088,6 @@ const RoadmapConnectionFragmentDoc = {
|
|
90006
90088
|
],
|
90007
90089
|
},
|
90008
90090
|
},
|
90009
|
-
...RoadmapFragmentDoc.definitions,
|
90010
|
-
...PageInfoFragmentDoc.definitions,
|
90011
90091
|
],
|
90012
90092
|
};
|
90013
90093
|
const RoadmapPayloadFragmentDoc = {
|
@@ -90103,8 +90183,6 @@ const RoadmapToProjectConnectionFragmentDoc = {
|
|
90103
90183
|
],
|
90104
90184
|
},
|
90105
90185
|
},
|
90106
|
-
...RoadmapToProjectFragmentDoc.definitions,
|
90107
|
-
...PageInfoFragmentDoc.definitions,
|
90108
90186
|
],
|
90109
90187
|
};
|
90110
90188
|
const RoadmapToProjectPayloadFragmentDoc = {
|
@@ -90289,6 +90367,14 @@ const TeamFragmentDoc = {
|
|
90289
90367
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90290
90368
|
},
|
90291
90369
|
},
|
90370
|
+
{
|
90371
|
+
kind: "Field",
|
90372
|
+
name: { kind: "Name", value: "mergeableWorkflowState" },
|
90373
|
+
selectionSet: {
|
90374
|
+
kind: "SelectionSet",
|
90375
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
90376
|
+
},
|
90377
|
+
},
|
90292
90378
|
{
|
90293
90379
|
kind: "Field",
|
90294
90380
|
name: { kind: "Name", value: "reviewWorkflowState" },
|
@@ -90362,8 +90448,6 @@ const TeamConnectionFragmentDoc = {
|
|
90362
90448
|
],
|
90363
90449
|
},
|
90364
90450
|
},
|
90365
|
-
...TeamFragmentDoc.definitions,
|
90366
|
-
...PageInfoFragmentDoc.definitions,
|
90367
90451
|
],
|
90368
90452
|
};
|
90369
90453
|
const TeamMembershipFragmentDoc = {
|
@@ -90434,8 +90518,6 @@ const TeamMembershipConnectionFragmentDoc = {
|
|
90434
90518
|
],
|
90435
90519
|
},
|
90436
90520
|
},
|
90437
|
-
...TeamMembershipFragmentDoc.definitions,
|
90438
|
-
...PageInfoFragmentDoc.definitions,
|
90439
90521
|
],
|
90440
90522
|
};
|
90441
90523
|
const TeamMembershipPayloadFragmentDoc = {
|
@@ -90512,7 +90594,6 @@ const TemplateConnectionFragmentDoc = {
|
|
90512
90594
|
],
|
90513
90595
|
},
|
90514
90596
|
},
|
90515
|
-
...PageInfoFragmentDoc.definitions,
|
90516
90597
|
],
|
90517
90598
|
};
|
90518
90599
|
const TemplatePayloadFragmentDoc = {
|
@@ -90587,7 +90668,6 @@ const UploadFileFragmentDoc = {
|
|
90587
90668
|
],
|
90588
90669
|
},
|
90589
90670
|
},
|
90590
|
-
...UploadFileHeaderFragmentDoc.definitions,
|
90591
90671
|
],
|
90592
90672
|
};
|
90593
90673
|
const UploadPayloadFragmentDoc = {
|
@@ -90614,7 +90694,6 @@ const UploadPayloadFragmentDoc = {
|
|
90614
90694
|
],
|
90615
90695
|
},
|
90616
90696
|
},
|
90617
|
-
...UploadFileFragmentDoc.definitions,
|
90618
90697
|
],
|
90619
90698
|
};
|
90620
90699
|
const UserAdminPayloadFragmentDoc = {
|
@@ -90664,8 +90743,6 @@ const UserConnectionFragmentDoc = {
|
|
90664
90743
|
],
|
90665
90744
|
},
|
90666
90745
|
},
|
90667
|
-
...UserFragmentDoc.definitions,
|
90668
|
-
...PageInfoFragmentDoc.definitions,
|
90669
90746
|
],
|
90670
90747
|
};
|
90671
90748
|
const UserPayloadFragmentDoc = {
|
@@ -90796,7 +90873,6 @@ const ViewPreferencesPayloadFragmentDoc = {
|
|
90796
90873
|
],
|
90797
90874
|
},
|
90798
90875
|
},
|
90799
|
-
...ViewPreferencesFragmentDoc.definitions,
|
90800
90876
|
],
|
90801
90877
|
};
|
90802
90878
|
const WebhookFragmentDoc = {
|
@@ -90871,8 +90947,6 @@ const WebhookConnectionFragmentDoc = {
|
|
90871
90947
|
],
|
90872
90948
|
},
|
90873
90949
|
},
|
90874
|
-
...WebhookFragmentDoc.definitions,
|
90875
|
-
...PageInfoFragmentDoc.definitions,
|
90876
90950
|
],
|
90877
90951
|
};
|
90878
90952
|
const WebhookPayloadFragmentDoc = {
|
@@ -90973,8 +91047,6 @@ const WorkflowCronJobDefinitionConnectionFragmentDoc = {
|
|
90973
91047
|
],
|
90974
91048
|
},
|
90975
91049
|
},
|
90976
|
-
...WorkflowCronJobDefinitionFragmentDoc.definitions,
|
90977
|
-
...PageInfoFragmentDoc.definitions,
|
90978
91050
|
],
|
90979
91051
|
};
|
90980
91052
|
const WorkflowDefinitionFragmentDoc = {
|
@@ -91090,8 +91162,6 @@ const WorkflowDefinitionConnectionFragmentDoc = {
|
|
91090
91162
|
],
|
91091
91163
|
},
|
91092
91164
|
},
|
91093
|
-
...WorkflowDefinitionFragmentDoc.definitions,
|
91094
|
-
...PageInfoFragmentDoc.definitions,
|
91095
91165
|
],
|
91096
91166
|
};
|
91097
91167
|
const WorkflowStateFragmentDoc = {
|
@@ -91157,8 +91227,6 @@ const WorkflowStateConnectionFragmentDoc = {
|
|
91157
91227
|
],
|
91158
91228
|
},
|
91159
91229
|
},
|
91160
|
-
...WorkflowStateFragmentDoc.definitions,
|
91161
|
-
...PageInfoFragmentDoc.definitions,
|
91162
91230
|
],
|
91163
91231
|
};
|
91164
91232
|
const WorkflowStatePayloadFragmentDoc = {
|
@@ -91267,6 +91335,7 @@ const CreateApiKeyDocument = {
|
|
91267
91335
|
},
|
91268
91336
|
},
|
91269
91337
|
...ApiKeyPayloadFragmentDoc.definitions,
|
91338
|
+
...ApiKeyFragmentDoc.definitions,
|
91270
91339
|
],
|
91271
91340
|
};
|
91272
91341
|
const DeleteApiKeyDocument = {
|
@@ -91437,6 +91506,16 @@ const AttachmentLinkDiscordDocument = {
|
|
91437
91506
|
variable: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
|
91438
91507
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
91439
91508
|
},
|
91509
|
+
{
|
91510
|
+
kind: "VariableDefinition",
|
91511
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91512
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91513
|
+
},
|
91514
|
+
{
|
91515
|
+
kind: "VariableDefinition",
|
91516
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91517
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91518
|
+
},
|
91440
91519
|
{
|
91441
91520
|
kind: "VariableDefinition",
|
91442
91521
|
variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
@@ -91465,6 +91544,16 @@ const AttachmentLinkDiscordDocument = {
|
|
91465
91544
|
name: { kind: "Name", value: "channelId" },
|
91466
91545
|
value: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
|
91467
91546
|
},
|
91547
|
+
{
|
91548
|
+
kind: "Argument",
|
91549
|
+
name: { kind: "Name", value: "createAsUser" },
|
91550
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91551
|
+
},
|
91552
|
+
{
|
91553
|
+
kind: "Argument",
|
91554
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
91555
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91556
|
+
},
|
91468
91557
|
{
|
91469
91558
|
kind: "Argument",
|
91470
91559
|
name: { kind: "Name", value: "issueId" },
|
@@ -91505,6 +91594,16 @@ const AttachmentLinkFrontDocument = {
|
|
91505
91594
|
variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
|
91506
91595
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
91507
91596
|
},
|
91597
|
+
{
|
91598
|
+
kind: "VariableDefinition",
|
91599
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91600
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91601
|
+
},
|
91602
|
+
{
|
91603
|
+
kind: "VariableDefinition",
|
91604
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91605
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91606
|
+
},
|
91508
91607
|
{
|
91509
91608
|
kind: "VariableDefinition",
|
91510
91609
|
variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
@@ -91523,6 +91622,16 @@ const AttachmentLinkFrontDocument = {
|
|
91523
91622
|
name: { kind: "Name", value: "conversationId" },
|
91524
91623
|
value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
|
91525
91624
|
},
|
91625
|
+
{
|
91626
|
+
kind: "Argument",
|
91627
|
+
name: { kind: "Name", value: "createAsUser" },
|
91628
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91629
|
+
},
|
91630
|
+
{
|
91631
|
+
kind: "Argument",
|
91632
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
91633
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91634
|
+
},
|
91526
91635
|
{
|
91527
91636
|
kind: "Argument",
|
91528
91637
|
name: { kind: "Name", value: "issueId" },
|
@@ -91553,6 +91662,16 @@ const AttachmentLinkIntercomDocument = {
|
|
91553
91662
|
variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
|
91554
91663
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
91555
91664
|
},
|
91665
|
+
{
|
91666
|
+
kind: "VariableDefinition",
|
91667
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91668
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91669
|
+
},
|
91670
|
+
{
|
91671
|
+
kind: "VariableDefinition",
|
91672
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91673
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91674
|
+
},
|
91556
91675
|
{
|
91557
91676
|
kind: "VariableDefinition",
|
91558
91677
|
variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
@@ -91571,6 +91690,16 @@ const AttachmentLinkIntercomDocument = {
|
|
91571
91690
|
name: { kind: "Name", value: "conversationId" },
|
91572
91691
|
value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
|
91573
91692
|
},
|
91693
|
+
{
|
91694
|
+
kind: "Argument",
|
91695
|
+
name: { kind: "Name", value: "createAsUser" },
|
91696
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91697
|
+
},
|
91698
|
+
{
|
91699
|
+
kind: "Argument",
|
91700
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
91701
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91702
|
+
},
|
91574
91703
|
{
|
91575
91704
|
kind: "Argument",
|
91576
91705
|
name: { kind: "Name", value: "issueId" },
|
@@ -91649,6 +91778,16 @@ const AttachmentLinkSlackDocument = {
|
|
91649
91778
|
variable: { kind: "Variable", name: { kind: "Name", value: "channel" } },
|
91650
91779
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
91651
91780
|
},
|
91781
|
+
{
|
91782
|
+
kind: "VariableDefinition",
|
91783
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91784
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91785
|
+
},
|
91786
|
+
{
|
91787
|
+
kind: "VariableDefinition",
|
91788
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91789
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91790
|
+
},
|
91652
91791
|
{
|
91653
91792
|
kind: "VariableDefinition",
|
91654
91793
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
@@ -91692,6 +91831,16 @@ const AttachmentLinkSlackDocument = {
|
|
91692
91831
|
name: { kind: "Name", value: "channel" },
|
91693
91832
|
value: { kind: "Variable", name: { kind: "Name", value: "channel" } },
|
91694
91833
|
},
|
91834
|
+
{
|
91835
|
+
kind: "Argument",
|
91836
|
+
name: { kind: "Name", value: "createAsUser" },
|
91837
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91838
|
+
},
|
91839
|
+
{
|
91840
|
+
kind: "Argument",
|
91841
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
91842
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91843
|
+
},
|
91695
91844
|
{
|
91696
91845
|
kind: "Argument",
|
91697
91846
|
name: { kind: "Name", value: "id" },
|
@@ -91742,6 +91891,16 @@ const AttachmentLinkUrlDocument = {
|
|
91742
91891
|
operation: "mutation",
|
91743
91892
|
name: { kind: "Name", value: "attachmentLinkURL" },
|
91744
91893
|
variableDefinitions: [
|
91894
|
+
{
|
91895
|
+
kind: "VariableDefinition",
|
91896
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91897
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91898
|
+
},
|
91899
|
+
{
|
91900
|
+
kind: "VariableDefinition",
|
91901
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91902
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91903
|
+
},
|
91745
91904
|
{
|
91746
91905
|
kind: "VariableDefinition",
|
91747
91906
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
@@ -91770,6 +91929,16 @@ const AttachmentLinkUrlDocument = {
|
|
91770
91929
|
kind: "Field",
|
91771
91930
|
name: { kind: "Name", value: "attachmentLinkURL" },
|
91772
91931
|
arguments: [
|
91932
|
+
{
|
91933
|
+
kind: "Argument",
|
91934
|
+
name: { kind: "Name", value: "createAsUser" },
|
91935
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91936
|
+
},
|
91937
|
+
{
|
91938
|
+
kind: "Argument",
|
91939
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
91940
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91941
|
+
},
|
91773
91942
|
{
|
91774
91943
|
kind: "Argument",
|
91775
91944
|
name: { kind: "Name", value: "id" },
|
@@ -91810,6 +91979,16 @@ const AttachmentLinkZendeskDocument = {
|
|
91810
91979
|
operation: "mutation",
|
91811
91980
|
name: { kind: "Name", value: "attachmentLinkZendesk" },
|
91812
91981
|
variableDefinitions: [
|
91982
|
+
{
|
91983
|
+
kind: "VariableDefinition",
|
91984
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
91985
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91986
|
+
},
|
91987
|
+
{
|
91988
|
+
kind: "VariableDefinition",
|
91989
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
91990
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
91991
|
+
},
|
91813
91992
|
{
|
91814
91993
|
kind: "VariableDefinition",
|
91815
91994
|
variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
|
@@ -91828,6 +92007,16 @@ const AttachmentLinkZendeskDocument = {
|
|
91828
92007
|
kind: "Field",
|
91829
92008
|
name: { kind: "Name", value: "attachmentLinkZendesk" },
|
91830
92009
|
arguments: [
|
92010
|
+
{
|
92011
|
+
kind: "Argument",
|
92012
|
+
name: { kind: "Name", value: "createAsUser" },
|
92013
|
+
value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
|
92014
|
+
},
|
92015
|
+
{
|
92016
|
+
kind: "Argument",
|
92017
|
+
name: { kind: "Name", value: "displayIconUrl" },
|
92018
|
+
value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
|
92019
|
+
},
|
91831
92020
|
{
|
91832
92021
|
kind: "Argument",
|
91833
92022
|
name: { kind: "Name", value: "issueId" },
|
@@ -92627,6 +92816,9 @@ const EmailTokenUserAccountAuthDocument = {
|
|
92627
92816
|
},
|
92628
92817
|
},
|
92629
92818
|
...AuthResolverResponseFragmentDoc.definitions,
|
92819
|
+
...OrganizationFragmentDoc.definitions,
|
92820
|
+
...PaidSubscriptionFragmentDoc.definitions,
|
92821
|
+
...UserFragmentDoc.definitions,
|
92630
92822
|
],
|
92631
92823
|
};
|
92632
92824
|
const EmailUnsubscribeDocument = {
|
@@ -92995,6 +93187,8 @@ const FileUploadDocument = {
|
|
92995
93187
|
},
|
92996
93188
|
},
|
92997
93189
|
...UploadPayloadFragmentDoc.definitions,
|
93190
|
+
...UploadFileFragmentDoc.definitions,
|
93191
|
+
...UploadFileHeaderFragmentDoc.definitions,
|
92998
93192
|
],
|
92999
93193
|
};
|
93000
93194
|
const GoogleUserAccountAuthDocument = {
|
@@ -93036,6 +93230,9 @@ const GoogleUserAccountAuthDocument = {
|
|
93036
93230
|
},
|
93037
93231
|
},
|
93038
93232
|
...AuthResolverResponseFragmentDoc.definitions,
|
93233
|
+
...OrganizationFragmentDoc.definitions,
|
93234
|
+
...PaidSubscriptionFragmentDoc.definitions,
|
93235
|
+
...UserFragmentDoc.definitions,
|
93039
93236
|
],
|
93040
93237
|
};
|
93041
93238
|
const ImageUploadFromUrlDocument = {
|
@@ -93142,6 +93339,57 @@ const ImportFileUploadDocument = {
|
|
93142
93339
|
},
|
93143
93340
|
},
|
93144
93341
|
...UploadPayloadFragmentDoc.definitions,
|
93342
|
+
...UploadFileFragmentDoc.definitions,
|
93343
|
+
...UploadFileHeaderFragmentDoc.definitions,
|
93344
|
+
],
|
93345
|
+
};
|
93346
|
+
const IntegrationAsksConnectChannelDocument = {
|
93347
|
+
kind: "Document",
|
93348
|
+
definitions: [
|
93349
|
+
{
|
93350
|
+
kind: "OperationDefinition",
|
93351
|
+
operation: "mutation",
|
93352
|
+
name: { kind: "Name", value: "integrationAsksConnectChannel" },
|
93353
|
+
variableDefinitions: [
|
93354
|
+
{
|
93355
|
+
kind: "VariableDefinition",
|
93356
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
93357
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
93358
|
+
},
|
93359
|
+
{
|
93360
|
+
kind: "VariableDefinition",
|
93361
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
|
93362
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
93363
|
+
},
|
93364
|
+
],
|
93365
|
+
selectionSet: {
|
93366
|
+
kind: "SelectionSet",
|
93367
|
+
selections: [
|
93368
|
+
{
|
93369
|
+
kind: "Field",
|
93370
|
+
name: { kind: "Name", value: "integrationAsksConnectChannel" },
|
93371
|
+
arguments: [
|
93372
|
+
{
|
93373
|
+
kind: "Argument",
|
93374
|
+
name: { kind: "Name", value: "code" },
|
93375
|
+
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
93376
|
+
},
|
93377
|
+
{
|
93378
|
+
kind: "Argument",
|
93379
|
+
name: { kind: "Name", value: "redirectUri" },
|
93380
|
+
value: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
|
93381
|
+
},
|
93382
|
+
],
|
93383
|
+
selectionSet: {
|
93384
|
+
kind: "SelectionSet",
|
93385
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AsksChannelConnectPayload" } }],
|
93386
|
+
},
|
93387
|
+
},
|
93388
|
+
],
|
93389
|
+
},
|
93390
|
+
},
|
93391
|
+
...AsksChannelConnectPayloadFragmentDoc.definitions,
|
93392
|
+
...SlackChannelNameMappingFragmentDoc.definitions,
|
93145
93393
|
],
|
93146
93394
|
};
|
93147
93395
|
const DeleteIntegrationDocument = {
|
@@ -94493,6 +94741,7 @@ const UpdateIssueBatchDocument = {
|
|
94493
94741
|
},
|
94494
94742
|
},
|
94495
94743
|
...IssueBatchPayloadFragmentDoc.definitions,
|
94744
|
+
...IssueFragmentDoc.definitions,
|
94496
94745
|
],
|
94497
94746
|
};
|
94498
94747
|
const CreateIssueDocument = {
|
@@ -94677,6 +94926,7 @@ const IssueImportCreateAsanaDocument = {
|
|
94677
94926
|
},
|
94678
94927
|
},
|
94679
94928
|
...IssueImportPayloadFragmentDoc.definitions,
|
94929
|
+
...IssueImportFragmentDoc.definitions,
|
94680
94930
|
],
|
94681
94931
|
};
|
94682
94932
|
const IssueImportCreateCsvJiraDocument = {
|
@@ -94775,6 +95025,7 @@ const IssueImportCreateCsvJiraDocument = {
|
|
94775
95025
|
},
|
94776
95026
|
},
|
94777
95027
|
...IssueImportPayloadFragmentDoc.definitions,
|
95028
|
+
...IssueImportFragmentDoc.definitions,
|
94778
95029
|
],
|
94779
95030
|
};
|
94780
95031
|
const IssueImportCreateClubhouseDocument = {
|
@@ -94883,6 +95134,7 @@ const IssueImportCreateClubhouseDocument = {
|
|
94883
95134
|
},
|
94884
95135
|
},
|
94885
95136
|
...IssueImportPayloadFragmentDoc.definitions,
|
95137
|
+
...IssueImportFragmentDoc.definitions,
|
94886
95138
|
],
|
94887
95139
|
};
|
94888
95140
|
const IssueImportCreateGithubDocument = {
|
@@ -95011,6 +95263,7 @@ const IssueImportCreateGithubDocument = {
|
|
95011
95263
|
},
|
95012
95264
|
},
|
95013
95265
|
...IssueImportPayloadFragmentDoc.definitions,
|
95266
|
+
...IssueImportFragmentDoc.definitions,
|
95014
95267
|
],
|
95015
95268
|
};
|
95016
95269
|
const IssueImportCreateJiraDocument = {
|
@@ -95139,6 +95392,7 @@ const IssueImportCreateJiraDocument = {
|
|
95139
95392
|
},
|
95140
95393
|
},
|
95141
95394
|
...IssueImportPayloadFragmentDoc.definitions,
|
95395
|
+
...IssueImportFragmentDoc.definitions,
|
95142
95396
|
],
|
95143
95397
|
};
|
95144
95398
|
const DeleteIssueImportDocument = {
|
@@ -95177,6 +95431,7 @@ const DeleteIssueImportDocument = {
|
|
95177
95431
|
},
|
95178
95432
|
},
|
95179
95433
|
...IssueImportDeletePayloadFragmentDoc.definitions,
|
95434
|
+
...IssueImportFragmentDoc.definitions,
|
95180
95435
|
],
|
95181
95436
|
};
|
95182
95437
|
const IssueImportProcessDocument = {
|
@@ -95225,6 +95480,7 @@ const IssueImportProcessDocument = {
|
|
95225
95480
|
},
|
95226
95481
|
},
|
95227
95482
|
...IssueImportPayloadFragmentDoc.definitions,
|
95483
|
+
...IssueImportFragmentDoc.definitions,
|
95228
95484
|
],
|
95229
95485
|
};
|
95230
95486
|
const UpdateIssueImportDocument = {
|
@@ -95276,6 +95532,7 @@ const UpdateIssueImportDocument = {
|
|
95276
95532
|
},
|
95277
95533
|
},
|
95278
95534
|
...IssueImportPayloadFragmentDoc.definitions,
|
95535
|
+
...IssueImportFragmentDoc.definitions,
|
95279
95536
|
],
|
95280
95537
|
};
|
95281
95538
|
const CreateIssueLabelDocument = {
|
@@ -95825,6 +96082,12 @@ const ArchiveNotificationDocument = {
|
|
95825
96082
|
},
|
95826
96083
|
},
|
95827
96084
|
...NotificationArchivePayloadFragmentDoc.definitions,
|
96085
|
+
...NotificationFragmentDoc.definitions,
|
96086
|
+
...ActorBotFragmentDoc.definitions,
|
96087
|
+
...IssueNotificationFragmentDoc.definitions,
|
96088
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96089
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96090
|
+
...ProjectNotificationFragmentDoc.definitions,
|
95828
96091
|
],
|
95829
96092
|
};
|
95830
96093
|
const NotificationArchiveAllDocument = {
|
@@ -95866,6 +96129,12 @@ const NotificationArchiveAllDocument = {
|
|
95866
96129
|
},
|
95867
96130
|
},
|
95868
96131
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
96132
|
+
...NotificationFragmentDoc.definitions,
|
96133
|
+
...ActorBotFragmentDoc.definitions,
|
96134
|
+
...IssueNotificationFragmentDoc.definitions,
|
96135
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96136
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96137
|
+
...ProjectNotificationFragmentDoc.definitions,
|
95869
96138
|
],
|
95870
96139
|
};
|
95871
96140
|
const NotificationMarkReadAllDocument = {
|
@@ -95917,6 +96186,12 @@ const NotificationMarkReadAllDocument = {
|
|
95917
96186
|
},
|
95918
96187
|
},
|
95919
96188
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
96189
|
+
...NotificationFragmentDoc.definitions,
|
96190
|
+
...ActorBotFragmentDoc.definitions,
|
96191
|
+
...IssueNotificationFragmentDoc.definitions,
|
96192
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96193
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96194
|
+
...ProjectNotificationFragmentDoc.definitions,
|
95920
96195
|
],
|
95921
96196
|
};
|
95922
96197
|
const NotificationMarkUnreadAllDocument = {
|
@@ -95958,6 +96233,12 @@ const NotificationMarkUnreadAllDocument = {
|
|
95958
96233
|
},
|
95959
96234
|
},
|
95960
96235
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
96236
|
+
...NotificationFragmentDoc.definitions,
|
96237
|
+
...ActorBotFragmentDoc.definitions,
|
96238
|
+
...IssueNotificationFragmentDoc.definitions,
|
96239
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96240
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96241
|
+
...ProjectNotificationFragmentDoc.definitions,
|
95961
96242
|
],
|
95962
96243
|
};
|
95963
96244
|
const NotificationSnoozeAllDocument = {
|
@@ -96009,6 +96290,12 @@ const NotificationSnoozeAllDocument = {
|
|
96009
96290
|
},
|
96010
96291
|
},
|
96011
96292
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
96293
|
+
...NotificationFragmentDoc.definitions,
|
96294
|
+
...ActorBotFragmentDoc.definitions,
|
96295
|
+
...IssueNotificationFragmentDoc.definitions,
|
96296
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96297
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96298
|
+
...ProjectNotificationFragmentDoc.definitions,
|
96012
96299
|
],
|
96013
96300
|
};
|
96014
96301
|
const CreateNotificationSubscriptionDocument = {
|
@@ -96052,6 +96339,7 @@ const CreateNotificationSubscriptionDocument = {
|
|
96052
96339
|
},
|
96053
96340
|
},
|
96054
96341
|
...NotificationSubscriptionPayloadFragmentDoc.definitions,
|
96342
|
+
...NotificationSubscriptionFragmentDoc.definitions,
|
96055
96343
|
],
|
96056
96344
|
};
|
96057
96345
|
const DeleteNotificationSubscriptionDocument = {
|
@@ -96143,6 +96431,7 @@ const UpdateNotificationSubscriptionDocument = {
|
|
96143
96431
|
},
|
96144
96432
|
},
|
96145
96433
|
...NotificationSubscriptionPayloadFragmentDoc.definitions,
|
96434
|
+
...NotificationSubscriptionFragmentDoc.definitions,
|
96146
96435
|
],
|
96147
96436
|
};
|
96148
96437
|
const UnarchiveNotificationDocument = {
|
@@ -96181,6 +96470,12 @@ const UnarchiveNotificationDocument = {
|
|
96181
96470
|
},
|
96182
96471
|
},
|
96183
96472
|
...NotificationArchivePayloadFragmentDoc.definitions,
|
96473
|
+
...NotificationFragmentDoc.definitions,
|
96474
|
+
...ActorBotFragmentDoc.definitions,
|
96475
|
+
...IssueNotificationFragmentDoc.definitions,
|
96476
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96477
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96478
|
+
...ProjectNotificationFragmentDoc.definitions,
|
96184
96479
|
],
|
96185
96480
|
};
|
96186
96481
|
const NotificationUnsnoozeAllDocument = {
|
@@ -96232,6 +96527,12 @@ const NotificationUnsnoozeAllDocument = {
|
|
96232
96527
|
},
|
96233
96528
|
},
|
96234
96529
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
96530
|
+
...NotificationFragmentDoc.definitions,
|
96531
|
+
...ActorBotFragmentDoc.definitions,
|
96532
|
+
...IssueNotificationFragmentDoc.definitions,
|
96533
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96534
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96535
|
+
...ProjectNotificationFragmentDoc.definitions,
|
96235
96536
|
],
|
96236
96537
|
};
|
96237
96538
|
const UpdateNotificationDocument = {
|
@@ -96283,6 +96584,12 @@ const UpdateNotificationDocument = {
|
|
96283
96584
|
},
|
96284
96585
|
},
|
96285
96586
|
...NotificationPayloadFragmentDoc.definitions,
|
96587
|
+
...NotificationFragmentDoc.definitions,
|
96588
|
+
...ActorBotFragmentDoc.definitions,
|
96589
|
+
...IssueNotificationFragmentDoc.definitions,
|
96590
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
96591
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
96592
|
+
...ProjectNotificationFragmentDoc.definitions,
|
96286
96593
|
],
|
96287
96594
|
};
|
96288
96595
|
const DeleteOrganizationCancelDocument = {
|
@@ -96624,6 +96931,11 @@ const ArchiveProjectDocument = {
|
|
96624
96931
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96625
96932
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96626
96933
|
},
|
96934
|
+
{
|
96935
|
+
kind: "VariableDefinition",
|
96936
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "trash" } },
|
96937
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
96938
|
+
},
|
96627
96939
|
],
|
96628
96940
|
selectionSet: {
|
96629
96941
|
kind: "SelectionSet",
|
@@ -96637,6 +96949,11 @@ const ArchiveProjectDocument = {
|
|
96637
96949
|
name: { kind: "Name", value: "id" },
|
96638
96950
|
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96639
96951
|
},
|
96952
|
+
{
|
96953
|
+
kind: "Argument",
|
96954
|
+
name: { kind: "Name", value: "trash" },
|
96955
|
+
value: { kind: "Variable", name: { kind: "Name", value: "trash" } },
|
96956
|
+
},
|
96640
96957
|
],
|
96641
96958
|
selectionSet: {
|
96642
96959
|
kind: "SelectionSet",
|
@@ -96719,13 +97036,13 @@ const DeleteProjectDocument = {
|
|
96719
97036
|
],
|
96720
97037
|
selectionSet: {
|
96721
97038
|
kind: "SelectionSet",
|
96722
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
97039
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectArchivePayload" } }],
|
96723
97040
|
},
|
96724
97041
|
},
|
96725
97042
|
],
|
96726
97043
|
},
|
96727
97044
|
},
|
96728
|
-
...
|
97045
|
+
...ProjectArchivePayloadFragmentDoc.definitions,
|
96729
97046
|
],
|
96730
97047
|
};
|
96731
97048
|
const CreateProjectLinkDocument = {
|
@@ -97408,6 +97725,7 @@ const CreateReactionDocument = {
|
|
97408
97725
|
},
|
97409
97726
|
},
|
97410
97727
|
...ReactionPayloadFragmentDoc.definitions,
|
97728
|
+
...ReactionFragmentDoc.definitions,
|
97411
97729
|
],
|
97412
97730
|
};
|
97413
97731
|
const DeleteReactionDocument = {
|
@@ -97899,6 +98217,9 @@ const SamlTokenUserAccountAuthDocument = {
|
|
97899
98217
|
},
|
97900
98218
|
},
|
97901
98219
|
...AuthResolverResponseFragmentDoc.definitions,
|
98220
|
+
...OrganizationFragmentDoc.definitions,
|
98221
|
+
...PaidSubscriptionFragmentDoc.definitions,
|
98222
|
+
...UserFragmentDoc.definitions,
|
97902
98223
|
],
|
97903
98224
|
};
|
97904
98225
|
const CreateTeamDocument = {
|
@@ -99067,6 +99388,7 @@ const CreateViewPreferencesDocument = {
|
|
99067
99388
|
},
|
99068
99389
|
},
|
99069
99390
|
...ViewPreferencesPayloadFragmentDoc.definitions,
|
99391
|
+
...ViewPreferencesFragmentDoc.definitions,
|
99070
99392
|
],
|
99071
99393
|
};
|
99072
99394
|
const DeleteViewPreferencesDocument = {
|
@@ -99156,6 +99478,7 @@ const UpdateViewPreferencesDocument = {
|
|
99156
99478
|
},
|
99157
99479
|
},
|
99158
99480
|
...ViewPreferencesPayloadFragmentDoc.definitions,
|
99481
|
+
...ViewPreferencesFragmentDoc.definitions,
|
99159
99482
|
],
|
99160
99483
|
};
|
99161
99484
|
const CreateWebhookDocument = {
|
@@ -99552,6 +99875,8 @@ const ProjectMilestonesDocument = {
|
|
99552
99875
|
},
|
99553
99876
|
},
|
99554
99877
|
...ProjectMilestoneConnectionFragmentDoc.definitions,
|
99878
|
+
...ProjectMilestoneFragmentDoc.definitions,
|
99879
|
+
...PageInfoFragmentDoc.definitions,
|
99555
99880
|
],
|
99556
99881
|
};
|
99557
99882
|
const AdministrableTeamsDocument = {
|
@@ -99650,6 +99975,8 @@ const AdministrableTeamsDocument = {
|
|
99650
99975
|
},
|
99651
99976
|
},
|
99652
99977
|
...TeamConnectionFragmentDoc.definitions,
|
99978
|
+
...TeamFragmentDoc.definitions,
|
99979
|
+
...PageInfoFragmentDoc.definitions,
|
99653
99980
|
],
|
99654
99981
|
};
|
99655
99982
|
const ApiKeysDocument = {
|
@@ -99738,6 +100065,8 @@ const ApiKeysDocument = {
|
|
99738
100065
|
},
|
99739
100066
|
},
|
99740
100067
|
...ApiKeyConnectionFragmentDoc.definitions,
|
100068
|
+
...ApiKeyFragmentDoc.definitions,
|
100069
|
+
...PageInfoFragmentDoc.definitions,
|
99741
100070
|
],
|
99742
100071
|
};
|
99743
100072
|
const ApplicationInfoDocument = {
|
@@ -100045,6 +100374,8 @@ const AttachmentIssue_AttachmentsDocument = {
|
|
100045
100374
|
},
|
100046
100375
|
},
|
100047
100376
|
...AttachmentConnectionFragmentDoc.definitions,
|
100377
|
+
...AttachmentFragmentDoc.definitions,
|
100378
|
+
...PageInfoFragmentDoc.definitions,
|
100048
100379
|
],
|
100049
100380
|
};
|
100050
100381
|
const AttachmentIssue_ChildrenDocument = {
|
@@ -100164,6 +100495,8 @@ const AttachmentIssue_ChildrenDocument = {
|
|
100164
100495
|
},
|
100165
100496
|
},
|
100166
100497
|
...IssueConnectionFragmentDoc.definitions,
|
100498
|
+
...IssueFragmentDoc.definitions,
|
100499
|
+
...PageInfoFragmentDoc.definitions,
|
100167
100500
|
],
|
100168
100501
|
};
|
100169
100502
|
const AttachmentIssue_CommentsDocument = {
|
@@ -100283,6 +100616,9 @@ const AttachmentIssue_CommentsDocument = {
|
|
100283
100616
|
},
|
100284
100617
|
},
|
100285
100618
|
...CommentConnectionFragmentDoc.definitions,
|
100619
|
+
...CommentFragmentDoc.definitions,
|
100620
|
+
...ActorBotFragmentDoc.definitions,
|
100621
|
+
...PageInfoFragmentDoc.definitions,
|
100286
100622
|
],
|
100287
100623
|
};
|
100288
100624
|
const AttachmentIssue_HistoryDocument = {
|
@@ -100392,6 +100728,11 @@ const AttachmentIssue_HistoryDocument = {
|
|
100392
100728
|
},
|
100393
100729
|
},
|
100394
100730
|
...IssueHistoryConnectionFragmentDoc.definitions,
|
100731
|
+
...IssueHistoryFragmentDoc.definitions,
|
100732
|
+
...IssueRelationHistoryPayloadFragmentDoc.definitions,
|
100733
|
+
...ActorBotFragmentDoc.definitions,
|
100734
|
+
...IssueImportFragmentDoc.definitions,
|
100735
|
+
...PageInfoFragmentDoc.definitions,
|
100395
100736
|
],
|
100396
100737
|
};
|
100397
100738
|
const AttachmentIssue_InverseRelationsDocument = {
|
@@ -100501,6 +100842,8 @@ const AttachmentIssue_InverseRelationsDocument = {
|
|
100501
100842
|
},
|
100502
100843
|
},
|
100503
100844
|
...IssueRelationConnectionFragmentDoc.definitions,
|
100845
|
+
...IssueRelationFragmentDoc.definitions,
|
100846
|
+
...PageInfoFragmentDoc.definitions,
|
100504
100847
|
],
|
100505
100848
|
};
|
100506
100849
|
const AttachmentIssue_LabelsDocument = {
|
@@ -100620,6 +100963,8 @@ const AttachmentIssue_LabelsDocument = {
|
|
100620
100963
|
},
|
100621
100964
|
},
|
100622
100965
|
...IssueLabelConnectionFragmentDoc.definitions,
|
100966
|
+
...IssueLabelFragmentDoc.definitions,
|
100967
|
+
...PageInfoFragmentDoc.definitions,
|
100623
100968
|
],
|
100624
100969
|
};
|
100625
100970
|
const AttachmentIssue_RelationsDocument = {
|
@@ -100729,6 +101074,8 @@ const AttachmentIssue_RelationsDocument = {
|
|
100729
101074
|
},
|
100730
101075
|
},
|
100731
101076
|
...IssueRelationConnectionFragmentDoc.definitions,
|
101077
|
+
...IssueRelationFragmentDoc.definitions,
|
101078
|
+
...PageInfoFragmentDoc.definitions,
|
100732
101079
|
],
|
100733
101080
|
};
|
100734
101081
|
const AttachmentIssue_SubscribersDocument = {
|
@@ -100858,6 +101205,8 @@ const AttachmentIssue_SubscribersDocument = {
|
|
100858
101205
|
},
|
100859
101206
|
},
|
100860
101207
|
...UserConnectionFragmentDoc.definitions,
|
101208
|
+
...UserFragmentDoc.definitions,
|
101209
|
+
...PageInfoFragmentDoc.definitions,
|
100861
101210
|
],
|
100862
101211
|
};
|
100863
101212
|
const AttachmentsDocument = {
|
@@ -100956,6 +101305,8 @@ const AttachmentsDocument = {
|
|
100956
101305
|
},
|
100957
101306
|
},
|
100958
101307
|
...AttachmentConnectionFragmentDoc.definitions,
|
101308
|
+
...AttachmentFragmentDoc.definitions,
|
101309
|
+
...PageInfoFragmentDoc.definitions,
|
100959
101310
|
],
|
100960
101311
|
};
|
100961
101312
|
const AttachmentsForUrlDocument = {
|
@@ -101054,6 +101405,8 @@ const AttachmentsForUrlDocument = {
|
|
101054
101405
|
},
|
101055
101406
|
},
|
101056
101407
|
...AttachmentConnectionFragmentDoc.definitions,
|
101408
|
+
...AttachmentFragmentDoc.definitions,
|
101409
|
+
...PageInfoFragmentDoc.definitions,
|
101057
101410
|
],
|
101058
101411
|
};
|
101059
101412
|
const AuditEntriesDocument = {
|
@@ -101152,6 +101505,8 @@ const AuditEntriesDocument = {
|
|
101152
101505
|
},
|
101153
101506
|
},
|
101154
101507
|
...AuditEntryConnectionFragmentDoc.definitions,
|
101508
|
+
...AuditEntryFragmentDoc.definitions,
|
101509
|
+
...PageInfoFragmentDoc.definitions,
|
101155
101510
|
],
|
101156
101511
|
};
|
101157
101512
|
const AuditEntryTypesDocument = {
|
@@ -101200,6 +101555,9 @@ const AvailableUsersDocument = {
|
|
101200
101555
|
},
|
101201
101556
|
},
|
101202
101557
|
...AuthResolverResponseFragmentDoc.definitions,
|
101558
|
+
...OrganizationFragmentDoc.definitions,
|
101559
|
+
...PaidSubscriptionFragmentDoc.definitions,
|
101560
|
+
...UserFragmentDoc.definitions,
|
101203
101561
|
],
|
101204
101562
|
};
|
101205
101563
|
const CommentDocument = {
|
@@ -101238,6 +101596,54 @@ const CommentDocument = {
|
|
101238
101596
|
},
|
101239
101597
|
},
|
101240
101598
|
...CommentFragmentDoc.definitions,
|
101599
|
+
...ActorBotFragmentDoc.definitions,
|
101600
|
+
],
|
101601
|
+
};
|
101602
|
+
const Comment_BotActorDocument = {
|
101603
|
+
kind: "Document",
|
101604
|
+
definitions: [
|
101605
|
+
{
|
101606
|
+
kind: "OperationDefinition",
|
101607
|
+
operation: "query",
|
101608
|
+
name: { kind: "Name", value: "comment_botActor" },
|
101609
|
+
variableDefinitions: [
|
101610
|
+
{
|
101611
|
+
kind: "VariableDefinition",
|
101612
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101613
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
101614
|
+
},
|
101615
|
+
],
|
101616
|
+
selectionSet: {
|
101617
|
+
kind: "SelectionSet",
|
101618
|
+
selections: [
|
101619
|
+
{
|
101620
|
+
kind: "Field",
|
101621
|
+
name: { kind: "Name", value: "comment" },
|
101622
|
+
arguments: [
|
101623
|
+
{
|
101624
|
+
kind: "Argument",
|
101625
|
+
name: { kind: "Name", value: "id" },
|
101626
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101627
|
+
},
|
101628
|
+
],
|
101629
|
+
selectionSet: {
|
101630
|
+
kind: "SelectionSet",
|
101631
|
+
selections: [
|
101632
|
+
{
|
101633
|
+
kind: "Field",
|
101634
|
+
name: { kind: "Name", value: "botActor" },
|
101635
|
+
selectionSet: {
|
101636
|
+
kind: "SelectionSet",
|
101637
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
101638
|
+
},
|
101639
|
+
},
|
101640
|
+
],
|
101641
|
+
},
|
101642
|
+
},
|
101643
|
+
],
|
101644
|
+
},
|
101645
|
+
},
|
101646
|
+
...ActorBotFragmentDoc.definitions,
|
101241
101647
|
],
|
101242
101648
|
};
|
101243
101649
|
const Comment_ChildrenDocument = {
|
@@ -101357,6 +101763,9 @@ const Comment_ChildrenDocument = {
|
|
101357
101763
|
},
|
101358
101764
|
},
|
101359
101765
|
...CommentConnectionFragmentDoc.definitions,
|
101766
|
+
...CommentFragmentDoc.definitions,
|
101767
|
+
...ActorBotFragmentDoc.definitions,
|
101768
|
+
...PageInfoFragmentDoc.definitions,
|
101360
101769
|
],
|
101361
101770
|
};
|
101362
101771
|
const CommentsDocument = {
|
@@ -101455,6 +101864,9 @@ const CommentsDocument = {
|
|
101455
101864
|
},
|
101456
101865
|
},
|
101457
101866
|
...CommentConnectionFragmentDoc.definitions,
|
101867
|
+
...CommentFragmentDoc.definitions,
|
101868
|
+
...ActorBotFragmentDoc.definitions,
|
101869
|
+
...PageInfoFragmentDoc.definitions,
|
101458
101870
|
],
|
101459
101871
|
};
|
101460
101872
|
const CustomViewDocument = {
|
@@ -101581,6 +101993,8 @@ const CustomViewsDocument = {
|
|
101581
101993
|
},
|
101582
101994
|
},
|
101583
101995
|
...CustomViewConnectionFragmentDoc.definitions,
|
101996
|
+
...CustomViewFragmentDoc.definitions,
|
101997
|
+
...PageInfoFragmentDoc.definitions,
|
101584
101998
|
],
|
101585
101999
|
};
|
101586
102000
|
const CycleDocument = {
|
@@ -101738,6 +102152,8 @@ const Cycle_IssuesDocument = {
|
|
101738
102152
|
},
|
101739
102153
|
},
|
101740
102154
|
...IssueConnectionFragmentDoc.definitions,
|
102155
|
+
...IssueFragmentDoc.definitions,
|
102156
|
+
...PageInfoFragmentDoc.definitions,
|
101741
102157
|
],
|
101742
102158
|
};
|
101743
102159
|
const Cycle_UncompletedIssuesUponCloseDocument = {
|
@@ -101857,6 +102273,8 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
|
|
101857
102273
|
},
|
101858
102274
|
},
|
101859
102275
|
...IssueConnectionFragmentDoc.definitions,
|
102276
|
+
...IssueFragmentDoc.definitions,
|
102277
|
+
...PageInfoFragmentDoc.definitions,
|
101860
102278
|
],
|
101861
102279
|
};
|
101862
102280
|
const CyclesDocument = {
|
@@ -101955,6 +102373,8 @@ const CyclesDocument = {
|
|
101955
102373
|
},
|
101956
102374
|
},
|
101957
102375
|
...CycleConnectionFragmentDoc.definitions,
|
102376
|
+
...CycleFragmentDoc.definitions,
|
102377
|
+
...PageInfoFragmentDoc.definitions,
|
101958
102378
|
],
|
101959
102379
|
};
|
101960
102380
|
const DocumentDocument = {
|
@@ -102081,6 +102501,8 @@ const DocumentsDocument = {
|
|
102081
102501
|
},
|
102082
102502
|
},
|
102083
102503
|
...DocumentConnectionFragmentDoc.definitions,
|
102504
|
+
...DocumentFragmentDoc.definitions,
|
102505
|
+
...PageInfoFragmentDoc.definitions,
|
102084
102506
|
],
|
102085
102507
|
};
|
102086
102508
|
const EmbedInfoDocument = {
|
@@ -102119,6 +102541,7 @@ const EmbedInfoDocument = {
|
|
102119
102541
|
},
|
102120
102542
|
},
|
102121
102543
|
...EmbedPayloadFragmentDoc.definitions,
|
102544
|
+
...EmbedFragmentDoc.definitions,
|
102122
102545
|
],
|
102123
102546
|
};
|
102124
102547
|
const EmbedInfo_EmbedDocument = {
|
@@ -102292,6 +102715,8 @@ const EmojisDocument = {
|
|
102292
102715
|
},
|
102293
102716
|
},
|
102294
102717
|
...EmojiConnectionFragmentDoc.definitions,
|
102718
|
+
...EmojiFragmentDoc.definitions,
|
102719
|
+
...PageInfoFragmentDoc.definitions,
|
102295
102720
|
],
|
102296
102721
|
};
|
102297
102722
|
const FavoriteDocument = {
|
@@ -102439,6 +102864,8 @@ const Favorite_ChildrenDocument = {
|
|
102439
102864
|
},
|
102440
102865
|
},
|
102441
102866
|
...FavoriteConnectionFragmentDoc.definitions,
|
102867
|
+
...FavoriteFragmentDoc.definitions,
|
102868
|
+
...PageInfoFragmentDoc.definitions,
|
102442
102869
|
],
|
102443
102870
|
};
|
102444
102871
|
const FavoritesDocument = {
|
@@ -102527,6 +102954,8 @@ const FavoritesDocument = {
|
|
102527
102954
|
},
|
102528
102955
|
},
|
102529
102956
|
...FavoriteConnectionFragmentDoc.definitions,
|
102957
|
+
...FavoriteFragmentDoc.definitions,
|
102958
|
+
...PageInfoFragmentDoc.definitions,
|
102530
102959
|
],
|
102531
102960
|
};
|
102532
102961
|
const FigmaEmbedInfoDocument = {
|
@@ -102575,6 +103004,7 @@ const FigmaEmbedInfoDocument = {
|
|
102575
103004
|
},
|
102576
103005
|
},
|
102577
103006
|
...FigmaEmbedPayloadFragmentDoc.definitions,
|
103007
|
+
...FigmaEmbedFragmentDoc.definitions,
|
102578
103008
|
],
|
102579
103009
|
};
|
102580
103010
|
const FigmaEmbedInfo_FigmaEmbedDocument = {
|
@@ -102796,6 +103226,8 @@ const IntegrationTemplatesDocument = {
|
|
102796
103226
|
},
|
102797
103227
|
},
|
102798
103228
|
...IntegrationTemplateConnectionFragmentDoc.definitions,
|
103229
|
+
...IntegrationTemplateFragmentDoc.definitions,
|
103230
|
+
...PageInfoFragmentDoc.definitions,
|
102799
103231
|
],
|
102800
103232
|
};
|
102801
103233
|
const IntegrationsDocument = {
|
@@ -102884,6 +103316,8 @@ const IntegrationsDocument = {
|
|
102884
103316
|
},
|
102885
103317
|
},
|
102886
103318
|
...IntegrationConnectionFragmentDoc.definitions,
|
103319
|
+
...IntegrationFragmentDoc.definitions,
|
103320
|
+
...PageInfoFragmentDoc.definitions,
|
102887
103321
|
],
|
102888
103322
|
};
|
102889
103323
|
const IntegrationsSettingsDocument = {
|
@@ -103079,6 +103513,8 @@ const Issue_AttachmentsDocument = {
|
|
103079
103513
|
},
|
103080
103514
|
},
|
103081
103515
|
...AttachmentConnectionFragmentDoc.definitions,
|
103516
|
+
...AttachmentFragmentDoc.definitions,
|
103517
|
+
...PageInfoFragmentDoc.definitions,
|
103082
103518
|
],
|
103083
103519
|
};
|
103084
103520
|
const Issue_ChildrenDocument = {
|
@@ -103198,6 +103634,8 @@ const Issue_ChildrenDocument = {
|
|
103198
103634
|
},
|
103199
103635
|
},
|
103200
103636
|
...IssueConnectionFragmentDoc.definitions,
|
103637
|
+
...IssueFragmentDoc.definitions,
|
103638
|
+
...PageInfoFragmentDoc.definitions,
|
103201
103639
|
],
|
103202
103640
|
};
|
103203
103641
|
const Issue_CommentsDocument = {
|
@@ -103317,6 +103755,9 @@ const Issue_CommentsDocument = {
|
|
103317
103755
|
},
|
103318
103756
|
},
|
103319
103757
|
...CommentConnectionFragmentDoc.definitions,
|
103758
|
+
...CommentFragmentDoc.definitions,
|
103759
|
+
...ActorBotFragmentDoc.definitions,
|
103760
|
+
...PageInfoFragmentDoc.definitions,
|
103320
103761
|
],
|
103321
103762
|
};
|
103322
103763
|
const Issue_HistoryDocument = {
|
@@ -103426,6 +103867,11 @@ const Issue_HistoryDocument = {
|
|
103426
103867
|
},
|
103427
103868
|
},
|
103428
103869
|
...IssueHistoryConnectionFragmentDoc.definitions,
|
103870
|
+
...IssueHistoryFragmentDoc.definitions,
|
103871
|
+
...IssueRelationHistoryPayloadFragmentDoc.definitions,
|
103872
|
+
...ActorBotFragmentDoc.definitions,
|
103873
|
+
...IssueImportFragmentDoc.definitions,
|
103874
|
+
...PageInfoFragmentDoc.definitions,
|
103429
103875
|
],
|
103430
103876
|
};
|
103431
103877
|
const Issue_InverseRelationsDocument = {
|
@@ -103535,6 +103981,8 @@ const Issue_InverseRelationsDocument = {
|
|
103535
103981
|
},
|
103536
103982
|
},
|
103537
103983
|
...IssueRelationConnectionFragmentDoc.definitions,
|
103984
|
+
...IssueRelationFragmentDoc.definitions,
|
103985
|
+
...PageInfoFragmentDoc.definitions,
|
103538
103986
|
],
|
103539
103987
|
};
|
103540
103988
|
const Issue_LabelsDocument = {
|
@@ -103654,6 +104102,8 @@ const Issue_LabelsDocument = {
|
|
103654
104102
|
},
|
103655
104103
|
},
|
103656
104104
|
...IssueLabelConnectionFragmentDoc.definitions,
|
104105
|
+
...IssueLabelFragmentDoc.definitions,
|
104106
|
+
...PageInfoFragmentDoc.definitions,
|
103657
104107
|
],
|
103658
104108
|
};
|
103659
104109
|
const Issue_RelationsDocument = {
|
@@ -103763,6 +104213,8 @@ const Issue_RelationsDocument = {
|
|
103763
104213
|
},
|
103764
104214
|
},
|
103765
104215
|
...IssueRelationConnectionFragmentDoc.definitions,
|
104216
|
+
...IssueRelationFragmentDoc.definitions,
|
104217
|
+
...PageInfoFragmentDoc.definitions,
|
103766
104218
|
],
|
103767
104219
|
};
|
103768
104220
|
const Issue_SubscribersDocument = {
|
@@ -103892,6 +104344,8 @@ const Issue_SubscribersDocument = {
|
|
103892
104344
|
},
|
103893
104345
|
},
|
103894
104346
|
...UserConnectionFragmentDoc.definitions,
|
104347
|
+
...UserFragmentDoc.definitions,
|
104348
|
+
...PageInfoFragmentDoc.definitions,
|
103895
104349
|
],
|
103896
104350
|
};
|
103897
104351
|
const IssueFigmaFileKeySearchDocument = {
|
@@ -103990,6 +104444,8 @@ const IssueFigmaFileKeySearchDocument = {
|
|
103990
104444
|
},
|
103991
104445
|
},
|
103992
104446
|
...IssueConnectionFragmentDoc.definitions,
|
104447
|
+
...IssueFragmentDoc.definitions,
|
104448
|
+
...PageInfoFragmentDoc.definitions,
|
103993
104449
|
],
|
103994
104450
|
};
|
103995
104451
|
const IssueFilterSuggestionDocument = {
|
@@ -104114,6 +104570,8 @@ const IssueImportFinishGithubOAuthDocument = {
|
|
104114
104570
|
},
|
104115
104571
|
},
|
104116
104572
|
...GithubOAuthTokenPayloadFragmentDoc.definitions,
|
104573
|
+
...GithubOrgFragmentDoc.definitions,
|
104574
|
+
...GithubRepoFragmentDoc.definitions,
|
104117
104575
|
],
|
104118
104576
|
};
|
104119
104577
|
const IssueLabelDocument = {
|
@@ -104271,6 +104729,8 @@ const IssueLabel_ChildrenDocument = {
|
|
104271
104729
|
},
|
104272
104730
|
},
|
104273
104731
|
...IssueLabelConnectionFragmentDoc.definitions,
|
104732
|
+
...IssueLabelFragmentDoc.definitions,
|
104733
|
+
...PageInfoFragmentDoc.definitions,
|
104274
104734
|
],
|
104275
104735
|
};
|
104276
104736
|
const IssueLabel_IssuesDocument = {
|
@@ -104390,6 +104850,8 @@ const IssueLabel_IssuesDocument = {
|
|
104390
104850
|
},
|
104391
104851
|
},
|
104392
104852
|
...IssueConnectionFragmentDoc.definitions,
|
104853
|
+
...IssueFragmentDoc.definitions,
|
104854
|
+
...PageInfoFragmentDoc.definitions,
|
104393
104855
|
],
|
104394
104856
|
};
|
104395
104857
|
const IssueLabelsDocument = {
|
@@ -104488,6 +104950,8 @@ const IssueLabelsDocument = {
|
|
104488
104950
|
},
|
104489
104951
|
},
|
104490
104952
|
...IssueLabelConnectionFragmentDoc.definitions,
|
104953
|
+
...IssueLabelFragmentDoc.definitions,
|
104954
|
+
...PageInfoFragmentDoc.definitions,
|
104491
104955
|
],
|
104492
104956
|
};
|
104493
104957
|
const IssuePriorityValuesDocument = {
|
@@ -104638,6 +105102,8 @@ const IssueRelationsDocument = {
|
|
104638
105102
|
},
|
104639
105103
|
},
|
104640
105104
|
...IssueRelationConnectionFragmentDoc.definitions,
|
105105
|
+
...IssueRelationFragmentDoc.definitions,
|
105106
|
+
...PageInfoFragmentDoc.definitions,
|
104641
105107
|
],
|
104642
105108
|
};
|
104643
105109
|
const IssueSearchDocument = {
|
@@ -104746,6 +105212,8 @@ const IssueSearchDocument = {
|
|
104746
105212
|
},
|
104747
105213
|
},
|
104748
105214
|
...IssueConnectionFragmentDoc.definitions,
|
105215
|
+
...IssueFragmentDoc.definitions,
|
105216
|
+
...PageInfoFragmentDoc.definitions,
|
104749
105217
|
],
|
104750
105218
|
};
|
104751
105219
|
const IssueVcsBranchSearchDocument = {
|
@@ -104903,6 +105371,8 @@ const IssueVcsBranchSearch_AttachmentsDocument = {
|
|
104903
105371
|
},
|
104904
105372
|
},
|
104905
105373
|
...AttachmentConnectionFragmentDoc.definitions,
|
105374
|
+
...AttachmentFragmentDoc.definitions,
|
105375
|
+
...PageInfoFragmentDoc.definitions,
|
104906
105376
|
],
|
104907
105377
|
};
|
104908
105378
|
const IssueVcsBranchSearch_ChildrenDocument = {
|
@@ -105022,6 +105492,8 @@ const IssueVcsBranchSearch_ChildrenDocument = {
|
|
105022
105492
|
},
|
105023
105493
|
},
|
105024
105494
|
...IssueConnectionFragmentDoc.definitions,
|
105495
|
+
...IssueFragmentDoc.definitions,
|
105496
|
+
...PageInfoFragmentDoc.definitions,
|
105025
105497
|
],
|
105026
105498
|
};
|
105027
105499
|
const IssueVcsBranchSearch_CommentsDocument = {
|
@@ -105141,6 +105613,9 @@ const IssueVcsBranchSearch_CommentsDocument = {
|
|
105141
105613
|
},
|
105142
105614
|
},
|
105143
105615
|
...CommentConnectionFragmentDoc.definitions,
|
105616
|
+
...CommentFragmentDoc.definitions,
|
105617
|
+
...ActorBotFragmentDoc.definitions,
|
105618
|
+
...PageInfoFragmentDoc.definitions,
|
105144
105619
|
],
|
105145
105620
|
};
|
105146
105621
|
const IssueVcsBranchSearch_HistoryDocument = {
|
@@ -105250,6 +105725,11 @@ const IssueVcsBranchSearch_HistoryDocument = {
|
|
105250
105725
|
},
|
105251
105726
|
},
|
105252
105727
|
...IssueHistoryConnectionFragmentDoc.definitions,
|
105728
|
+
...IssueHistoryFragmentDoc.definitions,
|
105729
|
+
...IssueRelationHistoryPayloadFragmentDoc.definitions,
|
105730
|
+
...ActorBotFragmentDoc.definitions,
|
105731
|
+
...IssueImportFragmentDoc.definitions,
|
105732
|
+
...PageInfoFragmentDoc.definitions,
|
105253
105733
|
],
|
105254
105734
|
};
|
105255
105735
|
const IssueVcsBranchSearch_InverseRelationsDocument = {
|
@@ -105359,6 +105839,8 @@ const IssueVcsBranchSearch_InverseRelationsDocument = {
|
|
105359
105839
|
},
|
105360
105840
|
},
|
105361
105841
|
...IssueRelationConnectionFragmentDoc.definitions,
|
105842
|
+
...IssueRelationFragmentDoc.definitions,
|
105843
|
+
...PageInfoFragmentDoc.definitions,
|
105362
105844
|
],
|
105363
105845
|
};
|
105364
105846
|
const IssueVcsBranchSearch_LabelsDocument = {
|
@@ -105478,6 +105960,8 @@ const IssueVcsBranchSearch_LabelsDocument = {
|
|
105478
105960
|
},
|
105479
105961
|
},
|
105480
105962
|
...IssueLabelConnectionFragmentDoc.definitions,
|
105963
|
+
...IssueLabelFragmentDoc.definitions,
|
105964
|
+
...PageInfoFragmentDoc.definitions,
|
105481
105965
|
],
|
105482
105966
|
};
|
105483
105967
|
const IssueVcsBranchSearch_RelationsDocument = {
|
@@ -105587,6 +106071,8 @@ const IssueVcsBranchSearch_RelationsDocument = {
|
|
105587
106071
|
},
|
105588
106072
|
},
|
105589
106073
|
...IssueRelationConnectionFragmentDoc.definitions,
|
106074
|
+
...IssueRelationFragmentDoc.definitions,
|
106075
|
+
...PageInfoFragmentDoc.definitions,
|
105590
106076
|
],
|
105591
106077
|
};
|
105592
106078
|
const IssueVcsBranchSearch_SubscribersDocument = {
|
@@ -105716,6 +106202,8 @@ const IssueVcsBranchSearch_SubscribersDocument = {
|
|
105716
106202
|
},
|
105717
106203
|
},
|
105718
106204
|
...UserConnectionFragmentDoc.definitions,
|
106205
|
+
...UserFragmentDoc.definitions,
|
106206
|
+
...PageInfoFragmentDoc.definitions,
|
105719
106207
|
],
|
105720
106208
|
};
|
105721
106209
|
const IssuesDocument = {
|
@@ -105814,6 +106302,8 @@ const IssuesDocument = {
|
|
105814
106302
|
},
|
105815
106303
|
},
|
105816
106304
|
...IssueConnectionFragmentDoc.definitions,
|
106305
|
+
...IssueFragmentDoc.definitions,
|
106306
|
+
...PageInfoFragmentDoc.definitions,
|
105817
106307
|
],
|
105818
106308
|
};
|
105819
106309
|
const NotificationDocument = {
|
@@ -105852,6 +106342,11 @@ const NotificationDocument = {
|
|
105852
106342
|
},
|
105853
106343
|
},
|
105854
106344
|
...NotificationFragmentDoc.definitions,
|
106345
|
+
...ActorBotFragmentDoc.definitions,
|
106346
|
+
...IssueNotificationFragmentDoc.definitions,
|
106347
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
106348
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
106349
|
+
...ProjectNotificationFragmentDoc.definitions,
|
105855
106350
|
],
|
105856
106351
|
};
|
105857
106352
|
const NotificationSubscriptionDocument = {
|
@@ -105980,6 +106475,8 @@ const NotificationSubscriptionsDocument = {
|
|
105980
106475
|
},
|
105981
106476
|
},
|
105982
106477
|
...NotificationSubscriptionConnectionFragmentDoc.definitions,
|
106478
|
+
...NotificationSubscriptionFragmentDoc.definitions,
|
106479
|
+
...PageInfoFragmentDoc.definitions,
|
105983
106480
|
],
|
105984
106481
|
};
|
105985
106482
|
const NotificationsDocument = {
|
@@ -106068,6 +106565,13 @@ const NotificationsDocument = {
|
|
106068
106565
|
},
|
106069
106566
|
},
|
106070
106567
|
...NotificationConnectionFragmentDoc.definitions,
|
106568
|
+
...NotificationFragmentDoc.definitions,
|
106569
|
+
...ActorBotFragmentDoc.definitions,
|
106570
|
+
...IssueNotificationFragmentDoc.definitions,
|
106571
|
+
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
106572
|
+
...OauthClientApprovalFragmentDoc.definitions,
|
106573
|
+
...ProjectNotificationFragmentDoc.definitions,
|
106574
|
+
...PageInfoFragmentDoc.definitions,
|
106071
106575
|
],
|
106072
106576
|
};
|
106073
106577
|
const OrganizationDocument = {
|
@@ -106092,6 +106596,7 @@ const OrganizationDocument = {
|
|
106092
106596
|
},
|
106093
106597
|
},
|
106094
106598
|
...OrganizationFragmentDoc.definitions,
|
106599
|
+
...PaidSubscriptionFragmentDoc.definitions,
|
106095
106600
|
],
|
106096
106601
|
};
|
106097
106602
|
const Organization_IntegrationsDocument = {
|
@@ -106189,6 +106694,8 @@ const Organization_IntegrationsDocument = {
|
|
106189
106694
|
},
|
106190
106695
|
},
|
106191
106696
|
...IntegrationConnectionFragmentDoc.definitions,
|
106697
|
+
...IntegrationFragmentDoc.definitions,
|
106698
|
+
...PageInfoFragmentDoc.definitions,
|
106192
106699
|
],
|
106193
106700
|
};
|
106194
106701
|
const Organization_LabelsDocument = {
|
@@ -106296,6 +106803,8 @@ const Organization_LabelsDocument = {
|
|
106296
106803
|
},
|
106297
106804
|
},
|
106298
106805
|
...IssueLabelConnectionFragmentDoc.definitions,
|
106806
|
+
...IssueLabelFragmentDoc.definitions,
|
106807
|
+
...PageInfoFragmentDoc.definitions,
|
106299
106808
|
],
|
106300
106809
|
};
|
106301
106810
|
const Organization_SubscriptionDocument = {
|
@@ -106436,6 +106945,8 @@ const Organization_TeamsDocument = {
|
|
106436
106945
|
},
|
106437
106946
|
},
|
106438
106947
|
...TeamConnectionFragmentDoc.definitions,
|
106948
|
+
...TeamFragmentDoc.definitions,
|
106949
|
+
...PageInfoFragmentDoc.definitions,
|
106439
106950
|
],
|
106440
106951
|
};
|
106441
106952
|
const Organization_TemplatesDocument = {
|
@@ -106533,6 +107044,7 @@ const Organization_TemplatesDocument = {
|
|
106533
107044
|
},
|
106534
107045
|
},
|
106535
107046
|
...TemplateConnectionFragmentDoc.definitions,
|
107047
|
+
...PageInfoFragmentDoc.definitions,
|
106536
107048
|
],
|
106537
107049
|
};
|
106538
107050
|
const Organization_UsersDocument = {
|
@@ -106640,6 +107152,8 @@ const Organization_UsersDocument = {
|
|
106640
107152
|
},
|
106641
107153
|
},
|
106642
107154
|
...UserConnectionFragmentDoc.definitions,
|
107155
|
+
...UserFragmentDoc.definitions,
|
107156
|
+
...PageInfoFragmentDoc.definitions,
|
106643
107157
|
],
|
106644
107158
|
};
|
106645
107159
|
const OrganizationExistsDocument = {
|
@@ -106804,6 +107318,8 @@ const OrganizationInvitesDocument = {
|
|
106804
107318
|
},
|
106805
107319
|
},
|
106806
107320
|
...OrganizationInviteConnectionFragmentDoc.definitions,
|
107321
|
+
...OrganizationInviteFragmentDoc.definitions,
|
107322
|
+
...PageInfoFragmentDoc.definitions,
|
106807
107323
|
],
|
106808
107324
|
};
|
106809
107325
|
const ProjectDocument = {
|
@@ -106951,6 +107467,8 @@ const Project_DocumentsDocument = {
|
|
106951
107467
|
},
|
106952
107468
|
},
|
106953
107469
|
...DocumentConnectionFragmentDoc.definitions,
|
107470
|
+
...DocumentFragmentDoc.definitions,
|
107471
|
+
...PageInfoFragmentDoc.definitions,
|
106954
107472
|
],
|
106955
107473
|
};
|
106956
107474
|
const Project_IssuesDocument = {
|
@@ -107070,6 +107588,8 @@ const Project_IssuesDocument = {
|
|
107070
107588
|
},
|
107071
107589
|
},
|
107072
107590
|
...IssueConnectionFragmentDoc.definitions,
|
107591
|
+
...IssueFragmentDoc.definitions,
|
107592
|
+
...PageInfoFragmentDoc.definitions,
|
107073
107593
|
],
|
107074
107594
|
};
|
107075
107595
|
const Project_LinksDocument = {
|
@@ -107179,6 +107699,8 @@ const Project_LinksDocument = {
|
|
107179
107699
|
},
|
107180
107700
|
},
|
107181
107701
|
...ProjectLinkConnectionFragmentDoc.definitions,
|
107702
|
+
...ProjectLinkFragmentDoc.definitions,
|
107703
|
+
...PageInfoFragmentDoc.definitions,
|
107182
107704
|
],
|
107183
107705
|
};
|
107184
107706
|
const Project_MembersDocument = {
|
@@ -107308,6 +107830,8 @@ const Project_MembersDocument = {
|
|
107308
107830
|
},
|
107309
107831
|
},
|
107310
107832
|
...UserConnectionFragmentDoc.definitions,
|
107833
|
+
...UserFragmentDoc.definitions,
|
107834
|
+
...PageInfoFragmentDoc.definitions,
|
107311
107835
|
],
|
107312
107836
|
};
|
107313
107837
|
const Project_ProjectMilestonesDocument = {
|
@@ -107419,6 +107943,8 @@ const Project_ProjectMilestonesDocument = {
|
|
107419
107943
|
},
|
107420
107944
|
},
|
107421
107945
|
...ProjectMilestoneConnectionFragmentDoc.definitions,
|
107946
|
+
...ProjectMilestoneFragmentDoc.definitions,
|
107947
|
+
...PageInfoFragmentDoc.definitions,
|
107422
107948
|
],
|
107423
107949
|
};
|
107424
107950
|
const Project_ProjectUpdatesDocument = {
|
@@ -107528,6 +108054,8 @@ const Project_ProjectUpdatesDocument = {
|
|
107528
108054
|
},
|
107529
108055
|
},
|
107530
108056
|
...ProjectUpdateConnectionFragmentDoc.definitions,
|
108057
|
+
...ProjectUpdateFragmentDoc.definitions,
|
108058
|
+
...PageInfoFragmentDoc.definitions,
|
107531
108059
|
],
|
107532
108060
|
};
|
107533
108061
|
const Project_TeamsDocument = {
|
@@ -107647,6 +108175,8 @@ const Project_TeamsDocument = {
|
|
107647
108175
|
},
|
107648
108176
|
},
|
107649
108177
|
...TeamConnectionFragmentDoc.definitions,
|
108178
|
+
...TeamFragmentDoc.definitions,
|
108179
|
+
...PageInfoFragmentDoc.definitions,
|
107650
108180
|
],
|
107651
108181
|
};
|
107652
108182
|
const ProjectFilterSuggestionDocument = {
|
@@ -107811,6 +108341,8 @@ const ProjectLinksDocument = {
|
|
107811
108341
|
},
|
107812
108342
|
},
|
107813
108343
|
...ProjectLinkConnectionFragmentDoc.definitions,
|
108344
|
+
...ProjectLinkFragmentDoc.definitions,
|
108345
|
+
...PageInfoFragmentDoc.definitions,
|
107814
108346
|
],
|
107815
108347
|
};
|
107816
108348
|
const ProjectUpdateDocument = {
|
@@ -107977,6 +108509,8 @@ const ProjectUpdateInteractionsDocument = {
|
|
107977
108509
|
},
|
107978
108510
|
},
|
107979
108511
|
...ProjectUpdateInteractionConnectionFragmentDoc.definitions,
|
108512
|
+
...ProjectUpdateInteractionFragmentDoc.definitions,
|
108513
|
+
...PageInfoFragmentDoc.definitions,
|
107980
108514
|
],
|
107981
108515
|
};
|
107982
108516
|
const ProjectUpdatesDocument = {
|
@@ -108065,6 +108599,8 @@ const ProjectUpdatesDocument = {
|
|
108065
108599
|
},
|
108066
108600
|
},
|
108067
108601
|
...ProjectUpdateConnectionFragmentDoc.definitions,
|
108602
|
+
...ProjectUpdateFragmentDoc.definitions,
|
108603
|
+
...PageInfoFragmentDoc.definitions,
|
108068
108604
|
],
|
108069
108605
|
};
|
108070
108606
|
const ProjectsDocument = {
|
@@ -108163,6 +108699,8 @@ const ProjectsDocument = {
|
|
108163
108699
|
},
|
108164
108700
|
},
|
108165
108701
|
...ProjectConnectionFragmentDoc.definitions,
|
108702
|
+
...ProjectFragmentDoc.definitions,
|
108703
|
+
...PageInfoFragmentDoc.definitions,
|
108166
108704
|
],
|
108167
108705
|
};
|
108168
108706
|
const PushSubscriptionTestDocument = {
|
@@ -108211,6 +108749,7 @@ const RateLimitStatusDocument = {
|
|
108211
108749
|
},
|
108212
108750
|
},
|
108213
108751
|
...RateLimitPayloadFragmentDoc.definitions,
|
108752
|
+
...RateLimitResultPayloadFragmentDoc.definitions,
|
108214
108753
|
],
|
108215
108754
|
};
|
108216
108755
|
const RoadmapDocument = {
|
@@ -108368,6 +108907,8 @@ const Roadmap_ProjectsDocument = {
|
|
108368
108907
|
},
|
108369
108908
|
},
|
108370
108909
|
...ProjectConnectionFragmentDoc.definitions,
|
108910
|
+
...ProjectFragmentDoc.definitions,
|
108911
|
+
...PageInfoFragmentDoc.definitions,
|
108371
108912
|
],
|
108372
108913
|
};
|
108373
108914
|
const RoadmapToProjectDocument = {
|
@@ -108494,6 +109035,8 @@ const RoadmapToProjectsDocument = {
|
|
108494
109035
|
},
|
108495
109036
|
},
|
108496
109037
|
...RoadmapToProjectConnectionFragmentDoc.definitions,
|
109038
|
+
...RoadmapToProjectFragmentDoc.definitions,
|
109039
|
+
...PageInfoFragmentDoc.definitions,
|
108497
109040
|
],
|
108498
109041
|
};
|
108499
109042
|
const RoadmapsDocument = {
|
@@ -108582,6 +109125,8 @@ const RoadmapsDocument = {
|
|
108582
109125
|
},
|
108583
109126
|
},
|
108584
109127
|
...RoadmapConnectionFragmentDoc.definitions,
|
109128
|
+
...RoadmapFragmentDoc.definitions,
|
109129
|
+
...PageInfoFragmentDoc.definitions,
|
108585
109130
|
],
|
108586
109131
|
};
|
108587
109132
|
const SearchDocumentsDocument = {
|
@@ -108622,6 +109167,11 @@ const SearchDocumentsDocument = {
|
|
108622
109167
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108623
109168
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
108624
109169
|
},
|
109170
|
+
{
|
109171
|
+
kind: "VariableDefinition",
|
109172
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109173
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109174
|
+
},
|
108625
109175
|
{
|
108626
109176
|
kind: "VariableDefinition",
|
108627
109177
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -108665,6 +109215,11 @@ const SearchDocumentsDocument = {
|
|
108665
109215
|
name: { kind: "Name", value: "orderBy" },
|
108666
109216
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108667
109217
|
},
|
109218
|
+
{
|
109219
|
+
kind: "Argument",
|
109220
|
+
name: { kind: "Name", value: "teamId" },
|
109221
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109222
|
+
},
|
108668
109223
|
{
|
108669
109224
|
kind: "Argument",
|
108670
109225
|
name: { kind: "Name", value: "term" },
|
@@ -108680,6 +109235,9 @@ const SearchDocumentsDocument = {
|
|
108680
109235
|
},
|
108681
109236
|
},
|
108682
109237
|
...DocumentSearchPayloadFragmentDoc.definitions,
|
109238
|
+
...ArchiveResponseFragmentDoc.definitions,
|
109239
|
+
...DocumentSearchResultFragmentDoc.definitions,
|
109240
|
+
...PageInfoFragmentDoc.definitions,
|
108683
109241
|
],
|
108684
109242
|
};
|
108685
109243
|
const SearchDocuments_ArchivePayloadDocument = {
|
@@ -108720,6 +109278,11 @@ const SearchDocuments_ArchivePayloadDocument = {
|
|
108720
109278
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108721
109279
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
108722
109280
|
},
|
109281
|
+
{
|
109282
|
+
kind: "VariableDefinition",
|
109283
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109284
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109285
|
+
},
|
108723
109286
|
{
|
108724
109287
|
kind: "VariableDefinition",
|
108725
109288
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -108763,6 +109326,11 @@ const SearchDocuments_ArchivePayloadDocument = {
|
|
108763
109326
|
name: { kind: "Name", value: "orderBy" },
|
108764
109327
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108765
109328
|
},
|
109329
|
+
{
|
109330
|
+
kind: "Argument",
|
109331
|
+
name: { kind: "Name", value: "teamId" },
|
109332
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109333
|
+
},
|
108766
109334
|
{
|
108767
109335
|
kind: "Argument",
|
108768
109336
|
name: { kind: "Name", value: "term" },
|
@@ -108832,6 +109400,11 @@ const SearchIssuesDocument = {
|
|
108832
109400
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108833
109401
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
108834
109402
|
},
|
109403
|
+
{
|
109404
|
+
kind: "VariableDefinition",
|
109405
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109406
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109407
|
+
},
|
108835
109408
|
{
|
108836
109409
|
kind: "VariableDefinition",
|
108837
109410
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -108880,6 +109453,11 @@ const SearchIssuesDocument = {
|
|
108880
109453
|
name: { kind: "Name", value: "orderBy" },
|
108881
109454
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108882
109455
|
},
|
109456
|
+
{
|
109457
|
+
kind: "Argument",
|
109458
|
+
name: { kind: "Name", value: "teamId" },
|
109459
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109460
|
+
},
|
108883
109461
|
{
|
108884
109462
|
kind: "Argument",
|
108885
109463
|
name: { kind: "Name", value: "term" },
|
@@ -108895,6 +109473,9 @@ const SearchIssuesDocument = {
|
|
108895
109473
|
},
|
108896
109474
|
},
|
108897
109475
|
...IssueSearchPayloadFragmentDoc.definitions,
|
109476
|
+
...ArchiveResponseFragmentDoc.definitions,
|
109477
|
+
...IssueSearchResultFragmentDoc.definitions,
|
109478
|
+
...PageInfoFragmentDoc.definitions,
|
108898
109479
|
],
|
108899
109480
|
};
|
108900
109481
|
const SearchIssues_ArchivePayloadDocument = {
|
@@ -108940,6 +109521,11 @@ const SearchIssues_ArchivePayloadDocument = {
|
|
108940
109521
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108941
109522
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
108942
109523
|
},
|
109524
|
+
{
|
109525
|
+
kind: "VariableDefinition",
|
109526
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109527
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109528
|
+
},
|
108943
109529
|
{
|
108944
109530
|
kind: "VariableDefinition",
|
108945
109531
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -108988,6 +109574,11 @@ const SearchIssues_ArchivePayloadDocument = {
|
|
108988
109574
|
name: { kind: "Name", value: "orderBy" },
|
108989
109575
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
108990
109576
|
},
|
109577
|
+
{
|
109578
|
+
kind: "Argument",
|
109579
|
+
name: { kind: "Name", value: "teamId" },
|
109580
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109581
|
+
},
|
108991
109582
|
{
|
108992
109583
|
kind: "Argument",
|
108993
109584
|
name: { kind: "Name", value: "term" },
|
@@ -109052,6 +109643,11 @@ const SearchProjectsDocument = {
|
|
109052
109643
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
109053
109644
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
109054
109645
|
},
|
109646
|
+
{
|
109647
|
+
kind: "VariableDefinition",
|
109648
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109649
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109650
|
+
},
|
109055
109651
|
{
|
109056
109652
|
kind: "VariableDefinition",
|
109057
109653
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -109095,6 +109691,11 @@ const SearchProjectsDocument = {
|
|
109095
109691
|
name: { kind: "Name", value: "orderBy" },
|
109096
109692
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
109097
109693
|
},
|
109694
|
+
{
|
109695
|
+
kind: "Argument",
|
109696
|
+
name: { kind: "Name", value: "teamId" },
|
109697
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109698
|
+
},
|
109098
109699
|
{
|
109099
109700
|
kind: "Argument",
|
109100
109701
|
name: { kind: "Name", value: "term" },
|
@@ -109110,6 +109711,9 @@ const SearchProjectsDocument = {
|
|
109110
109711
|
},
|
109111
109712
|
},
|
109112
109713
|
...ProjectSearchPayloadFragmentDoc.definitions,
|
109714
|
+
...ArchiveResponseFragmentDoc.definitions,
|
109715
|
+
...ProjectSearchResultFragmentDoc.definitions,
|
109716
|
+
...PageInfoFragmentDoc.definitions,
|
109113
109717
|
],
|
109114
109718
|
};
|
109115
109719
|
const SearchProjects_ArchivePayloadDocument = {
|
@@ -109150,6 +109754,11 @@ const SearchProjects_ArchivePayloadDocument = {
|
|
109150
109754
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
109151
109755
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
109152
109756
|
},
|
109757
|
+
{
|
109758
|
+
kind: "VariableDefinition",
|
109759
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109760
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
109761
|
+
},
|
109153
109762
|
{
|
109154
109763
|
kind: "VariableDefinition",
|
109155
109764
|
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
@@ -109193,6 +109802,11 @@ const SearchProjects_ArchivePayloadDocument = {
|
|
109193
109802
|
name: { kind: "Name", value: "orderBy" },
|
109194
109803
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
109195
109804
|
},
|
109805
|
+
{
|
109806
|
+
kind: "Argument",
|
109807
|
+
name: { kind: "Name", value: "teamId" },
|
109808
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
109809
|
+
},
|
109196
109810
|
{
|
109197
109811
|
kind: "Argument",
|
109198
109812
|
name: { kind: "Name", value: "term" },
|
@@ -109422,6 +110036,8 @@ const Team_CyclesDocument = {
|
|
109422
110036
|
},
|
109423
110037
|
},
|
109424
110038
|
...CycleConnectionFragmentDoc.definitions,
|
110039
|
+
...CycleFragmentDoc.definitions,
|
110040
|
+
...PageInfoFragmentDoc.definitions,
|
109425
110041
|
],
|
109426
110042
|
};
|
109427
110043
|
const Team_IssuesDocument = {
|
@@ -109541,6 +110157,8 @@ const Team_IssuesDocument = {
|
|
109541
110157
|
},
|
109542
110158
|
},
|
109543
110159
|
...IssueConnectionFragmentDoc.definitions,
|
110160
|
+
...IssueFragmentDoc.definitions,
|
110161
|
+
...PageInfoFragmentDoc.definitions,
|
109544
110162
|
],
|
109545
110163
|
};
|
109546
110164
|
const Team_LabelsDocument = {
|
@@ -109660,6 +110278,8 @@ const Team_LabelsDocument = {
|
|
109660
110278
|
},
|
109661
110279
|
},
|
109662
110280
|
...IssueLabelConnectionFragmentDoc.definitions,
|
110281
|
+
...IssueLabelFragmentDoc.definitions,
|
110282
|
+
...PageInfoFragmentDoc.definitions,
|
109663
110283
|
],
|
109664
110284
|
};
|
109665
110285
|
const Team_MembersDocument = {
|
@@ -109789,6 +110409,8 @@ const Team_MembersDocument = {
|
|
109789
110409
|
},
|
109790
110410
|
},
|
109791
110411
|
...UserConnectionFragmentDoc.definitions,
|
110412
|
+
...UserFragmentDoc.definitions,
|
110413
|
+
...PageInfoFragmentDoc.definitions,
|
109792
110414
|
],
|
109793
110415
|
};
|
109794
110416
|
const Team_MembershipsDocument = {
|
@@ -109898,6 +110520,8 @@ const Team_MembershipsDocument = {
|
|
109898
110520
|
},
|
109899
110521
|
},
|
109900
110522
|
...TeamMembershipConnectionFragmentDoc.definitions,
|
110523
|
+
...TeamMembershipFragmentDoc.definitions,
|
110524
|
+
...PageInfoFragmentDoc.definitions,
|
109901
110525
|
],
|
109902
110526
|
};
|
109903
110527
|
const Team_ProjectsDocument = {
|
@@ -110017,6 +110641,8 @@ const Team_ProjectsDocument = {
|
|
110017
110641
|
},
|
110018
110642
|
},
|
110019
110643
|
...ProjectConnectionFragmentDoc.definitions,
|
110644
|
+
...ProjectFragmentDoc.definitions,
|
110645
|
+
...PageInfoFragmentDoc.definitions,
|
110020
110646
|
],
|
110021
110647
|
};
|
110022
110648
|
const Team_StatesDocument = {
|
@@ -110136,6 +110762,8 @@ const Team_StatesDocument = {
|
|
110136
110762
|
},
|
110137
110763
|
},
|
110138
110764
|
...WorkflowStateConnectionFragmentDoc.definitions,
|
110765
|
+
...WorkflowStateFragmentDoc.definitions,
|
110766
|
+
...PageInfoFragmentDoc.definitions,
|
110139
110767
|
],
|
110140
110768
|
};
|
110141
110769
|
const Team_TemplatesDocument = {
|
@@ -110245,6 +110873,7 @@ const Team_TemplatesDocument = {
|
|
110245
110873
|
},
|
110246
110874
|
},
|
110247
110875
|
...TemplateConnectionFragmentDoc.definitions,
|
110876
|
+
...PageInfoFragmentDoc.definitions,
|
110248
110877
|
],
|
110249
110878
|
};
|
110250
110879
|
const Team_WebhooksDocument = {
|
@@ -110354,6 +110983,8 @@ const Team_WebhooksDocument = {
|
|
110354
110983
|
},
|
110355
110984
|
},
|
110356
110985
|
...WebhookConnectionFragmentDoc.definitions,
|
110986
|
+
...WebhookFragmentDoc.definitions,
|
110987
|
+
...PageInfoFragmentDoc.definitions,
|
110357
110988
|
],
|
110358
110989
|
};
|
110359
110990
|
const TeamMembershipDocument = {
|
@@ -110480,6 +111111,8 @@ const TeamMembershipsDocument = {
|
|
110480
111111
|
},
|
110481
111112
|
},
|
110482
111113
|
...TeamMembershipConnectionFragmentDoc.definitions,
|
111114
|
+
...TeamMembershipFragmentDoc.definitions,
|
111115
|
+
...PageInfoFragmentDoc.definitions,
|
110483
111116
|
],
|
110484
111117
|
};
|
110485
111118
|
const TeamsDocument = {
|
@@ -110578,6 +111211,8 @@ const TeamsDocument = {
|
|
110578
111211
|
},
|
110579
111212
|
},
|
110580
111213
|
...TeamConnectionFragmentDoc.definitions,
|
111214
|
+
...TeamFragmentDoc.definitions,
|
111215
|
+
...PageInfoFragmentDoc.definitions,
|
110581
111216
|
],
|
110582
111217
|
};
|
110583
111218
|
const TemplateDocument = {
|
@@ -110835,6 +111470,8 @@ const User_AssignedIssuesDocument = {
|
|
110835
111470
|
},
|
110836
111471
|
},
|
110837
111472
|
...IssueConnectionFragmentDoc.definitions,
|
111473
|
+
...IssueFragmentDoc.definitions,
|
111474
|
+
...PageInfoFragmentDoc.definitions,
|
110838
111475
|
],
|
110839
111476
|
};
|
110840
111477
|
const User_CreatedIssuesDocument = {
|
@@ -110954,6 +111591,8 @@ const User_CreatedIssuesDocument = {
|
|
110954
111591
|
},
|
110955
111592
|
},
|
110956
111593
|
...IssueConnectionFragmentDoc.definitions,
|
111594
|
+
...IssueFragmentDoc.definitions,
|
111595
|
+
...PageInfoFragmentDoc.definitions,
|
110957
111596
|
],
|
110958
111597
|
};
|
110959
111598
|
const User_TeamMembershipsDocument = {
|
@@ -111063,6 +111702,8 @@ const User_TeamMembershipsDocument = {
|
|
111063
111702
|
},
|
111064
111703
|
},
|
111065
111704
|
...TeamMembershipConnectionFragmentDoc.definitions,
|
111705
|
+
...TeamMembershipFragmentDoc.definitions,
|
111706
|
+
...PageInfoFragmentDoc.definitions,
|
111066
111707
|
],
|
111067
111708
|
};
|
111068
111709
|
const User_TeamsDocument = {
|
@@ -111182,6 +111823,8 @@ const User_TeamsDocument = {
|
|
111182
111823
|
},
|
111183
111824
|
},
|
111184
111825
|
...TeamConnectionFragmentDoc.definitions,
|
111826
|
+
...TeamFragmentDoc.definitions,
|
111827
|
+
...PageInfoFragmentDoc.definitions,
|
111185
111828
|
],
|
111186
111829
|
};
|
111187
111830
|
const UserSettingsDocument = {
|
@@ -111314,6 +111957,8 @@ const UsersDocument = {
|
|
111314
111957
|
},
|
111315
111958
|
},
|
111316
111959
|
...UserConnectionFragmentDoc.definitions,
|
111960
|
+
...UserFragmentDoc.definitions,
|
111961
|
+
...PageInfoFragmentDoc.definitions,
|
111317
111962
|
],
|
111318
111963
|
};
|
111319
111964
|
const ViewerDocument = {
|
@@ -111445,6 +112090,8 @@ const Viewer_AssignedIssuesDocument = {
|
|
111445
112090
|
},
|
111446
112091
|
},
|
111447
112092
|
...IssueConnectionFragmentDoc.definitions,
|
112093
|
+
...IssueFragmentDoc.definitions,
|
112094
|
+
...PageInfoFragmentDoc.definitions,
|
111448
112095
|
],
|
111449
112096
|
};
|
111450
112097
|
const Viewer_CreatedIssuesDocument = {
|
@@ -111552,6 +112199,8 @@ const Viewer_CreatedIssuesDocument = {
|
|
111552
112199
|
},
|
111553
112200
|
},
|
111554
112201
|
...IssueConnectionFragmentDoc.definitions,
|
112202
|
+
...IssueFragmentDoc.definitions,
|
112203
|
+
...PageInfoFragmentDoc.definitions,
|
111555
112204
|
],
|
111556
112205
|
};
|
111557
112206
|
const Viewer_TeamMembershipsDocument = {
|
@@ -111649,6 +112298,8 @@ const Viewer_TeamMembershipsDocument = {
|
|
111649
112298
|
},
|
111650
112299
|
},
|
111651
112300
|
...TeamMembershipConnectionFragmentDoc.definitions,
|
112301
|
+
...TeamMembershipFragmentDoc.definitions,
|
112302
|
+
...PageInfoFragmentDoc.definitions,
|
111652
112303
|
],
|
111653
112304
|
};
|
111654
112305
|
const Viewer_TeamsDocument = {
|
@@ -111756,6 +112407,8 @@ const Viewer_TeamsDocument = {
|
|
111756
112407
|
},
|
111757
112408
|
},
|
111758
112409
|
...TeamConnectionFragmentDoc.definitions,
|
112410
|
+
...TeamFragmentDoc.definitions,
|
112411
|
+
...PageInfoFragmentDoc.definitions,
|
111759
112412
|
],
|
111760
112413
|
};
|
111761
112414
|
const WebhookDocument = {
|
@@ -111882,6 +112535,8 @@ const WebhooksDocument = {
|
|
111882
112535
|
},
|
111883
112536
|
},
|
111884
112537
|
...WebhookConnectionFragmentDoc.definitions,
|
112538
|
+
...WebhookFragmentDoc.definitions,
|
112539
|
+
...PageInfoFragmentDoc.definitions,
|
111885
112540
|
],
|
111886
112541
|
};
|
111887
112542
|
const WorkflowStateDocument = {
|
@@ -112039,6 +112694,8 @@ const WorkflowState_IssuesDocument = {
|
|
112039
112694
|
},
|
112040
112695
|
},
|
112041
112696
|
...IssueConnectionFragmentDoc.definitions,
|
112697
|
+
...IssueFragmentDoc.definitions,
|
112698
|
+
...PageInfoFragmentDoc.definitions,
|
112042
112699
|
],
|
112043
112700
|
};
|
112044
112701
|
const WorkflowStatesDocument = {
|
@@ -112137,6 +112794,8 @@ const WorkflowStatesDocument = {
|
|
112137
112794
|
},
|
112138
112795
|
},
|
112139
112796
|
...WorkflowStateConnectionFragmentDoc.definitions,
|
112797
|
+
...WorkflowStateFragmentDoc.definitions,
|
112798
|
+
...PageInfoFragmentDoc.definitions,
|
112140
112799
|
],
|
112141
112800
|
};
|
112142
112801
|
|
@@ -112153,6 +112812,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112153
112812
|
get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
|
112154
112813
|
get PushSubscriptionType () { return PushSubscriptionType; },
|
112155
112814
|
get ReleaseChannel () { return ReleaseChannel; },
|
112815
|
+
get SlaDayCountType () { return SlaDayCountType; },
|
112156
112816
|
get SlaStatus () { return SlaStatus; },
|
112157
112817
|
get UserContextViewType () { return UserContextViewType; },
|
112158
112818
|
get UserFlagType () { return UserFlagType; },
|
@@ -112171,6 +112831,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112171
112831
|
CycleArchivePayloadFragmentDoc: CycleArchivePayloadFragmentDoc,
|
112172
112832
|
DeletePayloadFragmentDoc: DeletePayloadFragmentDoc,
|
112173
112833
|
IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
|
112834
|
+
ActorBotFragmentDoc: ActorBotFragmentDoc,
|
112174
112835
|
IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
|
112175
112836
|
OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
|
112176
112837
|
OauthClientApprovalNotificationFragmentDoc: OauthClientApprovalNotificationFragmentDoc,
|
@@ -112206,6 +112867,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112206
112867
|
PagerDutyScheduleMappingFragmentDoc: PagerDutyScheduleMappingFragmentDoc,
|
112207
112868
|
PagerDutySettingsFragmentDoc: PagerDutySettingsFragmentDoc,
|
112208
112869
|
SentrySettingsFragmentDoc: SentrySettingsFragmentDoc,
|
112870
|
+
SlackChannelNameMappingFragmentDoc: SlackChannelNameMappingFragmentDoc,
|
112871
|
+
SlackAsksSettingsFragmentDoc: SlackAsksSettingsFragmentDoc,
|
112209
112872
|
SlackPostSettingsFragmentDoc: SlackPostSettingsFragmentDoc,
|
112210
112873
|
ZendeskSettingsFragmentDoc: ZendeskSettingsFragmentDoc,
|
112211
112874
|
IntegrationSettingsFragmentDoc: IntegrationSettingsFragmentDoc,
|
@@ -112215,6 +112878,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112215
112878
|
PageInfoFragmentDoc: PageInfoFragmentDoc,
|
112216
112879
|
ApiKeyConnectionFragmentDoc: ApiKeyConnectionFragmentDoc,
|
112217
112880
|
ApiKeyPayloadFragmentDoc: ApiKeyPayloadFragmentDoc,
|
112881
|
+
AsksChannelConnectPayloadFragmentDoc: AsksChannelConnectPayloadFragmentDoc,
|
112218
112882
|
AttachmentFragmentDoc: AttachmentFragmentDoc,
|
112219
112883
|
AttachmentConnectionFragmentDoc: AttachmentConnectionFragmentDoc,
|
112220
112884
|
AttachmentPayloadFragmentDoc: AttachmentPayloadFragmentDoc,
|
@@ -112424,6 +113088,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112424
113088
|
GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
|
112425
113089
|
ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
|
112426
113090
|
ImportFileUploadDocument: ImportFileUploadDocument,
|
113091
|
+
IntegrationAsksConnectChannelDocument: IntegrationAsksConnectChannelDocument,
|
112427
113092
|
DeleteIntegrationDocument: DeleteIntegrationDocument,
|
112428
113093
|
IntegrationDiscordDocument: IntegrationDiscordDocument,
|
112429
113094
|
IntegrationFigmaDocument: IntegrationFigmaDocument,
|
@@ -112584,6 +113249,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
112584
113249
|
AuditEntryTypesDocument: AuditEntryTypesDocument,
|
112585
113250
|
AvailableUsersDocument: AvailableUsersDocument,
|
112586
113251
|
CommentDocument: CommentDocument,
|
113252
|
+
Comment_BotActorDocument: Comment_BotActorDocument,
|
112587
113253
|
Comment_ChildrenDocument: Comment_ChildrenDocument,
|
112588
113254
|
CommentsDocument: CommentsDocument,
|
112589
113255
|
CustomViewDocument: CustomViewDocument,
|
@@ -112844,6 +113510,24 @@ function parseJson(value) {
|
|
112844
113510
|
return undefined;
|
112845
113511
|
}
|
112846
113512
|
}
|
113513
|
+
/**
|
113514
|
+
* A bot actor is an actor that is not a user, but an application or integration.
|
113515
|
+
*
|
113516
|
+
* @param request - function to call the graphql client
|
113517
|
+
* @param data - L.ActorBotFragment response data
|
113518
|
+
*/
|
113519
|
+
class ActorBot extends Request {
|
113520
|
+
constructor(request, data) {
|
113521
|
+
var _a, _b, _c, _d;
|
113522
|
+
super(request);
|
113523
|
+
this.avatarUrl = (_a = data.avatarUrl) !== null && _a !== void 0 ? _a : undefined;
|
113524
|
+
this.id = data.id;
|
113525
|
+
this.name = (_b = data.name) !== null && _b !== void 0 ? _b : undefined;
|
113526
|
+
this.subType = (_c = data.subType) !== null && _c !== void 0 ? _c : undefined;
|
113527
|
+
this.type = data.type;
|
113528
|
+
this.userDisplayName = (_d = data.userDisplayName) !== null && _d !== void 0 ? _d : undefined;
|
113529
|
+
}
|
113530
|
+
}
|
112847
113531
|
/**
|
112848
113532
|
* An API key. Grants access to the user's resources.
|
112849
113533
|
*
|
@@ -112942,6 +113626,27 @@ class ArchiveResponse extends Request {
|
|
112942
113626
|
this.totalCount = data.totalCount;
|
112943
113627
|
}
|
112944
113628
|
}
|
113629
|
+
/**
|
113630
|
+
* AsksChannelConnectPayload model
|
113631
|
+
*
|
113632
|
+
* @param request - function to call the graphql client
|
113633
|
+
* @param data - L.AsksChannelConnectPayloadFragment response data
|
113634
|
+
*/
|
113635
|
+
class AsksChannelConnectPayload extends Request {
|
113636
|
+
constructor(request, data) {
|
113637
|
+
var _a;
|
113638
|
+
super(request);
|
113639
|
+
this.lastSyncId = data.lastSyncId;
|
113640
|
+
this.success = data.success;
|
113641
|
+
this.mapping = new SlackChannelNameMapping(request, data.mapping);
|
113642
|
+
this._integration = (_a = data.integration) !== null && _a !== void 0 ? _a : undefined;
|
113643
|
+
}
|
113644
|
+
/** The integration that was created or updated. */
|
113645
|
+
get integration() {
|
113646
|
+
var _a, _b;
|
113647
|
+
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;
|
113648
|
+
}
|
113649
|
+
}
|
112945
113650
|
/**
|
112946
113651
|
* Issue attachment (e.g. support ticket, pull request).
|
112947
113652
|
*
|
@@ -113152,6 +113857,7 @@ class Comment extends Request {
|
|
113152
113857
|
this.reactionData = (_d = parseJson(data.reactionData)) !== null && _d !== void 0 ? _d : {};
|
113153
113858
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
113154
113859
|
this.url = data.url;
|
113860
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
113155
113861
|
this._issue = data.issue;
|
113156
113862
|
this._parent = (_f = data.parent) !== null && _f !== void 0 ? _f : undefined;
|
113157
113863
|
this._user = (_g = data.user) !== null && _g !== void 0 ? _g : undefined;
|
@@ -113323,6 +114029,7 @@ class CustomView extends Request {
|
|
113323
114029
|
this.shared = data.shared;
|
113324
114030
|
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
113325
114031
|
this._creator = data.creator;
|
114032
|
+
this._owner = data.owner;
|
113326
114033
|
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
113327
114034
|
}
|
113328
114035
|
/** The user who created the custom view. */
|
@@ -113333,6 +114040,10 @@ class CustomView extends Request {
|
|
113333
114040
|
get organization() {
|
113334
114041
|
return new OrganizationQuery(this._request).fetch();
|
113335
114042
|
}
|
114043
|
+
/** The user who owns the custom view. */
|
114044
|
+
get owner() {
|
114045
|
+
return new UserQuery(this._request).fetch(this._owner.id);
|
114046
|
+
}
|
113336
114047
|
/** The team associated with the custom view. */
|
113337
114048
|
get team() {
|
113338
114049
|
var _a, _b;
|
@@ -113373,6 +114084,7 @@ class CustomViewNotificationSubscription extends Request {
|
|
113373
114084
|
constructor(request, data) {
|
113374
114085
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
113375
114086
|
super(request);
|
114087
|
+
this.active = data.active;
|
113376
114088
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
113377
114089
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
113378
114090
|
this.id = data.id;
|
@@ -113549,6 +114261,7 @@ class CycleNotificationSubscription extends Request {
|
|
113549
114261
|
constructor(request, data) {
|
113550
114262
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
113551
114263
|
super(request);
|
114264
|
+
this.active = data.active;
|
113552
114265
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
113553
114266
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
113554
114267
|
this.id = data.id;
|
@@ -113699,21 +114412,28 @@ class DocumentConnection extends Connection {
|
|
113699
114412
|
*/
|
113700
114413
|
class DocumentContent extends Request {
|
113701
114414
|
constructor(request, data) {
|
113702
|
-
var _a, _b, _c, _d, _e, _f;
|
114415
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
113703
114416
|
super(request);
|
113704
114417
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
113705
114418
|
this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
|
113706
114419
|
this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
|
113707
|
-
this.
|
114420
|
+
this.contentState = (_d = parseJson(data.contentState)) !== null && _d !== void 0 ? _d : undefined;
|
114421
|
+
this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
|
113708
114422
|
this.id = data.id;
|
113709
|
-
this.updatedAt = (
|
113710
|
-
this._issue = (
|
114423
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
114424
|
+
this._issue = (_g = data.issue) !== null && _g !== void 0 ? _g : undefined;
|
114425
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
113711
114426
|
}
|
113712
114427
|
/** The issue that the document is associated with. */
|
113713
114428
|
get issue() {
|
113714
114429
|
var _a, _b;
|
113715
114430
|
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;
|
113716
114431
|
}
|
114432
|
+
/** The project that the document is associated with. */
|
114433
|
+
get project() {
|
114434
|
+
var _a, _b;
|
114435
|
+
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;
|
114436
|
+
}
|
113717
114437
|
}
|
113718
114438
|
/**
|
113719
114439
|
* DocumentPayload model
|
@@ -114116,18 +114836,17 @@ class FigmaEmbedPayload extends Request {
|
|
114116
114836
|
*/
|
114117
114837
|
class FirstResponderSchedule extends Request {
|
114118
114838
|
constructor(request, data) {
|
114119
|
-
var _a, _b, _c, _d
|
114839
|
+
var _a, _b, _c, _d;
|
114120
114840
|
super(request);
|
114121
114841
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
114122
114842
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
114123
114843
|
this.id = data.id;
|
114124
|
-
this.
|
114125
|
-
this.
|
114126
|
-
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
114844
|
+
this.scheduleData = (_c = parseJson(data.scheduleData)) !== null && _c !== void 0 ? _c : undefined;
|
114845
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
114127
114846
|
this._integration = data.integration;
|
114128
114847
|
this._team = data.team;
|
114129
114848
|
}
|
114130
|
-
/** The integration used for scheduling. */
|
114849
|
+
/** The integration used for time scheduling. */
|
114131
114850
|
get integration() {
|
114132
114851
|
return new IntegrationQuery(this._request).fetch(this._integration.id);
|
114133
114852
|
}
|
@@ -114207,9 +114926,11 @@ class GitHubCommitIntegrationPayload extends Request {
|
|
114207
114926
|
*/
|
114208
114927
|
class GitHubSettings extends Request {
|
114209
114928
|
constructor(request, data) {
|
114929
|
+
var _a;
|
114210
114930
|
super(request);
|
114211
114931
|
this.orgAvatarUrl = data.orgAvatarUrl;
|
114212
114932
|
this.orgLogin = data.orgLogin;
|
114933
|
+
this.repositories = (_a = data.repositories) !== null && _a !== void 0 ? _a : undefined;
|
114213
114934
|
}
|
114214
114935
|
}
|
114215
114936
|
/**
|
@@ -114384,6 +115105,7 @@ class IntegrationSettings extends Request {
|
|
114384
115105
|
this.notion = data.notion ? new NotionSettings(request, data.notion) : undefined;
|
114385
115106
|
this.pagerDuty = data.pagerDuty ? new PagerDutySettings(request, data.pagerDuty) : undefined;
|
114386
115107
|
this.sentry = data.sentry ? new SentrySettings(request, data.sentry) : undefined;
|
115108
|
+
this.slackAsks = data.slackAsks ? new SlackAsksSettings(request, data.slackAsks) : undefined;
|
114387
115109
|
this.slackOrgProjectUpdatesPost = data.slackOrgProjectUpdatesPost
|
114388
115110
|
? new SlackPostSettings(request, data.slackOrgProjectUpdatesPost)
|
114389
115111
|
: undefined;
|
@@ -114400,12 +115122,13 @@ class IntegrationSettings extends Request {
|
|
114400
115122
|
*/
|
114401
115123
|
class IntegrationTemplate extends Request {
|
114402
115124
|
constructor(request, data) {
|
114403
|
-
var _a, _b, _c;
|
115125
|
+
var _a, _b, _c, _d;
|
114404
115126
|
super(request);
|
114405
115127
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
114406
115128
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115129
|
+
this.foreignEntityId = (_c = data.foreignEntityId) !== null && _c !== void 0 ? _c : undefined;
|
114407
115130
|
this.id = data.id;
|
114408
|
-
this.updatedAt = (
|
115131
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
114409
115132
|
this._integration = data.integration;
|
114410
115133
|
this._template = data.template;
|
114411
115134
|
}
|
@@ -114804,6 +115527,7 @@ class IssueHistory extends Request {
|
|
114804
115527
|
this.trashed = (_6 = data.trashed) !== null && _6 !== void 0 ? _6 : undefined;
|
114805
115528
|
this.updatedAt = (_7 = parseDate(data.updatedAt)) !== null && _7 !== void 0 ? _7 : new Date();
|
114806
115529
|
this.updatedDescription = (_8 = data.updatedDescription) !== null && _8 !== void 0 ? _8 : undefined;
|
115530
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
114807
115531
|
this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
|
114808
115532
|
this.relationChanges = data.relationChanges
|
114809
115533
|
? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
|
@@ -115103,6 +115827,7 @@ class IssueNotification extends Request {
|
|
115103
115827
|
this.type = data.type;
|
115104
115828
|
this.unsnoozedAt = (_g = parseDate(data.unsnoozedAt)) !== null && _g !== void 0 ? _g : undefined;
|
115105
115829
|
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
115830
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
115106
115831
|
this._actor = (_j = data.actor) !== null && _j !== void 0 ? _j : undefined;
|
115107
115832
|
this._comment = (_k = data.comment) !== null && _k !== void 0 ? _k : undefined;
|
115108
115833
|
this._issue = data.issue;
|
@@ -115427,6 +116152,7 @@ class LabelNotificationSubscription extends Request {
|
|
115427
116152
|
constructor(request, data) {
|
115428
116153
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
115429
116154
|
super(request);
|
116155
|
+
this.active = data.active;
|
115430
116156
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115431
116157
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115432
116158
|
this.id = data.id;
|
@@ -115517,6 +116243,7 @@ class Notification extends Request {
|
|
115517
116243
|
this.type = data.type;
|
115518
116244
|
this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
|
115519
116245
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
116246
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
115520
116247
|
this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
|
115521
116248
|
this._user = data.user;
|
115522
116249
|
}
|
@@ -115615,6 +116342,7 @@ class NotificationSubscription extends Request {
|
|
115615
116342
|
constructor(request, data) {
|
115616
116343
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
115617
116344
|
super(request);
|
116345
|
+
this.active = data.active;
|
115618
116346
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115619
116347
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115620
116348
|
this.id = data.id;
|
@@ -115807,6 +116535,7 @@ class OauthClientApprovalNotification extends Request {
|
|
115807
116535
|
this.type = data.type;
|
115808
116536
|
this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
|
115809
116537
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
116538
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
115810
116539
|
this.oauthClientApproval = new OauthClientApproval(request, data.oauthClientApproval);
|
115811
116540
|
this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
|
115812
116541
|
this._user = data.user;
|
@@ -115970,7 +116699,7 @@ class OrganizationExistsPayload extends Request {
|
|
115970
116699
|
*/
|
115971
116700
|
class OrganizationInvite extends Request {
|
115972
116701
|
constructor(request, data) {
|
115973
|
-
var _a, _b, _c, _d, _e, _f;
|
116702
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
115974
116703
|
super(request);
|
115975
116704
|
this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115976
116705
|
this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -115979,8 +116708,9 @@ class OrganizationInvite extends Request {
|
|
115979
116708
|
this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
|
115980
116709
|
this.external = data.external;
|
115981
116710
|
this.id = data.id;
|
115982
|
-
this.
|
115983
|
-
this.
|
116711
|
+
this.metadata = (_e = parseJson(data.metadata)) !== null && _e !== void 0 ? _e : {};
|
116712
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
116713
|
+
this._invitee = (_g = data.invitee) !== null && _g !== void 0 ? _g : undefined;
|
115984
116714
|
this._inviter = data.inviter;
|
115985
116715
|
}
|
115986
116716
|
/** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
|
@@ -116170,7 +116900,7 @@ class PaidSubscription extends Request {
|
|
116170
116900
|
*/
|
116171
116901
|
class Project extends Request {
|
116172
116902
|
constructor(request, data) {
|
116173
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
116903
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
116174
116904
|
super(request);
|
116175
116905
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116176
116906
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -116179,15 +116909,16 @@ class Project extends Request {
|
|
116179
116909
|
this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
|
116180
116910
|
this.completedIssueCountHistory = data.completedIssueCountHistory;
|
116181
116911
|
this.completedScopeHistory = data.completedScopeHistory;
|
116182
|
-
this.
|
116912
|
+
this.content = (_e = data.content) !== null && _e !== void 0 ? _e : undefined;
|
116913
|
+
this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
|
116183
116914
|
this.description = data.description;
|
116184
|
-
this.icon = (
|
116915
|
+
this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
|
116185
116916
|
this.id = data.id;
|
116186
116917
|
this.inProgressScopeHistory = data.inProgressScopeHistory;
|
116187
116918
|
this.issueCountHistory = data.issueCountHistory;
|
116188
116919
|
this.name = data.name;
|
116189
116920
|
this.progress = data.progress;
|
116190
|
-
this.projectUpdateRemindersPausedUntilAt = (
|
116921
|
+
this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
|
116191
116922
|
this.scope = data.scope;
|
116192
116923
|
this.scopeHistory = data.scopeHistory;
|
116193
116924
|
this.slackIssueComments = data.slackIssueComments;
|
@@ -116195,16 +116926,17 @@ class Project extends Request {
|
|
116195
116926
|
this.slackNewIssue = data.slackNewIssue;
|
116196
116927
|
this.slugId = data.slugId;
|
116197
116928
|
this.sortOrder = data.sortOrder;
|
116198
|
-
this.startDate = (
|
116199
|
-
this.startedAt = (
|
116929
|
+
this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
|
116930
|
+
this.startedAt = (_k = parseDate(data.startedAt)) !== null && _k !== void 0 ? _k : undefined;
|
116200
116931
|
this.state = data.state;
|
116201
|
-
this.targetDate = (
|
116202
|
-
this.
|
116932
|
+
this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
|
116933
|
+
this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
|
116934
|
+
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
116203
116935
|
this.url = data.url;
|
116204
|
-
this._convertedFromIssue = (
|
116936
|
+
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
116205
116937
|
this._creator = data.creator;
|
116206
|
-
this._integrationsSettings = (
|
116207
|
-
this._lead = (
|
116938
|
+
this._integrationsSettings = (_q = data.integrationsSettings) !== null && _q !== void 0 ? _q : undefined;
|
116939
|
+
this._lead = (_r = data.lead) !== null && _r !== void 0 ? _r : undefined;
|
116208
116940
|
}
|
116209
116941
|
/** The project was created based on this issue. */
|
116210
116942
|
get convertedFromIssue() {
|
@@ -116256,14 +116988,14 @@ class Project extends Request {
|
|
116256
116988
|
return new Project_TeamsQuery(this._request, this.id, variables).fetch(variables);
|
116257
116989
|
}
|
116258
116990
|
/** Archives a project. */
|
116259
|
-
archive() {
|
116260
|
-
return new ArchiveProjectMutation(this._request).fetch(this.id);
|
116991
|
+
archive(variables) {
|
116992
|
+
return new ArchiveProjectMutation(this._request).fetch(this.id, variables);
|
116261
116993
|
}
|
116262
116994
|
/** Creates a new project. */
|
116263
116995
|
create(input) {
|
116264
116996
|
return new CreateProjectMutation(this._request).fetch(input);
|
116265
116997
|
}
|
116266
|
-
/** Deletes a project.
|
116998
|
+
/** Deletes (trashes) a project. */
|
116267
116999
|
delete() {
|
116268
117000
|
return new DeleteProjectMutation(this._request).fetch(this.id);
|
116269
117001
|
}
|
@@ -116477,6 +117209,7 @@ class ProjectNotification extends Request {
|
|
116477
117209
|
this.type = data.type;
|
116478
117210
|
this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
|
116479
117211
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
117212
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
116480
117213
|
this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
|
116481
117214
|
this._project = data.project;
|
116482
117215
|
this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
|
@@ -116511,6 +117244,7 @@ class ProjectNotificationSubscription extends Request {
|
|
116511
117244
|
constructor(request, data) {
|
116512
117245
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
116513
117246
|
super(request);
|
117247
|
+
this.active = data.active;
|
116514
117248
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116515
117249
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
116516
117250
|
this.id = data.id;
|
@@ -116601,7 +117335,7 @@ class ProjectSearchPayload extends Request {
|
|
116601
117335
|
*/
|
116602
117336
|
class ProjectSearchResult extends Request {
|
116603
117337
|
constructor(request, data) {
|
116604
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
117338
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
|
116605
117339
|
super(request);
|
116606
117340
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116607
117341
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -116610,16 +117344,17 @@ class ProjectSearchResult extends Request {
|
|
116610
117344
|
this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
|
116611
117345
|
this.completedIssueCountHistory = data.completedIssueCountHistory;
|
116612
117346
|
this.completedScopeHistory = data.completedScopeHistory;
|
116613
|
-
this.
|
117347
|
+
this.content = (_e = data.content) !== null && _e !== void 0 ? _e : undefined;
|
117348
|
+
this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
|
116614
117349
|
this.description = data.description;
|
116615
|
-
this.icon = (
|
117350
|
+
this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
|
116616
117351
|
this.id = data.id;
|
116617
117352
|
this.inProgressScopeHistory = data.inProgressScopeHistory;
|
116618
117353
|
this.issueCountHistory = data.issueCountHistory;
|
116619
|
-
this.metadata = (
|
117354
|
+
this.metadata = (_h = parseJson(data.metadata)) !== null && _h !== void 0 ? _h : {};
|
116620
117355
|
this.name = data.name;
|
116621
117356
|
this.progress = data.progress;
|
116622
|
-
this.projectUpdateRemindersPausedUntilAt = (
|
117357
|
+
this.projectUpdateRemindersPausedUntilAt = (_j = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _j !== void 0 ? _j : undefined;
|
116623
117358
|
this.scope = data.scope;
|
116624
117359
|
this.scopeHistory = data.scopeHistory;
|
116625
117360
|
this.slackIssueComments = data.slackIssueComments;
|
@@ -116627,16 +117362,17 @@ class ProjectSearchResult extends Request {
|
|
116627
117362
|
this.slackNewIssue = data.slackNewIssue;
|
116628
117363
|
this.slugId = data.slugId;
|
116629
117364
|
this.sortOrder = data.sortOrder;
|
116630
|
-
this.startDate = (
|
116631
|
-
this.startedAt = (
|
117365
|
+
this.startDate = (_k = data.startDate) !== null && _k !== void 0 ? _k : undefined;
|
117366
|
+
this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
|
116632
117367
|
this.state = data.state;
|
116633
|
-
this.targetDate = (
|
116634
|
-
this.
|
117368
|
+
this.targetDate = (_m = data.targetDate) !== null && _m !== void 0 ? _m : undefined;
|
117369
|
+
this.trashed = (_o = data.trashed) !== null && _o !== void 0 ? _o : undefined;
|
117370
|
+
this.updatedAt = (_p = parseDate(data.updatedAt)) !== null && _p !== void 0 ? _p : new Date();
|
116635
117371
|
this.url = data.url;
|
116636
|
-
this._convertedFromIssue = (
|
117372
|
+
this._convertedFromIssue = (_q = data.convertedFromIssue) !== null && _q !== void 0 ? _q : undefined;
|
116637
117373
|
this._creator = data.creator;
|
116638
|
-
this._integrationsSettings = (
|
116639
|
-
this._lead = (
|
117374
|
+
this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
|
117375
|
+
this._lead = (_s = data.lead) !== null && _s !== void 0 ? _s : undefined;
|
116640
117376
|
}
|
116641
117377
|
/** The project was created based on this issue. */
|
116642
117378
|
get convertedFromIssue() {
|
@@ -116680,14 +117416,15 @@ class ProjectSearchResultConnection extends Connection {
|
|
116680
117416
|
*/
|
116681
117417
|
class ProjectUpdate extends Request {
|
116682
117418
|
constructor(request, data) {
|
116683
|
-
var _a, _b, _c, _d;
|
117419
|
+
var _a, _b, _c, _d, _e;
|
116684
117420
|
super(request);
|
116685
117421
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
116686
117422
|
this.body = data.body;
|
116687
117423
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
116688
|
-
this.
|
117424
|
+
this.diff = (_c = parseJson(data.diff)) !== null && _c !== void 0 ? _c : undefined;
|
117425
|
+
this.editedAt = (_d = parseDate(data.editedAt)) !== null && _d !== void 0 ? _d : undefined;
|
116689
117426
|
this.id = data.id;
|
116690
|
-
this.updatedAt = (
|
117427
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
116691
117428
|
this.url = data.url;
|
116692
117429
|
this._project = data.project;
|
116693
117430
|
this._user = data.user;
|
@@ -117200,6 +117937,35 @@ class SentrySettings extends Request {
|
|
117200
117937
|
this.organizationSlug = data.organizationSlug;
|
117201
117938
|
}
|
117202
117939
|
}
|
117940
|
+
/**
|
117941
|
+
* Slack Asks specific settings.
|
117942
|
+
*
|
117943
|
+
* @param request - function to call the graphql client
|
117944
|
+
* @param data - L.SlackAsksSettingsFragment response data
|
117945
|
+
*/
|
117946
|
+
class SlackAsksSettings extends Request {
|
117947
|
+
constructor(request, data) {
|
117948
|
+
super(request);
|
117949
|
+
this.slackChannelMapping = data.slackChannelMapping
|
117950
|
+
? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
|
117951
|
+
: undefined;
|
117952
|
+
}
|
117953
|
+
}
|
117954
|
+
/**
|
117955
|
+
* Tuple for mapping Slack channel IDs to names
|
117956
|
+
*
|
117957
|
+
* @param request - function to call the graphql client
|
117958
|
+
* @param data - L.SlackChannelNameMappingFragment response data
|
117959
|
+
*/
|
117960
|
+
class SlackChannelNameMapping extends Request {
|
117961
|
+
constructor(request, data) {
|
117962
|
+
var _a;
|
117963
|
+
super(request);
|
117964
|
+
this.id = data.id;
|
117965
|
+
this.isPrivate = (_a = data.isPrivate) !== null && _a !== void 0 ? _a : undefined;
|
117966
|
+
this.name = data.name;
|
117967
|
+
}
|
117968
|
+
}
|
117203
117969
|
/**
|
117204
117970
|
* Slack notification specific settings.
|
117205
117971
|
*
|
@@ -117265,7 +118031,7 @@ class SynchronizedPayload extends Request {
|
|
117265
118031
|
*/
|
117266
118032
|
class Team extends Request {
|
117267
118033
|
constructor(request, data) {
|
117268
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
|
118034
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
|
117269
118035
|
super(request);
|
117270
118036
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117271
118037
|
this.autoArchivePeriod = data.autoArchivePeriod;
|
@@ -117314,9 +118080,10 @@ class Team extends Request {
|
|
117314
118080
|
this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
|
117315
118081
|
this._markedAsDuplicateWorkflowState = (_s = data.markedAsDuplicateWorkflowState) !== null && _s !== void 0 ? _s : undefined;
|
117316
118082
|
this._mergeWorkflowState = (_t = data.mergeWorkflowState) !== null && _t !== void 0 ? _t : undefined;
|
117317
|
-
this.
|
117318
|
-
this.
|
117319
|
-
this.
|
118083
|
+
this._mergeableWorkflowState = (_u = data.mergeableWorkflowState) !== null && _u !== void 0 ? _u : undefined;
|
118084
|
+
this._reviewWorkflowState = (_v = data.reviewWorkflowState) !== null && _v !== void 0 ? _v : undefined;
|
118085
|
+
this._startWorkflowState = (_w = data.startWorkflowState) !== null && _w !== void 0 ? _w : undefined;
|
118086
|
+
this._triageIssueState = (_x = data.triageIssueState) !== null && _x !== void 0 ? _x : undefined;
|
117320
118087
|
}
|
117321
118088
|
/** Team's currently active cycle. */
|
117322
118089
|
get activeCycle() {
|
@@ -117372,6 +118139,13 @@ class Team extends Request {
|
|
117372
118139
|
? new WorkflowStateQuery(this._request).fetch((_b = this._mergeWorkflowState) === null || _b === void 0 ? void 0 : _b.id)
|
117373
118140
|
: undefined;
|
117374
118141
|
}
|
118142
|
+
/** The workflow state into which issues are moved when a PR is ready to be merged. */
|
118143
|
+
get mergeableWorkflowState() {
|
118144
|
+
var _a, _b;
|
118145
|
+
return ((_a = this._mergeableWorkflowState) === null || _a === void 0 ? void 0 : _a.id)
|
118146
|
+
? new WorkflowStateQuery(this._request).fetch((_b = this._mergeableWorkflowState) === null || _b === void 0 ? void 0 : _b.id)
|
118147
|
+
: undefined;
|
118148
|
+
}
|
117375
118149
|
/** The organization that the team is associated with. */
|
117376
118150
|
get organization() {
|
117377
118151
|
return new OrganizationQuery(this._request).fetch();
|
@@ -117542,6 +118316,7 @@ class TeamNotificationSubscription extends Request {
|
|
117542
118316
|
constructor(request, data) {
|
117543
118317
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
117544
118318
|
super(request);
|
118319
|
+
this.active = data.active;
|
117545
118320
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117546
118321
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
117547
118322
|
this.id = data.id;
|
@@ -117886,6 +118661,7 @@ class UserNotificationSubscription extends Request {
|
|
117886
118661
|
constructor(request, data) {
|
117887
118662
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
117888
118663
|
super(request);
|
118664
|
+
this.active = data.active;
|
117889
118665
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
117890
118666
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
117891
118667
|
this.id = data.id;
|
@@ -118545,16 +119321,15 @@ class AttachmentLinkDiscordMutation extends Request {
|
|
118545
119321
|
* @param issueId - required issueId to pass to attachmentLinkDiscord
|
118546
119322
|
* @param messageId - required messageId to pass to attachmentLinkDiscord
|
118547
119323
|
* @param url - required url to pass to attachmentLinkDiscord
|
119324
|
+
* @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
|
118548
119325
|
* @returns parsed response from AttachmentLinkDiscordMutation
|
118549
119326
|
*/
|
118550
|
-
fetch(channelId, issueId, messageId, url) {
|
119327
|
+
fetch(channelId, issueId, messageId, url, variables) {
|
118551
119328
|
return __awaiter(this, void 0, void 0, function* () {
|
118552
|
-
const response = yield this._request(AttachmentLinkDiscordDocument, {
|
118553
|
-
channelId,
|
119329
|
+
const response = yield this._request(AttachmentLinkDiscordDocument, Object.assign({ channelId,
|
118554
119330
|
issueId,
|
118555
119331
|
messageId,
|
118556
|
-
url,
|
118557
|
-
});
|
119332
|
+
url }, variables));
|
118558
119333
|
const data = response.attachmentLinkDiscord;
|
118559
119334
|
return new AttachmentPayload(this._request, data);
|
118560
119335
|
});
|
@@ -118574,14 +119349,13 @@ class AttachmentLinkFrontMutation extends Request {
|
|
118574
119349
|
*
|
118575
119350
|
* @param conversationId - required conversationId to pass to attachmentLinkFront
|
118576
119351
|
* @param issueId - required issueId to pass to attachmentLinkFront
|
119352
|
+
* @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
|
118577
119353
|
* @returns parsed response from AttachmentLinkFrontMutation
|
118578
119354
|
*/
|
118579
|
-
fetch(conversationId, issueId) {
|
119355
|
+
fetch(conversationId, issueId, variables) {
|
118580
119356
|
return __awaiter(this, void 0, void 0, function* () {
|
118581
|
-
const response = yield this._request(AttachmentLinkFrontDocument, {
|
118582
|
-
|
118583
|
-
issueId,
|
118584
|
-
});
|
119357
|
+
const response = yield this._request(AttachmentLinkFrontDocument, Object.assign({ conversationId,
|
119358
|
+
issueId }, variables));
|
118585
119359
|
const data = response.attachmentLinkFront;
|
118586
119360
|
return new FrontAttachmentPayload(this._request, data);
|
118587
119361
|
});
|
@@ -118601,14 +119375,13 @@ class AttachmentLinkIntercomMutation extends Request {
|
|
118601
119375
|
*
|
118602
119376
|
* @param conversationId - required conversationId to pass to attachmentLinkIntercom
|
118603
119377
|
* @param issueId - required issueId to pass to attachmentLinkIntercom
|
119378
|
+
* @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
|
118604
119379
|
* @returns parsed response from AttachmentLinkIntercomMutation
|
118605
119380
|
*/
|
118606
|
-
fetch(conversationId, issueId) {
|
119381
|
+
fetch(conversationId, issueId, variables) {
|
118607
119382
|
return __awaiter(this, void 0, void 0, function* () {
|
118608
|
-
const response = yield this._request(AttachmentLinkIntercomDocument, {
|
118609
|
-
|
118610
|
-
issueId,
|
118611
|
-
});
|
119383
|
+
const response = yield this._request(AttachmentLinkIntercomDocument, Object.assign({ conversationId,
|
119384
|
+
issueId }, variables));
|
118612
119385
|
const data = response.attachmentLinkIntercom;
|
118613
119386
|
return new AttachmentPayload(this._request, data);
|
118614
119387
|
});
|
@@ -118711,14 +119484,13 @@ class AttachmentLinkZendeskMutation extends Request {
|
|
118711
119484
|
*
|
118712
119485
|
* @param issueId - required issueId to pass to attachmentLinkZendesk
|
118713
119486
|
* @param ticketId - required ticketId to pass to attachmentLinkZendesk
|
119487
|
+
* @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
|
118714
119488
|
* @returns parsed response from AttachmentLinkZendeskMutation
|
118715
119489
|
*/
|
118716
|
-
fetch(issueId, ticketId) {
|
119490
|
+
fetch(issueId, ticketId, variables) {
|
118717
119491
|
return __awaiter(this, void 0, void 0, function* () {
|
118718
|
-
const response = yield this._request(AttachmentLinkZendeskDocument, {
|
118719
|
-
|
118720
|
-
ticketId,
|
118721
|
-
});
|
119492
|
+
const response = yield this._request(AttachmentLinkZendeskDocument, Object.assign({ issueId,
|
119493
|
+
ticketId }, variables));
|
118722
119494
|
const data = response.attachmentLinkZendesk;
|
118723
119495
|
return new AttachmentPayload(this._request, data);
|
118724
119496
|
});
|
@@ -119464,6 +120236,33 @@ class ImportFileUploadMutation extends Request {
|
|
119464
120236
|
});
|
119465
120237
|
}
|
119466
120238
|
}
|
120239
|
+
/**
|
120240
|
+
* A fetchable IntegrationAsksConnectChannel Mutation
|
120241
|
+
*
|
120242
|
+
* @param request - function to call the graphql client
|
120243
|
+
*/
|
120244
|
+
class IntegrationAsksConnectChannelMutation extends Request {
|
120245
|
+
constructor(request) {
|
120246
|
+
super(request);
|
120247
|
+
}
|
120248
|
+
/**
|
120249
|
+
* Call the IntegrationAsksConnectChannel mutation and return a AsksChannelConnectPayload
|
120250
|
+
*
|
120251
|
+
* @param code - required code to pass to integrationAsksConnectChannel
|
120252
|
+
* @param redirectUri - required redirectUri to pass to integrationAsksConnectChannel
|
120253
|
+
* @returns parsed response from IntegrationAsksConnectChannelMutation
|
120254
|
+
*/
|
120255
|
+
fetch(code, redirectUri) {
|
120256
|
+
return __awaiter(this, void 0, void 0, function* () {
|
120257
|
+
const response = yield this._request(IntegrationAsksConnectChannelDocument, {
|
120258
|
+
code,
|
120259
|
+
redirectUri,
|
120260
|
+
});
|
120261
|
+
const data = response.integrationAsksConnectChannel;
|
120262
|
+
return new AsksChannelConnectPayload(this._request, data);
|
120263
|
+
});
|
120264
|
+
}
|
120265
|
+
}
|
119467
120266
|
/**
|
119468
120267
|
* A fetchable DeleteIntegration Mutation
|
119469
120268
|
*
|
@@ -121305,13 +122104,12 @@ class ArchiveProjectMutation extends Request {
|
|
121305
122104
|
* Call the ArchiveProject mutation and return a ProjectArchivePayload
|
121306
122105
|
*
|
121307
122106
|
* @param id - required id to pass to archiveProject
|
122107
|
+
* @param variables - variables without 'id' to pass into the ArchiveProjectMutation
|
121308
122108
|
* @returns parsed response from ArchiveProjectMutation
|
121309
122109
|
*/
|
121310
|
-
fetch(id) {
|
122110
|
+
fetch(id, variables) {
|
121311
122111
|
return __awaiter(this, void 0, void 0, function* () {
|
121312
|
-
const response = yield this._request(ArchiveProjectDocument, {
|
121313
|
-
id,
|
121314
|
-
});
|
122112
|
+
const response = yield this._request(ArchiveProjectDocument, Object.assign({ id }, variables));
|
121315
122113
|
const data = response.projectArchive;
|
121316
122114
|
return new ProjectArchivePayload(this._request, data);
|
121317
122115
|
});
|
@@ -121352,7 +122150,7 @@ class DeleteProjectMutation extends Request {
|
|
121352
122150
|
super(request);
|
121353
122151
|
}
|
121354
122152
|
/**
|
121355
|
-
* Call the DeleteProject mutation and return a
|
122153
|
+
* Call the DeleteProject mutation and return a ProjectArchivePayload
|
121356
122154
|
*
|
121357
122155
|
* @param id - required id to pass to deleteProject
|
121358
122156
|
* @returns parsed response from DeleteProjectMutation
|
@@ -121363,7 +122161,7 @@ class DeleteProjectMutation extends Request {
|
|
121363
122161
|
id,
|
121364
122162
|
});
|
121365
122163
|
const data = response.projectDelete;
|
121366
|
-
return new
|
122164
|
+
return new ProjectArchivePayload(this._request, data);
|
121367
122165
|
});
|
121368
122166
|
}
|
121369
122167
|
}
|
@@ -125326,6 +126124,32 @@ class AttachmentIssue_SubscribersQuery extends Request {
|
|
125326
126124
|
});
|
125327
126125
|
}
|
125328
126126
|
}
|
126127
|
+
/**
|
126128
|
+
* A fetchable Comment_BotActor Query
|
126129
|
+
*
|
126130
|
+
* @param request - function to call the graphql client
|
126131
|
+
* @param id - required id to pass to comment
|
126132
|
+
*/
|
126133
|
+
class Comment_BotActorQuery extends Request {
|
126134
|
+
constructor(request, id) {
|
126135
|
+
super(request);
|
126136
|
+
this._id = id;
|
126137
|
+
}
|
126138
|
+
/**
|
126139
|
+
* Call the Comment_BotActor query and return a ActorBot
|
126140
|
+
*
|
126141
|
+
* @returns parsed response from Comment_BotActorQuery
|
126142
|
+
*/
|
126143
|
+
fetch() {
|
126144
|
+
return __awaiter(this, void 0, void 0, function* () {
|
126145
|
+
const response = yield this._request(Comment_BotActorDocument, {
|
126146
|
+
id: this._id,
|
126147
|
+
});
|
126148
|
+
const data = response.comment.botActor;
|
126149
|
+
return data ? new ActorBot(this._request, data) : undefined;
|
126150
|
+
});
|
126151
|
+
}
|
126152
|
+
}
|
125329
126153
|
/**
|
125330
126154
|
* A fetchable Comment_Children Query
|
125331
126155
|
*
|
@@ -127013,30 +127837,33 @@ class LinearSdk extends Request {
|
|
127013
127837
|
* @param issueId - required issueId to pass to attachmentLinkDiscord
|
127014
127838
|
* @param messageId - required messageId to pass to attachmentLinkDiscord
|
127015
127839
|
* @param url - required url to pass to attachmentLinkDiscord
|
127840
|
+
* @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
|
127016
127841
|
* @returns AttachmentPayload
|
127017
127842
|
*/
|
127018
|
-
attachmentLinkDiscord(channelId, issueId, messageId, url) {
|
127019
|
-
return new AttachmentLinkDiscordMutation(this._request).fetch(channelId, issueId, messageId, url);
|
127843
|
+
attachmentLinkDiscord(channelId, issueId, messageId, url, variables) {
|
127844
|
+
return new AttachmentLinkDiscordMutation(this._request).fetch(channelId, issueId, messageId, url, variables);
|
127020
127845
|
}
|
127021
127846
|
/**
|
127022
127847
|
* Link an existing Front conversation to an issue.
|
127023
127848
|
*
|
127024
127849
|
* @param conversationId - required conversationId to pass to attachmentLinkFront
|
127025
127850
|
* @param issueId - required issueId to pass to attachmentLinkFront
|
127851
|
+
* @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
|
127026
127852
|
* @returns FrontAttachmentPayload
|
127027
127853
|
*/
|
127028
|
-
attachmentLinkFront(conversationId, issueId) {
|
127029
|
-
return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId);
|
127854
|
+
attachmentLinkFront(conversationId, issueId, variables) {
|
127855
|
+
return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId, variables);
|
127030
127856
|
}
|
127031
127857
|
/**
|
127032
127858
|
* Link an existing Intercom conversation to an issue.
|
127033
127859
|
*
|
127034
127860
|
* @param conversationId - required conversationId to pass to attachmentLinkIntercom
|
127035
127861
|
* @param issueId - required issueId to pass to attachmentLinkIntercom
|
127862
|
+
* @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
|
127036
127863
|
* @returns AttachmentPayload
|
127037
127864
|
*/
|
127038
|
-
attachmentLinkIntercom(conversationId, issueId) {
|
127039
|
-
return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId);
|
127865
|
+
attachmentLinkIntercom(conversationId, issueId, variables) {
|
127866
|
+
return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId, variables);
|
127040
127867
|
}
|
127041
127868
|
/**
|
127042
127869
|
* Link an existing Jira issue to an issue.
|
@@ -127077,10 +127904,11 @@ class LinearSdk extends Request {
|
|
127077
127904
|
*
|
127078
127905
|
* @param issueId - required issueId to pass to attachmentLinkZendesk
|
127079
127906
|
* @param ticketId - required ticketId to pass to attachmentLinkZendesk
|
127907
|
+
* @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
|
127080
127908
|
* @returns AttachmentPayload
|
127081
127909
|
*/
|
127082
|
-
attachmentLinkZendesk(issueId, ticketId) {
|
127083
|
-
return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId);
|
127910
|
+
attachmentLinkZendesk(issueId, ticketId, variables) {
|
127911
|
+
return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
|
127084
127912
|
}
|
127085
127913
|
/**
|
127086
127914
|
* Unsyncs an existing synced Slack attachment.
|
@@ -127356,6 +128184,16 @@ class LinearSdk extends Request {
|
|
127356
128184
|
importFileUpload(contentType, filename, size, variables) {
|
127357
128185
|
return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
|
127358
128186
|
}
|
128187
|
+
/**
|
128188
|
+
* Connect a Slack channel to Asks.
|
128189
|
+
*
|
128190
|
+
* @param code - required code to pass to integrationAsksConnectChannel
|
128191
|
+
* @param redirectUri - required redirectUri to pass to integrationAsksConnectChannel
|
128192
|
+
* @returns AsksChannelConnectPayload
|
128193
|
+
*/
|
128194
|
+
integrationAsksConnectChannel(code, redirectUri) {
|
128195
|
+
return new IntegrationAsksConnectChannelMutation(this._request).fetch(code, redirectUri);
|
128196
|
+
}
|
127359
128197
|
/**
|
127360
128198
|
* Deletes an integration.
|
127361
128199
|
*
|
@@ -128044,10 +128882,11 @@ class LinearSdk extends Request {
|
|
128044
128882
|
* Archives a project.
|
128045
128883
|
*
|
128046
128884
|
* @param id - required id to pass to archiveProject
|
128885
|
+
* @param variables - variables without 'id' to pass into the ArchiveProjectMutation
|
128047
128886
|
* @returns ProjectArchivePayload
|
128048
128887
|
*/
|
128049
|
-
archiveProject(id) {
|
128050
|
-
return new ArchiveProjectMutation(this._request).fetch(id);
|
128888
|
+
archiveProject(id, variables) {
|
128889
|
+
return new ArchiveProjectMutation(this._request).fetch(id, variables);
|
128051
128890
|
}
|
128052
128891
|
/**
|
128053
128892
|
* Creates a new project.
|
@@ -128059,10 +128898,10 @@ class LinearSdk extends Request {
|
|
128059
128898
|
return new CreateProjectMutation(this._request).fetch(input);
|
128060
128899
|
}
|
128061
128900
|
/**
|
128062
|
-
* Deletes a project.
|
128901
|
+
* Deletes (trashes) a project.
|
128063
128902
|
*
|
128064
128903
|
* @param id - required id to pass to deleteProject
|
128065
|
-
* @returns
|
128904
|
+
* @returns ProjectArchivePayload
|
128066
128905
|
*/
|
128067
128906
|
deleteProject(id) {
|
128068
128907
|
return new DeleteProjectMutation(this._request).fetch(id);
|
@@ -129530,6 +130369,7 @@ class LinearWebhooks {
|
|
129530
130369
|
}
|
129531
130370
|
}
|
129532
130371
|
|
130372
|
+
exports.ActorBot = ActorBot;
|
129533
130373
|
exports.AdministrableTeamsQuery = AdministrableTeamsQuery;
|
129534
130374
|
exports.AirbyteIntegrationConnectMutation = AirbyteIntegrationConnectMutation;
|
129535
130375
|
exports.ApiKey = ApiKey;
|
@@ -129548,6 +130388,7 @@ exports.ArchiveProjectMutation = ArchiveProjectMutation;
|
|
129548
130388
|
exports.ArchiveResponse = ArchiveResponse;
|
129549
130389
|
exports.ArchiveRoadmapMutation = ArchiveRoadmapMutation;
|
129550
130390
|
exports.ArchiveWorkflowStateMutation = ArchiveWorkflowStateMutation;
|
130391
|
+
exports.AsksChannelConnectPayload = AsksChannelConnectPayload;
|
129551
130392
|
exports.Attachment = Attachment;
|
129552
130393
|
exports.AttachmentArchivePayload = AttachmentArchivePayload;
|
129553
130394
|
exports.AttachmentConnection = AttachmentConnection;
|
@@ -129586,6 +130427,7 @@ exports.Comment = Comment;
|
|
129586
130427
|
exports.CommentConnection = CommentConnection;
|
129587
130428
|
exports.CommentPayload = CommentPayload;
|
129588
130429
|
exports.CommentQuery = CommentQuery;
|
130430
|
+
exports.Comment_BotActorQuery = Comment_BotActorQuery;
|
129589
130431
|
exports.Comment_ChildrenQuery = Comment_ChildrenQuery;
|
129590
130432
|
exports.CommentsQuery = CommentsQuery;
|
129591
130433
|
exports.Company = Company;
|
@@ -129733,6 +130575,7 @@ exports.ImageUploadFromUrlMutation = ImageUploadFromUrlMutation;
|
|
129733
130575
|
exports.ImageUploadFromUrlPayload = ImageUploadFromUrlPayload;
|
129734
130576
|
exports.ImportFileUploadMutation = ImportFileUploadMutation;
|
129735
130577
|
exports.Integration = Integration;
|
130578
|
+
exports.IntegrationAsksConnectChannelMutation = IntegrationAsksConnectChannelMutation;
|
129736
130579
|
exports.IntegrationConnection = IntegrationConnection;
|
129737
130580
|
exports.IntegrationDiscordMutation = IntegrationDiscordMutation;
|
129738
130581
|
exports.IntegrationFigmaMutation = IntegrationFigmaMutation;
|
@@ -129982,6 +130825,8 @@ exports.SearchIssues_ArchivePayloadQuery = SearchIssues_ArchivePayloadQuery;
|
|
129982
130825
|
exports.SearchProjectsQuery = SearchProjectsQuery;
|
129983
130826
|
exports.SearchProjects_ArchivePayloadQuery = SearchProjects_ArchivePayloadQuery;
|
129984
130827
|
exports.SentrySettings = SentrySettings;
|
130828
|
+
exports.SlackAsksSettings = SlackAsksSettings;
|
130829
|
+
exports.SlackChannelNameMapping = SlackChannelNameMapping;
|
129985
130830
|
exports.SlackPostSettings = SlackPostSettings;
|
129986
130831
|
exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
|
129987
130832
|
exports.SsoUrlFromEmailResponse = SsoUrlFromEmailResponse;
|