@linear/sdk 73.0.0 → 74.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-CvYRfx0L.d.mts → index-lUg0pNgn.d.cts} +1036 -111
- package/dist/index-lUg0pNgn.d.cts.map +1 -0
- package/dist/{index-DMxh237_.d.cts → index-oqX7k25Z.d.mts} +1036 -111
- package/dist/index-oqX7k25Z.d.mts.map +1 -0
- package/dist/index.cjs +1935 -170
- package/dist/index.d.cts +305 -94
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +305 -94
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1925 -167
- package/dist/index.mjs.map +1 -1
- package/dist/webhooks/index.d.cts +1 -1
- package/dist/webhooks/index.d.mts +1 -1
- package/package.json +3 -3
- package/dist/index-CvYRfx0L.d.mts.map +0 -1
- package/dist/index-DMxh237_.d.cts.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1514,6 +1514,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
1514
1514
|
AsksWebSettingDocument: () => AsksWebSettingDocument,
|
|
1515
1515
|
AsksWebSetting_IdentityProviderDocument: () => AsksWebSetting_IdentityProviderDocument,
|
|
1516
1516
|
AsksWebSettingsFragmentDoc: () => AsksWebSettingsFragmentDoc,
|
|
1517
|
+
AsksWebSettingsPayloadFragmentDoc: () => AsksWebSettingsPayloadFragmentDoc,
|
|
1517
1518
|
AttachmentConnectionFragmentDoc: () => AttachmentConnectionFragmentDoc,
|
|
1518
1519
|
AttachmentDocument: () => AttachmentDocument,
|
|
1519
1520
|
AttachmentFragmentDoc: () => AttachmentFragmentDoc,
|
|
@@ -1577,11 +1578,13 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
1577
1578
|
Comment_CreatedIssuesDocument: () => Comment_CreatedIssuesDocument,
|
|
1578
1579
|
Comment_DocumentContentDocument: () => Comment_DocumentContentDocument,
|
|
1579
1580
|
Comment_DocumentContent_AiPromptRulesDocument: () => Comment_DocumentContent_AiPromptRulesDocument,
|
|
1581
|
+
Comment_DocumentContent_WelcomeMessageDocument: () => Comment_DocumentContent_WelcomeMessageDocument,
|
|
1580
1582
|
Comment_ExternalThreadDocument: () => Comment_ExternalThreadDocument,
|
|
1581
1583
|
CommentsDocument: () => CommentsDocument,
|
|
1582
1584
|
ContactPayloadFragmentDoc: () => ContactPayloadFragmentDoc,
|
|
1583
1585
|
ContextViewType: () => ContextViewType,
|
|
1584
1586
|
CreateAgentActivityDocument: () => CreateAgentActivityDocument,
|
|
1587
|
+
CreateAsksWebSettingsDocument: () => CreateAsksWebSettingsDocument,
|
|
1585
1588
|
CreateAttachmentDocument: () => CreateAttachmentDocument,
|
|
1586
1589
|
CreateCommentDocument: () => CreateCommentDocument,
|
|
1587
1590
|
CreateContactDocument: () => CreateContactDocument,
|
|
@@ -1877,6 +1880,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
1877
1880
|
InitiativeWebhookPayloadFragmentDoc: () => InitiativeWebhookPayloadFragmentDoc,
|
|
1878
1881
|
Initiative_DocumentContentDocument: () => Initiative_DocumentContentDocument,
|
|
1879
1882
|
Initiative_DocumentContent_AiPromptRulesDocument: () => Initiative_DocumentContent_AiPromptRulesDocument,
|
|
1883
|
+
Initiative_DocumentContent_WelcomeMessageDocument: () => Initiative_DocumentContent_WelcomeMessageDocument,
|
|
1880
1884
|
Initiative_DocumentsDocument: () => Initiative_DocumentsDocument,
|
|
1881
1885
|
Initiative_HistoryDocument: () => Initiative_HistoryDocument,
|
|
1882
1886
|
Initiative_InitiativeUpdatesDocument: () => Initiative_InitiativeUpdatesDocument,
|
|
@@ -2129,6 +2133,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
2129
2133
|
ProductIntelligenceScope: () => ProductIntelligenceScope,
|
|
2130
2134
|
ProjectAddLabelDocument: () => ProjectAddLabelDocument,
|
|
2131
2135
|
ProjectArchivePayloadFragmentDoc: () => ProjectArchivePayloadFragmentDoc,
|
|
2136
|
+
ProjectAttachmentConnectionFragmentDoc: () => ProjectAttachmentConnectionFragmentDoc,
|
|
2132
2137
|
ProjectAttachmentFragmentDoc: () => ProjectAttachmentFragmentDoc,
|
|
2133
2138
|
ProjectChildWebhookPayloadFragmentDoc: () => ProjectChildWebhookPayloadFragmentDoc,
|
|
2134
2139
|
ProjectConnectionFragmentDoc: () => ProjectConnectionFragmentDoc,
|
|
@@ -2161,6 +2166,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
2161
2166
|
ProjectMilestoneStatus: () => ProjectMilestoneStatus,
|
|
2162
2167
|
ProjectMilestone_DocumentContentDocument: () => ProjectMilestone_DocumentContentDocument,
|
|
2163
2168
|
ProjectMilestone_DocumentContent_AiPromptRulesDocument: () => ProjectMilestone_DocumentContent_AiPromptRulesDocument,
|
|
2169
|
+
ProjectMilestone_DocumentContent_WelcomeMessageDocument: () => ProjectMilestone_DocumentContent_WelcomeMessageDocument,
|
|
2164
2170
|
ProjectMilestone_IssuesDocument: () => ProjectMilestone_IssuesDocument,
|
|
2165
2171
|
ProjectMilestonesDocument: () => ProjectMilestonesDocument,
|
|
2166
2172
|
ProjectNotificationFragmentDoc: () => ProjectNotificationFragmentDoc,
|
|
@@ -2197,9 +2203,11 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
2197
2203
|
ProjectUpdate_CommentsDocument: () => ProjectUpdate_CommentsDocument,
|
|
2198
2204
|
ProjectUpdatesDocument: () => ProjectUpdatesDocument,
|
|
2199
2205
|
ProjectWebhookPayloadFragmentDoc: () => ProjectWebhookPayloadFragmentDoc,
|
|
2206
|
+
Project_AttachmentsDocument: () => Project_AttachmentsDocument,
|
|
2200
2207
|
Project_CommentsDocument: () => Project_CommentsDocument,
|
|
2201
2208
|
Project_DocumentContentDocument: () => Project_DocumentContentDocument,
|
|
2202
2209
|
Project_DocumentContent_AiPromptRulesDocument: () => Project_DocumentContent_AiPromptRulesDocument,
|
|
2210
|
+
Project_DocumentContent_WelcomeMessageDocument: () => Project_DocumentContent_WelcomeMessageDocument,
|
|
2203
2211
|
Project_DocumentsDocument: () => Project_DocumentsDocument,
|
|
2204
2212
|
Project_ExternalLinksDocument: () => Project_ExternalLinksDocument,
|
|
2205
2213
|
Project_HistoryDocument: () => Project_HistoryDocument,
|
|
@@ -2348,6 +2356,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
2348
2356
|
UnarchiveTeamDocument: () => UnarchiveTeamDocument,
|
|
2349
2357
|
UnsuspendUserDocument: () => UnsuspendUserDocument,
|
|
2350
2358
|
UpdateAgentSessionDocument: () => UpdateAgentSessionDocument,
|
|
2359
|
+
UpdateAsksWebSettingsDocument: () => UpdateAsksWebSettingsDocument,
|
|
2351
2360
|
UpdateAttachmentDocument: () => UpdateAttachmentDocument,
|
|
2352
2361
|
UpdateCommentDocument: () => UpdateCommentDocument,
|
|
2353
2362
|
UpdateCustomViewDocument: () => UpdateCustomViewDocument,
|
|
@@ -2406,8 +2415,6 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
2406
2415
|
UserChildWebhookPayloadFragmentDoc: () => UserChildWebhookPayloadFragmentDoc,
|
|
2407
2416
|
UserConnectionFragmentDoc: () => UserConnectionFragmentDoc,
|
|
2408
2417
|
UserContextViewType: () => UserContextViewType,
|
|
2409
|
-
UserDemoteAdminDocument: () => UserDemoteAdminDocument,
|
|
2410
|
-
UserDemoteMemberDocument: () => UserDemoteMemberDocument,
|
|
2411
2418
|
UserDiscordConnectDocument: () => UserDiscordConnectDocument,
|
|
2412
2419
|
UserDocument: () => UserDocument,
|
|
2413
2420
|
UserExternalUserDisconnectDocument: () => UserExternalUserDisconnectDocument,
|
|
@@ -2416,8 +2423,6 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
2416
2423
|
UserFragmentDoc: () => UserFragmentDoc,
|
|
2417
2424
|
UserNotificationSubscriptionFragmentDoc: () => UserNotificationSubscriptionFragmentDoc,
|
|
2418
2425
|
UserPayloadFragmentDoc: () => UserPayloadFragmentDoc,
|
|
2419
|
-
UserPromoteAdminDocument: () => UserPromoteAdminDocument,
|
|
2420
|
-
UserPromoteMemberDocument: () => UserPromoteMemberDocument,
|
|
2421
2426
|
UserRevokeAllSessionsDocument: () => UserRevokeAllSessionsDocument,
|
|
2422
2427
|
UserRevokeSessionDocument: () => UserRevokeSessionDocument,
|
|
2423
2428
|
UserRoleType: () => UserRoleType,
|
|
@@ -2493,6 +2498,8 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
2493
2498
|
WebhookPayloadFragmentDoc: () => WebhookPayloadFragmentDoc,
|
|
2494
2499
|
WebhookRotateSecretPayloadFragmentDoc: () => WebhookRotateSecretPayloadFragmentDoc,
|
|
2495
2500
|
WebhooksDocument: () => WebhooksDocument,
|
|
2501
|
+
WelcomeMessageFragmentDoc: () => WelcomeMessageFragmentDoc,
|
|
2502
|
+
WelcomeMessageNotificationFragmentDoc: () => WelcomeMessageNotificationFragmentDoc,
|
|
2496
2503
|
WorkflowDefinitionFragmentDoc: () => WorkflowDefinitionFragmentDoc,
|
|
2497
2504
|
WorkflowStateArchivePayloadFragmentDoc: () => WorkflowStateArchivePayloadFragmentDoc,
|
|
2498
2505
|
WorkflowStateChildWebhookPayloadFragmentDoc: () => WorkflowStateChildWebhookPayloadFragmentDoc,
|
|
@@ -2595,6 +2602,7 @@ let Day = /* @__PURE__ */ function(Day$1) {
|
|
|
2595
2602
|
/** The type of the email address. */
|
|
2596
2603
|
let EmailIntakeAddressType = /* @__PURE__ */ function(EmailIntakeAddressType$1) {
|
|
2597
2604
|
EmailIntakeAddressType$1["Asks"] = "asks";
|
|
2605
|
+
EmailIntakeAddressType$1["AsksWeb"] = "asksWeb";
|
|
2598
2606
|
EmailIntakeAddressType$1["Team"] = "team";
|
|
2599
2607
|
EmailIntakeAddressType$1["Template"] = "template";
|
|
2600
2608
|
return EmailIntakeAddressType$1;
|
|
@@ -3992,6 +4000,42 @@ const PullRequestNotificationFragmentDoc = new TypedDocumentString(`
|
|
|
3992
4000
|
type
|
|
3993
4001
|
id
|
|
3994
4002
|
}`, { fragmentName: "PullRequestNotification" });
|
|
4003
|
+
const WelcomeMessageNotificationFragmentDoc = new TypedDocumentString(`
|
|
4004
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
4005
|
+
__typename
|
|
4006
|
+
type
|
|
4007
|
+
welcomeMessageId
|
|
4008
|
+
botActor {
|
|
4009
|
+
...ActorBot
|
|
4010
|
+
}
|
|
4011
|
+
category
|
|
4012
|
+
externalUserActor {
|
|
4013
|
+
id
|
|
4014
|
+
}
|
|
4015
|
+
updatedAt
|
|
4016
|
+
emailedAt
|
|
4017
|
+
readAt
|
|
4018
|
+
unsnoozedAt
|
|
4019
|
+
archivedAt
|
|
4020
|
+
createdAt
|
|
4021
|
+
snoozedUntilAt
|
|
4022
|
+
id
|
|
4023
|
+
actor {
|
|
4024
|
+
id
|
|
4025
|
+
}
|
|
4026
|
+
user {
|
|
4027
|
+
id
|
|
4028
|
+
}
|
|
4029
|
+
}
|
|
4030
|
+
fragment ActorBot on ActorBot {
|
|
4031
|
+
__typename
|
|
4032
|
+
avatarUrl
|
|
4033
|
+
name
|
|
4034
|
+
userDisplayName
|
|
4035
|
+
subType
|
|
4036
|
+
type
|
|
4037
|
+
id
|
|
4038
|
+
}`, { fragmentName: "WelcomeMessageNotification" });
|
|
3995
4039
|
const NotificationFragmentDoc = new TypedDocumentString(`
|
|
3996
4040
|
fragment Notification on Notification {
|
|
3997
4041
|
__typename
|
|
@@ -4044,6 +4088,9 @@ const NotificationFragmentDoc = new TypedDocumentString(`
|
|
|
4044
4088
|
... on PullRequestNotification {
|
|
4045
4089
|
...PullRequestNotification
|
|
4046
4090
|
}
|
|
4091
|
+
... on WelcomeMessageNotification {
|
|
4092
|
+
...WelcomeMessageNotification
|
|
4093
|
+
}
|
|
4047
4094
|
}
|
|
4048
4095
|
fragment ActorBot on ActorBot {
|
|
4049
4096
|
__typename
|
|
@@ -4249,6 +4296,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
4249
4296
|
id
|
|
4250
4297
|
}
|
|
4251
4298
|
}
|
|
4299
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
4300
|
+
__typename
|
|
4301
|
+
type
|
|
4302
|
+
welcomeMessageId
|
|
4303
|
+
botActor {
|
|
4304
|
+
...ActorBot
|
|
4305
|
+
}
|
|
4306
|
+
category
|
|
4307
|
+
externalUserActor {
|
|
4308
|
+
id
|
|
4309
|
+
}
|
|
4310
|
+
updatedAt
|
|
4311
|
+
emailedAt
|
|
4312
|
+
readAt
|
|
4313
|
+
unsnoozedAt
|
|
4314
|
+
archivedAt
|
|
4315
|
+
createdAt
|
|
4316
|
+
snoozedUntilAt
|
|
4317
|
+
id
|
|
4318
|
+
actor {
|
|
4319
|
+
id
|
|
4320
|
+
}
|
|
4321
|
+
user {
|
|
4322
|
+
id
|
|
4323
|
+
}
|
|
4324
|
+
}
|
|
4252
4325
|
fragment InitiativeNotification on InitiativeNotification {
|
|
4253
4326
|
__typename
|
|
4254
4327
|
reactionEmoji
|
|
@@ -4581,6 +4654,9 @@ fragment Notification on Notification {
|
|
|
4581
4654
|
... on PullRequestNotification {
|
|
4582
4655
|
...PullRequestNotification
|
|
4583
4656
|
}
|
|
4657
|
+
... on WelcomeMessageNotification {
|
|
4658
|
+
...WelcomeMessageNotification
|
|
4659
|
+
}
|
|
4584
4660
|
}
|
|
4585
4661
|
fragment PostNotification on PostNotification {
|
|
4586
4662
|
__typename
|
|
@@ -4684,6 +4760,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
4684
4760
|
id
|
|
4685
4761
|
}
|
|
4686
4762
|
}
|
|
4763
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
4764
|
+
__typename
|
|
4765
|
+
type
|
|
4766
|
+
welcomeMessageId
|
|
4767
|
+
botActor {
|
|
4768
|
+
...ActorBot
|
|
4769
|
+
}
|
|
4770
|
+
category
|
|
4771
|
+
externalUserActor {
|
|
4772
|
+
id
|
|
4773
|
+
}
|
|
4774
|
+
updatedAt
|
|
4775
|
+
emailedAt
|
|
4776
|
+
readAt
|
|
4777
|
+
unsnoozedAt
|
|
4778
|
+
archivedAt
|
|
4779
|
+
createdAt
|
|
4780
|
+
snoozedUntilAt
|
|
4781
|
+
id
|
|
4782
|
+
actor {
|
|
4783
|
+
id
|
|
4784
|
+
}
|
|
4785
|
+
user {
|
|
4786
|
+
id
|
|
4787
|
+
}
|
|
4788
|
+
}
|
|
4687
4789
|
fragment InitiativeNotification on InitiativeNotification {
|
|
4688
4790
|
__typename
|
|
4689
4791
|
reactionEmoji
|
|
@@ -5270,6 +5372,9 @@ fragment Notification on Notification {
|
|
|
5270
5372
|
... on PullRequestNotification {
|
|
5271
5373
|
...PullRequestNotification
|
|
5272
5374
|
}
|
|
5375
|
+
... on WelcomeMessageNotification {
|
|
5376
|
+
...WelcomeMessageNotification
|
|
5377
|
+
}
|
|
5273
5378
|
}
|
|
5274
5379
|
fragment PostNotification on PostNotification {
|
|
5275
5380
|
__typename
|
|
@@ -5373,6 +5478,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
5373
5478
|
id
|
|
5374
5479
|
}
|
|
5375
5480
|
}
|
|
5481
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
5482
|
+
__typename
|
|
5483
|
+
type
|
|
5484
|
+
welcomeMessageId
|
|
5485
|
+
botActor {
|
|
5486
|
+
...ActorBot
|
|
5487
|
+
}
|
|
5488
|
+
category
|
|
5489
|
+
externalUserActor {
|
|
5490
|
+
id
|
|
5491
|
+
}
|
|
5492
|
+
updatedAt
|
|
5493
|
+
emailedAt
|
|
5494
|
+
readAt
|
|
5495
|
+
unsnoozedAt
|
|
5496
|
+
archivedAt
|
|
5497
|
+
createdAt
|
|
5498
|
+
snoozedUntilAt
|
|
5499
|
+
id
|
|
5500
|
+
actor {
|
|
5501
|
+
id
|
|
5502
|
+
}
|
|
5503
|
+
user {
|
|
5504
|
+
id
|
|
5505
|
+
}
|
|
5506
|
+
}
|
|
5376
5507
|
fragment InitiativeNotification on InitiativeNotification {
|
|
5377
5508
|
__typename
|
|
5378
5509
|
reactionEmoji
|
|
@@ -5929,6 +6060,9 @@ const OrganizationFragmentDoc = new TypedDocumentString(`
|
|
|
5929
6060
|
previousUrlKeys
|
|
5930
6061
|
periodUploadVolume
|
|
5931
6062
|
securitySettings
|
|
6063
|
+
slackProjectChannelIntegration {
|
|
6064
|
+
id
|
|
6065
|
+
}
|
|
5932
6066
|
initiativeUpdateRemindersDay
|
|
5933
6067
|
projectUpdateRemindersDay
|
|
5934
6068
|
releaseChannel
|
|
@@ -5947,6 +6081,7 @@ const OrganizationFragmentDoc = new TypedDocumentString(`
|
|
|
5947
6081
|
...PaidSubscription
|
|
5948
6082
|
}
|
|
5949
6083
|
urlKey
|
|
6084
|
+
slackProjectChannelPrefix
|
|
5950
6085
|
deletionRequestedAt
|
|
5951
6086
|
archivedAt
|
|
5952
6087
|
createdAt
|
|
@@ -9522,6 +9657,16 @@ fragment SlackAsksTeamSettings on SlackAsksTeamSettings {
|
|
|
9522
9657
|
id
|
|
9523
9658
|
hasDefaultAsk
|
|
9524
9659
|
}`, { fragmentName: "AsksChannelConnectPayload" });
|
|
9660
|
+
const AsksWebSettingsPayloadFragmentDoc = new TypedDocumentString(`
|
|
9661
|
+
fragment AsksWebSettingsPayload on AsksWebSettingsPayload {
|
|
9662
|
+
__typename
|
|
9663
|
+
asksWebSettings {
|
|
9664
|
+
id
|
|
9665
|
+
}
|
|
9666
|
+
lastSyncId
|
|
9667
|
+
success
|
|
9668
|
+
}
|
|
9669
|
+
`, { fragmentName: "AsksWebSettingsPayload" });
|
|
9525
9670
|
const AttachmentFragmentDoc = new TypedDocumentString(`
|
|
9526
9671
|
fragment Attachment on Attachment {
|
|
9527
9672
|
__typename
|
|
@@ -9821,6 +9966,20 @@ const AiPromptRulesFragmentDoc = new TypedDocumentString(`
|
|
|
9821
9966
|
}
|
|
9822
9967
|
}
|
|
9823
9968
|
`, { fragmentName: "AiPromptRules" });
|
|
9969
|
+
const WelcomeMessageFragmentDoc = new TypedDocumentString(`
|
|
9970
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
9971
|
+
__typename
|
|
9972
|
+
updatedAt
|
|
9973
|
+
archivedAt
|
|
9974
|
+
createdAt
|
|
9975
|
+
title
|
|
9976
|
+
id
|
|
9977
|
+
updatedBy {
|
|
9978
|
+
id
|
|
9979
|
+
}
|
|
9980
|
+
enabled
|
|
9981
|
+
}
|
|
9982
|
+
`, { fragmentName: "WelcomeMessage" });
|
|
9824
9983
|
const DocumentContentFragmentDoc = new TypedDocumentString(`
|
|
9825
9984
|
fragment DocumentContent on DocumentContent {
|
|
9826
9985
|
__typename
|
|
@@ -9849,8 +10008,23 @@ const DocumentContentFragmentDoc = new TypedDocumentString(`
|
|
|
9849
10008
|
archivedAt
|
|
9850
10009
|
createdAt
|
|
9851
10010
|
id
|
|
10011
|
+
welcomeMessage {
|
|
10012
|
+
...WelcomeMessage
|
|
10013
|
+
}
|
|
9852
10014
|
}
|
|
9853
|
-
fragment
|
|
10015
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
10016
|
+
__typename
|
|
10017
|
+
updatedAt
|
|
10018
|
+
archivedAt
|
|
10019
|
+
createdAt
|
|
10020
|
+
title
|
|
10021
|
+
id
|
|
10022
|
+
updatedBy {
|
|
10023
|
+
id
|
|
10024
|
+
}
|
|
10025
|
+
enabled
|
|
10026
|
+
}
|
|
10027
|
+
fragment AiPromptRules on AiPromptRules {
|
|
9854
10028
|
__typename
|
|
9855
10029
|
updatedAt
|
|
9856
10030
|
archivedAt
|
|
@@ -10045,6 +10219,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
10045
10219
|
archivedAt
|
|
10046
10220
|
createdAt
|
|
10047
10221
|
id
|
|
10222
|
+
welcomeMessage {
|
|
10223
|
+
...WelcomeMessage
|
|
10224
|
+
}
|
|
10048
10225
|
}
|
|
10049
10226
|
fragment Reaction on Reaction {
|
|
10050
10227
|
__typename
|
|
@@ -10072,6 +10249,18 @@ fragment Reaction on Reaction {
|
|
|
10072
10249
|
id
|
|
10073
10250
|
}
|
|
10074
10251
|
}
|
|
10252
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
10253
|
+
__typename
|
|
10254
|
+
updatedAt
|
|
10255
|
+
archivedAt
|
|
10256
|
+
createdAt
|
|
10257
|
+
title
|
|
10258
|
+
id
|
|
10259
|
+
updatedBy {
|
|
10260
|
+
id
|
|
10261
|
+
}
|
|
10262
|
+
enabled
|
|
10263
|
+
}
|
|
10075
10264
|
fragment AiPromptRules on AiPromptRules {
|
|
10076
10265
|
__typename
|
|
10077
10266
|
updatedAt
|
|
@@ -10236,6 +10425,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
10236
10425
|
archivedAt
|
|
10237
10426
|
createdAt
|
|
10238
10427
|
id
|
|
10428
|
+
welcomeMessage {
|
|
10429
|
+
...WelcomeMessage
|
|
10430
|
+
}
|
|
10239
10431
|
}
|
|
10240
10432
|
fragment Reaction on Reaction {
|
|
10241
10433
|
__typename
|
|
@@ -10263,6 +10455,18 @@ fragment Reaction on Reaction {
|
|
|
10263
10455
|
id
|
|
10264
10456
|
}
|
|
10265
10457
|
}
|
|
10458
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
10459
|
+
__typename
|
|
10460
|
+
updatedAt
|
|
10461
|
+
archivedAt
|
|
10462
|
+
createdAt
|
|
10463
|
+
title
|
|
10464
|
+
id
|
|
10465
|
+
updatedBy {
|
|
10466
|
+
id
|
|
10467
|
+
}
|
|
10468
|
+
enabled
|
|
10469
|
+
}
|
|
10266
10470
|
fragment AiPromptRules on AiPromptRules {
|
|
10267
10471
|
__typename
|
|
10268
10472
|
updatedAt
|
|
@@ -11993,6 +12197,9 @@ const GitHubEnterpriseServerPayloadFragmentDoc = new TypedDocumentString(`
|
|
|
11993
12197
|
const GitLabIntegrationCreatePayloadFragmentDoc = new TypedDocumentString(`
|
|
11994
12198
|
fragment GitLabIntegrationCreatePayload on GitLabIntegrationCreatePayload {
|
|
11995
12199
|
__typename
|
|
12200
|
+
error
|
|
12201
|
+
errorResponseBody
|
|
12202
|
+
errorResponseHeaders
|
|
11996
12203
|
lastSyncId
|
|
11997
12204
|
integration {
|
|
11998
12205
|
id
|
|
@@ -12096,6 +12303,21 @@ const InitiativeFragmentDoc = new TypedDocumentString(`
|
|
|
12096
12303
|
archivedAt
|
|
12097
12304
|
createdAt
|
|
12098
12305
|
id
|
|
12306
|
+
welcomeMessage {
|
|
12307
|
+
...WelcomeMessage
|
|
12308
|
+
}
|
|
12309
|
+
}
|
|
12310
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
12311
|
+
__typename
|
|
12312
|
+
updatedAt
|
|
12313
|
+
archivedAt
|
|
12314
|
+
createdAt
|
|
12315
|
+
title
|
|
12316
|
+
id
|
|
12317
|
+
updatedBy {
|
|
12318
|
+
id
|
|
12319
|
+
}
|
|
12320
|
+
enabled
|
|
12099
12321
|
}
|
|
12100
12322
|
fragment AiPromptRules on AiPromptRules {
|
|
12101
12323
|
__typename
|
|
@@ -12144,6 +12366,21 @@ const InitiativeConnectionFragmentDoc = new TypedDocumentString(`
|
|
|
12144
12366
|
archivedAt
|
|
12145
12367
|
createdAt
|
|
12146
12368
|
id
|
|
12369
|
+
welcomeMessage {
|
|
12370
|
+
...WelcomeMessage
|
|
12371
|
+
}
|
|
12372
|
+
}
|
|
12373
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
12374
|
+
__typename
|
|
12375
|
+
updatedAt
|
|
12376
|
+
archivedAt
|
|
12377
|
+
createdAt
|
|
12378
|
+
title
|
|
12379
|
+
id
|
|
12380
|
+
updatedBy {
|
|
12381
|
+
id
|
|
12382
|
+
}
|
|
12383
|
+
enabled
|
|
12147
12384
|
}
|
|
12148
12385
|
fragment AiPromptRules on AiPromptRules {
|
|
12149
12386
|
__typename
|
|
@@ -13286,6 +13523,8 @@ const IssueHistoryFragmentDoc = new TypedDocumentString(`
|
|
|
13286
13523
|
}
|
|
13287
13524
|
addedLabelIds
|
|
13288
13525
|
removedLabelIds
|
|
13526
|
+
toSlaBreachesAt
|
|
13527
|
+
fromSlaBreachesAt
|
|
13289
13528
|
actor {
|
|
13290
13529
|
id
|
|
13291
13530
|
}
|
|
@@ -13351,6 +13590,12 @@ const IssueHistoryFragmentDoc = new TypedDocumentString(`
|
|
|
13351
13590
|
toParent {
|
|
13352
13591
|
id
|
|
13353
13592
|
}
|
|
13593
|
+
fromProjectMilestone {
|
|
13594
|
+
id
|
|
13595
|
+
}
|
|
13596
|
+
toProjectMilestone {
|
|
13597
|
+
id
|
|
13598
|
+
}
|
|
13354
13599
|
fromProject {
|
|
13355
13600
|
id
|
|
13356
13601
|
}
|
|
@@ -13369,8 +13614,15 @@ const IssueHistoryFragmentDoc = new TypedDocumentString(`
|
|
|
13369
13614
|
toTeam {
|
|
13370
13615
|
id
|
|
13371
13616
|
}
|
|
13617
|
+
triageResponsibilityTeam {
|
|
13618
|
+
id
|
|
13619
|
+
}
|
|
13372
13620
|
archivedAt
|
|
13373
13621
|
createdAt
|
|
13622
|
+
toSlaStartedAt
|
|
13623
|
+
fromSlaStartedAt
|
|
13624
|
+
toSlaType
|
|
13625
|
+
fromSlaType
|
|
13374
13626
|
id
|
|
13375
13627
|
toAssignee {
|
|
13376
13628
|
id
|
|
@@ -13389,6 +13641,8 @@ const IssueHistoryFragmentDoc = new TypedDocumentString(`
|
|
|
13389
13641
|
toPriority
|
|
13390
13642
|
fromTitle
|
|
13391
13643
|
toTitle
|
|
13644
|
+
fromSlaBreached
|
|
13645
|
+
toSlaBreached
|
|
13392
13646
|
archived
|
|
13393
13647
|
autoArchived
|
|
13394
13648
|
autoClosed
|
|
@@ -13516,6 +13770,8 @@ fragment IssueHistory on IssueHistory {
|
|
|
13516
13770
|
}
|
|
13517
13771
|
addedLabelIds
|
|
13518
13772
|
removedLabelIds
|
|
13773
|
+
toSlaBreachesAt
|
|
13774
|
+
fromSlaBreachesAt
|
|
13519
13775
|
actor {
|
|
13520
13776
|
id
|
|
13521
13777
|
}
|
|
@@ -13581,6 +13837,12 @@ fragment IssueHistory on IssueHistory {
|
|
|
13581
13837
|
toParent {
|
|
13582
13838
|
id
|
|
13583
13839
|
}
|
|
13840
|
+
fromProjectMilestone {
|
|
13841
|
+
id
|
|
13842
|
+
}
|
|
13843
|
+
toProjectMilestone {
|
|
13844
|
+
id
|
|
13845
|
+
}
|
|
13584
13846
|
fromProject {
|
|
13585
13847
|
id
|
|
13586
13848
|
}
|
|
@@ -13599,8 +13861,15 @@ fragment IssueHistory on IssueHistory {
|
|
|
13599
13861
|
toTeam {
|
|
13600
13862
|
id
|
|
13601
13863
|
}
|
|
13864
|
+
triageResponsibilityTeam {
|
|
13865
|
+
id
|
|
13866
|
+
}
|
|
13602
13867
|
archivedAt
|
|
13603
13868
|
createdAt
|
|
13869
|
+
toSlaStartedAt
|
|
13870
|
+
fromSlaStartedAt
|
|
13871
|
+
toSlaType
|
|
13872
|
+
fromSlaType
|
|
13604
13873
|
id
|
|
13605
13874
|
toAssignee {
|
|
13606
13875
|
id
|
|
@@ -13619,6 +13888,8 @@ fragment IssueHistory on IssueHistory {
|
|
|
13619
13888
|
toPriority
|
|
13620
13889
|
fromTitle
|
|
13621
13890
|
toTitle
|
|
13891
|
+
fromSlaBreached
|
|
13892
|
+
toSlaBreached
|
|
13622
13893
|
archived
|
|
13623
13894
|
autoArchived
|
|
13624
13895
|
autoClosed
|
|
@@ -14624,6 +14895,9 @@ fragment Notification on Notification {
|
|
|
14624
14895
|
... on PullRequestNotification {
|
|
14625
14896
|
...PullRequestNotification
|
|
14626
14897
|
}
|
|
14898
|
+
... on WelcomeMessageNotification {
|
|
14899
|
+
...WelcomeMessageNotification
|
|
14900
|
+
}
|
|
14627
14901
|
}
|
|
14628
14902
|
fragment PostNotification on PostNotification {
|
|
14629
14903
|
__typename
|
|
@@ -14727,6 +15001,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
14727
15001
|
id
|
|
14728
15002
|
}
|
|
14729
15003
|
}
|
|
15004
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
15005
|
+
__typename
|
|
15006
|
+
type
|
|
15007
|
+
welcomeMessageId
|
|
15008
|
+
botActor {
|
|
15009
|
+
...ActorBot
|
|
15010
|
+
}
|
|
15011
|
+
category
|
|
15012
|
+
externalUserActor {
|
|
15013
|
+
id
|
|
15014
|
+
}
|
|
15015
|
+
updatedAt
|
|
15016
|
+
emailedAt
|
|
15017
|
+
readAt
|
|
15018
|
+
unsnoozedAt
|
|
15019
|
+
archivedAt
|
|
15020
|
+
createdAt
|
|
15021
|
+
snoozedUntilAt
|
|
15022
|
+
id
|
|
15023
|
+
actor {
|
|
15024
|
+
id
|
|
15025
|
+
}
|
|
15026
|
+
user {
|
|
15027
|
+
id
|
|
15028
|
+
}
|
|
15029
|
+
}
|
|
14730
15030
|
fragment InitiativeNotification on InitiativeNotification {
|
|
14731
15031
|
__typename
|
|
14732
15032
|
reactionEmoji
|
|
@@ -15060,6 +15360,9 @@ fragment Notification on Notification {
|
|
|
15060
15360
|
... on PullRequestNotification {
|
|
15061
15361
|
...PullRequestNotification
|
|
15062
15362
|
}
|
|
15363
|
+
... on WelcomeMessageNotification {
|
|
15364
|
+
...WelcomeMessageNotification
|
|
15365
|
+
}
|
|
15063
15366
|
}
|
|
15064
15367
|
fragment PostNotification on PostNotification {
|
|
15065
15368
|
__typename
|
|
@@ -15163,6 +15466,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
15163
15466
|
id
|
|
15164
15467
|
}
|
|
15165
15468
|
}
|
|
15469
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
15470
|
+
__typename
|
|
15471
|
+
type
|
|
15472
|
+
welcomeMessageId
|
|
15473
|
+
botActor {
|
|
15474
|
+
...ActorBot
|
|
15475
|
+
}
|
|
15476
|
+
category
|
|
15477
|
+
externalUserActor {
|
|
15478
|
+
id
|
|
15479
|
+
}
|
|
15480
|
+
updatedAt
|
|
15481
|
+
emailedAt
|
|
15482
|
+
readAt
|
|
15483
|
+
unsnoozedAt
|
|
15484
|
+
archivedAt
|
|
15485
|
+
createdAt
|
|
15486
|
+
snoozedUntilAt
|
|
15487
|
+
id
|
|
15488
|
+
actor {
|
|
15489
|
+
id
|
|
15490
|
+
}
|
|
15491
|
+
user {
|
|
15492
|
+
id
|
|
15493
|
+
}
|
|
15494
|
+
}
|
|
15166
15495
|
fragment InitiativeNotification on InitiativeNotification {
|
|
15167
15496
|
__typename
|
|
15168
15497
|
reactionEmoji
|
|
@@ -15502,6 +15831,9 @@ fragment Notification on Notification {
|
|
|
15502
15831
|
... on PullRequestNotification {
|
|
15503
15832
|
...PullRequestNotification
|
|
15504
15833
|
}
|
|
15834
|
+
... on WelcomeMessageNotification {
|
|
15835
|
+
...WelcomeMessageNotification
|
|
15836
|
+
}
|
|
15505
15837
|
}
|
|
15506
15838
|
fragment PostNotification on PostNotification {
|
|
15507
15839
|
__typename
|
|
@@ -15605,6 +15937,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
15605
15937
|
id
|
|
15606
15938
|
}
|
|
15607
15939
|
}
|
|
15940
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
15941
|
+
__typename
|
|
15942
|
+
type
|
|
15943
|
+
welcomeMessageId
|
|
15944
|
+
botActor {
|
|
15945
|
+
...ActorBot
|
|
15946
|
+
}
|
|
15947
|
+
category
|
|
15948
|
+
externalUserActor {
|
|
15949
|
+
id
|
|
15950
|
+
}
|
|
15951
|
+
updatedAt
|
|
15952
|
+
emailedAt
|
|
15953
|
+
readAt
|
|
15954
|
+
unsnoozedAt
|
|
15955
|
+
archivedAt
|
|
15956
|
+
createdAt
|
|
15957
|
+
snoozedUntilAt
|
|
15958
|
+
id
|
|
15959
|
+
actor {
|
|
15960
|
+
id
|
|
15961
|
+
}
|
|
15962
|
+
user {
|
|
15963
|
+
id
|
|
15964
|
+
}
|
|
15965
|
+
}
|
|
15608
15966
|
fragment InitiativeNotification on InitiativeNotification {
|
|
15609
15967
|
__typename
|
|
15610
15968
|
reactionEmoji
|
|
@@ -16010,6 +16368,39 @@ const PasskeyLoginStartResponseFragmentDoc = new TypedDocumentString(`
|
|
|
16010
16368
|
success
|
|
16011
16369
|
}
|
|
16012
16370
|
`, { fragmentName: "PasskeyLoginStartResponse" });
|
|
16371
|
+
const ProjectAttachmentConnectionFragmentDoc = new TypedDocumentString(`
|
|
16372
|
+
fragment ProjectAttachmentConnection on ProjectAttachmentConnection {
|
|
16373
|
+
__typename
|
|
16374
|
+
nodes {
|
|
16375
|
+
...ProjectAttachment
|
|
16376
|
+
}
|
|
16377
|
+
pageInfo {
|
|
16378
|
+
...PageInfo
|
|
16379
|
+
}
|
|
16380
|
+
}
|
|
16381
|
+
fragment ProjectAttachment on ProjectAttachment {
|
|
16382
|
+
__typename
|
|
16383
|
+
sourceType
|
|
16384
|
+
metadata
|
|
16385
|
+
source
|
|
16386
|
+
subtitle
|
|
16387
|
+
creator {
|
|
16388
|
+
id
|
|
16389
|
+
}
|
|
16390
|
+
updatedAt
|
|
16391
|
+
archivedAt
|
|
16392
|
+
createdAt
|
|
16393
|
+
id
|
|
16394
|
+
title
|
|
16395
|
+
url
|
|
16396
|
+
}
|
|
16397
|
+
fragment PageInfo on PageInfo {
|
|
16398
|
+
__typename
|
|
16399
|
+
startCursor
|
|
16400
|
+
endCursor
|
|
16401
|
+
hasPreviousPage
|
|
16402
|
+
hasNextPage
|
|
16403
|
+
}`, { fragmentName: "ProjectAttachmentConnection" });
|
|
16013
16404
|
const ProjectFragmentDoc = new TypedDocumentString(`
|
|
16014
16405
|
fragment Project on Project {
|
|
16015
16406
|
__typename
|
|
@@ -16112,6 +16503,21 @@ const ProjectFragmentDoc = new TypedDocumentString(`
|
|
|
16112
16503
|
archivedAt
|
|
16113
16504
|
createdAt
|
|
16114
16505
|
id
|
|
16506
|
+
welcomeMessage {
|
|
16507
|
+
...WelcomeMessage
|
|
16508
|
+
}
|
|
16509
|
+
}
|
|
16510
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
16511
|
+
__typename
|
|
16512
|
+
updatedAt
|
|
16513
|
+
archivedAt
|
|
16514
|
+
createdAt
|
|
16515
|
+
title
|
|
16516
|
+
id
|
|
16517
|
+
updatedBy {
|
|
16518
|
+
id
|
|
16519
|
+
}
|
|
16520
|
+
enabled
|
|
16115
16521
|
}
|
|
16116
16522
|
fragment AiPromptRules on AiPromptRules {
|
|
16117
16523
|
__typename
|
|
@@ -16160,6 +16566,9 @@ const ProjectConnectionFragmentDoc = new TypedDocumentString(`
|
|
|
16160
16566
|
archivedAt
|
|
16161
16567
|
createdAt
|
|
16162
16568
|
id
|
|
16569
|
+
welcomeMessage {
|
|
16570
|
+
...WelcomeMessage
|
|
16571
|
+
}
|
|
16163
16572
|
}
|
|
16164
16573
|
fragment Project on Project {
|
|
16165
16574
|
__typename
|
|
@@ -16235,6 +16644,18 @@ fragment Project on Project {
|
|
|
16235
16644
|
slackIssueStatuses
|
|
16236
16645
|
state
|
|
16237
16646
|
}
|
|
16647
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
16648
|
+
__typename
|
|
16649
|
+
updatedAt
|
|
16650
|
+
archivedAt
|
|
16651
|
+
createdAt
|
|
16652
|
+
title
|
|
16653
|
+
id
|
|
16654
|
+
updatedBy {
|
|
16655
|
+
id
|
|
16656
|
+
}
|
|
16657
|
+
enabled
|
|
16658
|
+
}
|
|
16238
16659
|
fragment AiPromptRules on AiPromptRules {
|
|
16239
16660
|
__typename
|
|
16240
16661
|
updatedAt
|
|
@@ -16418,6 +16839,21 @@ const ProjectMilestoneFragmentDoc = new TypedDocumentString(`
|
|
|
16418
16839
|
archivedAt
|
|
16419
16840
|
createdAt
|
|
16420
16841
|
id
|
|
16842
|
+
welcomeMessage {
|
|
16843
|
+
...WelcomeMessage
|
|
16844
|
+
}
|
|
16845
|
+
}
|
|
16846
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
16847
|
+
__typename
|
|
16848
|
+
updatedAt
|
|
16849
|
+
archivedAt
|
|
16850
|
+
createdAt
|
|
16851
|
+
title
|
|
16852
|
+
id
|
|
16853
|
+
updatedBy {
|
|
16854
|
+
id
|
|
16855
|
+
}
|
|
16856
|
+
enabled
|
|
16421
16857
|
}
|
|
16422
16858
|
fragment AiPromptRules on AiPromptRules {
|
|
16423
16859
|
__typename
|
|
@@ -16466,6 +16902,9 @@ const ProjectMilestoneConnectionFragmentDoc = new TypedDocumentString(`
|
|
|
16466
16902
|
archivedAt
|
|
16467
16903
|
createdAt
|
|
16468
16904
|
id
|
|
16905
|
+
welcomeMessage {
|
|
16906
|
+
...WelcomeMessage
|
|
16907
|
+
}
|
|
16469
16908
|
}
|
|
16470
16909
|
fragment ProjectMilestone on ProjectMilestone {
|
|
16471
16910
|
__typename
|
|
@@ -16486,6 +16925,18 @@ fragment ProjectMilestone on ProjectMilestone {
|
|
|
16486
16925
|
createdAt
|
|
16487
16926
|
id
|
|
16488
16927
|
}
|
|
16928
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
16929
|
+
__typename
|
|
16930
|
+
updatedAt
|
|
16931
|
+
archivedAt
|
|
16932
|
+
createdAt
|
|
16933
|
+
title
|
|
16934
|
+
id
|
|
16935
|
+
updatedBy {
|
|
16936
|
+
id
|
|
16937
|
+
}
|
|
16938
|
+
enabled
|
|
16939
|
+
}
|
|
16489
16940
|
fragment AiPromptRules on AiPromptRules {
|
|
16490
16941
|
__typename
|
|
16491
16942
|
updatedAt
|
|
@@ -16744,6 +17195,21 @@ const ProjectSearchResultFragmentDoc = new TypedDocumentString(`
|
|
|
16744
17195
|
archivedAt
|
|
16745
17196
|
createdAt
|
|
16746
17197
|
id
|
|
17198
|
+
welcomeMessage {
|
|
17199
|
+
...WelcomeMessage
|
|
17200
|
+
}
|
|
17201
|
+
}
|
|
17202
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
17203
|
+
__typename
|
|
17204
|
+
updatedAt
|
|
17205
|
+
archivedAt
|
|
17206
|
+
createdAt
|
|
17207
|
+
title
|
|
17208
|
+
id
|
|
17209
|
+
updatedBy {
|
|
17210
|
+
id
|
|
17211
|
+
}
|
|
17212
|
+
enabled
|
|
16747
17213
|
}
|
|
16748
17214
|
fragment AiPromptRules on AiPromptRules {
|
|
16749
17215
|
__typename
|
|
@@ -16796,6 +17262,21 @@ const ProjectSearchPayloadFragmentDoc = new TypedDocumentString(`
|
|
|
16796
17262
|
archivedAt
|
|
16797
17263
|
createdAt
|
|
16798
17264
|
id
|
|
17265
|
+
welcomeMessage {
|
|
17266
|
+
...WelcomeMessage
|
|
17267
|
+
}
|
|
17268
|
+
}
|
|
17269
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
17270
|
+
__typename
|
|
17271
|
+
updatedAt
|
|
17272
|
+
archivedAt
|
|
17273
|
+
createdAt
|
|
17274
|
+
title
|
|
17275
|
+
id
|
|
17276
|
+
updatedBy {
|
|
17277
|
+
id
|
|
17278
|
+
}
|
|
17279
|
+
enabled
|
|
16799
17280
|
}
|
|
16800
17281
|
fragment AiPromptRules on AiPromptRules {
|
|
16801
17282
|
__typename
|
|
@@ -17423,6 +17904,7 @@ const TeamFragmentDoc = new TypedDocumentString(`
|
|
|
17423
17904
|
key
|
|
17424
17905
|
archivedAt
|
|
17425
17906
|
createdAt
|
|
17907
|
+
retiredAt
|
|
17426
17908
|
timezone
|
|
17427
17909
|
id
|
|
17428
17910
|
mergeWorkflowState {
|
|
@@ -17530,6 +18012,7 @@ const TeamConnectionFragmentDoc = new TypedDocumentString(`
|
|
|
17530
18012
|
key
|
|
17531
18013
|
archivedAt
|
|
17532
18014
|
createdAt
|
|
18015
|
+
retiredAt
|
|
17533
18016
|
timezone
|
|
17534
18017
|
id
|
|
17535
18018
|
mergeWorkflowState {
|
|
@@ -18270,6 +18753,7 @@ const AdministrableTeamsDocument = new TypedDocumentString(`
|
|
|
18270
18753
|
key
|
|
18271
18754
|
archivedAt
|
|
18272
18755
|
createdAt
|
|
18756
|
+
retiredAt
|
|
18273
18757
|
timezone
|
|
18274
18758
|
id
|
|
18275
18759
|
mergeWorkflowState {
|
|
@@ -19445,6 +19929,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
19445
19929
|
archivedAt
|
|
19446
19930
|
createdAt
|
|
19447
19931
|
id
|
|
19932
|
+
welcomeMessage {
|
|
19933
|
+
...WelcomeMessage
|
|
19934
|
+
}
|
|
19448
19935
|
}
|
|
19449
19936
|
fragment Reaction on Reaction {
|
|
19450
19937
|
__typename
|
|
@@ -19472,6 +19959,18 @@ fragment Reaction on Reaction {
|
|
|
19472
19959
|
id
|
|
19473
19960
|
}
|
|
19474
19961
|
}
|
|
19962
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
19963
|
+
__typename
|
|
19964
|
+
updatedAt
|
|
19965
|
+
archivedAt
|
|
19966
|
+
createdAt
|
|
19967
|
+
title
|
|
19968
|
+
id
|
|
19969
|
+
updatedBy {
|
|
19970
|
+
id
|
|
19971
|
+
}
|
|
19972
|
+
enabled
|
|
19973
|
+
}
|
|
19475
19974
|
fragment AiPromptRules on AiPromptRules {
|
|
19476
19975
|
__typename
|
|
19477
19976
|
updatedAt
|
|
@@ -19773,6 +20272,8 @@ fragment IssueHistory on IssueHistory {
|
|
|
19773
20272
|
}
|
|
19774
20273
|
addedLabelIds
|
|
19775
20274
|
removedLabelIds
|
|
20275
|
+
toSlaBreachesAt
|
|
20276
|
+
fromSlaBreachesAt
|
|
19776
20277
|
actor {
|
|
19777
20278
|
id
|
|
19778
20279
|
}
|
|
@@ -19838,6 +20339,12 @@ fragment IssueHistory on IssueHistory {
|
|
|
19838
20339
|
toParent {
|
|
19839
20340
|
id
|
|
19840
20341
|
}
|
|
20342
|
+
fromProjectMilestone {
|
|
20343
|
+
id
|
|
20344
|
+
}
|
|
20345
|
+
toProjectMilestone {
|
|
20346
|
+
id
|
|
20347
|
+
}
|
|
19841
20348
|
fromProject {
|
|
19842
20349
|
id
|
|
19843
20350
|
}
|
|
@@ -19856,8 +20363,15 @@ fragment IssueHistory on IssueHistory {
|
|
|
19856
20363
|
toTeam {
|
|
19857
20364
|
id
|
|
19858
20365
|
}
|
|
20366
|
+
triageResponsibilityTeam {
|
|
20367
|
+
id
|
|
20368
|
+
}
|
|
19859
20369
|
archivedAt
|
|
19860
20370
|
createdAt
|
|
20371
|
+
toSlaStartedAt
|
|
20372
|
+
fromSlaStartedAt
|
|
20373
|
+
toSlaType
|
|
20374
|
+
fromSlaType
|
|
19861
20375
|
id
|
|
19862
20376
|
toAssignee {
|
|
19863
20377
|
id
|
|
@@ -19876,6 +20390,8 @@ fragment IssueHistory on IssueHistory {
|
|
|
19876
20390
|
toPriority
|
|
19877
20391
|
fromTitle
|
|
19878
20392
|
toTitle
|
|
20393
|
+
fromSlaBreached
|
|
20394
|
+
toSlaBreached
|
|
19879
20395
|
archived
|
|
19880
20396
|
autoArchived
|
|
19881
20397
|
autoClosed
|
|
@@ -20691,6 +21207,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
20691
21207
|
archivedAt
|
|
20692
21208
|
createdAt
|
|
20693
21209
|
id
|
|
21210
|
+
welcomeMessage {
|
|
21211
|
+
...WelcomeMessage
|
|
21212
|
+
}
|
|
20694
21213
|
}
|
|
20695
21214
|
fragment Reaction on Reaction {
|
|
20696
21215
|
__typename
|
|
@@ -20718,6 +21237,18 @@ fragment Reaction on Reaction {
|
|
|
20718
21237
|
id
|
|
20719
21238
|
}
|
|
20720
21239
|
}
|
|
21240
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
21241
|
+
__typename
|
|
21242
|
+
updatedAt
|
|
21243
|
+
archivedAt
|
|
21244
|
+
createdAt
|
|
21245
|
+
title
|
|
21246
|
+
id
|
|
21247
|
+
updatedBy {
|
|
21248
|
+
id
|
|
21249
|
+
}
|
|
21250
|
+
enabled
|
|
21251
|
+
}
|
|
20721
21252
|
fragment AiPromptRules on AiPromptRules {
|
|
20722
21253
|
__typename
|
|
20723
21254
|
updatedAt
|
|
@@ -20905,6 +21436,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
20905
21436
|
archivedAt
|
|
20906
21437
|
createdAt
|
|
20907
21438
|
id
|
|
21439
|
+
welcomeMessage {
|
|
21440
|
+
...WelcomeMessage
|
|
21441
|
+
}
|
|
20908
21442
|
}
|
|
20909
21443
|
fragment Reaction on Reaction {
|
|
20910
21444
|
__typename
|
|
@@ -20932,6 +21466,18 @@ fragment Reaction on Reaction {
|
|
|
20932
21466
|
id
|
|
20933
21467
|
}
|
|
20934
21468
|
}
|
|
21469
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
21470
|
+
__typename
|
|
21471
|
+
updatedAt
|
|
21472
|
+
archivedAt
|
|
21473
|
+
createdAt
|
|
21474
|
+
title
|
|
21475
|
+
id
|
|
21476
|
+
updatedBy {
|
|
21477
|
+
id
|
|
21478
|
+
}
|
|
21479
|
+
enabled
|
|
21480
|
+
}
|
|
20935
21481
|
fragment AiPromptRules on AiPromptRules {
|
|
20936
21482
|
__typename
|
|
20937
21483
|
updatedAt
|
|
@@ -21233,6 +21779,21 @@ const Comment_DocumentContentDocument = new TypedDocumentString(`
|
|
|
21233
21779
|
archivedAt
|
|
21234
21780
|
createdAt
|
|
21235
21781
|
id
|
|
21782
|
+
welcomeMessage {
|
|
21783
|
+
...WelcomeMessage
|
|
21784
|
+
}
|
|
21785
|
+
}
|
|
21786
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
21787
|
+
__typename
|
|
21788
|
+
updatedAt
|
|
21789
|
+
archivedAt
|
|
21790
|
+
createdAt
|
|
21791
|
+
title
|
|
21792
|
+
id
|
|
21793
|
+
updatedBy {
|
|
21794
|
+
id
|
|
21795
|
+
}
|
|
21796
|
+
enabled
|
|
21236
21797
|
}
|
|
21237
21798
|
fragment AiPromptRules on AiPromptRules {
|
|
21238
21799
|
__typename
|
|
@@ -21264,6 +21825,28 @@ const Comment_DocumentContent_AiPromptRulesDocument = new TypedDocumentString(`
|
|
|
21264
21825
|
id
|
|
21265
21826
|
}
|
|
21266
21827
|
}`);
|
|
21828
|
+
const Comment_DocumentContent_WelcomeMessageDocument = new TypedDocumentString(`
|
|
21829
|
+
query comment_documentContent_welcomeMessage($hash: String, $id: String) {
|
|
21830
|
+
comment(hash: $hash, id: $id) {
|
|
21831
|
+
documentContent {
|
|
21832
|
+
welcomeMessage {
|
|
21833
|
+
...WelcomeMessage
|
|
21834
|
+
}
|
|
21835
|
+
}
|
|
21836
|
+
}
|
|
21837
|
+
}
|
|
21838
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
21839
|
+
__typename
|
|
21840
|
+
updatedAt
|
|
21841
|
+
archivedAt
|
|
21842
|
+
createdAt
|
|
21843
|
+
title
|
|
21844
|
+
id
|
|
21845
|
+
updatedBy {
|
|
21846
|
+
id
|
|
21847
|
+
}
|
|
21848
|
+
enabled
|
|
21849
|
+
}`);
|
|
21267
21850
|
const Comment_ExternalThreadDocument = new TypedDocumentString(`
|
|
21268
21851
|
query comment_externalThread($hash: String, $id: String) {
|
|
21269
21852
|
comment(hash: $hash, id: $id) {
|
|
@@ -21407,6 +21990,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
21407
21990
|
archivedAt
|
|
21408
21991
|
createdAt
|
|
21409
21992
|
id
|
|
21993
|
+
welcomeMessage {
|
|
21994
|
+
...WelcomeMessage
|
|
21995
|
+
}
|
|
21410
21996
|
}
|
|
21411
21997
|
fragment Reaction on Reaction {
|
|
21412
21998
|
__typename
|
|
@@ -21434,6 +22020,18 @@ fragment Reaction on Reaction {
|
|
|
21434
22020
|
id
|
|
21435
22021
|
}
|
|
21436
22022
|
}
|
|
22023
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
22024
|
+
__typename
|
|
22025
|
+
updatedAt
|
|
22026
|
+
archivedAt
|
|
22027
|
+
createdAt
|
|
22028
|
+
title
|
|
22029
|
+
id
|
|
22030
|
+
updatedBy {
|
|
22031
|
+
id
|
|
22032
|
+
}
|
|
22033
|
+
enabled
|
|
22034
|
+
}
|
|
21437
22035
|
fragment AiPromptRules on AiPromptRules {
|
|
21438
22036
|
__typename
|
|
21439
22037
|
updatedAt
|
|
@@ -21603,6 +22201,21 @@ const CustomView_InitiativesDocument = new TypedDocumentString(`
|
|
|
21603
22201
|
archivedAt
|
|
21604
22202
|
createdAt
|
|
21605
22203
|
id
|
|
22204
|
+
welcomeMessage {
|
|
22205
|
+
...WelcomeMessage
|
|
22206
|
+
}
|
|
22207
|
+
}
|
|
22208
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
22209
|
+
__typename
|
|
22210
|
+
updatedAt
|
|
22211
|
+
archivedAt
|
|
22212
|
+
createdAt
|
|
22213
|
+
title
|
|
22214
|
+
id
|
|
22215
|
+
updatedBy {
|
|
22216
|
+
id
|
|
22217
|
+
}
|
|
22218
|
+
enabled
|
|
21606
22219
|
}
|
|
21607
22220
|
fragment AiPromptRules on AiPromptRules {
|
|
21608
22221
|
__typename
|
|
@@ -21972,6 +22585,9 @@ const CustomView_ProjectsDocument = new TypedDocumentString(`
|
|
|
21972
22585
|
archivedAt
|
|
21973
22586
|
createdAt
|
|
21974
22587
|
id
|
|
22588
|
+
welcomeMessage {
|
|
22589
|
+
...WelcomeMessage
|
|
22590
|
+
}
|
|
21975
22591
|
}
|
|
21976
22592
|
fragment Project on Project {
|
|
21977
22593
|
__typename
|
|
@@ -22047,6 +22663,18 @@ fragment Project on Project {
|
|
|
22047
22663
|
slackIssueStatuses
|
|
22048
22664
|
state
|
|
22049
22665
|
}
|
|
22666
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
22667
|
+
__typename
|
|
22668
|
+
updatedAt
|
|
22669
|
+
archivedAt
|
|
22670
|
+
createdAt
|
|
22671
|
+
title
|
|
22672
|
+
id
|
|
22673
|
+
updatedBy {
|
|
22674
|
+
id
|
|
22675
|
+
}
|
|
22676
|
+
enabled
|
|
22677
|
+
}
|
|
22050
22678
|
fragment AiPromptRules on AiPromptRules {
|
|
22051
22679
|
__typename
|
|
22052
22680
|
updatedAt
|
|
@@ -23283,6 +23911,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
23283
23911
|
archivedAt
|
|
23284
23912
|
createdAt
|
|
23285
23913
|
id
|
|
23914
|
+
welcomeMessage {
|
|
23915
|
+
...WelcomeMessage
|
|
23916
|
+
}
|
|
23286
23917
|
}
|
|
23287
23918
|
fragment Reaction on Reaction {
|
|
23288
23919
|
__typename
|
|
@@ -23310,6 +23941,18 @@ fragment Reaction on Reaction {
|
|
|
23310
23941
|
id
|
|
23311
23942
|
}
|
|
23312
23943
|
}
|
|
23944
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
23945
|
+
__typename
|
|
23946
|
+
updatedAt
|
|
23947
|
+
archivedAt
|
|
23948
|
+
createdAt
|
|
23949
|
+
title
|
|
23950
|
+
id
|
|
23951
|
+
updatedBy {
|
|
23952
|
+
id
|
|
23953
|
+
}
|
|
23954
|
+
enabled
|
|
23955
|
+
}
|
|
23313
23956
|
fragment AiPromptRules on AiPromptRules {
|
|
23314
23957
|
__typename
|
|
23315
23958
|
updatedAt
|
|
@@ -23958,6 +24601,21 @@ const InitiativeDocument = new TypedDocumentString(`
|
|
|
23958
24601
|
archivedAt
|
|
23959
24602
|
createdAt
|
|
23960
24603
|
id
|
|
24604
|
+
welcomeMessage {
|
|
24605
|
+
...WelcomeMessage
|
|
24606
|
+
}
|
|
24607
|
+
}
|
|
24608
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
24609
|
+
__typename
|
|
24610
|
+
updatedAt
|
|
24611
|
+
archivedAt
|
|
24612
|
+
createdAt
|
|
24613
|
+
title
|
|
24614
|
+
id
|
|
24615
|
+
updatedBy {
|
|
24616
|
+
id
|
|
24617
|
+
}
|
|
24618
|
+
enabled
|
|
23961
24619
|
}
|
|
23962
24620
|
fragment AiPromptRules on AiPromptRules {
|
|
23963
24621
|
__typename
|
|
@@ -24050,6 +24708,21 @@ const Initiative_DocumentContentDocument = new TypedDocumentString(`
|
|
|
24050
24708
|
archivedAt
|
|
24051
24709
|
createdAt
|
|
24052
24710
|
id
|
|
24711
|
+
welcomeMessage {
|
|
24712
|
+
...WelcomeMessage
|
|
24713
|
+
}
|
|
24714
|
+
}
|
|
24715
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
24716
|
+
__typename
|
|
24717
|
+
updatedAt
|
|
24718
|
+
archivedAt
|
|
24719
|
+
createdAt
|
|
24720
|
+
title
|
|
24721
|
+
id
|
|
24722
|
+
updatedBy {
|
|
24723
|
+
id
|
|
24724
|
+
}
|
|
24725
|
+
enabled
|
|
24053
24726
|
}
|
|
24054
24727
|
fragment AiPromptRules on AiPromptRules {
|
|
24055
24728
|
__typename
|
|
@@ -24081,6 +24754,28 @@ const Initiative_DocumentContent_AiPromptRulesDocument = new TypedDocumentString
|
|
|
24081
24754
|
id
|
|
24082
24755
|
}
|
|
24083
24756
|
}`);
|
|
24757
|
+
const Initiative_DocumentContent_WelcomeMessageDocument = new TypedDocumentString(`
|
|
24758
|
+
query initiative_documentContent_welcomeMessage($id: String!) {
|
|
24759
|
+
initiative(id: $id) {
|
|
24760
|
+
documentContent {
|
|
24761
|
+
welcomeMessage {
|
|
24762
|
+
...WelcomeMessage
|
|
24763
|
+
}
|
|
24764
|
+
}
|
|
24765
|
+
}
|
|
24766
|
+
}
|
|
24767
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
24768
|
+
__typename
|
|
24769
|
+
updatedAt
|
|
24770
|
+
archivedAt
|
|
24771
|
+
createdAt
|
|
24772
|
+
title
|
|
24773
|
+
id
|
|
24774
|
+
updatedBy {
|
|
24775
|
+
id
|
|
24776
|
+
}
|
|
24777
|
+
enabled
|
|
24778
|
+
}`);
|
|
24084
24779
|
const Initiative_DocumentsDocument = new TypedDocumentString(`
|
|
24085
24780
|
query initiative_documents($id: String!, $after: String, $before: String, $filter: DocumentFilter, $first: Int, $includeArchived: Boolean, $last: Int, $orderBy: PaginationOrderBy) {
|
|
24086
24781
|
initiative(id: $id) {
|
|
@@ -24366,6 +25061,9 @@ const Initiative_ProjectsDocument = new TypedDocumentString(`
|
|
|
24366
25061
|
archivedAt
|
|
24367
25062
|
createdAt
|
|
24368
25063
|
id
|
|
25064
|
+
welcomeMessage {
|
|
25065
|
+
...WelcomeMessage
|
|
25066
|
+
}
|
|
24369
25067
|
}
|
|
24370
25068
|
fragment Project on Project {
|
|
24371
25069
|
__typename
|
|
@@ -24441,6 +25139,18 @@ fragment Project on Project {
|
|
|
24441
25139
|
slackIssueStatuses
|
|
24442
25140
|
state
|
|
24443
25141
|
}
|
|
25142
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
25143
|
+
__typename
|
|
25144
|
+
updatedAt
|
|
25145
|
+
archivedAt
|
|
25146
|
+
createdAt
|
|
25147
|
+
title
|
|
25148
|
+
id
|
|
25149
|
+
updatedBy {
|
|
25150
|
+
id
|
|
25151
|
+
}
|
|
25152
|
+
enabled
|
|
25153
|
+
}
|
|
24444
25154
|
fragment AiPromptRules on AiPromptRules {
|
|
24445
25155
|
__typename
|
|
24446
25156
|
updatedAt
|
|
@@ -24511,6 +25221,21 @@ const Initiative_SubInitiativesDocument = new TypedDocumentString(`
|
|
|
24511
25221
|
archivedAt
|
|
24512
25222
|
createdAt
|
|
24513
25223
|
id
|
|
25224
|
+
welcomeMessage {
|
|
25225
|
+
...WelcomeMessage
|
|
25226
|
+
}
|
|
25227
|
+
}
|
|
25228
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
25229
|
+
__typename
|
|
25230
|
+
updatedAt
|
|
25231
|
+
archivedAt
|
|
25232
|
+
createdAt
|
|
25233
|
+
title
|
|
25234
|
+
id
|
|
25235
|
+
updatedBy {
|
|
25236
|
+
id
|
|
25237
|
+
}
|
|
25238
|
+
enabled
|
|
24514
25239
|
}
|
|
24515
25240
|
fragment AiPromptRules on AiPromptRules {
|
|
24516
25241
|
__typename
|
|
@@ -24908,6 +25633,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
24908
25633
|
archivedAt
|
|
24909
25634
|
createdAt
|
|
24910
25635
|
id
|
|
25636
|
+
welcomeMessage {
|
|
25637
|
+
...WelcomeMessage
|
|
25638
|
+
}
|
|
24911
25639
|
}
|
|
24912
25640
|
fragment Reaction on Reaction {
|
|
24913
25641
|
__typename
|
|
@@ -24935,6 +25663,18 @@ fragment Reaction on Reaction {
|
|
|
24935
25663
|
id
|
|
24936
25664
|
}
|
|
24937
25665
|
}
|
|
25666
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
25667
|
+
__typename
|
|
25668
|
+
updatedAt
|
|
25669
|
+
archivedAt
|
|
25670
|
+
createdAt
|
|
25671
|
+
title
|
|
25672
|
+
id
|
|
25673
|
+
updatedBy {
|
|
25674
|
+
id
|
|
25675
|
+
}
|
|
25676
|
+
enabled
|
|
25677
|
+
}
|
|
24938
25678
|
fragment AiPromptRules on AiPromptRules {
|
|
24939
25679
|
__typename
|
|
24940
25680
|
updatedAt
|
|
@@ -25121,6 +25861,21 @@ const InitiativesDocument = new TypedDocumentString(`
|
|
|
25121
25861
|
archivedAt
|
|
25122
25862
|
createdAt
|
|
25123
25863
|
id
|
|
25864
|
+
welcomeMessage {
|
|
25865
|
+
...WelcomeMessage
|
|
25866
|
+
}
|
|
25867
|
+
}
|
|
25868
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
25869
|
+
__typename
|
|
25870
|
+
updatedAt
|
|
25871
|
+
archivedAt
|
|
25872
|
+
createdAt
|
|
25873
|
+
title
|
|
25874
|
+
id
|
|
25875
|
+
updatedBy {
|
|
25876
|
+
id
|
|
25877
|
+
}
|
|
25878
|
+
enabled
|
|
25124
25879
|
}
|
|
25125
25880
|
fragment AiPromptRules on AiPromptRules {
|
|
25126
25881
|
__typename
|
|
@@ -25951,6 +26706,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
25951
26706
|
archivedAt
|
|
25952
26707
|
createdAt
|
|
25953
26708
|
id
|
|
26709
|
+
welcomeMessage {
|
|
26710
|
+
...WelcomeMessage
|
|
26711
|
+
}
|
|
25954
26712
|
}
|
|
25955
26713
|
fragment Reaction on Reaction {
|
|
25956
26714
|
__typename
|
|
@@ -25978,6 +26736,18 @@ fragment Reaction on Reaction {
|
|
|
25978
26736
|
id
|
|
25979
26737
|
}
|
|
25980
26738
|
}
|
|
26739
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
26740
|
+
__typename
|
|
26741
|
+
updatedAt
|
|
26742
|
+
archivedAt
|
|
26743
|
+
createdAt
|
|
26744
|
+
title
|
|
26745
|
+
id
|
|
26746
|
+
updatedBy {
|
|
26747
|
+
id
|
|
26748
|
+
}
|
|
26749
|
+
enabled
|
|
26750
|
+
}
|
|
25981
26751
|
fragment AiPromptRules on AiPromptRules {
|
|
25982
26752
|
__typename
|
|
25983
26753
|
updatedAt
|
|
@@ -26279,6 +27049,8 @@ fragment IssueHistory on IssueHistory {
|
|
|
26279
27049
|
}
|
|
26280
27050
|
addedLabelIds
|
|
26281
27051
|
removedLabelIds
|
|
27052
|
+
toSlaBreachesAt
|
|
27053
|
+
fromSlaBreachesAt
|
|
26282
27054
|
actor {
|
|
26283
27055
|
id
|
|
26284
27056
|
}
|
|
@@ -26344,6 +27116,12 @@ fragment IssueHistory on IssueHistory {
|
|
|
26344
27116
|
toParent {
|
|
26345
27117
|
id
|
|
26346
27118
|
}
|
|
27119
|
+
fromProjectMilestone {
|
|
27120
|
+
id
|
|
27121
|
+
}
|
|
27122
|
+
toProjectMilestone {
|
|
27123
|
+
id
|
|
27124
|
+
}
|
|
26347
27125
|
fromProject {
|
|
26348
27126
|
id
|
|
26349
27127
|
}
|
|
@@ -26362,8 +27140,15 @@ fragment IssueHistory on IssueHistory {
|
|
|
26362
27140
|
toTeam {
|
|
26363
27141
|
id
|
|
26364
27142
|
}
|
|
27143
|
+
triageResponsibilityTeam {
|
|
27144
|
+
id
|
|
27145
|
+
}
|
|
26365
27146
|
archivedAt
|
|
26366
27147
|
createdAt
|
|
27148
|
+
toSlaStartedAt
|
|
27149
|
+
fromSlaStartedAt
|
|
27150
|
+
toSlaType
|
|
27151
|
+
fromSlaType
|
|
26367
27152
|
id
|
|
26368
27153
|
toAssignee {
|
|
26369
27154
|
id
|
|
@@ -26382,6 +27167,8 @@ fragment IssueHistory on IssueHistory {
|
|
|
26382
27167
|
toPriority
|
|
26383
27168
|
fromTitle
|
|
26384
27169
|
toTitle
|
|
27170
|
+
fromSlaBreached
|
|
27171
|
+
toSlaBreached
|
|
26385
27172
|
archived
|
|
26386
27173
|
autoArchived
|
|
26387
27174
|
autoClosed
|
|
@@ -28325,6 +29112,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
28325
29112
|
archivedAt
|
|
28326
29113
|
createdAt
|
|
28327
29114
|
id
|
|
29115
|
+
welcomeMessage {
|
|
29116
|
+
...WelcomeMessage
|
|
29117
|
+
}
|
|
28328
29118
|
}
|
|
28329
29119
|
fragment Reaction on Reaction {
|
|
28330
29120
|
__typename
|
|
@@ -28352,6 +29142,18 @@ fragment Reaction on Reaction {
|
|
|
28352
29142
|
id
|
|
28353
29143
|
}
|
|
28354
29144
|
}
|
|
29145
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
29146
|
+
__typename
|
|
29147
|
+
updatedAt
|
|
29148
|
+
archivedAt
|
|
29149
|
+
createdAt
|
|
29150
|
+
title
|
|
29151
|
+
id
|
|
29152
|
+
updatedBy {
|
|
29153
|
+
id
|
|
29154
|
+
}
|
|
29155
|
+
enabled
|
|
29156
|
+
}
|
|
28355
29157
|
fragment AiPromptRules on AiPromptRules {
|
|
28356
29158
|
__typename
|
|
28357
29159
|
updatedAt
|
|
@@ -28653,6 +29455,8 @@ fragment IssueHistory on IssueHistory {
|
|
|
28653
29455
|
}
|
|
28654
29456
|
addedLabelIds
|
|
28655
29457
|
removedLabelIds
|
|
29458
|
+
toSlaBreachesAt
|
|
29459
|
+
fromSlaBreachesAt
|
|
28656
29460
|
actor {
|
|
28657
29461
|
id
|
|
28658
29462
|
}
|
|
@@ -28718,6 +29522,12 @@ fragment IssueHistory on IssueHistory {
|
|
|
28718
29522
|
toParent {
|
|
28719
29523
|
id
|
|
28720
29524
|
}
|
|
29525
|
+
fromProjectMilestone {
|
|
29526
|
+
id
|
|
29527
|
+
}
|
|
29528
|
+
toProjectMilestone {
|
|
29529
|
+
id
|
|
29530
|
+
}
|
|
28721
29531
|
fromProject {
|
|
28722
29532
|
id
|
|
28723
29533
|
}
|
|
@@ -28736,8 +29546,15 @@ fragment IssueHistory on IssueHistory {
|
|
|
28736
29546
|
toTeam {
|
|
28737
29547
|
id
|
|
28738
29548
|
}
|
|
29549
|
+
triageResponsibilityTeam {
|
|
29550
|
+
id
|
|
29551
|
+
}
|
|
28739
29552
|
archivedAt
|
|
28740
29553
|
createdAt
|
|
29554
|
+
toSlaStartedAt
|
|
29555
|
+
fromSlaStartedAt
|
|
29556
|
+
toSlaType
|
|
29557
|
+
fromSlaType
|
|
28741
29558
|
id
|
|
28742
29559
|
toAssignee {
|
|
28743
29560
|
id
|
|
@@ -28756,6 +29573,8 @@ fragment IssueHistory on IssueHistory {
|
|
|
28756
29573
|
toPriority
|
|
28757
29574
|
fromTitle
|
|
28758
29575
|
toTitle
|
|
29576
|
+
fromSlaBreached
|
|
29577
|
+
toSlaBreached
|
|
28759
29578
|
archived
|
|
28760
29579
|
autoArchived
|
|
28761
29580
|
autoClosed
|
|
@@ -29559,6 +30378,9 @@ fragment Notification on Notification {
|
|
|
29559
30378
|
... on PullRequestNotification {
|
|
29560
30379
|
...PullRequestNotification
|
|
29561
30380
|
}
|
|
30381
|
+
... on WelcomeMessageNotification {
|
|
30382
|
+
...WelcomeMessageNotification
|
|
30383
|
+
}
|
|
29562
30384
|
}
|
|
29563
30385
|
fragment PostNotification on PostNotification {
|
|
29564
30386
|
__typename
|
|
@@ -29662,6 +30484,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
29662
30484
|
id
|
|
29663
30485
|
}
|
|
29664
30486
|
}
|
|
30487
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
30488
|
+
__typename
|
|
30489
|
+
type
|
|
30490
|
+
welcomeMessageId
|
|
30491
|
+
botActor {
|
|
30492
|
+
...ActorBot
|
|
30493
|
+
}
|
|
30494
|
+
category
|
|
30495
|
+
externalUserActor {
|
|
30496
|
+
id
|
|
30497
|
+
}
|
|
30498
|
+
updatedAt
|
|
30499
|
+
emailedAt
|
|
30500
|
+
readAt
|
|
30501
|
+
unsnoozedAt
|
|
30502
|
+
archivedAt
|
|
30503
|
+
createdAt
|
|
30504
|
+
snoozedUntilAt
|
|
30505
|
+
id
|
|
30506
|
+
actor {
|
|
30507
|
+
id
|
|
30508
|
+
}
|
|
30509
|
+
user {
|
|
30510
|
+
id
|
|
30511
|
+
}
|
|
30512
|
+
}
|
|
29665
30513
|
fragment InitiativeNotification on InitiativeNotification {
|
|
29666
30514
|
__typename
|
|
29667
30515
|
reactionEmoji
|
|
@@ -30108,6 +30956,9 @@ fragment Notification on Notification {
|
|
|
30108
30956
|
... on PullRequestNotification {
|
|
30109
30957
|
...PullRequestNotification
|
|
30110
30958
|
}
|
|
30959
|
+
... on WelcomeMessageNotification {
|
|
30960
|
+
...WelcomeMessageNotification
|
|
30961
|
+
}
|
|
30111
30962
|
}
|
|
30112
30963
|
fragment PostNotification on PostNotification {
|
|
30113
30964
|
__typename
|
|
@@ -30211,6 +31062,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
30211
31062
|
id
|
|
30212
31063
|
}
|
|
30213
31064
|
}
|
|
31065
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
31066
|
+
__typename
|
|
31067
|
+
type
|
|
31068
|
+
welcomeMessageId
|
|
31069
|
+
botActor {
|
|
31070
|
+
...ActorBot
|
|
31071
|
+
}
|
|
31072
|
+
category
|
|
31073
|
+
externalUserActor {
|
|
31074
|
+
id
|
|
31075
|
+
}
|
|
31076
|
+
updatedAt
|
|
31077
|
+
emailedAt
|
|
31078
|
+
readAt
|
|
31079
|
+
unsnoozedAt
|
|
31080
|
+
archivedAt
|
|
31081
|
+
createdAt
|
|
31082
|
+
snoozedUntilAt
|
|
31083
|
+
id
|
|
31084
|
+
actor {
|
|
31085
|
+
id
|
|
31086
|
+
}
|
|
31087
|
+
user {
|
|
31088
|
+
id
|
|
31089
|
+
}
|
|
31090
|
+
}
|
|
30214
31091
|
fragment InitiativeNotification on InitiativeNotification {
|
|
30215
31092
|
__typename
|
|
30216
31093
|
reactionEmoji
|
|
@@ -30432,6 +31309,9 @@ fragment Organization on Organization {
|
|
|
30432
31309
|
previousUrlKeys
|
|
30433
31310
|
periodUploadVolume
|
|
30434
31311
|
securitySettings
|
|
31312
|
+
slackProjectChannelIntegration {
|
|
31313
|
+
id
|
|
31314
|
+
}
|
|
30435
31315
|
initiativeUpdateRemindersDay
|
|
30436
31316
|
projectUpdateRemindersDay
|
|
30437
31317
|
releaseChannel
|
|
@@ -30450,6 +31330,7 @@ fragment Organization on Organization {
|
|
|
30450
31330
|
...PaidSubscription
|
|
30451
31331
|
}
|
|
30452
31332
|
urlKey
|
|
31333
|
+
slackProjectChannelPrefix
|
|
30453
31334
|
deletionRequestedAt
|
|
30454
31335
|
archivedAt
|
|
30455
31336
|
createdAt
|
|
@@ -30749,6 +31630,7 @@ const Organization_TeamsDocument = new TypedDocumentString(`
|
|
|
30749
31630
|
key
|
|
30750
31631
|
archivedAt
|
|
30751
31632
|
createdAt
|
|
31633
|
+
retiredAt
|
|
30752
31634
|
timezone
|
|
30753
31635
|
id
|
|
30754
31636
|
mergeWorkflowState {
|
|
@@ -31053,6 +31935,9 @@ const ProjectDocument = new TypedDocumentString(`
|
|
|
31053
31935
|
archivedAt
|
|
31054
31936
|
createdAt
|
|
31055
31937
|
id
|
|
31938
|
+
welcomeMessage {
|
|
31939
|
+
...WelcomeMessage
|
|
31940
|
+
}
|
|
31056
31941
|
}
|
|
31057
31942
|
fragment Project on Project {
|
|
31058
31943
|
__typename
|
|
@@ -31128,6 +32013,18 @@ fragment Project on Project {
|
|
|
31128
32013
|
slackIssueStatuses
|
|
31129
32014
|
state
|
|
31130
32015
|
}
|
|
32016
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
32017
|
+
__typename
|
|
32018
|
+
updatedAt
|
|
32019
|
+
archivedAt
|
|
32020
|
+
createdAt
|
|
32021
|
+
title
|
|
32022
|
+
id
|
|
32023
|
+
updatedBy {
|
|
32024
|
+
id
|
|
32025
|
+
}
|
|
32026
|
+
enabled
|
|
32027
|
+
}
|
|
31131
32028
|
fragment AiPromptRules on AiPromptRules {
|
|
31132
32029
|
__typename
|
|
31133
32030
|
updatedAt
|
|
@@ -31138,6 +32035,53 @@ fragment AiPromptRules on AiPromptRules {
|
|
|
31138
32035
|
id
|
|
31139
32036
|
}
|
|
31140
32037
|
}`);
|
|
32038
|
+
const Project_AttachmentsDocument = new TypedDocumentString(`
|
|
32039
|
+
query project_attachments($id: String!, $after: String, $before: String, $first: Int, $includeArchived: Boolean, $last: Int, $orderBy: PaginationOrderBy) {
|
|
32040
|
+
project(id: $id) {
|
|
32041
|
+
attachments(
|
|
32042
|
+
after: $after
|
|
32043
|
+
before: $before
|
|
32044
|
+
first: $first
|
|
32045
|
+
includeArchived: $includeArchived
|
|
32046
|
+
last: $last
|
|
32047
|
+
orderBy: $orderBy
|
|
32048
|
+
) {
|
|
32049
|
+
...ProjectAttachmentConnection
|
|
32050
|
+
}
|
|
32051
|
+
}
|
|
32052
|
+
}
|
|
32053
|
+
fragment ProjectAttachment on ProjectAttachment {
|
|
32054
|
+
__typename
|
|
32055
|
+
sourceType
|
|
32056
|
+
metadata
|
|
32057
|
+
source
|
|
32058
|
+
subtitle
|
|
32059
|
+
creator {
|
|
32060
|
+
id
|
|
32061
|
+
}
|
|
32062
|
+
updatedAt
|
|
32063
|
+
archivedAt
|
|
32064
|
+
createdAt
|
|
32065
|
+
id
|
|
32066
|
+
title
|
|
32067
|
+
url
|
|
32068
|
+
}
|
|
32069
|
+
fragment PageInfo on PageInfo {
|
|
32070
|
+
__typename
|
|
32071
|
+
startCursor
|
|
32072
|
+
endCursor
|
|
32073
|
+
hasPreviousPage
|
|
32074
|
+
hasNextPage
|
|
32075
|
+
}
|
|
32076
|
+
fragment ProjectAttachmentConnection on ProjectAttachmentConnection {
|
|
32077
|
+
__typename
|
|
32078
|
+
nodes {
|
|
32079
|
+
...ProjectAttachment
|
|
32080
|
+
}
|
|
32081
|
+
pageInfo {
|
|
32082
|
+
...PageInfo
|
|
32083
|
+
}
|
|
32084
|
+
}`);
|
|
31141
32085
|
const Project_CommentsDocument = new TypedDocumentString(`
|
|
31142
32086
|
query project_comments($id: String!, $after: String, $before: String, $filter: CommentFilter, $first: Int, $includeArchived: Boolean, $last: Int, $orderBy: PaginationOrderBy) {
|
|
31143
32087
|
project(id: $id) {
|
|
@@ -31263,6 +32207,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
31263
32207
|
archivedAt
|
|
31264
32208
|
createdAt
|
|
31265
32209
|
id
|
|
32210
|
+
welcomeMessage {
|
|
32211
|
+
...WelcomeMessage
|
|
32212
|
+
}
|
|
31266
32213
|
}
|
|
31267
32214
|
fragment Reaction on Reaction {
|
|
31268
32215
|
__typename
|
|
@@ -31290,6 +32237,18 @@ fragment Reaction on Reaction {
|
|
|
31290
32237
|
id
|
|
31291
32238
|
}
|
|
31292
32239
|
}
|
|
32240
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
32241
|
+
__typename
|
|
32242
|
+
updatedAt
|
|
32243
|
+
archivedAt
|
|
32244
|
+
createdAt
|
|
32245
|
+
title
|
|
32246
|
+
id
|
|
32247
|
+
updatedBy {
|
|
32248
|
+
id
|
|
32249
|
+
}
|
|
32250
|
+
enabled
|
|
32251
|
+
}
|
|
31293
32252
|
fragment AiPromptRules on AiPromptRules {
|
|
31294
32253
|
__typename
|
|
31295
32254
|
updatedAt
|
|
@@ -31386,6 +32345,21 @@ const Project_DocumentContentDocument = new TypedDocumentString(`
|
|
|
31386
32345
|
archivedAt
|
|
31387
32346
|
createdAt
|
|
31388
32347
|
id
|
|
32348
|
+
welcomeMessage {
|
|
32349
|
+
...WelcomeMessage
|
|
32350
|
+
}
|
|
32351
|
+
}
|
|
32352
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
32353
|
+
__typename
|
|
32354
|
+
updatedAt
|
|
32355
|
+
archivedAt
|
|
32356
|
+
createdAt
|
|
32357
|
+
title
|
|
32358
|
+
id
|
|
32359
|
+
updatedBy {
|
|
32360
|
+
id
|
|
32361
|
+
}
|
|
32362
|
+
enabled
|
|
31389
32363
|
}
|
|
31390
32364
|
fragment AiPromptRules on AiPromptRules {
|
|
31391
32365
|
__typename
|
|
@@ -31417,6 +32391,28 @@ const Project_DocumentContent_AiPromptRulesDocument = new TypedDocumentString(`
|
|
|
31417
32391
|
id
|
|
31418
32392
|
}
|
|
31419
32393
|
}`);
|
|
32394
|
+
const Project_DocumentContent_WelcomeMessageDocument = new TypedDocumentString(`
|
|
32395
|
+
query project_documentContent_welcomeMessage($id: String!) {
|
|
32396
|
+
project(id: $id) {
|
|
32397
|
+
documentContent {
|
|
32398
|
+
welcomeMessage {
|
|
32399
|
+
...WelcomeMessage
|
|
32400
|
+
}
|
|
32401
|
+
}
|
|
32402
|
+
}
|
|
32403
|
+
}
|
|
32404
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
32405
|
+
__typename
|
|
32406
|
+
updatedAt
|
|
32407
|
+
archivedAt
|
|
32408
|
+
createdAt
|
|
32409
|
+
title
|
|
32410
|
+
id
|
|
32411
|
+
updatedBy {
|
|
32412
|
+
id
|
|
32413
|
+
}
|
|
32414
|
+
enabled
|
|
32415
|
+
}`);
|
|
31420
32416
|
const Project_DocumentsDocument = new TypedDocumentString(`
|
|
31421
32417
|
query project_documents($id: String!, $after: String, $before: String, $filter: DocumentFilter, $first: Int, $includeArchived: Boolean, $last: Int, $orderBy: PaginationOrderBy) {
|
|
31422
32418
|
project(id: $id) {
|
|
@@ -31660,6 +32656,21 @@ const Project_InitiativesDocument = new TypedDocumentString(`
|
|
|
31660
32656
|
archivedAt
|
|
31661
32657
|
createdAt
|
|
31662
32658
|
id
|
|
32659
|
+
welcomeMessage {
|
|
32660
|
+
...WelcomeMessage
|
|
32661
|
+
}
|
|
32662
|
+
}
|
|
32663
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
32664
|
+
__typename
|
|
32665
|
+
updatedAt
|
|
32666
|
+
archivedAt
|
|
32667
|
+
createdAt
|
|
32668
|
+
title
|
|
32669
|
+
id
|
|
32670
|
+
updatedBy {
|
|
32671
|
+
id
|
|
32672
|
+
}
|
|
32673
|
+
enabled
|
|
31663
32674
|
}
|
|
31664
32675
|
fragment AiPromptRules on AiPromptRules {
|
|
31665
32676
|
__typename
|
|
@@ -32240,6 +33251,9 @@ const Project_ProjectMilestonesDocument = new TypedDocumentString(`
|
|
|
32240
33251
|
archivedAt
|
|
32241
33252
|
createdAt
|
|
32242
33253
|
id
|
|
33254
|
+
welcomeMessage {
|
|
33255
|
+
...WelcomeMessage
|
|
33256
|
+
}
|
|
32243
33257
|
}
|
|
32244
33258
|
fragment ProjectMilestone on ProjectMilestone {
|
|
32245
33259
|
__typename
|
|
@@ -32260,6 +33274,18 @@ fragment ProjectMilestone on ProjectMilestone {
|
|
|
32260
33274
|
createdAt
|
|
32261
33275
|
id
|
|
32262
33276
|
}
|
|
33277
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
33278
|
+
__typename
|
|
33279
|
+
updatedAt
|
|
33280
|
+
archivedAt
|
|
33281
|
+
createdAt
|
|
33282
|
+
title
|
|
33283
|
+
id
|
|
33284
|
+
updatedBy {
|
|
33285
|
+
id
|
|
33286
|
+
}
|
|
33287
|
+
enabled
|
|
33288
|
+
}
|
|
32263
33289
|
fragment AiPromptRules on AiPromptRules {
|
|
32264
33290
|
__typename
|
|
32265
33291
|
updatedAt
|
|
@@ -32491,6 +33517,7 @@ const Project_TeamsDocument = new TypedDocumentString(`
|
|
|
32491
33517
|
key
|
|
32492
33518
|
archivedAt
|
|
32493
33519
|
createdAt
|
|
33520
|
+
retiredAt
|
|
32494
33521
|
timezone
|
|
32495
33522
|
id
|
|
32496
33523
|
mergeWorkflowState {
|
|
@@ -32689,6 +33716,9 @@ const ProjectLabel_ProjectsDocument = new TypedDocumentString(`
|
|
|
32689
33716
|
archivedAt
|
|
32690
33717
|
createdAt
|
|
32691
33718
|
id
|
|
33719
|
+
welcomeMessage {
|
|
33720
|
+
...WelcomeMessage
|
|
33721
|
+
}
|
|
32692
33722
|
}
|
|
32693
33723
|
fragment Project on Project {
|
|
32694
33724
|
__typename
|
|
@@ -32764,6 +33794,18 @@ fragment Project on Project {
|
|
|
32764
33794
|
slackIssueStatuses
|
|
32765
33795
|
state
|
|
32766
33796
|
}
|
|
33797
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
33798
|
+
__typename
|
|
33799
|
+
updatedAt
|
|
33800
|
+
archivedAt
|
|
33801
|
+
createdAt
|
|
33802
|
+
title
|
|
33803
|
+
id
|
|
33804
|
+
updatedBy {
|
|
33805
|
+
id
|
|
33806
|
+
}
|
|
33807
|
+
enabled
|
|
33808
|
+
}
|
|
32767
33809
|
fragment AiPromptRules on AiPromptRules {
|
|
32768
33810
|
__typename
|
|
32769
33811
|
updatedAt
|
|
@@ -32874,6 +33916,9 @@ const ProjectMilestoneDocument = new TypedDocumentString(`
|
|
|
32874
33916
|
archivedAt
|
|
32875
33917
|
createdAt
|
|
32876
33918
|
id
|
|
33919
|
+
welcomeMessage {
|
|
33920
|
+
...WelcomeMessage
|
|
33921
|
+
}
|
|
32877
33922
|
}
|
|
32878
33923
|
fragment ProjectMilestone on ProjectMilestone {
|
|
32879
33924
|
__typename
|
|
@@ -32894,6 +33939,18 @@ fragment ProjectMilestone on ProjectMilestone {
|
|
|
32894
33939
|
createdAt
|
|
32895
33940
|
id
|
|
32896
33941
|
}
|
|
33942
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
33943
|
+
__typename
|
|
33944
|
+
updatedAt
|
|
33945
|
+
archivedAt
|
|
33946
|
+
createdAt
|
|
33947
|
+
title
|
|
33948
|
+
id
|
|
33949
|
+
updatedBy {
|
|
33950
|
+
id
|
|
33951
|
+
}
|
|
33952
|
+
enabled
|
|
33953
|
+
}
|
|
32897
33954
|
fragment AiPromptRules on AiPromptRules {
|
|
32898
33955
|
__typename
|
|
32899
33956
|
updatedAt
|
|
@@ -32939,6 +33996,21 @@ const ProjectMilestone_DocumentContentDocument = new TypedDocumentString(`
|
|
|
32939
33996
|
archivedAt
|
|
32940
33997
|
createdAt
|
|
32941
33998
|
id
|
|
33999
|
+
welcomeMessage {
|
|
34000
|
+
...WelcomeMessage
|
|
34001
|
+
}
|
|
34002
|
+
}
|
|
34003
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
34004
|
+
__typename
|
|
34005
|
+
updatedAt
|
|
34006
|
+
archivedAt
|
|
34007
|
+
createdAt
|
|
34008
|
+
title
|
|
34009
|
+
id
|
|
34010
|
+
updatedBy {
|
|
34011
|
+
id
|
|
34012
|
+
}
|
|
34013
|
+
enabled
|
|
32942
34014
|
}
|
|
32943
34015
|
fragment AiPromptRules on AiPromptRules {
|
|
32944
34016
|
__typename
|
|
@@ -32970,6 +34042,28 @@ const ProjectMilestone_DocumentContent_AiPromptRulesDocument = new TypedDocument
|
|
|
32970
34042
|
id
|
|
32971
34043
|
}
|
|
32972
34044
|
}`);
|
|
34045
|
+
const ProjectMilestone_DocumentContent_WelcomeMessageDocument = new TypedDocumentString(`
|
|
34046
|
+
query projectMilestone_documentContent_welcomeMessage($id: String!) {
|
|
34047
|
+
projectMilestone(id: $id) {
|
|
34048
|
+
documentContent {
|
|
34049
|
+
welcomeMessage {
|
|
34050
|
+
...WelcomeMessage
|
|
34051
|
+
}
|
|
34052
|
+
}
|
|
34053
|
+
}
|
|
34054
|
+
}
|
|
34055
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
34056
|
+
__typename
|
|
34057
|
+
updatedAt
|
|
34058
|
+
archivedAt
|
|
34059
|
+
createdAt
|
|
34060
|
+
title
|
|
34061
|
+
id
|
|
34062
|
+
updatedBy {
|
|
34063
|
+
id
|
|
34064
|
+
}
|
|
34065
|
+
enabled
|
|
34066
|
+
}`);
|
|
32973
34067
|
const ProjectMilestone_IssuesDocument = new TypedDocumentString(`
|
|
32974
34068
|
query projectMilestone_issues($id: String!, $after: String, $before: String, $filter: IssueFilter, $first: Int, $includeArchived: Boolean, $last: Int, $orderBy: PaginationOrderBy) {
|
|
32975
34069
|
projectMilestone(id: $id) {
|
|
@@ -33216,6 +34310,9 @@ const ProjectMilestonesDocument = new TypedDocumentString(`
|
|
|
33216
34310
|
archivedAt
|
|
33217
34311
|
createdAt
|
|
33218
34312
|
id
|
|
34313
|
+
welcomeMessage {
|
|
34314
|
+
...WelcomeMessage
|
|
34315
|
+
}
|
|
33219
34316
|
}
|
|
33220
34317
|
fragment ProjectMilestone on ProjectMilestone {
|
|
33221
34318
|
__typename
|
|
@@ -33236,6 +34333,18 @@ fragment ProjectMilestone on ProjectMilestone {
|
|
|
33236
34333
|
createdAt
|
|
33237
34334
|
id
|
|
33238
34335
|
}
|
|
34336
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
34337
|
+
__typename
|
|
34338
|
+
updatedAt
|
|
34339
|
+
archivedAt
|
|
34340
|
+
createdAt
|
|
34341
|
+
title
|
|
34342
|
+
id
|
|
34343
|
+
updatedBy {
|
|
34344
|
+
id
|
|
34345
|
+
}
|
|
34346
|
+
enabled
|
|
34347
|
+
}
|
|
33239
34348
|
fragment AiPromptRules on AiPromptRules {
|
|
33240
34349
|
__typename
|
|
33241
34350
|
updatedAt
|
|
@@ -33592,6 +34701,9 @@ fragment DocumentContent on DocumentContent {
|
|
|
33592
34701
|
archivedAt
|
|
33593
34702
|
createdAt
|
|
33594
34703
|
id
|
|
34704
|
+
welcomeMessage {
|
|
34705
|
+
...WelcomeMessage
|
|
34706
|
+
}
|
|
33595
34707
|
}
|
|
33596
34708
|
fragment Reaction on Reaction {
|
|
33597
34709
|
__typename
|
|
@@ -33619,6 +34731,18 @@ fragment Reaction on Reaction {
|
|
|
33619
34731
|
id
|
|
33620
34732
|
}
|
|
33621
34733
|
}
|
|
34734
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
34735
|
+
__typename
|
|
34736
|
+
updatedAt
|
|
34737
|
+
archivedAt
|
|
34738
|
+
createdAt
|
|
34739
|
+
title
|
|
34740
|
+
id
|
|
34741
|
+
updatedBy {
|
|
34742
|
+
id
|
|
34743
|
+
}
|
|
34744
|
+
enabled
|
|
34745
|
+
}
|
|
33622
34746
|
fragment AiPromptRules on AiPromptRules {
|
|
33623
34747
|
__typename
|
|
33624
34748
|
updatedAt
|
|
@@ -33805,6 +34929,9 @@ const ProjectsDocument = new TypedDocumentString(`
|
|
|
33805
34929
|
archivedAt
|
|
33806
34930
|
createdAt
|
|
33807
34931
|
id
|
|
34932
|
+
welcomeMessage {
|
|
34933
|
+
...WelcomeMessage
|
|
34934
|
+
}
|
|
33808
34935
|
}
|
|
33809
34936
|
fragment Project on Project {
|
|
33810
34937
|
__typename
|
|
@@ -33880,6 +35007,18 @@ fragment Project on Project {
|
|
|
33880
35007
|
slackIssueStatuses
|
|
33881
35008
|
state
|
|
33882
35009
|
}
|
|
35010
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
35011
|
+
__typename
|
|
35012
|
+
updatedAt
|
|
35013
|
+
archivedAt
|
|
35014
|
+
createdAt
|
|
35015
|
+
title
|
|
35016
|
+
id
|
|
35017
|
+
updatedBy {
|
|
35018
|
+
id
|
|
35019
|
+
}
|
|
35020
|
+
enabled
|
|
35021
|
+
}
|
|
33883
35022
|
fragment AiPromptRules on AiPromptRules {
|
|
33884
35023
|
__typename
|
|
33885
35024
|
updatedAt
|
|
@@ -34007,6 +35146,9 @@ const Roadmap_ProjectsDocument = new TypedDocumentString(`
|
|
|
34007
35146
|
archivedAt
|
|
34008
35147
|
createdAt
|
|
34009
35148
|
id
|
|
35149
|
+
welcomeMessage {
|
|
35150
|
+
...WelcomeMessage
|
|
35151
|
+
}
|
|
34010
35152
|
}
|
|
34011
35153
|
fragment Project on Project {
|
|
34012
35154
|
__typename
|
|
@@ -34082,6 +35224,18 @@ fragment Project on Project {
|
|
|
34082
35224
|
slackIssueStatuses
|
|
34083
35225
|
state
|
|
34084
35226
|
}
|
|
35227
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
35228
|
+
__typename
|
|
35229
|
+
updatedAt
|
|
35230
|
+
archivedAt
|
|
35231
|
+
createdAt
|
|
35232
|
+
title
|
|
35233
|
+
id
|
|
35234
|
+
updatedBy {
|
|
35235
|
+
id
|
|
35236
|
+
}
|
|
35237
|
+
enabled
|
|
35238
|
+
}
|
|
34085
35239
|
fragment AiPromptRules on AiPromptRules {
|
|
34086
35240
|
__typename
|
|
34087
35241
|
updatedAt
|
|
@@ -34610,6 +35764,21 @@ const SearchProjectsDocument = new TypedDocumentString(`
|
|
|
34610
35764
|
archivedAt
|
|
34611
35765
|
createdAt
|
|
34612
35766
|
id
|
|
35767
|
+
welcomeMessage {
|
|
35768
|
+
...WelcomeMessage
|
|
35769
|
+
}
|
|
35770
|
+
}
|
|
35771
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
35772
|
+
__typename
|
|
35773
|
+
updatedAt
|
|
35774
|
+
archivedAt
|
|
35775
|
+
createdAt
|
|
35776
|
+
title
|
|
35777
|
+
id
|
|
35778
|
+
updatedBy {
|
|
35779
|
+
id
|
|
35780
|
+
}
|
|
35781
|
+
enabled
|
|
34613
35782
|
}
|
|
34614
35783
|
fragment AiPromptRules on AiPromptRules {
|
|
34615
35784
|
__typename
|
|
@@ -34850,6 +36019,7 @@ const TeamDocument = new TypedDocumentString(`
|
|
|
34850
36019
|
key
|
|
34851
36020
|
archivedAt
|
|
34852
36021
|
createdAt
|
|
36022
|
+
retiredAt
|
|
34853
36023
|
timezone
|
|
34854
36024
|
id
|
|
34855
36025
|
mergeWorkflowState {
|
|
@@ -35445,6 +36615,9 @@ const Team_ProjectsDocument = new TypedDocumentString(`
|
|
|
35445
36615
|
archivedAt
|
|
35446
36616
|
createdAt
|
|
35447
36617
|
id
|
|
36618
|
+
welcomeMessage {
|
|
36619
|
+
...WelcomeMessage
|
|
36620
|
+
}
|
|
35448
36621
|
}
|
|
35449
36622
|
fragment Project on Project {
|
|
35450
36623
|
__typename
|
|
@@ -35520,6 +36693,18 @@ fragment Project on Project {
|
|
|
35520
36693
|
slackIssueStatuses
|
|
35521
36694
|
state
|
|
35522
36695
|
}
|
|
36696
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
36697
|
+
__typename
|
|
36698
|
+
updatedAt
|
|
36699
|
+
archivedAt
|
|
36700
|
+
createdAt
|
|
36701
|
+
title
|
|
36702
|
+
id
|
|
36703
|
+
updatedBy {
|
|
36704
|
+
id
|
|
36705
|
+
}
|
|
36706
|
+
enabled
|
|
36707
|
+
}
|
|
35523
36708
|
fragment AiPromptRules on AiPromptRules {
|
|
35524
36709
|
__typename
|
|
35525
36710
|
updatedAt
|
|
@@ -35831,6 +37016,7 @@ const TeamsDocument = new TypedDocumentString(`
|
|
|
35831
37016
|
key
|
|
35832
37017
|
archivedAt
|
|
35833
37018
|
createdAt
|
|
37019
|
+
retiredAt
|
|
35834
37020
|
timezone
|
|
35835
37021
|
id
|
|
35836
37022
|
mergeWorkflowState {
|
|
@@ -36998,6 +38184,7 @@ const User_TeamsDocument = new TypedDocumentString(`
|
|
|
36998
38184
|
key
|
|
36999
38185
|
archivedAt
|
|
37000
38186
|
createdAt
|
|
38187
|
+
retiredAt
|
|
37001
38188
|
timezone
|
|
37002
38189
|
id
|
|
37003
38190
|
mergeWorkflowState {
|
|
@@ -38838,6 +40025,7 @@ const Viewer_TeamsDocument = new TypedDocumentString(`
|
|
|
38838
40025
|
key
|
|
38839
40026
|
archivedAt
|
|
38840
40027
|
createdAt
|
|
40028
|
+
retiredAt
|
|
38841
40029
|
timezone
|
|
38842
40030
|
id
|
|
38843
40031
|
mergeWorkflowState {
|
|
@@ -39335,6 +40523,38 @@ const AirbyteIntegrationConnectDocument = new TypedDocumentString(`
|
|
|
39335
40523
|
}
|
|
39336
40524
|
success
|
|
39337
40525
|
}`);
|
|
40526
|
+
const CreateAsksWebSettingsDocument = new TypedDocumentString(`
|
|
40527
|
+
mutation createAsksWebSettings($emailIntakeAddress: AsksWebSettingsEmailIntakeAddressInput, $input: AsksWebSettingsCreateInput!) {
|
|
40528
|
+
asksWebSettingsCreate(emailIntakeAddress: $emailIntakeAddress, input: $input) {
|
|
40529
|
+
...AsksWebSettingsPayload
|
|
40530
|
+
}
|
|
40531
|
+
}
|
|
40532
|
+
fragment AsksWebSettingsPayload on AsksWebSettingsPayload {
|
|
40533
|
+
__typename
|
|
40534
|
+
asksWebSettings {
|
|
40535
|
+
id
|
|
40536
|
+
}
|
|
40537
|
+
lastSyncId
|
|
40538
|
+
success
|
|
40539
|
+
}`);
|
|
40540
|
+
const UpdateAsksWebSettingsDocument = new TypedDocumentString(`
|
|
40541
|
+
mutation updateAsksWebSettings($emailIntakeAddress: AsksWebSettingsEmailIntakeAddressInput, $id: String!, $input: AsksWebSettingsUpdateInput!) {
|
|
40542
|
+
asksWebSettingsUpdate(
|
|
40543
|
+
emailIntakeAddress: $emailIntakeAddress
|
|
40544
|
+
id: $id
|
|
40545
|
+
input: $input
|
|
40546
|
+
) {
|
|
40547
|
+
...AsksWebSettingsPayload
|
|
40548
|
+
}
|
|
40549
|
+
}
|
|
40550
|
+
fragment AsksWebSettingsPayload on AsksWebSettingsPayload {
|
|
40551
|
+
__typename
|
|
40552
|
+
asksWebSettings {
|
|
40553
|
+
id
|
|
40554
|
+
}
|
|
40555
|
+
lastSyncId
|
|
40556
|
+
success
|
|
40557
|
+
}`);
|
|
39338
40558
|
const CreateAttachmentDocument = new TypedDocumentString(`
|
|
39339
40559
|
mutation createAttachment($input: AttachmentCreateInput!) {
|
|
39340
40560
|
attachmentCreate(input: $input) {
|
|
@@ -39729,8 +40949,12 @@ const CreateInitiativeUpdateReminderDocument = new TypedDocumentString(`
|
|
|
39729
40949
|
success
|
|
39730
40950
|
}`);
|
|
39731
40951
|
const CreateOrganizationFromOnboardingDocument = new TypedDocumentString(`
|
|
39732
|
-
mutation createOrganizationFromOnboarding($input: CreateOrganizationInput!, $survey: OnboardingCustomerSurvey) {
|
|
39733
|
-
createOrganizationFromOnboarding(
|
|
40952
|
+
mutation createOrganizationFromOnboarding($input: CreateOrganizationInput!, $sessionId: String, $survey: OnboardingCustomerSurvey) {
|
|
40953
|
+
createOrganizationFromOnboarding(
|
|
40954
|
+
input: $input
|
|
40955
|
+
sessionId: $sessionId
|
|
40956
|
+
survey: $survey
|
|
40957
|
+
) {
|
|
39734
40958
|
...CreateOrJoinOrganizationResponse
|
|
39735
40959
|
}
|
|
39736
40960
|
}
|
|
@@ -41183,10 +42407,11 @@ const CreateIntegrationGithubCommitDocument = new TypedDocumentString(`
|
|
|
41183
42407
|
success
|
|
41184
42408
|
}`);
|
|
41185
42409
|
const IntegrationGithubConnectDocument = new TypedDocumentString(`
|
|
41186
|
-
mutation integrationGithubConnect($code: String!, $codeAccess: Boolean, $installationId: String!) {
|
|
42410
|
+
mutation integrationGithubConnect($code: String!, $codeAccess: Boolean, $githubHost: String, $installationId: String!) {
|
|
41187
42411
|
integrationGithubConnect(
|
|
41188
42412
|
code: $code
|
|
41189
42413
|
codeAccess: $codeAccess
|
|
42414
|
+
githubHost: $githubHost
|
|
41190
42415
|
installationId: $installationId
|
|
41191
42416
|
) {
|
|
41192
42417
|
...IntegrationPayload
|
|
@@ -41236,6 +42461,9 @@ const IntegrationGitlabConnectDocument = new TypedDocumentString(`
|
|
|
41236
42461
|
}
|
|
41237
42462
|
fragment GitLabIntegrationCreatePayload on GitLabIntegrationCreatePayload {
|
|
41238
42463
|
__typename
|
|
42464
|
+
error
|
|
42465
|
+
errorResponseBody
|
|
42466
|
+
errorResponseHeaders
|
|
41239
42467
|
lastSyncId
|
|
41240
42468
|
integration {
|
|
41241
42469
|
id
|
|
@@ -42887,6 +44115,9 @@ fragment Notification on Notification {
|
|
|
42887
44115
|
... on PullRequestNotification {
|
|
42888
44116
|
...PullRequestNotification
|
|
42889
44117
|
}
|
|
44118
|
+
... on WelcomeMessageNotification {
|
|
44119
|
+
...WelcomeMessageNotification
|
|
44120
|
+
}
|
|
42890
44121
|
}
|
|
42891
44122
|
fragment PostNotification on PostNotification {
|
|
42892
44123
|
__typename
|
|
@@ -42990,6 +44221,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
42990
44221
|
id
|
|
42991
44222
|
}
|
|
42992
44223
|
}
|
|
44224
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
44225
|
+
__typename
|
|
44226
|
+
type
|
|
44227
|
+
welcomeMessageId
|
|
44228
|
+
botActor {
|
|
44229
|
+
...ActorBot
|
|
44230
|
+
}
|
|
44231
|
+
category
|
|
44232
|
+
externalUserActor {
|
|
44233
|
+
id
|
|
44234
|
+
}
|
|
44235
|
+
updatedAt
|
|
44236
|
+
emailedAt
|
|
44237
|
+
readAt
|
|
44238
|
+
unsnoozedAt
|
|
44239
|
+
archivedAt
|
|
44240
|
+
createdAt
|
|
44241
|
+
snoozedUntilAt
|
|
44242
|
+
id
|
|
44243
|
+
actor {
|
|
44244
|
+
id
|
|
44245
|
+
}
|
|
44246
|
+
user {
|
|
44247
|
+
id
|
|
44248
|
+
}
|
|
44249
|
+
}
|
|
42993
44250
|
fragment InitiativeNotification on InitiativeNotification {
|
|
42994
44251
|
__typename
|
|
42995
44252
|
reactionEmoji
|
|
@@ -43319,6 +44576,9 @@ fragment Notification on Notification {
|
|
|
43319
44576
|
... on PullRequestNotification {
|
|
43320
44577
|
...PullRequestNotification
|
|
43321
44578
|
}
|
|
44579
|
+
... on WelcomeMessageNotification {
|
|
44580
|
+
...WelcomeMessageNotification
|
|
44581
|
+
}
|
|
43322
44582
|
}
|
|
43323
44583
|
fragment PostNotification on PostNotification {
|
|
43324
44584
|
__typename
|
|
@@ -43422,6 +44682,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
43422
44682
|
id
|
|
43423
44683
|
}
|
|
43424
44684
|
}
|
|
44685
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
44686
|
+
__typename
|
|
44687
|
+
type
|
|
44688
|
+
welcomeMessageId
|
|
44689
|
+
botActor {
|
|
44690
|
+
...ActorBot
|
|
44691
|
+
}
|
|
44692
|
+
category
|
|
44693
|
+
externalUserActor {
|
|
44694
|
+
id
|
|
44695
|
+
}
|
|
44696
|
+
updatedAt
|
|
44697
|
+
emailedAt
|
|
44698
|
+
readAt
|
|
44699
|
+
unsnoozedAt
|
|
44700
|
+
archivedAt
|
|
44701
|
+
createdAt
|
|
44702
|
+
snoozedUntilAt
|
|
44703
|
+
id
|
|
44704
|
+
actor {
|
|
44705
|
+
id
|
|
44706
|
+
}
|
|
44707
|
+
user {
|
|
44708
|
+
id
|
|
44709
|
+
}
|
|
44710
|
+
}
|
|
43425
44711
|
fragment InitiativeNotification on InitiativeNotification {
|
|
43426
44712
|
__typename
|
|
43427
44713
|
reactionEmoji
|
|
@@ -43774,6 +45060,9 @@ fragment Notification on Notification {
|
|
|
43774
45060
|
... on PullRequestNotification {
|
|
43775
45061
|
...PullRequestNotification
|
|
43776
45062
|
}
|
|
45063
|
+
... on WelcomeMessageNotification {
|
|
45064
|
+
...WelcomeMessageNotification
|
|
45065
|
+
}
|
|
43777
45066
|
}
|
|
43778
45067
|
fragment PostNotification on PostNotification {
|
|
43779
45068
|
__typename
|
|
@@ -43877,6 +45166,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
43877
45166
|
id
|
|
43878
45167
|
}
|
|
43879
45168
|
}
|
|
45169
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
45170
|
+
__typename
|
|
45171
|
+
type
|
|
45172
|
+
welcomeMessageId
|
|
45173
|
+
botActor {
|
|
45174
|
+
...ActorBot
|
|
45175
|
+
}
|
|
45176
|
+
category
|
|
45177
|
+
externalUserActor {
|
|
45178
|
+
id
|
|
45179
|
+
}
|
|
45180
|
+
updatedAt
|
|
45181
|
+
emailedAt
|
|
45182
|
+
readAt
|
|
45183
|
+
unsnoozedAt
|
|
45184
|
+
archivedAt
|
|
45185
|
+
createdAt
|
|
45186
|
+
snoozedUntilAt
|
|
45187
|
+
id
|
|
45188
|
+
actor {
|
|
45189
|
+
id
|
|
45190
|
+
}
|
|
45191
|
+
user {
|
|
45192
|
+
id
|
|
45193
|
+
}
|
|
45194
|
+
}
|
|
43880
45195
|
fragment InitiativeNotification on InitiativeNotification {
|
|
43881
45196
|
__typename
|
|
43882
45197
|
reactionEmoji
|
|
@@ -44214,6 +45529,9 @@ fragment Notification on Notification {
|
|
|
44214
45529
|
... on PullRequestNotification {
|
|
44215
45530
|
...PullRequestNotification
|
|
44216
45531
|
}
|
|
45532
|
+
... on WelcomeMessageNotification {
|
|
45533
|
+
...WelcomeMessageNotification
|
|
45534
|
+
}
|
|
44217
45535
|
}
|
|
44218
45536
|
fragment PostNotification on PostNotification {
|
|
44219
45537
|
__typename
|
|
@@ -44317,6 +45635,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
44317
45635
|
id
|
|
44318
45636
|
}
|
|
44319
45637
|
}
|
|
45638
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
45639
|
+
__typename
|
|
45640
|
+
type
|
|
45641
|
+
welcomeMessageId
|
|
45642
|
+
botActor {
|
|
45643
|
+
...ActorBot
|
|
45644
|
+
}
|
|
45645
|
+
category
|
|
45646
|
+
externalUserActor {
|
|
45647
|
+
id
|
|
45648
|
+
}
|
|
45649
|
+
updatedAt
|
|
45650
|
+
emailedAt
|
|
45651
|
+
readAt
|
|
45652
|
+
unsnoozedAt
|
|
45653
|
+
archivedAt
|
|
45654
|
+
createdAt
|
|
45655
|
+
snoozedUntilAt
|
|
45656
|
+
id
|
|
45657
|
+
actor {
|
|
45658
|
+
id
|
|
45659
|
+
}
|
|
45660
|
+
user {
|
|
45661
|
+
id
|
|
45662
|
+
}
|
|
45663
|
+
}
|
|
44320
45664
|
fragment InitiativeNotification on InitiativeNotification {
|
|
44321
45665
|
__typename
|
|
44322
45666
|
reactionEmoji
|
|
@@ -44654,6 +45998,9 @@ fragment Notification on Notification {
|
|
|
44654
45998
|
... on PullRequestNotification {
|
|
44655
45999
|
...PullRequestNotification
|
|
44656
46000
|
}
|
|
46001
|
+
... on WelcomeMessageNotification {
|
|
46002
|
+
...WelcomeMessageNotification
|
|
46003
|
+
}
|
|
44657
46004
|
}
|
|
44658
46005
|
fragment PostNotification on PostNotification {
|
|
44659
46006
|
__typename
|
|
@@ -44757,6 +46104,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
44757
46104
|
id
|
|
44758
46105
|
}
|
|
44759
46106
|
}
|
|
46107
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
46108
|
+
__typename
|
|
46109
|
+
type
|
|
46110
|
+
welcomeMessageId
|
|
46111
|
+
botActor {
|
|
46112
|
+
...ActorBot
|
|
46113
|
+
}
|
|
46114
|
+
category
|
|
46115
|
+
externalUserActor {
|
|
46116
|
+
id
|
|
46117
|
+
}
|
|
46118
|
+
updatedAt
|
|
46119
|
+
emailedAt
|
|
46120
|
+
readAt
|
|
46121
|
+
unsnoozedAt
|
|
46122
|
+
archivedAt
|
|
46123
|
+
createdAt
|
|
46124
|
+
snoozedUntilAt
|
|
46125
|
+
id
|
|
46126
|
+
actor {
|
|
46127
|
+
id
|
|
46128
|
+
}
|
|
46129
|
+
user {
|
|
46130
|
+
id
|
|
46131
|
+
}
|
|
46132
|
+
}
|
|
44760
46133
|
fragment InitiativeNotification on InitiativeNotification {
|
|
44761
46134
|
__typename
|
|
44762
46135
|
reactionEmoji
|
|
@@ -45216,6 +46589,9 @@ fragment Notification on Notification {
|
|
|
45216
46589
|
... on PullRequestNotification {
|
|
45217
46590
|
...PullRequestNotification
|
|
45218
46591
|
}
|
|
46592
|
+
... on WelcomeMessageNotification {
|
|
46593
|
+
...WelcomeMessageNotification
|
|
46594
|
+
}
|
|
45219
46595
|
}
|
|
45220
46596
|
fragment PostNotification on PostNotification {
|
|
45221
46597
|
__typename
|
|
@@ -45319,6 +46695,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
45319
46695
|
id
|
|
45320
46696
|
}
|
|
45321
46697
|
}
|
|
46698
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
46699
|
+
__typename
|
|
46700
|
+
type
|
|
46701
|
+
welcomeMessageId
|
|
46702
|
+
botActor {
|
|
46703
|
+
...ActorBot
|
|
46704
|
+
}
|
|
46705
|
+
category
|
|
46706
|
+
externalUserActor {
|
|
46707
|
+
id
|
|
46708
|
+
}
|
|
46709
|
+
updatedAt
|
|
46710
|
+
emailedAt
|
|
46711
|
+
readAt
|
|
46712
|
+
unsnoozedAt
|
|
46713
|
+
archivedAt
|
|
46714
|
+
createdAt
|
|
46715
|
+
snoozedUntilAt
|
|
46716
|
+
id
|
|
46717
|
+
actor {
|
|
46718
|
+
id
|
|
46719
|
+
}
|
|
46720
|
+
user {
|
|
46721
|
+
id
|
|
46722
|
+
}
|
|
46723
|
+
}
|
|
45322
46724
|
fragment InitiativeNotification on InitiativeNotification {
|
|
45323
46725
|
__typename
|
|
45324
46726
|
reactionEmoji
|
|
@@ -45648,6 +47050,9 @@ fragment Notification on Notification {
|
|
|
45648
47050
|
... on PullRequestNotification {
|
|
45649
47051
|
...PullRequestNotification
|
|
45650
47052
|
}
|
|
47053
|
+
... on WelcomeMessageNotification {
|
|
47054
|
+
...WelcomeMessageNotification
|
|
47055
|
+
}
|
|
45651
47056
|
}
|
|
45652
47057
|
fragment PostNotification on PostNotification {
|
|
45653
47058
|
__typename
|
|
@@ -45751,6 +47156,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
45751
47156
|
id
|
|
45752
47157
|
}
|
|
45753
47158
|
}
|
|
47159
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
47160
|
+
__typename
|
|
47161
|
+
type
|
|
47162
|
+
welcomeMessageId
|
|
47163
|
+
botActor {
|
|
47164
|
+
...ActorBot
|
|
47165
|
+
}
|
|
47166
|
+
category
|
|
47167
|
+
externalUserActor {
|
|
47168
|
+
id
|
|
47169
|
+
}
|
|
47170
|
+
updatedAt
|
|
47171
|
+
emailedAt
|
|
47172
|
+
readAt
|
|
47173
|
+
unsnoozedAt
|
|
47174
|
+
archivedAt
|
|
47175
|
+
createdAt
|
|
47176
|
+
snoozedUntilAt
|
|
47177
|
+
id
|
|
47178
|
+
actor {
|
|
47179
|
+
id
|
|
47180
|
+
}
|
|
47181
|
+
user {
|
|
47182
|
+
id
|
|
47183
|
+
}
|
|
47184
|
+
}
|
|
45754
47185
|
fragment InitiativeNotification on InitiativeNotification {
|
|
45755
47186
|
__typename
|
|
45756
47187
|
reactionEmoji
|
|
@@ -46088,6 +47519,9 @@ fragment Notification on Notification {
|
|
|
46088
47519
|
... on PullRequestNotification {
|
|
46089
47520
|
...PullRequestNotification
|
|
46090
47521
|
}
|
|
47522
|
+
... on WelcomeMessageNotification {
|
|
47523
|
+
...WelcomeMessageNotification
|
|
47524
|
+
}
|
|
46091
47525
|
}
|
|
46092
47526
|
fragment PostNotification on PostNotification {
|
|
46093
47527
|
__typename
|
|
@@ -46191,6 +47625,32 @@ fragment PullRequestNotification on PullRequestNotification {
|
|
|
46191
47625
|
id
|
|
46192
47626
|
}
|
|
46193
47627
|
}
|
|
47628
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
47629
|
+
__typename
|
|
47630
|
+
type
|
|
47631
|
+
welcomeMessageId
|
|
47632
|
+
botActor {
|
|
47633
|
+
...ActorBot
|
|
47634
|
+
}
|
|
47635
|
+
category
|
|
47636
|
+
externalUserActor {
|
|
47637
|
+
id
|
|
47638
|
+
}
|
|
47639
|
+
updatedAt
|
|
47640
|
+
emailedAt
|
|
47641
|
+
readAt
|
|
47642
|
+
unsnoozedAt
|
|
47643
|
+
archivedAt
|
|
47644
|
+
createdAt
|
|
47645
|
+
snoozedUntilAt
|
|
47646
|
+
id
|
|
47647
|
+
actor {
|
|
47648
|
+
id
|
|
47649
|
+
}
|
|
47650
|
+
user {
|
|
47651
|
+
id
|
|
47652
|
+
}
|
|
47653
|
+
}
|
|
46194
47654
|
fragment InitiativeNotification on InitiativeNotification {
|
|
46195
47655
|
__typename
|
|
46196
47656
|
reactionEmoji
|
|
@@ -46511,8 +47971,8 @@ const ArchiveProjectDocument = new TypedDocumentString(`
|
|
|
46511
47971
|
success
|
|
46512
47972
|
}`);
|
|
46513
47973
|
const CreateProjectDocument = new TypedDocumentString(`
|
|
46514
|
-
mutation createProject($
|
|
46515
|
-
projectCreate(
|
|
47974
|
+
mutation createProject($input: ProjectCreateInput!, $slackChannelName: String) {
|
|
47975
|
+
projectCreate(input: $input, slackChannelName: $slackChannelName) {
|
|
46516
47976
|
...ProjectPayload
|
|
46517
47977
|
}
|
|
46518
47978
|
}
|
|
@@ -47445,26 +48905,6 @@ const UserChangeRoleDocument = new TypedDocumentString(`
|
|
|
47445
48905
|
__typename
|
|
47446
48906
|
success
|
|
47447
48907
|
}`);
|
|
47448
|
-
const UserDemoteAdminDocument = new TypedDocumentString(`
|
|
47449
|
-
mutation userDemoteAdmin($id: String!) {
|
|
47450
|
-
userDemoteAdmin(id: $id) {
|
|
47451
|
-
...UserAdminPayload
|
|
47452
|
-
}
|
|
47453
|
-
}
|
|
47454
|
-
fragment UserAdminPayload on UserAdminPayload {
|
|
47455
|
-
__typename
|
|
47456
|
-
success
|
|
47457
|
-
}`);
|
|
47458
|
-
const UserDemoteMemberDocument = new TypedDocumentString(`
|
|
47459
|
-
mutation userDemoteMember($id: String!) {
|
|
47460
|
-
userDemoteMember(id: $id) {
|
|
47461
|
-
...UserAdminPayload
|
|
47462
|
-
}
|
|
47463
|
-
}
|
|
47464
|
-
fragment UserAdminPayload on UserAdminPayload {
|
|
47465
|
-
__typename
|
|
47466
|
-
success
|
|
47467
|
-
}`);
|
|
47468
48908
|
const UserDiscordConnectDocument = new TypedDocumentString(`
|
|
47469
48909
|
mutation userDiscordConnect($code: String!, $redirectUri: String!) {
|
|
47470
48910
|
userDiscordConnect(code: $code, redirectUri: $redirectUri) {
|
|
@@ -47506,26 +48946,6 @@ const UpdateUserFlagDocument = new TypedDocumentString(`
|
|
|
47506
48946
|
lastSyncId
|
|
47507
48947
|
success
|
|
47508
48948
|
}`);
|
|
47509
|
-
const UserPromoteAdminDocument = new TypedDocumentString(`
|
|
47510
|
-
mutation userPromoteAdmin($id: String!) {
|
|
47511
|
-
userPromoteAdmin(id: $id) {
|
|
47512
|
-
...UserAdminPayload
|
|
47513
|
-
}
|
|
47514
|
-
}
|
|
47515
|
-
fragment UserAdminPayload on UserAdminPayload {
|
|
47516
|
-
__typename
|
|
47517
|
-
success
|
|
47518
|
-
}`);
|
|
47519
|
-
const UserPromoteMemberDocument = new TypedDocumentString(`
|
|
47520
|
-
mutation userPromoteMember($id: String!) {
|
|
47521
|
-
userPromoteMember(id: $id) {
|
|
47522
|
-
...UserAdminPayload
|
|
47523
|
-
}
|
|
47524
|
-
}
|
|
47525
|
-
fragment UserAdminPayload on UserAdminPayload {
|
|
47526
|
-
__typename
|
|
47527
|
-
success
|
|
47528
|
-
}`);
|
|
47529
48949
|
const UserRevokeAllSessionsDocument = new TypedDocumentString(`
|
|
47530
48950
|
mutation userRevokeAllSessions($id: String!) {
|
|
47531
48951
|
userRevokeAllSessions(id: $id) {
|
|
@@ -48844,6 +50264,41 @@ var AsksWebSettings = class extends Request {
|
|
|
48844
50264
|
get organization() {
|
|
48845
50265
|
return new OrganizationQuery(this._request).fetch();
|
|
48846
50266
|
}
|
|
50267
|
+
/** Creates a new Asks web form settings. */
|
|
50268
|
+
create(input, variables) {
|
|
50269
|
+
return new CreateAsksWebSettingsMutation(this._request).fetch(input, variables);
|
|
50270
|
+
}
|
|
50271
|
+
/** Updates Asks web form settings. */
|
|
50272
|
+
update(input, variables) {
|
|
50273
|
+
return new UpdateAsksWebSettingsMutation(this._request).fetch(this.id, input, variables);
|
|
50274
|
+
}
|
|
50275
|
+
};
|
|
50276
|
+
/**
|
|
50277
|
+
* AsksWebSettingsPayload model
|
|
50278
|
+
*
|
|
50279
|
+
* @param request - function to call the graphql client
|
|
50280
|
+
* @param data - L.AsksWebSettingsPayloadFragment response data
|
|
50281
|
+
*/
|
|
50282
|
+
var AsksWebSettingsPayload = class extends Request {
|
|
50283
|
+
_asksWebSettings;
|
|
50284
|
+
constructor(request, data) {
|
|
50285
|
+
super(request);
|
|
50286
|
+
this.lastSyncId = data.lastSyncId;
|
|
50287
|
+
this.success = data.success;
|
|
50288
|
+
this._asksWebSettings = data.asksWebSettings;
|
|
50289
|
+
}
|
|
50290
|
+
/** The identifier of the last sync operation. */
|
|
50291
|
+
lastSyncId;
|
|
50292
|
+
/** Whether the operation was successful. */
|
|
50293
|
+
success;
|
|
50294
|
+
/** The Asks web settings that were created or updated. */
|
|
50295
|
+
get asksWebSettings() {
|
|
50296
|
+
return new AsksWebSettingQuery(this._request).fetch(this._asksWebSettings.id);
|
|
50297
|
+
}
|
|
50298
|
+
/** The ID of asks web settings that were created or updated. */
|
|
50299
|
+
get asksWebSettingsId() {
|
|
50300
|
+
return this._asksWebSettings?.id;
|
|
50301
|
+
}
|
|
48847
50302
|
};
|
|
48848
50303
|
/**
|
|
48849
50304
|
* Issue attachment (e.g. support ticket, pull request).
|
|
@@ -51957,6 +53412,7 @@ var DocumentContent = class extends Request {
|
|
|
51957
53412
|
this.restoredAt = parseDate(data.restoredAt) ?? void 0;
|
|
51958
53413
|
this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
|
|
51959
53414
|
this.aiPromptRules = data.aiPromptRules ? new AiPromptRules(request, data.aiPromptRules) : void 0;
|
|
53415
|
+
this.welcomeMessage = data.welcomeMessage ? new WelcomeMessage(request, data.welcomeMessage) : void 0;
|
|
51960
53416
|
this._document = data.document ?? void 0;
|
|
51961
53417
|
this._initiative = data.initiative ?? void 0;
|
|
51962
53418
|
this._issue = data.issue ?? void 0;
|
|
@@ -51982,6 +53438,8 @@ var DocumentContent = class extends Request {
|
|
|
51982
53438
|
updatedAt;
|
|
51983
53439
|
/** The AI prompt rules that the content is associated with. */
|
|
51984
53440
|
aiPromptRules;
|
|
53441
|
+
/** The welcome message that the content is associated with. */
|
|
53442
|
+
welcomeMessage;
|
|
51985
53443
|
/** The document that the content is associated with. */
|
|
51986
53444
|
get document() {
|
|
51987
53445
|
return this._document?.id ? new DocumentQuery(this._request).fetch(this._document?.id) : void 0;
|
|
@@ -53804,11 +55262,20 @@ var GitLabIntegrationCreatePayload = class extends Request {
|
|
|
53804
55262
|
_integration;
|
|
53805
55263
|
constructor(request, data) {
|
|
53806
55264
|
super(request);
|
|
55265
|
+
this.error = data.error ?? void 0;
|
|
55266
|
+
this.errorResponseBody = data.errorResponseBody ?? void 0;
|
|
55267
|
+
this.errorResponseHeaders = data.errorResponseHeaders ?? void 0;
|
|
53807
55268
|
this.lastSyncId = data.lastSyncId;
|
|
53808
55269
|
this.success = data.success;
|
|
53809
55270
|
this.webhookSecret = data.webhookSecret;
|
|
53810
55271
|
this._integration = data.integration ?? void 0;
|
|
53811
55272
|
}
|
|
55273
|
+
/** Error message if the connection failed. */
|
|
55274
|
+
error;
|
|
55275
|
+
/** Response body from GitLab for debugging. */
|
|
55276
|
+
errorResponseBody;
|
|
55277
|
+
/** Response headers from GitLab for debugging (JSON stringified). */
|
|
55278
|
+
errorResponseHeaders;
|
|
53812
55279
|
/** The identifier of the last sync operation. */
|
|
53813
55280
|
lastSyncId;
|
|
53814
55281
|
/** Whether the operation was successful. */
|
|
@@ -56217,6 +57684,7 @@ var IssueHistory = class extends Request {
|
|
|
56217
57684
|
_fromDelegate;
|
|
56218
57685
|
_fromParent;
|
|
56219
57686
|
_fromProject;
|
|
57687
|
+
_fromProjectMilestone;
|
|
56220
57688
|
_fromState;
|
|
56221
57689
|
_fromTeam;
|
|
56222
57690
|
_issue;
|
|
@@ -56226,8 +57694,10 @@ var IssueHistory = class extends Request {
|
|
|
56226
57694
|
_toDelegate;
|
|
56227
57695
|
_toParent;
|
|
56228
57696
|
_toProject;
|
|
57697
|
+
_toProjectMilestone;
|
|
56229
57698
|
_toState;
|
|
56230
57699
|
_toTeam;
|
|
57700
|
+
_triageResponsibilityTeam;
|
|
56231
57701
|
constructor(request, data) {
|
|
56232
57702
|
super(request);
|
|
56233
57703
|
this.actorId = data.actorId ?? void 0;
|
|
@@ -56246,6 +57716,10 @@ var IssueHistory = class extends Request {
|
|
|
56246
57716
|
this.fromParentId = data.fromParentId ?? void 0;
|
|
56247
57717
|
this.fromPriority = data.fromPriority ?? void 0;
|
|
56248
57718
|
this.fromProjectId = data.fromProjectId ?? void 0;
|
|
57719
|
+
this.fromSlaBreached = data.fromSlaBreached ?? void 0;
|
|
57720
|
+
this.fromSlaBreachesAt = parseDate(data.fromSlaBreachesAt) ?? void 0;
|
|
57721
|
+
this.fromSlaStartedAt = parseDate(data.fromSlaStartedAt) ?? void 0;
|
|
57722
|
+
this.fromSlaType = data.fromSlaType ?? void 0;
|
|
56249
57723
|
this.fromStateId = data.fromStateId ?? void 0;
|
|
56250
57724
|
this.fromTeamId = data.fromTeamId ?? void 0;
|
|
56251
57725
|
this.fromTitle = data.fromTitle ?? void 0;
|
|
@@ -56259,6 +57733,10 @@ var IssueHistory = class extends Request {
|
|
|
56259
57733
|
this.toParentId = data.toParentId ?? void 0;
|
|
56260
57734
|
this.toPriority = data.toPriority ?? void 0;
|
|
56261
57735
|
this.toProjectId = data.toProjectId ?? void 0;
|
|
57736
|
+
this.toSlaBreached = data.toSlaBreached ?? void 0;
|
|
57737
|
+
this.toSlaBreachesAt = parseDate(data.toSlaBreachesAt) ?? void 0;
|
|
57738
|
+
this.toSlaStartedAt = parseDate(data.toSlaStartedAt) ?? void 0;
|
|
57739
|
+
this.toSlaType = data.toSlaType ?? void 0;
|
|
56262
57740
|
this.toStateId = data.toStateId ?? void 0;
|
|
56263
57741
|
this.toTeamId = data.toTeamId ?? void 0;
|
|
56264
57742
|
this.toTitle = data.toTitle ?? void 0;
|
|
@@ -56281,6 +57759,7 @@ var IssueHistory = class extends Request {
|
|
|
56281
57759
|
this._fromDelegate = data.fromDelegate ?? void 0;
|
|
56282
57760
|
this._fromParent = data.fromParent ?? void 0;
|
|
56283
57761
|
this._fromProject = data.fromProject ?? void 0;
|
|
57762
|
+
this._fromProjectMilestone = data.fromProjectMilestone ?? void 0;
|
|
56284
57763
|
this._fromState = data.fromState ?? void 0;
|
|
56285
57764
|
this._fromTeam = data.fromTeam ?? void 0;
|
|
56286
57765
|
this._issue = data.issue;
|
|
@@ -56290,8 +57769,10 @@ var IssueHistory = class extends Request {
|
|
|
56290
57769
|
this._toDelegate = data.toDelegate ?? void 0;
|
|
56291
57770
|
this._toParent = data.toParent ?? void 0;
|
|
56292
57771
|
this._toProject = data.toProject ?? void 0;
|
|
57772
|
+
this._toProjectMilestone = data.toProjectMilestone ?? void 0;
|
|
56293
57773
|
this._toState = data.toState ?? void 0;
|
|
56294
57774
|
this._toTeam = data.toTeam ?? void 0;
|
|
57775
|
+
this._triageResponsibilityTeam = data.triageResponsibilityTeam ?? void 0;
|
|
56295
57776
|
}
|
|
56296
57777
|
/** The id of user who made these changes. If null, possibly means that the change made by an integration. */
|
|
56297
57778
|
actorId;
|
|
@@ -56325,6 +57806,14 @@ var IssueHistory = class extends Request {
|
|
|
56325
57806
|
fromPriority;
|
|
56326
57807
|
/** The id of previous project of the issue. */
|
|
56327
57808
|
fromProjectId;
|
|
57809
|
+
/** Whether the issue had previously breached its SLA. */
|
|
57810
|
+
fromSlaBreached;
|
|
57811
|
+
/** The SLA breach time that was previously set on the issue. */
|
|
57812
|
+
fromSlaBreachesAt;
|
|
57813
|
+
/** The time at which the issue's SLA was previously started. */
|
|
57814
|
+
fromSlaStartedAt;
|
|
57815
|
+
/** The type of SLA that was previously set on the issue. */
|
|
57816
|
+
fromSlaType;
|
|
56328
57817
|
/** The id of previous workflow state of the issue. */
|
|
56329
57818
|
fromStateId;
|
|
56330
57819
|
/** The id of team from which the issue was moved from. */
|
|
@@ -56351,6 +57840,14 @@ var IssueHistory = class extends Request {
|
|
|
56351
57840
|
toPriority;
|
|
56352
57841
|
/** The id of new project of the issue. */
|
|
56353
57842
|
toProjectId;
|
|
57843
|
+
/** Whether the issue has now breached its SLA. */
|
|
57844
|
+
toSlaBreached;
|
|
57845
|
+
/** The SLA breach time that is now set on the issue. */
|
|
57846
|
+
toSlaBreachesAt;
|
|
57847
|
+
/** The time at which the issue's SLA is now started. */
|
|
57848
|
+
toSlaStartedAt;
|
|
57849
|
+
/** The type of SLA that is now set on the issue. */
|
|
57850
|
+
toSlaType;
|
|
56354
57851
|
/** The id of new workflow state of the issue. */
|
|
56355
57852
|
toStateId;
|
|
56356
57853
|
/** The id of team to which the issue was moved to. */
|
|
@@ -56416,6 +57913,14 @@ var IssueHistory = class extends Request {
|
|
|
56416
57913
|
get fromProject() {
|
|
56417
57914
|
return this._fromProject?.id ? new ProjectQuery(this._request).fetch(this._fromProject?.id) : void 0;
|
|
56418
57915
|
}
|
|
57916
|
+
/** The project milestone that the issue was moved from. */
|
|
57917
|
+
get fromProjectMilestone() {
|
|
57918
|
+
return this._fromProjectMilestone?.id ? new ProjectMilestoneQuery(this._request).fetch(this._fromProjectMilestone?.id) : void 0;
|
|
57919
|
+
}
|
|
57920
|
+
/** The ID of project milestone that the issue was moved from. */
|
|
57921
|
+
get fromProjectMilestoneId() {
|
|
57922
|
+
return this._fromProjectMilestone?.id;
|
|
57923
|
+
}
|
|
56419
57924
|
/** The state that the issue was moved from. */
|
|
56420
57925
|
get fromState() {
|
|
56421
57926
|
return this._fromState?.id ? new WorkflowStateQuery(this._request).fetch(this._fromState?.id) : void 0;
|
|
@@ -56460,6 +57965,14 @@ var IssueHistory = class extends Request {
|
|
|
56460
57965
|
get toProject() {
|
|
56461
57966
|
return this._toProject?.id ? new ProjectQuery(this._request).fetch(this._toProject?.id) : void 0;
|
|
56462
57967
|
}
|
|
57968
|
+
/** The project milestone that the issue was moved to. */
|
|
57969
|
+
get toProjectMilestone() {
|
|
57970
|
+
return this._toProjectMilestone?.id ? new ProjectMilestoneQuery(this._request).fetch(this._toProjectMilestone?.id) : void 0;
|
|
57971
|
+
}
|
|
57972
|
+
/** The ID of project milestone that the issue was moved to. */
|
|
57973
|
+
get toProjectMilestoneId() {
|
|
57974
|
+
return this._toProjectMilestone?.id;
|
|
57975
|
+
}
|
|
56463
57976
|
/** The state that the issue was moved to. */
|
|
56464
57977
|
get toState() {
|
|
56465
57978
|
return this._toState?.id ? new WorkflowStateQuery(this._request).fetch(this._toState?.id) : void 0;
|
|
@@ -56468,6 +57981,14 @@ var IssueHistory = class extends Request {
|
|
|
56468
57981
|
get toTeam() {
|
|
56469
57982
|
return this._toTeam?.id ? new TeamQuery(this._request).fetch(this._toTeam?.id) : void 0;
|
|
56470
57983
|
}
|
|
57984
|
+
/** The team that triggered the triage responsibility action. */
|
|
57985
|
+
get triageResponsibilityTeam() {
|
|
57986
|
+
return this._triageResponsibilityTeam?.id ? new TeamQuery(this._request).fetch(this._triageResponsibilityTeam?.id) : void 0;
|
|
57987
|
+
}
|
|
57988
|
+
/** The ID of team that triggered the triage responsibility action. */
|
|
57989
|
+
get triageResponsibilityTeamId() {
|
|
57990
|
+
return this._triageResponsibilityTeam?.id;
|
|
57991
|
+
}
|
|
56471
57992
|
};
|
|
56472
57993
|
/**
|
|
56473
57994
|
* IssueHistoryConnection model
|
|
@@ -58544,6 +60065,7 @@ var NotificationConnection = class extends Connection {
|
|
|
58544
60065
|
case "PostNotification": return new PostNotification(request, node);
|
|
58545
60066
|
case "ProjectNotification": return new ProjectNotification(request, node);
|
|
58546
60067
|
case "PullRequestNotification": return new PullRequestNotification(request, node);
|
|
60068
|
+
case "WelcomeMessageNotification": return new WelcomeMessageNotification(request, node);
|
|
58547
60069
|
default: return new Notification(request, node);
|
|
58548
60070
|
}
|
|
58549
60071
|
}), new PageInfo(request, data.pageInfo));
|
|
@@ -59075,6 +60597,7 @@ var OauthClientChildWebhookPayload = class {
|
|
|
59075
60597
|
* @param data - L.OrganizationFragment response data
|
|
59076
60598
|
*/
|
|
59077
60599
|
var Organization = class extends Request {
|
|
60600
|
+
_slackProjectChannelIntegration;
|
|
59078
60601
|
constructor(request, data) {
|
|
59079
60602
|
super(request);
|
|
59080
60603
|
this.aiDiscussionSummariesEnabled = data.aiDiscussionSummariesEnabled;
|
|
@@ -59112,6 +60635,7 @@ var Organization = class extends Request {
|
|
|
59112
60635
|
this.samlEnabled = data.samlEnabled;
|
|
59113
60636
|
this.scimEnabled = data.scimEnabled;
|
|
59114
60637
|
this.securitySettings = data.securitySettings;
|
|
60638
|
+
this.slackProjectChannelPrefix = data.slackProjectChannelPrefix;
|
|
59115
60639
|
this.trialEndsAt = parseDate(data.trialEndsAt) ?? void 0;
|
|
59116
60640
|
this.trialStartsAt = parseDate(data.trialStartsAt) ?? void 0;
|
|
59117
60641
|
this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
|
|
@@ -59126,6 +60650,7 @@ var Organization = class extends Request {
|
|
|
59126
60650
|
this.projectUpdatesReminderFrequency = data.projectUpdatesReminderFrequency;
|
|
59127
60651
|
this.releaseChannel = data.releaseChannel;
|
|
59128
60652
|
this.slaDayCount = data.slaDayCount;
|
|
60653
|
+
this._slackProjectChannelIntegration = data.slackProjectChannelIntegration ?? void 0;
|
|
59129
60654
|
}
|
|
59130
60655
|
/** Whether the organization has enabled AI discussion summaries for issues. */
|
|
59131
60656
|
aiDiscussionSummariesEnabled;
|
|
@@ -59197,6 +60722,8 @@ var Organization = class extends Request {
|
|
|
59197
60722
|
scimEnabled;
|
|
59198
60723
|
/** Security settings for the organization. */
|
|
59199
60724
|
securitySettings;
|
|
60725
|
+
/** The prefix used for auto-created Slack project channels. */
|
|
60726
|
+
slackProjectChannelPrefix;
|
|
59200
60727
|
/** The time at which the trial will end. */
|
|
59201
60728
|
trialEndsAt;
|
|
59202
60729
|
/** The time at which the trial started. */
|
|
@@ -59228,6 +60755,14 @@ var Organization = class extends Request {
|
|
|
59228
60755
|
releaseChannel;
|
|
59229
60756
|
/** [DEPRECATED] Which day count to use for SLA calculations. */
|
|
59230
60757
|
slaDayCount;
|
|
60758
|
+
/** The Slack integration used for auto-creating project channels. */
|
|
60759
|
+
get slackProjectChannelIntegration() {
|
|
60760
|
+
return this._slackProjectChannelIntegration?.id ? new IntegrationQuery(this._request).fetch(this._slackProjectChannelIntegration?.id) : void 0;
|
|
60761
|
+
}
|
|
60762
|
+
/** The ID of slack integration used for auto-creating project channels. */
|
|
60763
|
+
get slackProjectChannelIntegrationId() {
|
|
60764
|
+
return this._slackProjectChannelIntegration?.id;
|
|
60765
|
+
}
|
|
59231
60766
|
/** Integrations associated with the organization. */
|
|
59232
60767
|
integrations(variables) {
|
|
59233
60768
|
return new Organization_IntegrationsQuery(this._request, variables).fetch(variables);
|
|
@@ -60131,6 +61666,10 @@ var Project = class extends Request {
|
|
|
60131
61666
|
get statusId() {
|
|
60132
61667
|
return this._status?.id;
|
|
60133
61668
|
}
|
|
61669
|
+
/** Attachments associated with the project. */
|
|
61670
|
+
attachments(variables) {
|
|
61671
|
+
return new Project_AttachmentsQuery(this._request, this.id, variables).fetch(variables);
|
|
61672
|
+
}
|
|
60134
61673
|
/** Comments associated with the project overview. */
|
|
60135
61674
|
comments(variables) {
|
|
60136
61675
|
return new Project_CommentsQuery(this._request, this.id, variables).fetch(variables);
|
|
@@ -60294,6 +61833,18 @@ var ProjectAttachment = class extends Request {
|
|
|
60294
61833
|
}
|
|
60295
61834
|
};
|
|
60296
61835
|
/**
|
|
61836
|
+
* ProjectAttachmentConnection model
|
|
61837
|
+
*
|
|
61838
|
+
* @param request - function to call the graphql client
|
|
61839
|
+
* @param fetch - function to trigger a refetch of this ProjectAttachmentConnection model
|
|
61840
|
+
* @param data - ProjectAttachmentConnection response data
|
|
61841
|
+
*/
|
|
61842
|
+
var ProjectAttachmentConnection = class extends Connection {
|
|
61843
|
+
constructor(request, fetch$1, data) {
|
|
61844
|
+
super(request, fetch$1, data.nodes.map((node) => new ProjectAttachment(request, node)), new PageInfo(request, data.pageInfo));
|
|
61845
|
+
}
|
|
61846
|
+
};
|
|
61847
|
+
/**
|
|
60297
61848
|
* Certain properties of a project.
|
|
60298
61849
|
*
|
|
60299
61850
|
* @param data - L.ProjectChildWebhookPayloadFragment response data
|
|
@@ -63237,6 +64788,7 @@ var Team = class extends Request {
|
|
|
63237
64788
|
this.name = data.name;
|
|
63238
64789
|
this.private = data.private;
|
|
63239
64790
|
this.requirePriorityToLeaveTriage = data.requirePriorityToLeaveTriage;
|
|
64791
|
+
this.retiredAt = parseDate(data.retiredAt) ?? void 0;
|
|
63240
64792
|
this.scimGroupName = data.scimGroupName ?? void 0;
|
|
63241
64793
|
this.scimManaged = data.scimManaged;
|
|
63242
64794
|
this.securitySettings = data.securitySettings;
|
|
@@ -63343,6 +64895,8 @@ var Team = class extends Request {
|
|
|
63343
64895
|
private;
|
|
63344
64896
|
/** Whether an issue needs to have a priority set before leaving triage. */
|
|
63345
64897
|
requirePriorityToLeaveTriage;
|
|
64898
|
+
/** The time at which the team was retired. Null if the team has not been retired. */
|
|
64899
|
+
retiredAt;
|
|
63346
64900
|
/** The SCIM group name for the team. */
|
|
63347
64901
|
scimGroupName;
|
|
63348
64902
|
/** Whether the team is managed by SCIM integration. */
|
|
@@ -65258,6 +66812,131 @@ var WebhookRotateSecretPayload = class extends Request {
|
|
|
65258
66812
|
success;
|
|
65259
66813
|
};
|
|
65260
66814
|
/**
|
|
66815
|
+
* A welcome message for new users joining the workspace.
|
|
66816
|
+
*
|
|
66817
|
+
* @param request - function to call the graphql client
|
|
66818
|
+
* @param data - L.WelcomeMessageFragment response data
|
|
66819
|
+
*/
|
|
66820
|
+
var WelcomeMessage = class extends Request {
|
|
66821
|
+
_updatedBy;
|
|
66822
|
+
constructor(request, data) {
|
|
66823
|
+
super(request);
|
|
66824
|
+
this.archivedAt = parseDate(data.archivedAt) ?? void 0;
|
|
66825
|
+
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
66826
|
+
this.enabled = data.enabled;
|
|
66827
|
+
this.id = data.id;
|
|
66828
|
+
this.title = data.title ?? void 0;
|
|
66829
|
+
this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
|
|
66830
|
+
this._updatedBy = data.updatedBy ?? void 0;
|
|
66831
|
+
}
|
|
66832
|
+
/** The time at which the entity was archived. Null if the entity has not been archived. */
|
|
66833
|
+
archivedAt;
|
|
66834
|
+
/** The time at which the entity was created. */
|
|
66835
|
+
createdAt;
|
|
66836
|
+
/** Whether the welcome message is enabled. */
|
|
66837
|
+
enabled;
|
|
66838
|
+
/** The unique identifier of the entity. */
|
|
66839
|
+
id;
|
|
66840
|
+
/** The title of the welcome message notification. */
|
|
66841
|
+
title;
|
|
66842
|
+
/**
|
|
66843
|
+
* The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
|
|
66844
|
+
* been updated after creation.
|
|
66845
|
+
*/
|
|
66846
|
+
updatedAt;
|
|
66847
|
+
/** The user who last updated the welcome message. */
|
|
66848
|
+
get updatedBy() {
|
|
66849
|
+
return this._updatedBy?.id ? new UserQuery(this._request).fetch(this._updatedBy?.id) : void 0;
|
|
66850
|
+
}
|
|
66851
|
+
/** The ID of user who last updated the welcome message. */
|
|
66852
|
+
get updatedById() {
|
|
66853
|
+
return this._updatedBy?.id;
|
|
66854
|
+
}
|
|
66855
|
+
};
|
|
66856
|
+
/**
|
|
66857
|
+
* A welcome message related notification.
|
|
66858
|
+
*
|
|
66859
|
+
* @param request - function to call the graphql client
|
|
66860
|
+
* @param data - L.WelcomeMessageNotificationFragment response data
|
|
66861
|
+
*/
|
|
66862
|
+
var WelcomeMessageNotification = class extends Request {
|
|
66863
|
+
_actor;
|
|
66864
|
+
_externalUserActor;
|
|
66865
|
+
_user;
|
|
66866
|
+
constructor(request, data) {
|
|
66867
|
+
super(request);
|
|
66868
|
+
this.archivedAt = parseDate(data.archivedAt) ?? void 0;
|
|
66869
|
+
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
66870
|
+
this.emailedAt = parseDate(data.emailedAt) ?? void 0;
|
|
66871
|
+
this.id = data.id;
|
|
66872
|
+
this.readAt = parseDate(data.readAt) ?? void 0;
|
|
66873
|
+
this.snoozedUntilAt = parseDate(data.snoozedUntilAt) ?? void 0;
|
|
66874
|
+
this.type = data.type;
|
|
66875
|
+
this.unsnoozedAt = parseDate(data.unsnoozedAt) ?? void 0;
|
|
66876
|
+
this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
|
|
66877
|
+
this.welcomeMessageId = data.welcomeMessageId;
|
|
66878
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : void 0;
|
|
66879
|
+
this.category = data.category;
|
|
66880
|
+
this._actor = data.actor ?? void 0;
|
|
66881
|
+
this._externalUserActor = data.externalUserActor ?? void 0;
|
|
66882
|
+
this._user = data.user;
|
|
66883
|
+
}
|
|
66884
|
+
/** The time at which the entity was archived. Null if the entity has not been archived. */
|
|
66885
|
+
archivedAt;
|
|
66886
|
+
/** The time at which the entity was created. */
|
|
66887
|
+
createdAt;
|
|
66888
|
+
/**
|
|
66889
|
+
* The time at when an email reminder for this notification was sent to the user. Null, if no email
|
|
66890
|
+
* reminder has been sent.
|
|
66891
|
+
*/
|
|
66892
|
+
emailedAt;
|
|
66893
|
+
/** The unique identifier of the entity. */
|
|
66894
|
+
id;
|
|
66895
|
+
/** The time at when the user marked the notification as read. Null, if the the user hasn't read the notification */
|
|
66896
|
+
readAt;
|
|
66897
|
+
/** The time until a notification will be snoozed. After that it will appear in the inbox again. */
|
|
66898
|
+
snoozedUntilAt;
|
|
66899
|
+
/** Notification type. */
|
|
66900
|
+
type;
|
|
66901
|
+
/** The time at which a notification was unsnoozed.. */
|
|
66902
|
+
unsnoozedAt;
|
|
66903
|
+
/**
|
|
66904
|
+
* The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
|
|
66905
|
+
* been updated after creation.
|
|
66906
|
+
*/
|
|
66907
|
+
updatedAt;
|
|
66908
|
+
/** Related welcome message. */
|
|
66909
|
+
welcomeMessageId;
|
|
66910
|
+
/** The bot that caused the notification. */
|
|
66911
|
+
botActor;
|
|
66912
|
+
/** The category of the notification. */
|
|
66913
|
+
category;
|
|
66914
|
+
/** The user that caused the notification. */
|
|
66915
|
+
get actor() {
|
|
66916
|
+
return this._actor?.id ? new UserQuery(this._request).fetch(this._actor?.id) : void 0;
|
|
66917
|
+
}
|
|
66918
|
+
/** The ID of user that caused the notification. */
|
|
66919
|
+
get actorId() {
|
|
66920
|
+
return this._actor?.id;
|
|
66921
|
+
}
|
|
66922
|
+
/** The external user that caused the notification. */
|
|
66923
|
+
get externalUserActor() {
|
|
66924
|
+
return this._externalUserActor?.id ? new ExternalUserQuery(this._request).fetch(this._externalUserActor?.id) : void 0;
|
|
66925
|
+
}
|
|
66926
|
+
/** The ID of external user that caused the notification. */
|
|
66927
|
+
get externalUserActorId() {
|
|
66928
|
+
return this._externalUserActor?.id;
|
|
66929
|
+
}
|
|
66930
|
+
/** The user that received the notification. */
|
|
66931
|
+
get user() {
|
|
66932
|
+
return new UserQuery(this._request).fetch(this._user.id);
|
|
66933
|
+
}
|
|
66934
|
+
/** The ID of user that received the notification. */
|
|
66935
|
+
get userId() {
|
|
66936
|
+
return this._user?.id;
|
|
66937
|
+
}
|
|
66938
|
+
};
|
|
66939
|
+
/**
|
|
65261
66940
|
* WorkflowDefinition model
|
|
65262
66941
|
*
|
|
65263
66942
|
* @param request - function to call the graphql client
|
|
@@ -67141,6 +68820,7 @@ var NotificationQuery = class extends Request {
|
|
|
67141
68820
|
case "PostNotification": return new PostNotification(this._request, data);
|
|
67142
68821
|
case "ProjectNotification": return new ProjectNotification(this._request, data);
|
|
67143
68822
|
case "PullRequestNotification": return new PullRequestNotification(this._request, data);
|
|
68823
|
+
case "WelcomeMessageNotification": return new WelcomeMessageNotification(this._request, data);
|
|
67144
68824
|
default: return new Notification(this._request, data);
|
|
67145
68825
|
}
|
|
67146
68826
|
}
|
|
@@ -68398,6 +70078,56 @@ var AirbyteIntegrationConnectMutation = class extends Request {
|
|
|
68398
70078
|
}
|
|
68399
70079
|
};
|
|
68400
70080
|
/**
|
|
70081
|
+
* A fetchable CreateAsksWebSettings Mutation
|
|
70082
|
+
*
|
|
70083
|
+
* @param request - function to call the graphql client
|
|
70084
|
+
*/
|
|
70085
|
+
var CreateAsksWebSettingsMutation = class extends Request {
|
|
70086
|
+
constructor(request) {
|
|
70087
|
+
super(request);
|
|
70088
|
+
}
|
|
70089
|
+
/**
|
|
70090
|
+
* Call the CreateAsksWebSettings mutation and return a AsksWebSettingsPayload
|
|
70091
|
+
*
|
|
70092
|
+
* @param input - required input to pass to createAsksWebSettings
|
|
70093
|
+
* @param variables - variables without 'input' to pass into the CreateAsksWebSettingsMutation
|
|
70094
|
+
* @returns parsed response from CreateAsksWebSettingsMutation
|
|
70095
|
+
*/
|
|
70096
|
+
async fetch(input, variables) {
|
|
70097
|
+
const data = (await this._request(CreateAsksWebSettingsDocument.toString(), {
|
|
70098
|
+
input,
|
|
70099
|
+
...variables
|
|
70100
|
+
})).asksWebSettingsCreate;
|
|
70101
|
+
return new AsksWebSettingsPayload(this._request, data);
|
|
70102
|
+
}
|
|
70103
|
+
};
|
|
70104
|
+
/**
|
|
70105
|
+
* A fetchable UpdateAsksWebSettings Mutation
|
|
70106
|
+
*
|
|
70107
|
+
* @param request - function to call the graphql client
|
|
70108
|
+
*/
|
|
70109
|
+
var UpdateAsksWebSettingsMutation = class extends Request {
|
|
70110
|
+
constructor(request) {
|
|
70111
|
+
super(request);
|
|
70112
|
+
}
|
|
70113
|
+
/**
|
|
70114
|
+
* Call the UpdateAsksWebSettings mutation and return a AsksWebSettingsPayload
|
|
70115
|
+
*
|
|
70116
|
+
* @param id - required id to pass to updateAsksWebSettings
|
|
70117
|
+
* @param input - required input to pass to updateAsksWebSettings
|
|
70118
|
+
* @param variables - variables without 'id', 'input' to pass into the UpdateAsksWebSettingsMutation
|
|
70119
|
+
* @returns parsed response from UpdateAsksWebSettingsMutation
|
|
70120
|
+
*/
|
|
70121
|
+
async fetch(id, input, variables) {
|
|
70122
|
+
const data = (await this._request(UpdateAsksWebSettingsDocument.toString(), {
|
|
70123
|
+
id,
|
|
70124
|
+
input,
|
|
70125
|
+
...variables
|
|
70126
|
+
})).asksWebSettingsUpdate;
|
|
70127
|
+
return new AsksWebSettingsPayload(this._request, data);
|
|
70128
|
+
}
|
|
70129
|
+
};
|
|
70130
|
+
/**
|
|
68401
70131
|
* A fetchable CreateAttachment Mutation
|
|
68402
70132
|
*
|
|
68403
70133
|
* @param request - function to call the graphql client
|
|
@@ -74038,46 +75768,6 @@ var UserChangeRoleMutation = class extends Request {
|
|
|
74038
75768
|
}
|
|
74039
75769
|
};
|
|
74040
75770
|
/**
|
|
74041
|
-
* A fetchable UserDemoteAdmin Mutation
|
|
74042
|
-
*
|
|
74043
|
-
* @param request - function to call the graphql client
|
|
74044
|
-
*/
|
|
74045
|
-
var UserDemoteAdminMutation = class extends Request {
|
|
74046
|
-
constructor(request) {
|
|
74047
|
-
super(request);
|
|
74048
|
-
}
|
|
74049
|
-
/**
|
|
74050
|
-
* Call the UserDemoteAdmin mutation and return a UserAdminPayload
|
|
74051
|
-
*
|
|
74052
|
-
* @param id - required id to pass to userDemoteAdmin
|
|
74053
|
-
* @returns parsed response from UserDemoteAdminMutation
|
|
74054
|
-
*/
|
|
74055
|
-
async fetch(id) {
|
|
74056
|
-
const data = (await this._request(UserDemoteAdminDocument.toString(), { id })).userDemoteAdmin;
|
|
74057
|
-
return new UserAdminPayload(this._request, data);
|
|
74058
|
-
}
|
|
74059
|
-
};
|
|
74060
|
-
/**
|
|
74061
|
-
* A fetchable UserDemoteMember Mutation
|
|
74062
|
-
*
|
|
74063
|
-
* @param request - function to call the graphql client
|
|
74064
|
-
*/
|
|
74065
|
-
var UserDemoteMemberMutation = class extends Request {
|
|
74066
|
-
constructor(request) {
|
|
74067
|
-
super(request);
|
|
74068
|
-
}
|
|
74069
|
-
/**
|
|
74070
|
-
* Call the UserDemoteMember mutation and return a UserAdminPayload
|
|
74071
|
-
*
|
|
74072
|
-
* @param id - required id to pass to userDemoteMember
|
|
74073
|
-
* @returns parsed response from UserDemoteMemberMutation
|
|
74074
|
-
*/
|
|
74075
|
-
async fetch(id) {
|
|
74076
|
-
const data = (await this._request(UserDemoteMemberDocument.toString(), { id })).userDemoteMember;
|
|
74077
|
-
return new UserAdminPayload(this._request, data);
|
|
74078
|
-
}
|
|
74079
|
-
};
|
|
74080
|
-
/**
|
|
74081
75771
|
* A fetchable UserDiscordConnect Mutation
|
|
74082
75772
|
*
|
|
74083
75773
|
* @param request - function to call the graphql client
|
|
@@ -74146,46 +75836,6 @@ var UpdateUserFlagMutation = class extends Request {
|
|
|
74146
75836
|
}
|
|
74147
75837
|
};
|
|
74148
75838
|
/**
|
|
74149
|
-
* A fetchable UserPromoteAdmin Mutation
|
|
74150
|
-
*
|
|
74151
|
-
* @param request - function to call the graphql client
|
|
74152
|
-
*/
|
|
74153
|
-
var UserPromoteAdminMutation = class extends Request {
|
|
74154
|
-
constructor(request) {
|
|
74155
|
-
super(request);
|
|
74156
|
-
}
|
|
74157
|
-
/**
|
|
74158
|
-
* Call the UserPromoteAdmin mutation and return a UserAdminPayload
|
|
74159
|
-
*
|
|
74160
|
-
* @param id - required id to pass to userPromoteAdmin
|
|
74161
|
-
* @returns parsed response from UserPromoteAdminMutation
|
|
74162
|
-
*/
|
|
74163
|
-
async fetch(id) {
|
|
74164
|
-
const data = (await this._request(UserPromoteAdminDocument.toString(), { id })).userPromoteAdmin;
|
|
74165
|
-
return new UserAdminPayload(this._request, data);
|
|
74166
|
-
}
|
|
74167
|
-
};
|
|
74168
|
-
/**
|
|
74169
|
-
* A fetchable UserPromoteMember Mutation
|
|
74170
|
-
*
|
|
74171
|
-
* @param request - function to call the graphql client
|
|
74172
|
-
*/
|
|
74173
|
-
var UserPromoteMemberMutation = class extends Request {
|
|
74174
|
-
constructor(request) {
|
|
74175
|
-
super(request);
|
|
74176
|
-
}
|
|
74177
|
-
/**
|
|
74178
|
-
* Call the UserPromoteMember mutation and return a UserAdminPayload
|
|
74179
|
-
*
|
|
74180
|
-
* @param id - required id to pass to userPromoteMember
|
|
74181
|
-
* @returns parsed response from UserPromoteMemberMutation
|
|
74182
|
-
*/
|
|
74183
|
-
async fetch(id) {
|
|
74184
|
-
const data = (await this._request(UserPromoteMemberDocument.toString(), { id })).userPromoteMember;
|
|
74185
|
-
return new UserAdminPayload(this._request, data);
|
|
74186
|
-
}
|
|
74187
|
-
};
|
|
74188
|
-
/**
|
|
74189
75839
|
* A fetchable UserRevokeAllSessions Mutation
|
|
74190
75840
|
*
|
|
74191
75841
|
* @param request - function to call the graphql client
|
|
@@ -75236,6 +76886,29 @@ var Comment_DocumentContent_AiPromptRulesQuery = class extends Request {
|
|
|
75236
76886
|
}
|
|
75237
76887
|
};
|
|
75238
76888
|
/**
|
|
76889
|
+
* A fetchable Comment_DocumentContent_WelcomeMessage Query
|
|
76890
|
+
*
|
|
76891
|
+
* @param request - function to call the graphql client
|
|
76892
|
+
* @param variables - variables to pass into the Comment_DocumentContent_WelcomeMessageQuery
|
|
76893
|
+
*/
|
|
76894
|
+
var Comment_DocumentContent_WelcomeMessageQuery = class extends Request {
|
|
76895
|
+
_variables;
|
|
76896
|
+
constructor(request, variables) {
|
|
76897
|
+
super(request);
|
|
76898
|
+
this._variables = variables;
|
|
76899
|
+
}
|
|
76900
|
+
/**
|
|
76901
|
+
* Call the Comment_DocumentContent_WelcomeMessage query and return a WelcomeMessage
|
|
76902
|
+
*
|
|
76903
|
+
* @param variables - variables to pass into the Comment_DocumentContent_WelcomeMessageQuery
|
|
76904
|
+
* @returns parsed response from Comment_DocumentContent_WelcomeMessageQuery
|
|
76905
|
+
*/
|
|
76906
|
+
async fetch(variables) {
|
|
76907
|
+
const data = (await this._request(Comment_DocumentContent_WelcomeMessageDocument.toString(), variables)).comment.documentContent?.welcomeMessage;
|
|
76908
|
+
return data ? new WelcomeMessage(this._request, data) : void 0;
|
|
76909
|
+
}
|
|
76910
|
+
};
|
|
76911
|
+
/**
|
|
75239
76912
|
* A fetchable CustomView_Initiatives Query
|
|
75240
76913
|
*
|
|
75241
76914
|
* @param request - function to call the graphql client
|
|
@@ -75877,6 +77550,28 @@ var Initiative_DocumentContent_AiPromptRulesQuery = class extends Request {
|
|
|
75877
77550
|
}
|
|
75878
77551
|
};
|
|
75879
77552
|
/**
|
|
77553
|
+
* A fetchable Initiative_DocumentContent_WelcomeMessage Query
|
|
77554
|
+
*
|
|
77555
|
+
* @param request - function to call the graphql client
|
|
77556
|
+
* @param id - required id to pass to initiative_documentContent
|
|
77557
|
+
*/
|
|
77558
|
+
var Initiative_DocumentContent_WelcomeMessageQuery = class extends Request {
|
|
77559
|
+
_id;
|
|
77560
|
+
constructor(request, id) {
|
|
77561
|
+
super(request);
|
|
77562
|
+
this._id = id;
|
|
77563
|
+
}
|
|
77564
|
+
/**
|
|
77565
|
+
* Call the Initiative_DocumentContent_WelcomeMessage query and return a WelcomeMessage
|
|
77566
|
+
*
|
|
77567
|
+
* @returns parsed response from Initiative_DocumentContent_WelcomeMessageQuery
|
|
77568
|
+
*/
|
|
77569
|
+
async fetch() {
|
|
77570
|
+
const data = (await this._request(Initiative_DocumentContent_WelcomeMessageDocument.toString(), { id: this._id })).initiative.documentContent?.welcomeMessage;
|
|
77571
|
+
return data ? new WelcomeMessage(this._request, data) : void 0;
|
|
77572
|
+
}
|
|
77573
|
+
};
|
|
77574
|
+
/**
|
|
75880
77575
|
* A fetchable InitiativeUpdate_Comments Query
|
|
75881
77576
|
*
|
|
75882
77577
|
* @param request - function to call the graphql client
|
|
@@ -77101,6 +78796,40 @@ var Organization_UsersQuery = class extends Request {
|
|
|
77101
78796
|
}
|
|
77102
78797
|
};
|
|
77103
78798
|
/**
|
|
78799
|
+
* A fetchable Project_Attachments Query
|
|
78800
|
+
*
|
|
78801
|
+
* @param request - function to call the graphql client
|
|
78802
|
+
* @param id - required id to pass to project
|
|
78803
|
+
* @param variables - variables without 'id' to pass into the Project_AttachmentsQuery
|
|
78804
|
+
*/
|
|
78805
|
+
var Project_AttachmentsQuery = class extends Request {
|
|
78806
|
+
_id;
|
|
78807
|
+
_variables;
|
|
78808
|
+
constructor(request, id, variables) {
|
|
78809
|
+
super(request);
|
|
78810
|
+
this._id = id;
|
|
78811
|
+
this._variables = variables;
|
|
78812
|
+
}
|
|
78813
|
+
/**
|
|
78814
|
+
* Call the Project_Attachments query and return a ProjectAttachmentConnection
|
|
78815
|
+
*
|
|
78816
|
+
* @param variables - variables without 'id' to pass into the Project_AttachmentsQuery
|
|
78817
|
+
* @returns parsed response from Project_AttachmentsQuery
|
|
78818
|
+
*/
|
|
78819
|
+
async fetch(variables) {
|
|
78820
|
+
const data = (await this._request(Project_AttachmentsDocument.toString(), {
|
|
78821
|
+
id: this._id,
|
|
78822
|
+
...this._variables,
|
|
78823
|
+
...variables
|
|
78824
|
+
})).project.attachments;
|
|
78825
|
+
return new ProjectAttachmentConnection(this._request, (connection) => this.fetch(defaultConnection({
|
|
78826
|
+
...this._variables,
|
|
78827
|
+
...variables,
|
|
78828
|
+
...connection
|
|
78829
|
+
})), data);
|
|
78830
|
+
}
|
|
78831
|
+
};
|
|
78832
|
+
/**
|
|
77104
78833
|
* A fetchable Project_Comments Query
|
|
77105
78834
|
*
|
|
77106
78835
|
* @param request - function to call the graphql client
|
|
@@ -77655,6 +79384,28 @@ var Project_DocumentContent_AiPromptRulesQuery = class extends Request {
|
|
|
77655
79384
|
}
|
|
77656
79385
|
};
|
|
77657
79386
|
/**
|
|
79387
|
+
* A fetchable Project_DocumentContent_WelcomeMessage Query
|
|
79388
|
+
*
|
|
79389
|
+
* @param request - function to call the graphql client
|
|
79390
|
+
* @param id - required id to pass to project_documentContent
|
|
79391
|
+
*/
|
|
79392
|
+
var Project_DocumentContent_WelcomeMessageQuery = class extends Request {
|
|
79393
|
+
_id;
|
|
79394
|
+
constructor(request, id) {
|
|
79395
|
+
super(request);
|
|
79396
|
+
this._id = id;
|
|
79397
|
+
}
|
|
79398
|
+
/**
|
|
79399
|
+
* Call the Project_DocumentContent_WelcomeMessage query and return a WelcomeMessage
|
|
79400
|
+
*
|
|
79401
|
+
* @returns parsed response from Project_DocumentContent_WelcomeMessageQuery
|
|
79402
|
+
*/
|
|
79403
|
+
async fetch() {
|
|
79404
|
+
const data = (await this._request(Project_DocumentContent_WelcomeMessageDocument.toString(), { id: this._id })).project.documentContent?.welcomeMessage;
|
|
79405
|
+
return data ? new WelcomeMessage(this._request, data) : void 0;
|
|
79406
|
+
}
|
|
79407
|
+
};
|
|
79408
|
+
/**
|
|
77658
79409
|
* A fetchable ProjectLabel_Children Query
|
|
77659
79410
|
*
|
|
77660
79411
|
* @param request - function to call the graphql client
|
|
@@ -77801,6 +79552,28 @@ var ProjectMilestone_DocumentContent_AiPromptRulesQuery = class extends Request
|
|
|
77801
79552
|
}
|
|
77802
79553
|
};
|
|
77803
79554
|
/**
|
|
79555
|
+
* A fetchable ProjectMilestone_DocumentContent_WelcomeMessage Query
|
|
79556
|
+
*
|
|
79557
|
+
* @param request - function to call the graphql client
|
|
79558
|
+
* @param id - required id to pass to projectMilestone_documentContent
|
|
79559
|
+
*/
|
|
79560
|
+
var ProjectMilestone_DocumentContent_WelcomeMessageQuery = class extends Request {
|
|
79561
|
+
_id;
|
|
79562
|
+
constructor(request, id) {
|
|
79563
|
+
super(request);
|
|
79564
|
+
this._id = id;
|
|
79565
|
+
}
|
|
79566
|
+
/**
|
|
79567
|
+
* Call the ProjectMilestone_DocumentContent_WelcomeMessage query and return a WelcomeMessage
|
|
79568
|
+
*
|
|
79569
|
+
* @returns parsed response from ProjectMilestone_DocumentContent_WelcomeMessageQuery
|
|
79570
|
+
*/
|
|
79571
|
+
async fetch() {
|
|
79572
|
+
const data = (await this._request(ProjectMilestone_DocumentContent_WelcomeMessageDocument.toString(), { id: this._id })).projectMilestone.documentContent?.welcomeMessage;
|
|
79573
|
+
return data ? new WelcomeMessage(this._request, data) : void 0;
|
|
79574
|
+
}
|
|
79575
|
+
};
|
|
79576
|
+
/**
|
|
77804
79577
|
* A fetchable ProjectUpdate_Comments Query
|
|
77805
79578
|
*
|
|
77806
79579
|
* @param request - function to call the graphql client
|
|
@@ -80495,6 +82268,27 @@ var LinearSdk = class extends Request {
|
|
|
80495
82268
|
return new AirbyteIntegrationConnectMutation(this._request).fetch(input);
|
|
80496
82269
|
}
|
|
80497
82270
|
/**
|
|
82271
|
+
* Creates a new Asks web form settings.
|
|
82272
|
+
*
|
|
82273
|
+
* @param input - required input to pass to createAsksWebSettings
|
|
82274
|
+
* @param variables - variables without 'input' to pass into the CreateAsksWebSettingsMutation
|
|
82275
|
+
* @returns AsksWebSettingsPayload
|
|
82276
|
+
*/
|
|
82277
|
+
createAsksWebSettings(input, variables) {
|
|
82278
|
+
return new CreateAsksWebSettingsMutation(this._request).fetch(input, variables);
|
|
82279
|
+
}
|
|
82280
|
+
/**
|
|
82281
|
+
* Updates Asks web form settings.
|
|
82282
|
+
*
|
|
82283
|
+
* @param id - required id to pass to updateAsksWebSettings
|
|
82284
|
+
* @param input - required input to pass to updateAsksWebSettings
|
|
82285
|
+
* @param variables - variables without 'id', 'input' to pass into the UpdateAsksWebSettingsMutation
|
|
82286
|
+
* @returns AsksWebSettingsPayload
|
|
82287
|
+
*/
|
|
82288
|
+
updateAsksWebSettings(id, input, variables) {
|
|
82289
|
+
return new UpdateAsksWebSettingsMutation(this._request).fetch(id, input, variables);
|
|
82290
|
+
}
|
|
82291
|
+
/**
|
|
80498
82292
|
* Creates a new attachment, or updates existing if the same `url` and `issueId` is used.
|
|
80499
82293
|
*
|
|
80500
82294
|
* @param input - required input to pass to createAttachment
|
|
@@ -82945,24 +84739,6 @@ var LinearSdk = class extends Request {
|
|
|
82945
84739
|
return new UserChangeRoleMutation(this._request).fetch(id, role);
|
|
82946
84740
|
}
|
|
82947
84741
|
/**
|
|
82948
|
-
* [DEPRECATED] Makes user a regular user. Can only be called by an admin or owner.
|
|
82949
|
-
*
|
|
82950
|
-
* @param id - required id to pass to userDemoteAdmin
|
|
82951
|
-
* @returns UserAdminPayload
|
|
82952
|
-
*/
|
|
82953
|
-
userDemoteAdmin(id) {
|
|
82954
|
-
return new UserDemoteAdminMutation(this._request).fetch(id);
|
|
82955
|
-
}
|
|
82956
|
-
/**
|
|
82957
|
-
* [DEPRECATED] Makes user a guest. Can only be called by an admin.
|
|
82958
|
-
*
|
|
82959
|
-
* @param id - required id to pass to userDemoteMember
|
|
82960
|
-
* @returns UserAdminPayload
|
|
82961
|
-
*/
|
|
82962
|
-
userDemoteMember(id) {
|
|
82963
|
-
return new UserDemoteMemberMutation(this._request).fetch(id);
|
|
82964
|
-
}
|
|
82965
|
-
/**
|
|
82966
84742
|
* Connects the Discord user to this Linear account via OAuth2.
|
|
82967
84743
|
*
|
|
82968
84744
|
* @param code - required code to pass to userDiscordConnect
|
|
@@ -82992,24 +84768,6 @@ var LinearSdk = class extends Request {
|
|
|
82992
84768
|
return new UpdateUserFlagMutation(this._request).fetch(flag, operation);
|
|
82993
84769
|
}
|
|
82994
84770
|
/**
|
|
82995
|
-
* [DEPRECATED] Makes user an admin. Can only be called by an admin or owner.
|
|
82996
|
-
*
|
|
82997
|
-
* @param id - required id to pass to userPromoteAdmin
|
|
82998
|
-
* @returns UserAdminPayload
|
|
82999
|
-
*/
|
|
83000
|
-
userPromoteAdmin(id) {
|
|
83001
|
-
return new UserPromoteAdminMutation(this._request).fetch(id);
|
|
83002
|
-
}
|
|
83003
|
-
/**
|
|
83004
|
-
* [DEPRECATED] Makes user a regular user. Can only be called by an admin.
|
|
83005
|
-
*
|
|
83006
|
-
* @param id - required id to pass to userPromoteMember
|
|
83007
|
-
* @returns UserAdminPayload
|
|
83008
|
-
*/
|
|
83009
|
-
userPromoteMember(id) {
|
|
83010
|
-
return new UserPromoteMemberMutation(this._request).fetch(id);
|
|
83011
|
-
}
|
|
83012
|
-
/**
|
|
83013
84771
|
* Revokes a user's sessions. Can only be called by an admin or owner.
|
|
83014
84772
|
*
|
|
83015
84773
|
* @param id - required id to pass to userRevokeAllSessions
|
|
@@ -83227,5 +84985,5 @@ var LinearClient = class extends LinearSdk {
|
|
|
83227
84985
|
const LinearWebhooks = LinearWebhookClient;
|
|
83228
84986
|
|
|
83229
84987
|
//#endregion
|
|
83230
|
-
export { ActorBot, AdministrableTeamsQuery, AgentActivitiesQuery, AgentActivity, AgentActivityActionContent, AgentActivityConnection, AgentActivityElicitationContent, AgentActivityErrorContent, AgentActivityPayload, AgentActivityPromptContent, AgentActivityQuery, AgentActivityResponseContent, AgentActivitySignal, AgentActivityThoughtContent, AgentActivityType, AgentActivityWebhookPayload, AgentSession, AgentSessionConnection, AgentSessionCreateOnCommentMutation, AgentSessionCreateOnIssueMutation, AgentSessionEventWebhookPayload, AgentSessionExternalLink, AgentSessionPayload, AgentSessionQuery, AgentSessionStatus, AgentSessionToPullRequest, AgentSessionToPullRequestConnection, AgentSessionType, AgentSessionUpdateExternalUrlMutation, AgentSessionWebhookPayload, AgentSession_ActivitiesQuery, AgentSessionsQuery, AiPromptRules, AirbyteIntegrationConnectMutation, AppUserNotificationWebhookPayload, AppUserTeamAccessChangedWebhookPayload, Application, ApplicationInfoQuery, ArchiveCustomerNeedMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveInitiativeUpdateMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveProjectStatusMutation, ArchiveProjectUpdateMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, AsksWebSettingQuery, AsksWebSetting_IdentityProviderQuery, AsksWebSettings, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_DocumentsQuery, AttachmentIssue_FormerAttachmentsQuery, AttachmentIssue_FormerNeedsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_NeedsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_StateHistoryQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSalesforceMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentSyncToSlackMutation, AttachmentWebhookPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuditEntryWebhookPayload, AuthIdentityProvider, AuthOrganization, AuthResolverResponse, AuthUser, AuthenticationLinearError, AuthenticationSessionResponse, AuthenticationSessionType, AuthenticationSessionsQuery, AvailableUsersQuery, BaseWebhookPayload, BootstrapLinearError, Comment, CommentChildWebhookPayload, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, CommentWebhookPayload, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_CreatedIssuesQuery, Comment_DocumentContentQuery, Comment_DocumentContent_AiPromptRulesQuery, Comment_ExternalThreadQuery, CommentsQuery, Connection, ContactPayload, ContextViewType, CreateAgentActivityMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCustomerMutation, CreateCustomerNeedMutation, CreateCustomerStatusMutation, CreateCustomerTierMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateInitiativeMutation, CreateInitiativeRelationMutation, CreateInitiativeToProjectMutation, CreateInitiativeUpdateMutation, CreateInitiativeUpdateReminderMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueBatchMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLabelMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectRelationMutation, CreateProjectStatusMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomResourceWebhookPayload, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_InitiativesQuery, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Customer, CustomerChildWebhookPayload, CustomerConnection, CustomerMergeMutation, CustomerNeed, CustomerNeedArchivePayload, CustomerNeedChildWebhookPayload, CustomerNeedConnection, CustomerNeedCreateFromAttachmentMutation, CustomerNeedNotification, CustomerNeedPayload, CustomerNeedQuery, CustomerNeedUpdatePayload, CustomerNeedWebhookPayload, CustomerNeed_ProjectAttachmentQuery, CustomerNeedsQuery, CustomerNotification, CustomerNotificationSubscription, CustomerPayload, CustomerQuery, CustomerStatus, CustomerStatusChildWebhookPayload, CustomerStatusConnection, CustomerStatusPayload, CustomerStatusQuery, CustomerStatusType, CustomerStatusesQuery, CustomerTier, CustomerTierChildWebhookPayload, CustomerTierConnection, CustomerTierPayload, CustomerTierQuery, CustomerTiersQuery, CustomerUnsyncMutation, CustomerUpsertMutation, CustomerVisibilityMode, CustomerWebhookPayload, CustomersQuery, Cycle, CycleArchivePayload, CycleChildWebhookPayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CyclePeriod, CycleQuery, CycleShiftAllMutation, CycleStartUpcomingCycleTodayMutation, CycleWebhookPayload, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DateResolutionType, Day, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteCustomerMutation, DeleteCustomerNeedMutation, DeleteCustomerStatusMutation, DeleteCustomerTierMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteInitiativeMutation, DeleteInitiativeRelationMutation, DeleteInitiativeToProjectMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLabelMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectRelationMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentArchivePayload, DocumentChildWebhookPayload, DocumentConnection, DocumentContent, DocumentContentChildWebhookPayload, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentWebhookPayload, Document_CommentsQuery, DocumentsQuery, Draft, DraftConnection, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressQuery, EmailIntakeAddressRotateMutation, EmailIntakeAddressType, EmailIntakeAddress_SesDomainIdentityQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, EntityWebhookPayload, ExternalEntityInfo, ExternalEntityInfoGithubMetadata, ExternalEntityInfoJiraMetadata, ExternalEntitySlackMetadata, ExternalSyncService, ExternalUser, ExternalUserChildWebhookPayload, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, FacetPageSource, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FeedSummarySchedule, FetchDataPayload, FileUploadDeletePayload, FileUploadMutation, ForbiddenLinearError, FrequencyResolutionType, FrontAttachmentPayload, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationStates, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubEnterpriseServerInstallVerificationPayload, GitHubEnterpriseServerPayload, GitLabIntegrationCreatePayload, GitLabTestConnectionPayload, GitLinkKind, GithubOrgType, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, GuidanceRuleWebhookPayload, IdentityProvider, IdentityProviderType, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Initiative, InitiativeArchivePayload, InitiativeChildWebhookPayload, InitiativeConnection, InitiativeHistory, InitiativeHistoryConnection, InitiativeNotification, InitiativeNotificationSubscription, InitiativePayload, InitiativeQuery, InitiativeRelation, InitiativeRelationConnection, InitiativeRelationPayload, InitiativeRelationQuery, InitiativeRelationsQuery, InitiativeStatus, InitiativeTab, InitiativeToProject, InitiativeToProjectConnection, InitiativeToProjectPayload, InitiativeToProjectQuery, InitiativeToProjectsQuery, InitiativeUpdate, InitiativeUpdateArchivePayload, InitiativeUpdateChildWebhookPayload, InitiativeUpdateConnection, InitiativeUpdateHealthType, InitiativeUpdatePayload, InitiativeUpdateQuery, InitiativeUpdateReminderPayload, InitiativeUpdateWebhookPayload, InitiativeUpdate_CommentsQuery, InitiativeUpdatesQuery, InitiativeWebhookPayload, Initiative_DocumentContentQuery, Initiative_DocumentContent_AiPromptRulesQuery, Initiative_DocumentsQuery, Initiative_HistoryQuery, Initiative_InitiativeUpdatesQuery, Initiative_LinksQuery, Initiative_ProjectsQuery, Initiative_SubInitiativesQuery, InitiativesQuery, Integration, IntegrationActorWebhookPayload, IntegrationAsksConnectChannelMutation, IntegrationChildWebhookPayload, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubEnterpriseServerConnectMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGithubImportRefreshMutation, IntegrationGitlabConnectMutation, IntegrationGitlabTestConnectionMutation, IntegrationGongMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSalesforceMutation, IntegrationSentryConnectMutation, IntegrationService, IntegrationSlackAsksMutation, IntegrationSlackCustomViewNotificationsMutation, IntegrationSlackCustomerChannelLinkMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrAsksUpdateSlackTeamNameMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationSlackWorkspaceNamePayload, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsPayload, IntegrationsSettingsQuery, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueAssignedToYouNotificationWebhookPayload, IssueBatchPayload, IssueChildWebhookPayload, IssueCommentMentionNotificationWebhookPayload, IssueCommentReactionNotificationWebhookPayload, IssueConnection, IssueEmojiReactionNotificationWebhookPayload, IssueExternalSyncDisableMutation, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueHistoryTriageRuleError, IssueHistoryTriageRuleMetadata, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCheckSyncQuery, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportJqlCheckPayload, IssueImportJqlCheckQuery, IssueImportPayload, IssueImportProcessMutation, IssueImportSyncCheckPayload, IssueLabel, IssueLabelChildWebhookPayload, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabelRestoreMutation, IssueLabelRetireMutation, IssueLabelWebhookPayload, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueMentionNotificationWebhookPayload, IssueNewCommentNotificationWebhookPayload, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationType, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueRepositorySuggestionsQuery, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSlaWebhookPayload, IssueStateSpan, IssueStateSpanConnection, IssueStatusChangedNotificationWebhookPayload, IssueSubscribeMutation, IssueSuggestion, IssueSuggestionConnection, IssueSuggestionMetadata, IssueSuggestionState, IssueSuggestionType, IssueTitleSuggestionFromCustomerRequestPayload, IssueTitleSuggestionFromCustomerRequestQuery, IssueUnassignedFromYouNotificationWebhookPayload, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_DocumentsQuery, IssueVcsBranchSearch_FormerAttachmentsQuery, IssueVcsBranchSearch_FormerNeedsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_NeedsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_StateHistoryQuery, IssueVcsBranchSearch_SubscribersQuery, IssueWebhookPayload, IssueWithDescriptionChildWebhookPayload, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_DocumentsQuery, Issue_FormerAttachmentsQuery, Issue_FormerNeedsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_NeedsQuery, Issue_RelationsQuery, Issue_StateHistoryQuery, Issue_SubscribersQuery, IssuesQuery, JoinOrganizationFromOnboardingMutation, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents_exports as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationCategory, NotificationCategoryPreferences, NotificationChannel, NotificationChannelPreferences, NotificationConnection, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, OAuthAppWebhookPayload, OAuthAuthorizationWebhookPayload, OAuthClientApprovalStatus, OauthClientActorWebhookPayload, OauthClientApproval, OauthClientApprovalNotification, OauthClientChildWebhookPayload, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationDomainAuthType, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInviteStatus, OrganizationInvitesQuery, OrganizationIpRestriction, OrganizationMeta, OrganizationOriginWebhookPayload, OrganizationPayload, OrganizationQuery, OrganizationStartTrialForPlanMutation, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_ProjectLabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, OtherNotificationType, OtherNotificationWebhookPayload, PageInfo, PaginationNulls, PaginationOrderBy, PaginationSortOrder, PaidSubscription, PasskeyLoginStartResponse, PostNotification, PostType, ProductIntelligenceScope, Project, ProjectAddLabelMutation, ProjectArchivePayload, ProjectAttachment, ProjectChildWebhookPayload, ProjectConnection, ProjectExternalSyncDisableMutation, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectHistory, ProjectHistoryConnection, ProjectLabel, ProjectLabelChildWebhookPayload, ProjectLabelConnection, ProjectLabelPayload, ProjectLabelQuery, ProjectLabelRestoreMutation, ProjectLabelRetireMutation, ProjectLabelWebhookPayload, ProjectLabel_ChildrenQuery, ProjectLabel_ProjectsQuery, ProjectLabelsQuery, ProjectMilestone, ProjectMilestoneChildWebhookPayload, ProjectMilestoneConnection, ProjectMilestoneMoveIssueToTeam, ProjectMilestoneMovePayload, ProjectMilestoneMoveProjectTeams, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestoneStatus, ProjectMilestone_DocumentContentQuery, ProjectMilestone_DocumentContent_AiPromptRulesQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectRemoveLabelMutation, ProjectSearchPayload, ProjectSearchResult, ProjectStatus, ProjectStatusArchivePayload, ProjectStatusChildWebhookPayload, ProjectStatusConnection, ProjectStatusCountPayload, ProjectStatusPayload, ProjectStatusQuery, ProjectStatusType, ProjectStatusesQuery, ProjectTab, ProjectUpdate, ProjectUpdateArchivePayload, ProjectUpdateChildWebhookPayload, ProjectUpdateConnection, ProjectUpdateHealthType, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderFrequency, ProjectUpdateReminderPayload, ProjectUpdateWebhookPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, ProjectWebhookPayload, Project_CommentsQuery, Project_DocumentContentQuery, Project_DocumentContent_AiPromptRulesQuery, Project_DocumentsQuery, Project_ExternalLinksQuery, Project_HistoryQuery, Project_InitiativeToProjectsQuery, Project_InitiativesQuery, Project_InverseRelationsQuery, Project_IssuesQuery, Project_LabelsQuery, Project_MembersQuery, Project_NeedsQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_RelationsQuery, Project_TeamsQuery, ProjectsQuery, PullRequestMergeMethod, PullRequestNotification, PullRequestReviewTool, PullRequestStatus, PushSubscription, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, PushSubscriptionType, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionPayload, ReactionWebhookPayload, RefreshGoogleSheetsDataMutation, ReleaseArchivePayload, ReleaseChannel, ReleasePayload, ReleasePipelineArchivePayload, ReleasePipelinePayload, ReleasePipelineType, ReleaseStageArchivePayload, ReleaseStagePayload, ReleaseStageType, RepositorySuggestion, RepositorySuggestionsPayload, Request, ResendOrganizationInviteByEmailMutation, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, RotateSecretWebhookMutation, SLADayCountType, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SemanticSearchPayload, SemanticSearchQuery, SemanticSearchResult, SemanticSearchResultType, SendStrategy, SesDomainIdentity, SesDomainIdentityDnsRecord, SlaStatus, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackChannelType, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuccessPayload, Summary, SummaryGenerationStatus, SuspendUserMutation, SyncedExternalThread, Team, TeamArchivePayload, TeamChildWebhookPayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamOriginWebhookPayload, TeamPayload, TeamQuery, TeamRetirementSubTeamHandling, TeamRoleType, TeamWithParentWebhookPayload, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityAction, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, TriageRuleErrorType, UnarchiveCustomerNeedMutation, UnarchiveDocumentMutation, UnarchiveInitiativeMutation, UnarchiveInitiativeUpdateMutation, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveProjectStatusMutation, UnarchiveProjectUpdateMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAgentSessionMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCustomerMutation, UpdateCustomerNeedMutation, UpdateCustomerStatusMutation, UpdateCustomerTierMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateInitiativeMutation, UpdateInitiativeRelationMutation, UpdateInitiativeToProjectMutation, UpdateInitiativeUpdateMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationCategoryChannelSubscriptionMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLabelMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectRelationMutation, UpdateProjectStatusMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, UsageLimitExceededLinearError, User, UserActorWebhookPayload, UserAdminPayload, UserChangeRoleMutation, UserChildWebhookPayload, UserConnection, UserContextViewType, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserFlagType, UserFlagUpdateOperation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserRevokeAllSessionsMutation, UserRevokeSessionMutation, UserRoleType, UserSessionsQuery, UserSettings, UserSettingsCustomSidebarTheme, UserSettingsCustomTheme, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, UserSettingsTheme, UserSettingsThemeDeviceType, UserSettingsThemeMode, UserSettingsThemePreset, UserSettings_NotificationCategoryPreferencesQuery, UserSettings_NotificationCategoryPreferences_AppsAndIntegrationsQuery, UserSettings_NotificationCategoryPreferences_AssignmentsQuery, UserSettings_NotificationCategoryPreferences_CommentsAndRepliesQuery, UserSettings_NotificationCategoryPreferences_CustomersQuery, UserSettings_NotificationCategoryPreferences_DocumentChangesQuery, UserSettings_NotificationCategoryPreferences_FeedQuery, UserSettings_NotificationCategoryPreferences_MentionsQuery, UserSettings_NotificationCategoryPreferences_PostsAndUpdatesQuery, UserSettings_NotificationCategoryPreferences_ReactionsQuery, UserSettings_NotificationCategoryPreferences_RemindersQuery, UserSettings_NotificationCategoryPreferences_ReviewsQuery, UserSettings_NotificationCategoryPreferences_StatusChangesQuery, UserSettings_NotificationCategoryPreferences_SubscriptionsQuery, UserSettings_NotificationCategoryPreferences_SystemQuery, UserSettings_NotificationCategoryPreferences_TriageQuery, UserSettings_NotificationChannelPreferencesQuery, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, UserSettings_ThemeQuery, UserSettings_Theme_CustomQuery, UserSettings_Theme_Custom_SidebarQuery, UserUnlinkFromIdentityProviderMutation, UserWebhookPayload, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_DelegatedIssuesQuery, User_DraftsQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, VerifyGitHubEnterpriseServerInstallationQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesType, ViewPreferencesValues, ViewType, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_DelegatedIssuesQuery, Viewer_DraftsQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookFailureEvent, WebhookPayload, WebhookQuery, WebhookRotateSecretPayload, WebhooksQuery, WorkflowDefinition, WorkflowState, WorkflowStateArchivePayload, WorkflowStateChildWebhookPayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, WorkflowTrigger, WorkflowTriggerType, WorkflowType, parseLinearError };
|
|
84988
|
+
export { ActorBot, AdministrableTeamsQuery, AgentActivitiesQuery, AgentActivity, AgentActivityActionContent, AgentActivityConnection, AgentActivityElicitationContent, AgentActivityErrorContent, AgentActivityPayload, AgentActivityPromptContent, AgentActivityQuery, AgentActivityResponseContent, AgentActivitySignal, AgentActivityThoughtContent, AgentActivityType, AgentActivityWebhookPayload, AgentSession, AgentSessionConnection, AgentSessionCreateOnCommentMutation, AgentSessionCreateOnIssueMutation, AgentSessionEventWebhookPayload, AgentSessionExternalLink, AgentSessionPayload, AgentSessionQuery, AgentSessionStatus, AgentSessionToPullRequest, AgentSessionToPullRequestConnection, AgentSessionType, AgentSessionUpdateExternalUrlMutation, AgentSessionWebhookPayload, AgentSession_ActivitiesQuery, AgentSessionsQuery, AiPromptRules, AirbyteIntegrationConnectMutation, AppUserNotificationWebhookPayload, AppUserTeamAccessChangedWebhookPayload, Application, ApplicationInfoQuery, ArchiveCustomerNeedMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveInitiativeUpdateMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveProjectStatusMutation, ArchiveProjectUpdateMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, AsksWebSettingQuery, AsksWebSetting_IdentityProviderQuery, AsksWebSettings, AsksWebSettingsPayload, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_DocumentsQuery, AttachmentIssue_FormerAttachmentsQuery, AttachmentIssue_FormerNeedsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_NeedsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_StateHistoryQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSalesforceMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentSyncToSlackMutation, AttachmentWebhookPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuditEntryWebhookPayload, AuthIdentityProvider, AuthOrganization, AuthResolverResponse, AuthUser, AuthenticationLinearError, AuthenticationSessionResponse, AuthenticationSessionType, AuthenticationSessionsQuery, AvailableUsersQuery, BaseWebhookPayload, BootstrapLinearError, Comment, CommentChildWebhookPayload, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, CommentWebhookPayload, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_CreatedIssuesQuery, Comment_DocumentContentQuery, Comment_DocumentContent_AiPromptRulesQuery, Comment_DocumentContent_WelcomeMessageQuery, Comment_ExternalThreadQuery, CommentsQuery, Connection, ContactPayload, ContextViewType, CreateAgentActivityMutation, CreateAsksWebSettingsMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCustomerMutation, CreateCustomerNeedMutation, CreateCustomerStatusMutation, CreateCustomerTierMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateInitiativeMutation, CreateInitiativeRelationMutation, CreateInitiativeToProjectMutation, CreateInitiativeUpdateMutation, CreateInitiativeUpdateReminderMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueBatchMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLabelMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectRelationMutation, CreateProjectStatusMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomResourceWebhookPayload, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_InitiativesQuery, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Customer, CustomerChildWebhookPayload, CustomerConnection, CustomerMergeMutation, CustomerNeed, CustomerNeedArchivePayload, CustomerNeedChildWebhookPayload, CustomerNeedConnection, CustomerNeedCreateFromAttachmentMutation, CustomerNeedNotification, CustomerNeedPayload, CustomerNeedQuery, CustomerNeedUpdatePayload, CustomerNeedWebhookPayload, CustomerNeed_ProjectAttachmentQuery, CustomerNeedsQuery, CustomerNotification, CustomerNotificationSubscription, CustomerPayload, CustomerQuery, CustomerStatus, CustomerStatusChildWebhookPayload, CustomerStatusConnection, CustomerStatusPayload, CustomerStatusQuery, CustomerStatusType, CustomerStatusesQuery, CustomerTier, CustomerTierChildWebhookPayload, CustomerTierConnection, CustomerTierPayload, CustomerTierQuery, CustomerTiersQuery, CustomerUnsyncMutation, CustomerUpsertMutation, CustomerVisibilityMode, CustomerWebhookPayload, CustomersQuery, Cycle, CycleArchivePayload, CycleChildWebhookPayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CyclePeriod, CycleQuery, CycleShiftAllMutation, CycleStartUpcomingCycleTodayMutation, CycleWebhookPayload, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DateResolutionType, Day, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteCustomerMutation, DeleteCustomerNeedMutation, DeleteCustomerStatusMutation, DeleteCustomerTierMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteInitiativeMutation, DeleteInitiativeRelationMutation, DeleteInitiativeToProjectMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLabelMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectRelationMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentArchivePayload, DocumentChildWebhookPayload, DocumentConnection, DocumentContent, DocumentContentChildWebhookPayload, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentWebhookPayload, Document_CommentsQuery, DocumentsQuery, Draft, DraftConnection, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressQuery, EmailIntakeAddressRotateMutation, EmailIntakeAddressType, EmailIntakeAddress_SesDomainIdentityQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, EntityWebhookPayload, ExternalEntityInfo, ExternalEntityInfoGithubMetadata, ExternalEntityInfoJiraMetadata, ExternalEntitySlackMetadata, ExternalSyncService, ExternalUser, ExternalUserChildWebhookPayload, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, FacetPageSource, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FeedSummarySchedule, FetchDataPayload, FileUploadDeletePayload, FileUploadMutation, ForbiddenLinearError, FrequencyResolutionType, FrontAttachmentPayload, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationStates, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubEnterpriseServerInstallVerificationPayload, GitHubEnterpriseServerPayload, GitLabIntegrationCreatePayload, GitLabTestConnectionPayload, GitLinkKind, GithubOrgType, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, GuidanceRuleWebhookPayload, IdentityProvider, IdentityProviderType, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Initiative, InitiativeArchivePayload, InitiativeChildWebhookPayload, InitiativeConnection, InitiativeHistory, InitiativeHistoryConnection, InitiativeNotification, InitiativeNotificationSubscription, InitiativePayload, InitiativeQuery, InitiativeRelation, InitiativeRelationConnection, InitiativeRelationPayload, InitiativeRelationQuery, InitiativeRelationsQuery, InitiativeStatus, InitiativeTab, InitiativeToProject, InitiativeToProjectConnection, InitiativeToProjectPayload, InitiativeToProjectQuery, InitiativeToProjectsQuery, InitiativeUpdate, InitiativeUpdateArchivePayload, InitiativeUpdateChildWebhookPayload, InitiativeUpdateConnection, InitiativeUpdateHealthType, InitiativeUpdatePayload, InitiativeUpdateQuery, InitiativeUpdateReminderPayload, InitiativeUpdateWebhookPayload, InitiativeUpdate_CommentsQuery, InitiativeUpdatesQuery, InitiativeWebhookPayload, Initiative_DocumentContentQuery, Initiative_DocumentContent_AiPromptRulesQuery, Initiative_DocumentContent_WelcomeMessageQuery, Initiative_DocumentsQuery, Initiative_HistoryQuery, Initiative_InitiativeUpdatesQuery, Initiative_LinksQuery, Initiative_ProjectsQuery, Initiative_SubInitiativesQuery, InitiativesQuery, Integration, IntegrationActorWebhookPayload, IntegrationAsksConnectChannelMutation, IntegrationChildWebhookPayload, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubEnterpriseServerConnectMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGithubImportRefreshMutation, IntegrationGitlabConnectMutation, IntegrationGitlabTestConnectionMutation, IntegrationGongMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSalesforceMutation, IntegrationSentryConnectMutation, IntegrationService, IntegrationSlackAsksMutation, IntegrationSlackCustomViewNotificationsMutation, IntegrationSlackCustomerChannelLinkMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrAsksUpdateSlackTeamNameMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationSlackWorkspaceNamePayload, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsPayload, IntegrationsSettingsQuery, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueAssignedToYouNotificationWebhookPayload, IssueBatchPayload, IssueChildWebhookPayload, IssueCommentMentionNotificationWebhookPayload, IssueCommentReactionNotificationWebhookPayload, IssueConnection, IssueEmojiReactionNotificationWebhookPayload, IssueExternalSyncDisableMutation, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueHistoryTriageRuleError, IssueHistoryTriageRuleMetadata, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCheckSyncQuery, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportJqlCheckPayload, IssueImportJqlCheckQuery, IssueImportPayload, IssueImportProcessMutation, IssueImportSyncCheckPayload, IssueLabel, IssueLabelChildWebhookPayload, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabelRestoreMutation, IssueLabelRetireMutation, IssueLabelWebhookPayload, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueMentionNotificationWebhookPayload, IssueNewCommentNotificationWebhookPayload, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationType, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueRepositorySuggestionsQuery, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSlaWebhookPayload, IssueStateSpan, IssueStateSpanConnection, IssueStatusChangedNotificationWebhookPayload, IssueSubscribeMutation, IssueSuggestion, IssueSuggestionConnection, IssueSuggestionMetadata, IssueSuggestionState, IssueSuggestionType, IssueTitleSuggestionFromCustomerRequestPayload, IssueTitleSuggestionFromCustomerRequestQuery, IssueUnassignedFromYouNotificationWebhookPayload, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_DocumentsQuery, IssueVcsBranchSearch_FormerAttachmentsQuery, IssueVcsBranchSearch_FormerNeedsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_NeedsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_StateHistoryQuery, IssueVcsBranchSearch_SubscribersQuery, IssueWebhookPayload, IssueWithDescriptionChildWebhookPayload, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_DocumentsQuery, Issue_FormerAttachmentsQuery, Issue_FormerNeedsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_NeedsQuery, Issue_RelationsQuery, Issue_StateHistoryQuery, Issue_SubscribersQuery, IssuesQuery, JoinOrganizationFromOnboardingMutation, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents_exports as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationCategory, NotificationCategoryPreferences, NotificationChannel, NotificationChannelPreferences, NotificationConnection, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, OAuthAppWebhookPayload, OAuthAuthorizationWebhookPayload, OAuthClientApprovalStatus, OauthClientActorWebhookPayload, OauthClientApproval, OauthClientApprovalNotification, OauthClientChildWebhookPayload, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationDomainAuthType, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInviteStatus, OrganizationInvitesQuery, OrganizationIpRestriction, OrganizationMeta, OrganizationOriginWebhookPayload, OrganizationPayload, OrganizationQuery, OrganizationStartTrialForPlanMutation, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_ProjectLabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, OtherNotificationType, OtherNotificationWebhookPayload, PageInfo, PaginationNulls, PaginationOrderBy, PaginationSortOrder, PaidSubscription, PasskeyLoginStartResponse, PostNotification, PostType, ProductIntelligenceScope, Project, ProjectAddLabelMutation, ProjectArchivePayload, ProjectAttachment, ProjectAttachmentConnection, ProjectChildWebhookPayload, ProjectConnection, ProjectExternalSyncDisableMutation, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectHistory, ProjectHistoryConnection, ProjectLabel, ProjectLabelChildWebhookPayload, ProjectLabelConnection, ProjectLabelPayload, ProjectLabelQuery, ProjectLabelRestoreMutation, ProjectLabelRetireMutation, ProjectLabelWebhookPayload, ProjectLabel_ChildrenQuery, ProjectLabel_ProjectsQuery, ProjectLabelsQuery, ProjectMilestone, ProjectMilestoneChildWebhookPayload, ProjectMilestoneConnection, ProjectMilestoneMoveIssueToTeam, ProjectMilestoneMovePayload, ProjectMilestoneMoveProjectTeams, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestoneStatus, ProjectMilestone_DocumentContentQuery, ProjectMilestone_DocumentContent_AiPromptRulesQuery, ProjectMilestone_DocumentContent_WelcomeMessageQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectRemoveLabelMutation, ProjectSearchPayload, ProjectSearchResult, ProjectStatus, ProjectStatusArchivePayload, ProjectStatusChildWebhookPayload, ProjectStatusConnection, ProjectStatusCountPayload, ProjectStatusPayload, ProjectStatusQuery, ProjectStatusType, ProjectStatusesQuery, ProjectTab, ProjectUpdate, ProjectUpdateArchivePayload, ProjectUpdateChildWebhookPayload, ProjectUpdateConnection, ProjectUpdateHealthType, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderFrequency, ProjectUpdateReminderPayload, ProjectUpdateWebhookPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, ProjectWebhookPayload, Project_AttachmentsQuery, Project_CommentsQuery, Project_DocumentContentQuery, Project_DocumentContent_AiPromptRulesQuery, Project_DocumentContent_WelcomeMessageQuery, Project_DocumentsQuery, Project_ExternalLinksQuery, Project_HistoryQuery, Project_InitiativeToProjectsQuery, Project_InitiativesQuery, Project_InverseRelationsQuery, Project_IssuesQuery, Project_LabelsQuery, Project_MembersQuery, Project_NeedsQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_RelationsQuery, Project_TeamsQuery, ProjectsQuery, PullRequestMergeMethod, PullRequestNotification, PullRequestReviewTool, PullRequestStatus, PushSubscription, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, PushSubscriptionType, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionPayload, ReactionWebhookPayload, RefreshGoogleSheetsDataMutation, ReleaseArchivePayload, ReleaseChannel, ReleasePayload, ReleasePipelineArchivePayload, ReleasePipelinePayload, ReleasePipelineType, ReleaseStageArchivePayload, ReleaseStagePayload, ReleaseStageType, RepositorySuggestion, RepositorySuggestionsPayload, Request, ResendOrganizationInviteByEmailMutation, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, RotateSecretWebhookMutation, SLADayCountType, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SemanticSearchPayload, SemanticSearchQuery, SemanticSearchResult, SemanticSearchResultType, SendStrategy, SesDomainIdentity, SesDomainIdentityDnsRecord, SlaStatus, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackChannelType, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuccessPayload, Summary, SummaryGenerationStatus, SuspendUserMutation, SyncedExternalThread, Team, TeamArchivePayload, TeamChildWebhookPayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamOriginWebhookPayload, TeamPayload, TeamQuery, TeamRetirementSubTeamHandling, TeamRoleType, TeamWithParentWebhookPayload, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityAction, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, TriageRuleErrorType, UnarchiveCustomerNeedMutation, UnarchiveDocumentMutation, UnarchiveInitiativeMutation, UnarchiveInitiativeUpdateMutation, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveProjectStatusMutation, UnarchiveProjectUpdateMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAgentSessionMutation, UpdateAsksWebSettingsMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCustomerMutation, UpdateCustomerNeedMutation, UpdateCustomerStatusMutation, UpdateCustomerTierMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateInitiativeMutation, UpdateInitiativeRelationMutation, UpdateInitiativeToProjectMutation, UpdateInitiativeUpdateMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationCategoryChannelSubscriptionMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLabelMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectRelationMutation, UpdateProjectStatusMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, UsageLimitExceededLinearError, User, UserActorWebhookPayload, UserAdminPayload, UserChangeRoleMutation, UserChildWebhookPayload, UserConnection, UserContextViewType, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserFlagType, UserFlagUpdateOperation, UserLinearError, UserNotificationSubscription, UserPayload, UserQuery, UserRevokeAllSessionsMutation, UserRevokeSessionMutation, UserRoleType, UserSessionsQuery, UserSettings, UserSettingsCustomSidebarTheme, UserSettingsCustomTheme, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, UserSettingsTheme, UserSettingsThemeDeviceType, UserSettingsThemeMode, UserSettingsThemePreset, UserSettings_NotificationCategoryPreferencesQuery, UserSettings_NotificationCategoryPreferences_AppsAndIntegrationsQuery, UserSettings_NotificationCategoryPreferences_AssignmentsQuery, UserSettings_NotificationCategoryPreferences_CommentsAndRepliesQuery, UserSettings_NotificationCategoryPreferences_CustomersQuery, UserSettings_NotificationCategoryPreferences_DocumentChangesQuery, UserSettings_NotificationCategoryPreferences_FeedQuery, UserSettings_NotificationCategoryPreferences_MentionsQuery, UserSettings_NotificationCategoryPreferences_PostsAndUpdatesQuery, UserSettings_NotificationCategoryPreferences_ReactionsQuery, UserSettings_NotificationCategoryPreferences_RemindersQuery, UserSettings_NotificationCategoryPreferences_ReviewsQuery, UserSettings_NotificationCategoryPreferences_StatusChangesQuery, UserSettings_NotificationCategoryPreferences_SubscriptionsQuery, UserSettings_NotificationCategoryPreferences_SystemQuery, UserSettings_NotificationCategoryPreferences_TriageQuery, UserSettings_NotificationChannelPreferencesQuery, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, UserSettings_ThemeQuery, UserSettings_Theme_CustomQuery, UserSettings_Theme_Custom_SidebarQuery, UserUnlinkFromIdentityProviderMutation, UserWebhookPayload, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_DelegatedIssuesQuery, User_DraftsQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, VerifyGitHubEnterpriseServerInstallationQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesType, ViewPreferencesValues, ViewType, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_DelegatedIssuesQuery, Viewer_DraftsQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookFailureEvent, WebhookPayload, WebhookQuery, WebhookRotateSecretPayload, WebhooksQuery, WelcomeMessage, WelcomeMessageNotification, WorkflowDefinition, WorkflowState, WorkflowStateArchivePayload, WorkflowStateChildWebhookPayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, WorkflowTrigger, WorkflowTriggerType, WorkflowType, parseLinearError };
|
|
83231
84989
|
//# sourceMappingURL=index.mjs.map
|