@linear/sdk 79.0.0 → 80.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-ClHDrkhS.d.mts → index-DtVBKYPy.d.mts} +3254 -4
- package/dist/index-DtVBKYPy.d.mts.map +1 -0
- package/dist/{index-CArLFN-t.d.cts → index-eT4BK9yb.d.cts} +3254 -4
- package/dist/index-eT4BK9yb.d.cts.map +1 -0
- package/dist/index.cjs +1928 -233
- package/dist/index.d.cts +321 -2
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +321 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1925 -234
- 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 +1 -1
- package/dist/index-CArLFN-t.d.cts.map +0 -1
- package/dist/index-ClHDrkhS.d.mts.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1560,7 +1560,9 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
|
|
|
1560
1560
|
AiConversationWidgetDisplayInfoFragmentDoc: () => AiConversationWidgetDisplayInfoFragmentDoc,
|
|
1561
1561
|
AiConversationWidgetName: () => AiConversationWidgetName,
|
|
1562
1562
|
AiConversationWidgetPartFragmentDoc: () => AiConversationWidgetPartFragmentDoc,
|
|
1563
|
+
AiPromptProgressStatus: () => AiPromptProgressStatus,
|
|
1563
1564
|
AiPromptRulesFragmentDoc: () => AiPromptRulesFragmentDoc,
|
|
1565
|
+
AiPromptType: () => AiPromptType,
|
|
1564
1566
|
AirbyteIntegrationConnectDocument: () => AirbyteIntegrationConnectDocument,
|
|
1565
1567
|
AppUserNotificationWebhookPayloadFragmentDoc: () => AppUserNotificationWebhookPayloadFragmentDoc,
|
|
1566
1568
|
AppUserTeamAccessChangedWebhookPayloadFragmentDoc: () => AppUserTeamAccessChangedWebhookPayloadFragmentDoc,
|
|
@@ -1828,6 +1830,7 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
|
|
|
1828
1830
|
DocumentChildWebhookPayloadFragmentDoc: () => DocumentChildWebhookPayloadFragmentDoc,
|
|
1829
1831
|
DocumentConnectionFragmentDoc: () => DocumentConnectionFragmentDoc,
|
|
1830
1832
|
DocumentContentChildWebhookPayloadFragmentDoc: () => DocumentContentChildWebhookPayloadFragmentDoc,
|
|
1833
|
+
DocumentContentDraftFragmentDoc: () => DocumentContentDraftFragmentDoc,
|
|
1831
1834
|
DocumentContentFragmentDoc: () => DocumentContentFragmentDoc,
|
|
1832
1835
|
DocumentContentHistoryDocument: () => DocumentContentHistoryDocument,
|
|
1833
1836
|
DocumentContentHistoryPayloadFragmentDoc: () => DocumentContentHistoryPayloadFragmentDoc,
|
|
@@ -2362,6 +2365,7 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
|
|
|
2362
2365
|
SlackChannelType: () => SlackChannelType,
|
|
2363
2366
|
SsoUrlFromEmailDocument: () => SsoUrlFromEmailDocument,
|
|
2364
2367
|
SsoUrlFromEmailResponseFragmentDoc: () => SsoUrlFromEmailResponseFragmentDoc,
|
|
2368
|
+
SubscriptionFragmentDoc: () => SubscriptionFragmentDoc,
|
|
2365
2369
|
SuccessPayloadFragmentDoc: () => SuccessPayloadFragmentDoc,
|
|
2366
2370
|
SummaryFragmentDoc: () => SummaryFragmentDoc,
|
|
2367
2371
|
SummaryGenerationStatus: () => SummaryGenerationStatus,
|
|
@@ -2748,6 +2752,32 @@ let AiConversationWidgetName = /* @__PURE__ */ function(AiConversationWidgetName
|
|
|
2748
2752
|
AiConversationWidgetName$1["EntityList"] = "EntityList";
|
|
2749
2753
|
return AiConversationWidgetName$1;
|
|
2750
2754
|
}({});
|
|
2755
|
+
/** [Internal] The status of a prompt workflow. */
|
|
2756
|
+
let AiPromptProgressStatus = /* @__PURE__ */ function(AiPromptProgressStatus$1) {
|
|
2757
|
+
AiPromptProgressStatus$1["Canceled"] = "canceled";
|
|
2758
|
+
AiPromptProgressStatus$1["Created"] = "created";
|
|
2759
|
+
AiPromptProgressStatus$1["Failed"] = "failed";
|
|
2760
|
+
AiPromptProgressStatus$1["Finished"] = "finished";
|
|
2761
|
+
AiPromptProgressStatus$1["InProgress"] = "inProgress";
|
|
2762
|
+
return AiPromptProgressStatus$1;
|
|
2763
|
+
}({});
|
|
2764
|
+
/** The type of AI prompt workflow. */
|
|
2765
|
+
let AiPromptType = /* @__PURE__ */ function(AiPromptType$1) {
|
|
2766
|
+
AiPromptType$1["AgentGuidance"] = "agentGuidance";
|
|
2767
|
+
AiPromptType$1["AiConversation"] = "aiConversation";
|
|
2768
|
+
AiPromptType$1["CodeIntelligence"] = "codeIntelligence";
|
|
2769
|
+
AiPromptType$1["GongIssueIntake"] = "gongIssueIntake";
|
|
2770
|
+
AiPromptType$1["InitiativeUpdates"] = "initiativeUpdates";
|
|
2771
|
+
AiPromptType$1["IntercomIssueIntake"] = "intercomIssueIntake";
|
|
2772
|
+
AiPromptType$1["InternalResearch"] = "internalResearch";
|
|
2773
|
+
AiPromptType$1["MicrosoftTeamsIssueIntake"] = "microsoftTeamsIssueIntake";
|
|
2774
|
+
AiPromptType$1["ProductIntelligence"] = "productIntelligence";
|
|
2775
|
+
AiPromptType$1["ProjectUpdates"] = "projectUpdates";
|
|
2776
|
+
AiPromptType$1["SlackIssueIntake"] = "slackIssueIntake";
|
|
2777
|
+
AiPromptType$1["TriageAgent"] = "triageAgent";
|
|
2778
|
+
AiPromptType$1["ZendeskIssueIntake"] = "zendeskIssueIntake";
|
|
2779
|
+
return AiPromptType$1;
|
|
2780
|
+
}({});
|
|
2751
2781
|
let AuthenticationSessionType = /* @__PURE__ */ function(AuthenticationSessionType$1) {
|
|
2752
2782
|
AuthenticationSessionType$1["Android"] = "android";
|
|
2753
2783
|
AuthenticationSessionType$1["Desktop"] = "desktop";
|
|
@@ -21856,338 +21886,1390 @@ const ProjectUpdateConnectionFragmentDoc = new TypedDocumentString(`
|
|
|
21856
21886
|
id
|
|
21857
21887
|
}
|
|
21858
21888
|
}
|
|
21859
|
-
fragment ProjectUpdate on ProjectUpdate {
|
|
21889
|
+
fragment ProjectUpdate on ProjectUpdate {
|
|
21890
|
+
__typename
|
|
21891
|
+
reactionData
|
|
21892
|
+
commentCount
|
|
21893
|
+
reactions {
|
|
21894
|
+
...Reaction
|
|
21895
|
+
}
|
|
21896
|
+
url
|
|
21897
|
+
diffMarkdown
|
|
21898
|
+
diff
|
|
21899
|
+
health
|
|
21900
|
+
updatedAt
|
|
21901
|
+
project {
|
|
21902
|
+
id
|
|
21903
|
+
}
|
|
21904
|
+
archivedAt
|
|
21905
|
+
createdAt
|
|
21906
|
+
editedAt
|
|
21907
|
+
id
|
|
21908
|
+
body
|
|
21909
|
+
slugId
|
|
21910
|
+
user {
|
|
21911
|
+
id
|
|
21912
|
+
}
|
|
21913
|
+
isDiffHidden
|
|
21914
|
+
isStale
|
|
21915
|
+
}
|
|
21916
|
+
fragment PageInfo on PageInfo {
|
|
21917
|
+
__typename
|
|
21918
|
+
startCursor
|
|
21919
|
+
endCursor
|
|
21920
|
+
hasPreviousPage
|
|
21921
|
+
hasNextPage
|
|
21922
|
+
}`, { fragmentName: "ProjectUpdateConnection" });
|
|
21923
|
+
const ProjectUpdatePayloadFragmentDoc = new TypedDocumentString(`
|
|
21924
|
+
fragment ProjectUpdatePayload on ProjectUpdatePayload {
|
|
21925
|
+
__typename
|
|
21926
|
+
lastSyncId
|
|
21927
|
+
projectUpdate {
|
|
21928
|
+
id
|
|
21929
|
+
}
|
|
21930
|
+
success
|
|
21931
|
+
}
|
|
21932
|
+
`, { fragmentName: "ProjectUpdatePayload" });
|
|
21933
|
+
const ProjectUpdateReminderPayloadFragmentDoc = new TypedDocumentString(`
|
|
21934
|
+
fragment ProjectUpdateReminderPayload on ProjectUpdateReminderPayload {
|
|
21935
|
+
__typename
|
|
21936
|
+
lastSyncId
|
|
21937
|
+
success
|
|
21938
|
+
}
|
|
21939
|
+
`, { fragmentName: "ProjectUpdateReminderPayload" });
|
|
21940
|
+
const PushSubscriptionFragmentDoc = new TypedDocumentString(`
|
|
21941
|
+
fragment PushSubscription on PushSubscription {
|
|
21942
|
+
__typename
|
|
21943
|
+
updatedAt
|
|
21944
|
+
archivedAt
|
|
21945
|
+
createdAt
|
|
21946
|
+
id
|
|
21947
|
+
}
|
|
21948
|
+
`, { fragmentName: "PushSubscription" });
|
|
21949
|
+
const PushSubscriptionPayloadFragmentDoc = new TypedDocumentString(`
|
|
21950
|
+
fragment PushSubscriptionPayload on PushSubscriptionPayload {
|
|
21951
|
+
__typename
|
|
21952
|
+
lastSyncId
|
|
21953
|
+
entity {
|
|
21954
|
+
...PushSubscription
|
|
21955
|
+
}
|
|
21956
|
+
success
|
|
21957
|
+
}
|
|
21958
|
+
fragment PushSubscription on PushSubscription {
|
|
21959
|
+
__typename
|
|
21960
|
+
updatedAt
|
|
21961
|
+
archivedAt
|
|
21962
|
+
createdAt
|
|
21963
|
+
id
|
|
21964
|
+
}`, { fragmentName: "PushSubscriptionPayload" });
|
|
21965
|
+
const PushSubscriptionTestPayloadFragmentDoc = new TypedDocumentString(`
|
|
21966
|
+
fragment PushSubscriptionTestPayload on PushSubscriptionTestPayload {
|
|
21967
|
+
__typename
|
|
21968
|
+
success
|
|
21969
|
+
}
|
|
21970
|
+
`, { fragmentName: "PushSubscriptionTestPayload" });
|
|
21971
|
+
const RateLimitResultPayloadFragmentDoc = new TypedDocumentString(`
|
|
21972
|
+
fragment RateLimitResultPayload on RateLimitResultPayload {
|
|
21973
|
+
__typename
|
|
21974
|
+
period
|
|
21975
|
+
remainingAmount
|
|
21976
|
+
requestedAmount
|
|
21977
|
+
reset
|
|
21978
|
+
allowedAmount
|
|
21979
|
+
type
|
|
21980
|
+
}
|
|
21981
|
+
`, { fragmentName: "RateLimitResultPayload" });
|
|
21982
|
+
const RateLimitPayloadFragmentDoc = new TypedDocumentString(`
|
|
21983
|
+
fragment RateLimitPayload on RateLimitPayload {
|
|
21984
|
+
__typename
|
|
21985
|
+
identifier
|
|
21986
|
+
kind
|
|
21987
|
+
limits {
|
|
21988
|
+
...RateLimitResultPayload
|
|
21989
|
+
}
|
|
21990
|
+
}
|
|
21991
|
+
fragment RateLimitResultPayload on RateLimitResultPayload {
|
|
21992
|
+
__typename
|
|
21993
|
+
period
|
|
21994
|
+
remainingAmount
|
|
21995
|
+
requestedAmount
|
|
21996
|
+
reset
|
|
21997
|
+
allowedAmount
|
|
21998
|
+
type
|
|
21999
|
+
}`, { fragmentName: "RateLimitPayload" });
|
|
22000
|
+
const ReactionPayloadFragmentDoc = new TypedDocumentString(`
|
|
22001
|
+
fragment ReactionPayload on ReactionPayload {
|
|
22002
|
+
__typename
|
|
22003
|
+
lastSyncId
|
|
22004
|
+
reaction {
|
|
22005
|
+
...Reaction
|
|
22006
|
+
}
|
|
22007
|
+
success
|
|
22008
|
+
}
|
|
22009
|
+
fragment Reaction on Reaction {
|
|
22010
|
+
__typename
|
|
22011
|
+
emoji
|
|
22012
|
+
comment {
|
|
22013
|
+
id
|
|
22014
|
+
}
|
|
22015
|
+
externalUser {
|
|
22016
|
+
id
|
|
22017
|
+
}
|
|
22018
|
+
initiativeUpdate {
|
|
22019
|
+
id
|
|
22020
|
+
}
|
|
22021
|
+
issue {
|
|
22022
|
+
id
|
|
22023
|
+
}
|
|
22024
|
+
updatedAt
|
|
22025
|
+
projectUpdate {
|
|
22026
|
+
id
|
|
22027
|
+
}
|
|
22028
|
+
archivedAt
|
|
22029
|
+
createdAt
|
|
22030
|
+
id
|
|
22031
|
+
user {
|
|
22032
|
+
id
|
|
22033
|
+
}
|
|
22034
|
+
}`, { fragmentName: "ReactionPayload" });
|
|
22035
|
+
const ReleasePayloadFragmentDoc = new TypedDocumentString(`
|
|
22036
|
+
fragment ReleasePayload on ReleasePayload {
|
|
22037
|
+
__typename
|
|
22038
|
+
lastSyncId
|
|
22039
|
+
success
|
|
22040
|
+
}
|
|
22041
|
+
`, { fragmentName: "ReleasePayload" });
|
|
22042
|
+
const ReleasePipelinePayloadFragmentDoc = new TypedDocumentString(`
|
|
22043
|
+
fragment ReleasePipelinePayload on ReleasePipelinePayload {
|
|
22044
|
+
__typename
|
|
22045
|
+
lastSyncId
|
|
22046
|
+
success
|
|
22047
|
+
}
|
|
22048
|
+
`, { fragmentName: "ReleasePipelinePayload" });
|
|
22049
|
+
const ReleaseStagePayloadFragmentDoc = new TypedDocumentString(`
|
|
22050
|
+
fragment ReleaseStagePayload on ReleaseStagePayload {
|
|
22051
|
+
__typename
|
|
22052
|
+
lastSyncId
|
|
22053
|
+
success
|
|
22054
|
+
}
|
|
22055
|
+
`, { fragmentName: "ReleaseStagePayload" });
|
|
22056
|
+
const RepositorySuggestionFragmentDoc = new TypedDocumentString(`
|
|
22057
|
+
fragment RepositorySuggestion on RepositorySuggestion {
|
|
22058
|
+
__typename
|
|
22059
|
+
confidence
|
|
22060
|
+
hostname
|
|
22061
|
+
repositoryFullName
|
|
22062
|
+
}
|
|
22063
|
+
`, { fragmentName: "RepositorySuggestion" });
|
|
22064
|
+
const RepositorySuggestionsPayloadFragmentDoc = new TypedDocumentString(`
|
|
22065
|
+
fragment RepositorySuggestionsPayload on RepositorySuggestionsPayload {
|
|
22066
|
+
__typename
|
|
22067
|
+
suggestions {
|
|
22068
|
+
...RepositorySuggestion
|
|
22069
|
+
}
|
|
22070
|
+
}
|
|
22071
|
+
fragment RepositorySuggestion on RepositorySuggestion {
|
|
22072
|
+
__typename
|
|
22073
|
+
confidence
|
|
22074
|
+
hostname
|
|
22075
|
+
repositoryFullName
|
|
22076
|
+
}`, { fragmentName: "RepositorySuggestionsPayload" });
|
|
22077
|
+
const RoadmapFragmentDoc = new TypedDocumentString(`
|
|
22078
|
+
fragment Roadmap on Roadmap {
|
|
22079
|
+
__typename
|
|
22080
|
+
url
|
|
22081
|
+
description
|
|
22082
|
+
updatedAt
|
|
22083
|
+
name
|
|
22084
|
+
color
|
|
22085
|
+
slugId
|
|
22086
|
+
sortOrder
|
|
22087
|
+
archivedAt
|
|
22088
|
+
createdAt
|
|
22089
|
+
id
|
|
22090
|
+
creator {
|
|
22091
|
+
id
|
|
22092
|
+
}
|
|
22093
|
+
owner {
|
|
22094
|
+
id
|
|
22095
|
+
}
|
|
22096
|
+
}
|
|
22097
|
+
`, { fragmentName: "Roadmap" });
|
|
22098
|
+
const RoadmapConnectionFragmentDoc = new TypedDocumentString(`
|
|
22099
|
+
fragment RoadmapConnection on RoadmapConnection {
|
|
22100
|
+
__typename
|
|
22101
|
+
nodes {
|
|
22102
|
+
...Roadmap
|
|
22103
|
+
}
|
|
22104
|
+
pageInfo {
|
|
22105
|
+
...PageInfo
|
|
22106
|
+
}
|
|
22107
|
+
}
|
|
22108
|
+
fragment Roadmap on Roadmap {
|
|
22109
|
+
__typename
|
|
22110
|
+
url
|
|
22111
|
+
description
|
|
22112
|
+
updatedAt
|
|
22113
|
+
name
|
|
22114
|
+
color
|
|
22115
|
+
slugId
|
|
22116
|
+
sortOrder
|
|
22117
|
+
archivedAt
|
|
22118
|
+
createdAt
|
|
22119
|
+
id
|
|
22120
|
+
creator {
|
|
22121
|
+
id
|
|
22122
|
+
}
|
|
22123
|
+
owner {
|
|
22124
|
+
id
|
|
22125
|
+
}
|
|
22126
|
+
}
|
|
22127
|
+
fragment PageInfo on PageInfo {
|
|
22128
|
+
__typename
|
|
22129
|
+
startCursor
|
|
22130
|
+
endCursor
|
|
22131
|
+
hasPreviousPage
|
|
22132
|
+
hasNextPage
|
|
22133
|
+
}`, { fragmentName: "RoadmapConnection" });
|
|
22134
|
+
const RoadmapPayloadFragmentDoc = new TypedDocumentString(`
|
|
22135
|
+
fragment RoadmapPayload on RoadmapPayload {
|
|
22136
|
+
__typename
|
|
22137
|
+
lastSyncId
|
|
22138
|
+
roadmap {
|
|
22139
|
+
id
|
|
22140
|
+
}
|
|
22141
|
+
success
|
|
22142
|
+
}
|
|
22143
|
+
`, { fragmentName: "RoadmapPayload" });
|
|
22144
|
+
const RoadmapToProjectFragmentDoc = new TypedDocumentString(`
|
|
22145
|
+
fragment RoadmapToProject on RoadmapToProject {
|
|
22146
|
+
__typename
|
|
22147
|
+
updatedAt
|
|
22148
|
+
project {
|
|
22149
|
+
id
|
|
22150
|
+
}
|
|
22151
|
+
roadmap {
|
|
22152
|
+
id
|
|
22153
|
+
}
|
|
22154
|
+
sortOrder
|
|
22155
|
+
archivedAt
|
|
22156
|
+
createdAt
|
|
22157
|
+
id
|
|
22158
|
+
}
|
|
22159
|
+
`, { fragmentName: "RoadmapToProject" });
|
|
22160
|
+
const RoadmapToProjectConnectionFragmentDoc = new TypedDocumentString(`
|
|
22161
|
+
fragment RoadmapToProjectConnection on RoadmapToProjectConnection {
|
|
22162
|
+
__typename
|
|
22163
|
+
nodes {
|
|
22164
|
+
...RoadmapToProject
|
|
22165
|
+
}
|
|
22166
|
+
pageInfo {
|
|
22167
|
+
...PageInfo
|
|
22168
|
+
}
|
|
22169
|
+
}
|
|
22170
|
+
fragment RoadmapToProject on RoadmapToProject {
|
|
22171
|
+
__typename
|
|
22172
|
+
updatedAt
|
|
22173
|
+
project {
|
|
22174
|
+
id
|
|
22175
|
+
}
|
|
22176
|
+
roadmap {
|
|
22177
|
+
id
|
|
22178
|
+
}
|
|
22179
|
+
sortOrder
|
|
22180
|
+
archivedAt
|
|
22181
|
+
createdAt
|
|
22182
|
+
id
|
|
22183
|
+
}
|
|
22184
|
+
fragment PageInfo on PageInfo {
|
|
22185
|
+
__typename
|
|
22186
|
+
startCursor
|
|
22187
|
+
endCursor
|
|
22188
|
+
hasPreviousPage
|
|
22189
|
+
hasNextPage
|
|
22190
|
+
}`, { fragmentName: "RoadmapToProjectConnection" });
|
|
22191
|
+
const RoadmapToProjectPayloadFragmentDoc = new TypedDocumentString(`
|
|
22192
|
+
fragment RoadmapToProjectPayload on RoadmapToProjectPayload {
|
|
22193
|
+
__typename
|
|
22194
|
+
lastSyncId
|
|
22195
|
+
roadmapToProject {
|
|
22196
|
+
id
|
|
22197
|
+
}
|
|
22198
|
+
success
|
|
22199
|
+
}
|
|
22200
|
+
`, { fragmentName: "RoadmapToProjectPayload" });
|
|
22201
|
+
const SlackChannelConnectPayloadFragmentDoc = new TypedDocumentString(`
|
|
22202
|
+
fragment SlackChannelConnectPayload on SlackChannelConnectPayload {
|
|
22203
|
+
__typename
|
|
22204
|
+
lastSyncId
|
|
22205
|
+
integration {
|
|
22206
|
+
id
|
|
22207
|
+
}
|
|
22208
|
+
nudgeToConnectMainSlackIntegration
|
|
22209
|
+
nudgeToUpdateMainSlackIntegration
|
|
22210
|
+
addBot
|
|
22211
|
+
success
|
|
22212
|
+
}
|
|
22213
|
+
`, { fragmentName: "SlackChannelConnectPayload" });
|
|
22214
|
+
const SsoUrlFromEmailResponseFragmentDoc = new TypedDocumentString(`
|
|
22215
|
+
fragment SsoUrlFromEmailResponse on SsoUrlFromEmailResponse {
|
|
22216
|
+
__typename
|
|
22217
|
+
samlSsoUrl
|
|
22218
|
+
success
|
|
22219
|
+
}
|
|
22220
|
+
`, { fragmentName: "SsoUrlFromEmailResponse" });
|
|
22221
|
+
const DocumentContentDraftFragmentDoc = new TypedDocumentString(`
|
|
22222
|
+
fragment DocumentContentDraft on DocumentContentDraft {
|
|
22223
|
+
__typename
|
|
22224
|
+
contentState
|
|
22225
|
+
updatedAt
|
|
22226
|
+
archivedAt
|
|
22227
|
+
createdAt
|
|
22228
|
+
id
|
|
22229
|
+
documentContent {
|
|
22230
|
+
...DocumentContent
|
|
22231
|
+
}
|
|
22232
|
+
documentContentId
|
|
22233
|
+
user {
|
|
22234
|
+
id
|
|
22235
|
+
}
|
|
22236
|
+
userId
|
|
22237
|
+
}
|
|
22238
|
+
fragment DocumentContent on DocumentContent {
|
|
22239
|
+
__typename
|
|
22240
|
+
aiPromptRules {
|
|
22241
|
+
...AiPromptRules
|
|
22242
|
+
}
|
|
22243
|
+
content
|
|
22244
|
+
contentState
|
|
22245
|
+
document {
|
|
22246
|
+
id
|
|
22247
|
+
}
|
|
22248
|
+
initiative {
|
|
22249
|
+
id
|
|
22250
|
+
}
|
|
22251
|
+
issue {
|
|
22252
|
+
id
|
|
22253
|
+
}
|
|
22254
|
+
updatedAt
|
|
22255
|
+
projectMilestone {
|
|
22256
|
+
id
|
|
22257
|
+
}
|
|
22258
|
+
project {
|
|
22259
|
+
id
|
|
22260
|
+
}
|
|
22261
|
+
restoredAt
|
|
22262
|
+
archivedAt
|
|
22263
|
+
createdAt
|
|
22264
|
+
id
|
|
22265
|
+
welcomeMessage {
|
|
22266
|
+
...WelcomeMessage
|
|
22267
|
+
}
|
|
22268
|
+
}
|
|
22269
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
22270
|
+
__typename
|
|
22271
|
+
updatedAt
|
|
22272
|
+
archivedAt
|
|
22273
|
+
createdAt
|
|
22274
|
+
title
|
|
22275
|
+
id
|
|
22276
|
+
updatedBy {
|
|
22277
|
+
id
|
|
22278
|
+
}
|
|
22279
|
+
enabled
|
|
22280
|
+
}
|
|
22281
|
+
fragment AiPromptRules on AiPromptRules {
|
|
22282
|
+
__typename
|
|
22283
|
+
updatedAt
|
|
22284
|
+
archivedAt
|
|
22285
|
+
createdAt
|
|
22286
|
+
id
|
|
22287
|
+
updatedBy {
|
|
22288
|
+
id
|
|
22289
|
+
}
|
|
22290
|
+
}`, { fragmentName: "DocumentContentDraft" });
|
|
22291
|
+
const SubscriptionFragmentDoc = new TypedDocumentString(`
|
|
22292
|
+
fragment Subscription on Subscription {
|
|
22293
|
+
__typename
|
|
22294
|
+
commentUnarchived {
|
|
22295
|
+
id
|
|
22296
|
+
}
|
|
22297
|
+
documentUnarchived {
|
|
22298
|
+
id
|
|
22299
|
+
}
|
|
22300
|
+
notificationUnarchived {
|
|
22301
|
+
...Notification
|
|
22302
|
+
}
|
|
22303
|
+
projectUnarchived {
|
|
22304
|
+
id
|
|
22305
|
+
}
|
|
22306
|
+
issueUnarchived {
|
|
22307
|
+
id
|
|
22308
|
+
}
|
|
22309
|
+
commentArchived {
|
|
22310
|
+
id
|
|
22311
|
+
}
|
|
22312
|
+
commentCreated {
|
|
22313
|
+
id
|
|
22314
|
+
}
|
|
22315
|
+
commentDeleted {
|
|
22316
|
+
id
|
|
22317
|
+
}
|
|
22318
|
+
commentUpdated {
|
|
22319
|
+
id
|
|
22320
|
+
}
|
|
22321
|
+
cycleArchived {
|
|
22322
|
+
id
|
|
22323
|
+
}
|
|
22324
|
+
cycleCreated {
|
|
22325
|
+
id
|
|
22326
|
+
}
|
|
22327
|
+
cycleUpdated {
|
|
22328
|
+
id
|
|
22329
|
+
}
|
|
22330
|
+
documentContentDraftCreated {
|
|
22331
|
+
...DocumentContentDraft
|
|
22332
|
+
}
|
|
22333
|
+
documentContentDraftDeleted {
|
|
22334
|
+
...DocumentContentDraft
|
|
22335
|
+
}
|
|
22336
|
+
documentContentDraftUpdated {
|
|
22337
|
+
...DocumentContentDraft
|
|
22338
|
+
}
|
|
22339
|
+
documentArchived {
|
|
22340
|
+
id
|
|
22341
|
+
}
|
|
22342
|
+
documentCreated {
|
|
22343
|
+
id
|
|
22344
|
+
}
|
|
22345
|
+
documentUpdated {
|
|
22346
|
+
id
|
|
22347
|
+
}
|
|
22348
|
+
draftCreated {
|
|
22349
|
+
...Draft
|
|
22350
|
+
}
|
|
22351
|
+
draftDeleted {
|
|
22352
|
+
...Draft
|
|
22353
|
+
}
|
|
22354
|
+
draftUpdated {
|
|
22355
|
+
...Draft
|
|
22356
|
+
}
|
|
22357
|
+
favoriteCreated {
|
|
22358
|
+
id
|
|
22359
|
+
}
|
|
22360
|
+
favoriteDeleted {
|
|
22361
|
+
id
|
|
22362
|
+
}
|
|
22363
|
+
favoriteUpdated {
|
|
22364
|
+
id
|
|
22365
|
+
}
|
|
22366
|
+
notificationArchived {
|
|
22367
|
+
...Notification
|
|
22368
|
+
}
|
|
22369
|
+
notificationCreated {
|
|
22370
|
+
...Notification
|
|
22371
|
+
}
|
|
22372
|
+
notificationDeleted {
|
|
22373
|
+
...Notification
|
|
22374
|
+
}
|
|
22375
|
+
notificationUpdated {
|
|
22376
|
+
...Notification
|
|
22377
|
+
}
|
|
22378
|
+
projectArchived {
|
|
22379
|
+
id
|
|
22380
|
+
}
|
|
22381
|
+
projectCreated {
|
|
22382
|
+
id
|
|
22383
|
+
}
|
|
22384
|
+
projectUpdated {
|
|
22385
|
+
id
|
|
22386
|
+
}
|
|
22387
|
+
projectUpdateCreated {
|
|
22388
|
+
id
|
|
22389
|
+
}
|
|
22390
|
+
projectUpdateDeleted {
|
|
22391
|
+
id
|
|
22392
|
+
}
|
|
22393
|
+
projectUpdateUpdated {
|
|
22394
|
+
id
|
|
22395
|
+
}
|
|
22396
|
+
roadmapCreated {
|
|
22397
|
+
id
|
|
22398
|
+
}
|
|
22399
|
+
roadmapDeleted {
|
|
22400
|
+
id
|
|
22401
|
+
}
|
|
22402
|
+
roadmapUpdated {
|
|
22403
|
+
id
|
|
22404
|
+
}
|
|
22405
|
+
teamCreated {
|
|
22406
|
+
id
|
|
22407
|
+
}
|
|
22408
|
+
teamDeleted {
|
|
22409
|
+
id
|
|
22410
|
+
}
|
|
22411
|
+
teamUpdated {
|
|
22412
|
+
id
|
|
22413
|
+
}
|
|
22414
|
+
teamMembershipCreated {
|
|
22415
|
+
id
|
|
22416
|
+
}
|
|
22417
|
+
teamMembershipDeleted {
|
|
22418
|
+
id
|
|
22419
|
+
}
|
|
22420
|
+
teamMembershipUpdated {
|
|
22421
|
+
id
|
|
22422
|
+
}
|
|
22423
|
+
workflowStateArchived {
|
|
22424
|
+
id
|
|
22425
|
+
}
|
|
22426
|
+
workflowStateCreated {
|
|
22427
|
+
id
|
|
22428
|
+
}
|
|
22429
|
+
workflowStateUpdated {
|
|
22430
|
+
id
|
|
22431
|
+
}
|
|
22432
|
+
agentActivityCreated {
|
|
22433
|
+
id
|
|
22434
|
+
}
|
|
22435
|
+
agentActivityUpdated {
|
|
22436
|
+
id
|
|
22437
|
+
}
|
|
22438
|
+
agentSessionCreated {
|
|
22439
|
+
id
|
|
22440
|
+
}
|
|
22441
|
+
agentSessionUpdated {
|
|
22442
|
+
id
|
|
22443
|
+
}
|
|
22444
|
+
initiativeCreated {
|
|
22445
|
+
id
|
|
22446
|
+
}
|
|
22447
|
+
initiativeDeleted {
|
|
22448
|
+
id
|
|
22449
|
+
}
|
|
22450
|
+
initiativeUpdated {
|
|
22451
|
+
id
|
|
22452
|
+
}
|
|
22453
|
+
issueHistoryCreated {
|
|
22454
|
+
...IssueHistory
|
|
22455
|
+
}
|
|
22456
|
+
issueHistoryUpdated {
|
|
22457
|
+
...IssueHistory
|
|
22458
|
+
}
|
|
22459
|
+
issueArchived {
|
|
22460
|
+
id
|
|
22461
|
+
}
|
|
22462
|
+
issueCreated {
|
|
22463
|
+
id
|
|
22464
|
+
}
|
|
22465
|
+
issueUpdated {
|
|
22466
|
+
id
|
|
22467
|
+
}
|
|
22468
|
+
issueLabelCreated {
|
|
22469
|
+
id
|
|
22470
|
+
}
|
|
22471
|
+
issueLabelDeleted {
|
|
22472
|
+
id
|
|
22473
|
+
}
|
|
22474
|
+
issueLabelUpdated {
|
|
22475
|
+
id
|
|
22476
|
+
}
|
|
22477
|
+
issueRelationCreated {
|
|
22478
|
+
id
|
|
22479
|
+
}
|
|
22480
|
+
issueRelationDeleted {
|
|
22481
|
+
id
|
|
22482
|
+
}
|
|
22483
|
+
issueRelationUpdated {
|
|
22484
|
+
id
|
|
22485
|
+
}
|
|
22486
|
+
userCreated {
|
|
22487
|
+
id
|
|
22488
|
+
}
|
|
22489
|
+
userUpdated {
|
|
22490
|
+
id
|
|
22491
|
+
}
|
|
22492
|
+
}
|
|
22493
|
+
fragment ActorBot on ActorBot {
|
|
22494
|
+
__typename
|
|
22495
|
+
avatarUrl
|
|
22496
|
+
name
|
|
22497
|
+
userDisplayName
|
|
22498
|
+
subType
|
|
22499
|
+
type
|
|
22500
|
+
id
|
|
22501
|
+
}
|
|
22502
|
+
fragment CustomerNeedNotification on CustomerNeedNotification {
|
|
22503
|
+
__typename
|
|
22504
|
+
type
|
|
22505
|
+
customerNeedId
|
|
22506
|
+
botActor {
|
|
22507
|
+
...ActorBot
|
|
22508
|
+
}
|
|
22509
|
+
category
|
|
22510
|
+
customerNeed {
|
|
22511
|
+
id
|
|
22512
|
+
}
|
|
22513
|
+
externalUserActor {
|
|
22514
|
+
id
|
|
22515
|
+
}
|
|
22516
|
+
relatedIssue {
|
|
22517
|
+
id
|
|
22518
|
+
}
|
|
22519
|
+
updatedAt
|
|
22520
|
+
relatedProject {
|
|
22521
|
+
id
|
|
22522
|
+
}
|
|
22523
|
+
emailedAt
|
|
22524
|
+
readAt
|
|
22525
|
+
unsnoozedAt
|
|
22526
|
+
archivedAt
|
|
22527
|
+
createdAt
|
|
22528
|
+
snoozedUntilAt
|
|
22529
|
+
id
|
|
22530
|
+
actor {
|
|
22531
|
+
id
|
|
22532
|
+
}
|
|
22533
|
+
user {
|
|
22534
|
+
id
|
|
22535
|
+
}
|
|
22536
|
+
}
|
|
22537
|
+
fragment CustomerNotification on CustomerNotification {
|
|
22538
|
+
__typename
|
|
22539
|
+
type
|
|
22540
|
+
customerId
|
|
22541
|
+
botActor {
|
|
22542
|
+
...ActorBot
|
|
22543
|
+
}
|
|
22544
|
+
category
|
|
22545
|
+
customer {
|
|
22546
|
+
id
|
|
22547
|
+
}
|
|
22548
|
+
externalUserActor {
|
|
22549
|
+
id
|
|
22550
|
+
}
|
|
22551
|
+
updatedAt
|
|
22552
|
+
emailedAt
|
|
22553
|
+
readAt
|
|
22554
|
+
unsnoozedAt
|
|
22555
|
+
archivedAt
|
|
22556
|
+
createdAt
|
|
22557
|
+
snoozedUntilAt
|
|
22558
|
+
id
|
|
22559
|
+
actor {
|
|
22560
|
+
id
|
|
22561
|
+
}
|
|
22562
|
+
user {
|
|
22563
|
+
id
|
|
22564
|
+
}
|
|
22565
|
+
}
|
|
22566
|
+
fragment DocumentContent on DocumentContent {
|
|
22567
|
+
__typename
|
|
22568
|
+
aiPromptRules {
|
|
22569
|
+
...AiPromptRules
|
|
22570
|
+
}
|
|
22571
|
+
content
|
|
22572
|
+
contentState
|
|
22573
|
+
document {
|
|
22574
|
+
id
|
|
22575
|
+
}
|
|
22576
|
+
initiative {
|
|
22577
|
+
id
|
|
22578
|
+
}
|
|
22579
|
+
issue {
|
|
22580
|
+
id
|
|
22581
|
+
}
|
|
22582
|
+
updatedAt
|
|
22583
|
+
projectMilestone {
|
|
22584
|
+
id
|
|
22585
|
+
}
|
|
22586
|
+
project {
|
|
22587
|
+
id
|
|
22588
|
+
}
|
|
22589
|
+
restoredAt
|
|
22590
|
+
archivedAt
|
|
22591
|
+
createdAt
|
|
22592
|
+
id
|
|
22593
|
+
welcomeMessage {
|
|
22594
|
+
...WelcomeMessage
|
|
22595
|
+
}
|
|
22596
|
+
}
|
|
22597
|
+
fragment DocumentNotification on DocumentNotification {
|
|
22598
|
+
__typename
|
|
22599
|
+
reactionEmoji
|
|
22600
|
+
type
|
|
22601
|
+
commentId
|
|
22602
|
+
documentId
|
|
22603
|
+
parentCommentId
|
|
22604
|
+
botActor {
|
|
22605
|
+
...ActorBot
|
|
22606
|
+
}
|
|
22607
|
+
category
|
|
22608
|
+
externalUserActor {
|
|
22609
|
+
id
|
|
22610
|
+
}
|
|
22611
|
+
updatedAt
|
|
22612
|
+
emailedAt
|
|
22613
|
+
readAt
|
|
22614
|
+
unsnoozedAt
|
|
22615
|
+
archivedAt
|
|
22616
|
+
createdAt
|
|
22617
|
+
snoozedUntilAt
|
|
22618
|
+
id
|
|
22619
|
+
actor {
|
|
22620
|
+
id
|
|
22621
|
+
}
|
|
22622
|
+
user {
|
|
22623
|
+
id
|
|
22624
|
+
}
|
|
22625
|
+
}
|
|
22626
|
+
fragment DocumentContentDraft on DocumentContentDraft {
|
|
22627
|
+
__typename
|
|
22628
|
+
contentState
|
|
22629
|
+
updatedAt
|
|
22630
|
+
archivedAt
|
|
22631
|
+
createdAt
|
|
22632
|
+
id
|
|
22633
|
+
documentContent {
|
|
22634
|
+
...DocumentContent
|
|
22635
|
+
}
|
|
22636
|
+
documentContentId
|
|
22637
|
+
user {
|
|
22638
|
+
id
|
|
22639
|
+
}
|
|
22640
|
+
userId
|
|
22641
|
+
}
|
|
22642
|
+
fragment Draft on Draft {
|
|
22643
|
+
__typename
|
|
22644
|
+
data
|
|
22645
|
+
parentComment {
|
|
22646
|
+
id
|
|
22647
|
+
}
|
|
22648
|
+
customerNeed {
|
|
22649
|
+
id
|
|
22650
|
+
}
|
|
22651
|
+
initiative {
|
|
22652
|
+
id
|
|
22653
|
+
}
|
|
22654
|
+
initiativeUpdate {
|
|
22655
|
+
id
|
|
22656
|
+
}
|
|
22657
|
+
issue {
|
|
22658
|
+
id
|
|
22659
|
+
}
|
|
22660
|
+
updatedAt
|
|
22661
|
+
project {
|
|
22662
|
+
id
|
|
22663
|
+
}
|
|
22664
|
+
projectUpdate {
|
|
22665
|
+
id
|
|
22666
|
+
}
|
|
22667
|
+
team {
|
|
22668
|
+
id
|
|
22669
|
+
}
|
|
22670
|
+
bodyData
|
|
22671
|
+
archivedAt
|
|
22672
|
+
createdAt
|
|
22673
|
+
id
|
|
22674
|
+
user {
|
|
22675
|
+
id
|
|
22676
|
+
}
|
|
22677
|
+
isAutogenerated
|
|
22678
|
+
}
|
|
22679
|
+
fragment Notification on Notification {
|
|
22680
|
+
__typename
|
|
22681
|
+
type
|
|
22682
|
+
botActor {
|
|
22683
|
+
...ActorBot
|
|
22684
|
+
}
|
|
22685
|
+
category
|
|
22686
|
+
externalUserActor {
|
|
22687
|
+
id
|
|
22688
|
+
}
|
|
22689
|
+
updatedAt
|
|
22690
|
+
emailedAt
|
|
22691
|
+
readAt
|
|
22692
|
+
unsnoozedAt
|
|
22693
|
+
archivedAt
|
|
22694
|
+
createdAt
|
|
22695
|
+
snoozedUntilAt
|
|
22696
|
+
id
|
|
22697
|
+
actor {
|
|
22698
|
+
id
|
|
22699
|
+
}
|
|
22700
|
+
user {
|
|
22701
|
+
id
|
|
22702
|
+
}
|
|
22703
|
+
... on CustomerNeedNotification {
|
|
22704
|
+
...CustomerNeedNotification
|
|
22705
|
+
}
|
|
22706
|
+
... on CustomerNotification {
|
|
22707
|
+
...CustomerNotification
|
|
22708
|
+
}
|
|
22709
|
+
... on DocumentNotification {
|
|
22710
|
+
...DocumentNotification
|
|
22711
|
+
}
|
|
22712
|
+
... on InitiativeNotification {
|
|
22713
|
+
...InitiativeNotification
|
|
22714
|
+
}
|
|
22715
|
+
... on IssueNotification {
|
|
22716
|
+
...IssueNotification
|
|
22717
|
+
}
|
|
22718
|
+
... on OauthClientApprovalNotification {
|
|
22719
|
+
...OauthClientApprovalNotification
|
|
22720
|
+
}
|
|
22721
|
+
... on PostNotification {
|
|
22722
|
+
...PostNotification
|
|
22723
|
+
}
|
|
22724
|
+
... on ProjectNotification {
|
|
22725
|
+
...ProjectNotification
|
|
22726
|
+
}
|
|
22727
|
+
... on PullRequestNotification {
|
|
22728
|
+
...PullRequestNotification
|
|
22729
|
+
}
|
|
22730
|
+
... on WelcomeMessageNotification {
|
|
22731
|
+
...WelcomeMessageNotification
|
|
22732
|
+
}
|
|
22733
|
+
}
|
|
22734
|
+
fragment PostNotification on PostNotification {
|
|
22735
|
+
__typename
|
|
22736
|
+
reactionEmoji
|
|
22737
|
+
type
|
|
22738
|
+
commentId
|
|
22739
|
+
parentCommentId
|
|
22740
|
+
postId
|
|
22741
|
+
botActor {
|
|
22742
|
+
...ActorBot
|
|
22743
|
+
}
|
|
22744
|
+
category
|
|
22745
|
+
externalUserActor {
|
|
22746
|
+
id
|
|
22747
|
+
}
|
|
22748
|
+
updatedAt
|
|
22749
|
+
emailedAt
|
|
22750
|
+
readAt
|
|
22751
|
+
unsnoozedAt
|
|
22752
|
+
archivedAt
|
|
22753
|
+
createdAt
|
|
22754
|
+
snoozedUntilAt
|
|
22755
|
+
id
|
|
22756
|
+
actor {
|
|
22757
|
+
id
|
|
22758
|
+
}
|
|
22759
|
+
user {
|
|
22760
|
+
id
|
|
22761
|
+
}
|
|
22762
|
+
}
|
|
22763
|
+
fragment ProjectNotification on ProjectNotification {
|
|
22764
|
+
__typename
|
|
22765
|
+
reactionEmoji
|
|
22766
|
+
type
|
|
22767
|
+
commentId
|
|
22768
|
+
parentCommentId
|
|
22769
|
+
projectId
|
|
22770
|
+
projectMilestoneId
|
|
22771
|
+
projectUpdateId
|
|
22772
|
+
botActor {
|
|
22773
|
+
...ActorBot
|
|
22774
|
+
}
|
|
22775
|
+
category
|
|
22776
|
+
comment {
|
|
22777
|
+
id
|
|
22778
|
+
}
|
|
22779
|
+
document {
|
|
22780
|
+
id
|
|
22781
|
+
}
|
|
22782
|
+
externalUserActor {
|
|
22783
|
+
id
|
|
22784
|
+
}
|
|
22785
|
+
updatedAt
|
|
22786
|
+
parentComment {
|
|
22787
|
+
id
|
|
22788
|
+
}
|
|
22789
|
+
project {
|
|
22790
|
+
id
|
|
22791
|
+
}
|
|
22792
|
+
projectUpdate {
|
|
22793
|
+
id
|
|
22794
|
+
}
|
|
22795
|
+
emailedAt
|
|
22796
|
+
readAt
|
|
22797
|
+
unsnoozedAt
|
|
22798
|
+
archivedAt
|
|
22799
|
+
createdAt
|
|
22800
|
+
snoozedUntilAt
|
|
22801
|
+
id
|
|
22802
|
+
actor {
|
|
22803
|
+
id
|
|
22804
|
+
}
|
|
22805
|
+
user {
|
|
22806
|
+
id
|
|
22807
|
+
}
|
|
22808
|
+
}
|
|
22809
|
+
fragment PullRequestNotification on PullRequestNotification {
|
|
22810
|
+
__typename
|
|
22811
|
+
type
|
|
22812
|
+
pullRequestCommentId
|
|
22813
|
+
pullRequestId
|
|
22814
|
+
botActor {
|
|
22815
|
+
...ActorBot
|
|
22816
|
+
}
|
|
22817
|
+
category
|
|
22818
|
+
externalUserActor {
|
|
22819
|
+
id
|
|
22820
|
+
}
|
|
22821
|
+
updatedAt
|
|
22822
|
+
emailedAt
|
|
22823
|
+
readAt
|
|
22824
|
+
unsnoozedAt
|
|
22825
|
+
archivedAt
|
|
22826
|
+
createdAt
|
|
22827
|
+
snoozedUntilAt
|
|
22828
|
+
id
|
|
22829
|
+
actor {
|
|
22830
|
+
id
|
|
22831
|
+
}
|
|
22832
|
+
user {
|
|
22833
|
+
id
|
|
22834
|
+
}
|
|
22835
|
+
}
|
|
22836
|
+
fragment IssueHistory on IssueHistory {
|
|
22837
|
+
__typename
|
|
22838
|
+
triageResponsibilityAutoAssigned
|
|
22839
|
+
relationChanges {
|
|
22840
|
+
...IssueRelationHistoryPayload
|
|
22841
|
+
}
|
|
22842
|
+
addedLabelIds
|
|
22843
|
+
removedLabelIds
|
|
22844
|
+
toSlaBreachesAt
|
|
22845
|
+
fromSlaBreachesAt
|
|
22846
|
+
actor {
|
|
22847
|
+
id
|
|
22848
|
+
}
|
|
22849
|
+
descriptionUpdatedBy {
|
|
22850
|
+
...User
|
|
22851
|
+
}
|
|
22852
|
+
actors {
|
|
22853
|
+
...User
|
|
22854
|
+
}
|
|
22855
|
+
fromDelegate {
|
|
22856
|
+
id
|
|
22857
|
+
}
|
|
22858
|
+
toDelegate {
|
|
22859
|
+
id
|
|
22860
|
+
}
|
|
22861
|
+
botActor {
|
|
22862
|
+
...ActorBot
|
|
22863
|
+
}
|
|
22864
|
+
fromCycle {
|
|
22865
|
+
id
|
|
22866
|
+
}
|
|
22867
|
+
toCycle {
|
|
22868
|
+
id
|
|
22869
|
+
}
|
|
22870
|
+
attachmentId
|
|
22871
|
+
customerNeedId
|
|
22872
|
+
toCycleId
|
|
22873
|
+
toParentId
|
|
22874
|
+
toConvertedProjectId
|
|
22875
|
+
toProjectId
|
|
22876
|
+
toStateId
|
|
22877
|
+
fromCycleId
|
|
22878
|
+
fromParentId
|
|
22879
|
+
fromProjectId
|
|
22880
|
+
fromStateId
|
|
22881
|
+
fromTeamId
|
|
22882
|
+
toTeamId
|
|
22883
|
+
fromAssigneeId
|
|
22884
|
+
toAssigneeId
|
|
22885
|
+
actorId
|
|
22886
|
+
issueImport {
|
|
22887
|
+
...IssueImport
|
|
22888
|
+
}
|
|
22889
|
+
issue {
|
|
22890
|
+
id
|
|
22891
|
+
}
|
|
22892
|
+
addedLabels {
|
|
22893
|
+
...IssueLabel
|
|
22894
|
+
}
|
|
22895
|
+
removedLabels {
|
|
22896
|
+
...IssueLabel
|
|
22897
|
+
}
|
|
22898
|
+
updatedAt
|
|
22899
|
+
attachment {
|
|
22900
|
+
id
|
|
22901
|
+
}
|
|
22902
|
+
toConvertedProject {
|
|
22903
|
+
id
|
|
22904
|
+
}
|
|
22905
|
+
fromParent {
|
|
22906
|
+
id
|
|
22907
|
+
}
|
|
22908
|
+
toParent {
|
|
22909
|
+
id
|
|
22910
|
+
}
|
|
22911
|
+
fromProjectMilestone {
|
|
22912
|
+
id
|
|
22913
|
+
}
|
|
22914
|
+
toProjectMilestone {
|
|
22915
|
+
id
|
|
22916
|
+
}
|
|
22917
|
+
fromProject {
|
|
22918
|
+
id
|
|
22919
|
+
}
|
|
22920
|
+
toProject {
|
|
22921
|
+
id
|
|
22922
|
+
}
|
|
22923
|
+
fromState {
|
|
22924
|
+
id
|
|
22925
|
+
}
|
|
22926
|
+
toState {
|
|
22927
|
+
id
|
|
22928
|
+
}
|
|
22929
|
+
fromTeam {
|
|
22930
|
+
id
|
|
22931
|
+
}
|
|
22932
|
+
toTeam {
|
|
22933
|
+
id
|
|
22934
|
+
}
|
|
22935
|
+
triageResponsibilityTeam {
|
|
22936
|
+
id
|
|
22937
|
+
}
|
|
22938
|
+
archivedAt
|
|
22939
|
+
createdAt
|
|
22940
|
+
toSlaStartedAt
|
|
22941
|
+
fromSlaStartedAt
|
|
22942
|
+
toSlaType
|
|
22943
|
+
fromSlaType
|
|
22944
|
+
id
|
|
22945
|
+
toAssignee {
|
|
22946
|
+
id
|
|
22947
|
+
}
|
|
22948
|
+
fromAssignee {
|
|
22949
|
+
id
|
|
22950
|
+
}
|
|
22951
|
+
triageResponsibilityNotifiedUsers {
|
|
22952
|
+
...User
|
|
22953
|
+
}
|
|
22954
|
+
fromDueDate
|
|
22955
|
+
toDueDate
|
|
22956
|
+
fromEstimate
|
|
22957
|
+
toEstimate
|
|
22958
|
+
fromPriority
|
|
22959
|
+
toPriority
|
|
22960
|
+
fromTitle
|
|
22961
|
+
toTitle
|
|
22962
|
+
fromSlaBreached
|
|
22963
|
+
toSlaBreached
|
|
22964
|
+
archived
|
|
22965
|
+
autoArchived
|
|
22966
|
+
autoClosed
|
|
22967
|
+
trashed
|
|
22968
|
+
updatedDescription
|
|
22969
|
+
}
|
|
22970
|
+
fragment User on User {
|
|
22971
|
+
__typename
|
|
22972
|
+
statusUntilAt
|
|
22973
|
+
description
|
|
22974
|
+
avatarUrl
|
|
22975
|
+
createdIssueCount
|
|
22976
|
+
disableReason
|
|
22977
|
+
avatarBackgroundColor
|
|
22978
|
+
statusEmoji
|
|
22979
|
+
initials
|
|
22980
|
+
statusLabel
|
|
22981
|
+
updatedAt
|
|
22982
|
+
lastSeen
|
|
22983
|
+
timezone
|
|
22984
|
+
archivedAt
|
|
22985
|
+
createdAt
|
|
22986
|
+
id
|
|
22987
|
+
gitHubUserId
|
|
22988
|
+
displayName
|
|
22989
|
+
email
|
|
22990
|
+
name
|
|
22991
|
+
url
|
|
22992
|
+
active
|
|
22993
|
+
guest
|
|
22994
|
+
app
|
|
22995
|
+
admin
|
|
22996
|
+
owner
|
|
22997
|
+
isAssignable
|
|
22998
|
+
isMentionable
|
|
22999
|
+
isMe
|
|
23000
|
+
supportsAgentSessions
|
|
23001
|
+
canAccessAnyPublicTeam
|
|
23002
|
+
calendarHash
|
|
23003
|
+
inviteHash
|
|
23004
|
+
}
|
|
23005
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
23006
|
+
__typename
|
|
23007
|
+
updatedAt
|
|
23008
|
+
archivedAt
|
|
23009
|
+
createdAt
|
|
23010
|
+
title
|
|
23011
|
+
id
|
|
23012
|
+
updatedBy {
|
|
23013
|
+
id
|
|
23014
|
+
}
|
|
23015
|
+
enabled
|
|
23016
|
+
}
|
|
23017
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
21860
23018
|
__typename
|
|
21861
|
-
|
|
21862
|
-
|
|
21863
|
-
|
|
21864
|
-
...
|
|
23019
|
+
type
|
|
23020
|
+
welcomeMessageId
|
|
23021
|
+
botActor {
|
|
23022
|
+
...ActorBot
|
|
21865
23023
|
}
|
|
21866
|
-
|
|
21867
|
-
|
|
21868
|
-
diff
|
|
21869
|
-
health
|
|
21870
|
-
updatedAt
|
|
21871
|
-
project {
|
|
23024
|
+
category
|
|
23025
|
+
externalUserActor {
|
|
21872
23026
|
id
|
|
21873
23027
|
}
|
|
23028
|
+
updatedAt
|
|
23029
|
+
emailedAt
|
|
23030
|
+
readAt
|
|
23031
|
+
unsnoozedAt
|
|
21874
23032
|
archivedAt
|
|
21875
23033
|
createdAt
|
|
21876
|
-
|
|
23034
|
+
snoozedUntilAt
|
|
21877
23035
|
id
|
|
21878
|
-
|
|
21879
|
-
slugId
|
|
21880
|
-
user {
|
|
23036
|
+
actor {
|
|
21881
23037
|
id
|
|
21882
23038
|
}
|
|
21883
|
-
|
|
21884
|
-
isStale
|
|
21885
|
-
}
|
|
21886
|
-
fragment PageInfo on PageInfo {
|
|
21887
|
-
__typename
|
|
21888
|
-
startCursor
|
|
21889
|
-
endCursor
|
|
21890
|
-
hasPreviousPage
|
|
21891
|
-
hasNextPage
|
|
21892
|
-
}`, { fragmentName: "ProjectUpdateConnection" });
|
|
21893
|
-
const ProjectUpdatePayloadFragmentDoc = new TypedDocumentString(`
|
|
21894
|
-
fragment ProjectUpdatePayload on ProjectUpdatePayload {
|
|
21895
|
-
__typename
|
|
21896
|
-
lastSyncId
|
|
21897
|
-
projectUpdate {
|
|
23039
|
+
user {
|
|
21898
23040
|
id
|
|
21899
23041
|
}
|
|
21900
|
-
success
|
|
21901
|
-
}
|
|
21902
|
-
`, { fragmentName: "ProjectUpdatePayload" });
|
|
21903
|
-
const ProjectUpdateReminderPayloadFragmentDoc = new TypedDocumentString(`
|
|
21904
|
-
fragment ProjectUpdateReminderPayload on ProjectUpdateReminderPayload {
|
|
21905
|
-
__typename
|
|
21906
|
-
lastSyncId
|
|
21907
|
-
success
|
|
21908
23042
|
}
|
|
21909
|
-
|
|
21910
|
-
const PushSubscriptionFragmentDoc = new TypedDocumentString(`
|
|
21911
|
-
fragment PushSubscription on PushSubscription {
|
|
23043
|
+
fragment AiPromptRules on AiPromptRules {
|
|
21912
23044
|
__typename
|
|
21913
23045
|
updatedAt
|
|
21914
23046
|
archivedAt
|
|
21915
23047
|
createdAt
|
|
21916
23048
|
id
|
|
21917
|
-
|
|
21918
|
-
|
|
21919
|
-
const PushSubscriptionPayloadFragmentDoc = new TypedDocumentString(`
|
|
21920
|
-
fragment PushSubscriptionPayload on PushSubscriptionPayload {
|
|
21921
|
-
__typename
|
|
21922
|
-
lastSyncId
|
|
21923
|
-
entity {
|
|
21924
|
-
...PushSubscription
|
|
23049
|
+
updatedBy {
|
|
23050
|
+
id
|
|
21925
23051
|
}
|
|
21926
|
-
success
|
|
21927
23052
|
}
|
|
21928
|
-
|
|
23053
|
+
fragment IssueImport on IssueImport {
|
|
21929
23054
|
__typename
|
|
23055
|
+
progress
|
|
23056
|
+
errorMetadata
|
|
23057
|
+
csvFileUrl
|
|
23058
|
+
serviceMetadata
|
|
23059
|
+
teamName
|
|
23060
|
+
mapping
|
|
23061
|
+
displayName
|
|
23062
|
+
creatorId
|
|
21930
23063
|
updatedAt
|
|
23064
|
+
service
|
|
23065
|
+
status
|
|
21931
23066
|
archivedAt
|
|
21932
23067
|
createdAt
|
|
21933
23068
|
id
|
|
21934
|
-
|
|
21935
|
-
const PushSubscriptionTestPayloadFragmentDoc = new TypedDocumentString(`
|
|
21936
|
-
fragment PushSubscriptionTestPayload on PushSubscriptionTestPayload {
|
|
21937
|
-
__typename
|
|
21938
|
-
success
|
|
21939
|
-
}
|
|
21940
|
-
`, { fragmentName: "PushSubscriptionTestPayload" });
|
|
21941
|
-
const RateLimitResultPayloadFragmentDoc = new TypedDocumentString(`
|
|
21942
|
-
fragment RateLimitResultPayload on RateLimitResultPayload {
|
|
21943
|
-
__typename
|
|
21944
|
-
period
|
|
21945
|
-
remainingAmount
|
|
21946
|
-
requestedAmount
|
|
21947
|
-
reset
|
|
21948
|
-
allowedAmount
|
|
21949
|
-
type
|
|
21950
|
-
}
|
|
21951
|
-
`, { fragmentName: "RateLimitResultPayload" });
|
|
21952
|
-
const RateLimitPayloadFragmentDoc = new TypedDocumentString(`
|
|
21953
|
-
fragment RateLimitPayload on RateLimitPayload {
|
|
21954
|
-
__typename
|
|
21955
|
-
identifier
|
|
21956
|
-
kind
|
|
21957
|
-
limits {
|
|
21958
|
-
...RateLimitResultPayload
|
|
21959
|
-
}
|
|
23069
|
+
error
|
|
21960
23070
|
}
|
|
21961
|
-
|
|
23071
|
+
fragment InitiativeNotification on InitiativeNotification {
|
|
21962
23072
|
__typename
|
|
21963
|
-
|
|
21964
|
-
remainingAmount
|
|
21965
|
-
requestedAmount
|
|
21966
|
-
reset
|
|
21967
|
-
allowedAmount
|
|
23073
|
+
reactionEmoji
|
|
21968
23074
|
type
|
|
21969
|
-
|
|
21970
|
-
|
|
21971
|
-
|
|
21972
|
-
|
|
21973
|
-
|
|
21974
|
-
|
|
21975
|
-
...Reaction
|
|
23075
|
+
commentId
|
|
23076
|
+
initiativeId
|
|
23077
|
+
initiativeUpdateId
|
|
23078
|
+
parentCommentId
|
|
23079
|
+
botActor {
|
|
23080
|
+
...ActorBot
|
|
21976
23081
|
}
|
|
21977
|
-
|
|
21978
|
-
}
|
|
21979
|
-
fragment Reaction on Reaction {
|
|
21980
|
-
__typename
|
|
21981
|
-
emoji
|
|
23082
|
+
category
|
|
21982
23083
|
comment {
|
|
21983
23084
|
id
|
|
21984
23085
|
}
|
|
21985
|
-
|
|
23086
|
+
document {
|
|
21986
23087
|
id
|
|
21987
23088
|
}
|
|
21988
|
-
|
|
23089
|
+
externalUserActor {
|
|
21989
23090
|
id
|
|
21990
23091
|
}
|
|
21991
|
-
|
|
23092
|
+
initiative {
|
|
23093
|
+
id
|
|
23094
|
+
}
|
|
23095
|
+
initiativeUpdate {
|
|
21992
23096
|
id
|
|
21993
23097
|
}
|
|
21994
23098
|
updatedAt
|
|
21995
|
-
|
|
23099
|
+
parentComment {
|
|
21996
23100
|
id
|
|
21997
23101
|
}
|
|
23102
|
+
emailedAt
|
|
23103
|
+
readAt
|
|
23104
|
+
unsnoozedAt
|
|
21998
23105
|
archivedAt
|
|
21999
23106
|
createdAt
|
|
23107
|
+
snoozedUntilAt
|
|
22000
23108
|
id
|
|
23109
|
+
actor {
|
|
23110
|
+
id
|
|
23111
|
+
}
|
|
22001
23112
|
user {
|
|
22002
23113
|
id
|
|
22003
23114
|
}
|
|
22004
|
-
}`, { fragmentName: "ReactionPayload" });
|
|
22005
|
-
const ReleasePayloadFragmentDoc = new TypedDocumentString(`
|
|
22006
|
-
fragment ReleasePayload on ReleasePayload {
|
|
22007
|
-
__typename
|
|
22008
|
-
lastSyncId
|
|
22009
|
-
success
|
|
22010
|
-
}
|
|
22011
|
-
`, { fragmentName: "ReleasePayload" });
|
|
22012
|
-
const ReleasePipelinePayloadFragmentDoc = new TypedDocumentString(`
|
|
22013
|
-
fragment ReleasePipelinePayload on ReleasePipelinePayload {
|
|
22014
|
-
__typename
|
|
22015
|
-
lastSyncId
|
|
22016
|
-
success
|
|
22017
|
-
}
|
|
22018
|
-
`, { fragmentName: "ReleasePipelinePayload" });
|
|
22019
|
-
const ReleaseStagePayloadFragmentDoc = new TypedDocumentString(`
|
|
22020
|
-
fragment ReleaseStagePayload on ReleaseStagePayload {
|
|
22021
|
-
__typename
|
|
22022
|
-
lastSyncId
|
|
22023
|
-
success
|
|
22024
|
-
}
|
|
22025
|
-
`, { fragmentName: "ReleaseStagePayload" });
|
|
22026
|
-
const RepositorySuggestionFragmentDoc = new TypedDocumentString(`
|
|
22027
|
-
fragment RepositorySuggestion on RepositorySuggestion {
|
|
22028
|
-
__typename
|
|
22029
|
-
confidence
|
|
22030
|
-
hostname
|
|
22031
|
-
repositoryFullName
|
|
22032
23115
|
}
|
|
22033
|
-
|
|
22034
|
-
const RepositorySuggestionsPayloadFragmentDoc = new TypedDocumentString(`
|
|
22035
|
-
fragment RepositorySuggestionsPayload on RepositorySuggestionsPayload {
|
|
23116
|
+
fragment IssueNotification on IssueNotification {
|
|
22036
23117
|
__typename
|
|
22037
|
-
|
|
22038
|
-
|
|
23118
|
+
reactionEmoji
|
|
23119
|
+
type
|
|
23120
|
+
commentId
|
|
23121
|
+
issueId
|
|
23122
|
+
parentCommentId
|
|
23123
|
+
botActor {
|
|
23124
|
+
...ActorBot
|
|
23125
|
+
}
|
|
23126
|
+
category
|
|
23127
|
+
comment {
|
|
23128
|
+
id
|
|
23129
|
+
}
|
|
23130
|
+
externalUserActor {
|
|
23131
|
+
id
|
|
23132
|
+
}
|
|
23133
|
+
issue {
|
|
23134
|
+
id
|
|
22039
23135
|
}
|
|
22040
|
-
}
|
|
22041
|
-
fragment RepositorySuggestion on RepositorySuggestion {
|
|
22042
|
-
__typename
|
|
22043
|
-
confidence
|
|
22044
|
-
hostname
|
|
22045
|
-
repositoryFullName
|
|
22046
|
-
}`, { fragmentName: "RepositorySuggestionsPayload" });
|
|
22047
|
-
const RoadmapFragmentDoc = new TypedDocumentString(`
|
|
22048
|
-
fragment Roadmap on Roadmap {
|
|
22049
|
-
__typename
|
|
22050
|
-
url
|
|
22051
|
-
description
|
|
22052
23136
|
updatedAt
|
|
22053
|
-
|
|
22054
|
-
|
|
22055
|
-
|
|
22056
|
-
|
|
23137
|
+
parentComment {
|
|
23138
|
+
id
|
|
23139
|
+
}
|
|
23140
|
+
subscriptions {
|
|
23141
|
+
...NotificationSubscription
|
|
23142
|
+
}
|
|
23143
|
+
team {
|
|
23144
|
+
id
|
|
23145
|
+
}
|
|
23146
|
+
emailedAt
|
|
23147
|
+
readAt
|
|
23148
|
+
unsnoozedAt
|
|
22057
23149
|
archivedAt
|
|
22058
23150
|
createdAt
|
|
23151
|
+
snoozedUntilAt
|
|
22059
23152
|
id
|
|
22060
|
-
|
|
23153
|
+
actor {
|
|
22061
23154
|
id
|
|
22062
23155
|
}
|
|
22063
|
-
|
|
23156
|
+
user {
|
|
22064
23157
|
id
|
|
22065
23158
|
}
|
|
22066
23159
|
}
|
|
22067
|
-
|
|
22068
|
-
const RoadmapConnectionFragmentDoc = new TypedDocumentString(`
|
|
22069
|
-
fragment RoadmapConnection on RoadmapConnection {
|
|
23160
|
+
fragment OauthClientApprovalNotification on OauthClientApprovalNotification {
|
|
22070
23161
|
__typename
|
|
22071
|
-
|
|
22072
|
-
|
|
23162
|
+
type
|
|
23163
|
+
oauthClientApprovalId
|
|
23164
|
+
oauthClientApproval {
|
|
23165
|
+
...OauthClientApproval
|
|
22073
23166
|
}
|
|
22074
|
-
|
|
22075
|
-
...
|
|
23167
|
+
botActor {
|
|
23168
|
+
...ActorBot
|
|
23169
|
+
}
|
|
23170
|
+
category
|
|
23171
|
+
externalUserActor {
|
|
23172
|
+
id
|
|
22076
23173
|
}
|
|
22077
|
-
}
|
|
22078
|
-
fragment Roadmap on Roadmap {
|
|
22079
|
-
__typename
|
|
22080
|
-
url
|
|
22081
|
-
description
|
|
22082
23174
|
updatedAt
|
|
22083
|
-
|
|
22084
|
-
|
|
22085
|
-
|
|
22086
|
-
sortOrder
|
|
23175
|
+
emailedAt
|
|
23176
|
+
readAt
|
|
23177
|
+
unsnoozedAt
|
|
22087
23178
|
archivedAt
|
|
22088
23179
|
createdAt
|
|
23180
|
+
snoozedUntilAt
|
|
22089
23181
|
id
|
|
22090
|
-
|
|
23182
|
+
actor {
|
|
22091
23183
|
id
|
|
22092
23184
|
}
|
|
22093
|
-
|
|
23185
|
+
user {
|
|
22094
23186
|
id
|
|
22095
23187
|
}
|
|
22096
23188
|
}
|
|
22097
|
-
fragment
|
|
22098
|
-
__typename
|
|
22099
|
-
startCursor
|
|
22100
|
-
endCursor
|
|
22101
|
-
hasPreviousPage
|
|
22102
|
-
hasNextPage
|
|
22103
|
-
}`, { fragmentName: "RoadmapConnection" });
|
|
22104
|
-
const RoadmapPayloadFragmentDoc = new TypedDocumentString(`
|
|
22105
|
-
fragment RoadmapPayload on RoadmapPayload {
|
|
23189
|
+
fragment IssueRelationHistoryPayload on IssueRelationHistoryPayload {
|
|
22106
23190
|
__typename
|
|
22107
|
-
|
|
22108
|
-
|
|
22109
|
-
id
|
|
22110
|
-
}
|
|
22111
|
-
success
|
|
23191
|
+
identifier
|
|
23192
|
+
type
|
|
22112
23193
|
}
|
|
22113
|
-
|
|
22114
|
-
const RoadmapToProjectFragmentDoc = new TypedDocumentString(`
|
|
22115
|
-
fragment RoadmapToProject on RoadmapToProject {
|
|
23194
|
+
fragment IssueLabel on IssueLabel {
|
|
22116
23195
|
__typename
|
|
23196
|
+
lastAppliedAt
|
|
23197
|
+
color
|
|
23198
|
+
description
|
|
23199
|
+
name
|
|
22117
23200
|
updatedAt
|
|
22118
|
-
|
|
23201
|
+
inheritedFrom {
|
|
22119
23202
|
id
|
|
22120
23203
|
}
|
|
22121
|
-
|
|
23204
|
+
parent {
|
|
23205
|
+
id
|
|
23206
|
+
}
|
|
23207
|
+
team {
|
|
22122
23208
|
id
|
|
22123
23209
|
}
|
|
22124
|
-
sortOrder
|
|
22125
23210
|
archivedAt
|
|
22126
23211
|
createdAt
|
|
22127
23212
|
id
|
|
22128
|
-
|
|
22129
|
-
|
|
22130
|
-
const RoadmapToProjectConnectionFragmentDoc = new TypedDocumentString(`
|
|
22131
|
-
fragment RoadmapToProjectConnection on RoadmapToProjectConnection {
|
|
22132
|
-
__typename
|
|
22133
|
-
nodes {
|
|
22134
|
-
...RoadmapToProject
|
|
23213
|
+
creator {
|
|
23214
|
+
id
|
|
22135
23215
|
}
|
|
22136
|
-
|
|
22137
|
-
|
|
23216
|
+
retiredBy {
|
|
23217
|
+
id
|
|
22138
23218
|
}
|
|
23219
|
+
isGroup
|
|
22139
23220
|
}
|
|
22140
|
-
|
|
23221
|
+
fragment NotificationSubscription on NotificationSubscription {
|
|
22141
23222
|
__typename
|
|
22142
|
-
|
|
23223
|
+
customView {
|
|
23224
|
+
id
|
|
23225
|
+
}
|
|
23226
|
+
cycle {
|
|
23227
|
+
id
|
|
23228
|
+
}
|
|
23229
|
+
initiative {
|
|
23230
|
+
id
|
|
23231
|
+
}
|
|
23232
|
+
label {
|
|
23233
|
+
id
|
|
23234
|
+
}
|
|
22143
23235
|
project {
|
|
22144
23236
|
id
|
|
22145
23237
|
}
|
|
22146
|
-
|
|
23238
|
+
customer {
|
|
23239
|
+
id
|
|
23240
|
+
}
|
|
23241
|
+
updatedAt
|
|
23242
|
+
team {
|
|
22147
23243
|
id
|
|
22148
23244
|
}
|
|
22149
|
-
sortOrder
|
|
22150
23245
|
archivedAt
|
|
22151
23246
|
createdAt
|
|
23247
|
+
userContextViewType
|
|
23248
|
+
contextViewType
|
|
22152
23249
|
id
|
|
22153
|
-
|
|
22154
|
-
fragment PageInfo on PageInfo {
|
|
22155
|
-
__typename
|
|
22156
|
-
startCursor
|
|
22157
|
-
endCursor
|
|
22158
|
-
hasPreviousPage
|
|
22159
|
-
hasNextPage
|
|
22160
|
-
}`, { fragmentName: "RoadmapToProjectConnection" });
|
|
22161
|
-
const RoadmapToProjectPayloadFragmentDoc = new TypedDocumentString(`
|
|
22162
|
-
fragment RoadmapToProjectPayload on RoadmapToProjectPayload {
|
|
22163
|
-
__typename
|
|
22164
|
-
lastSyncId
|
|
22165
|
-
roadmapToProject {
|
|
23250
|
+
subscriber {
|
|
22166
23251
|
id
|
|
22167
23252
|
}
|
|
22168
|
-
|
|
22169
|
-
}
|
|
22170
|
-
`, { fragmentName: "RoadmapToProjectPayload" });
|
|
22171
|
-
const SlackChannelConnectPayloadFragmentDoc = new TypedDocumentString(`
|
|
22172
|
-
fragment SlackChannelConnectPayload on SlackChannelConnectPayload {
|
|
22173
|
-
__typename
|
|
22174
|
-
lastSyncId
|
|
22175
|
-
integration {
|
|
23253
|
+
user {
|
|
22176
23254
|
id
|
|
22177
23255
|
}
|
|
22178
|
-
|
|
22179
|
-
nudgeToUpdateMainSlackIntegration
|
|
22180
|
-
addBot
|
|
22181
|
-
success
|
|
23256
|
+
active
|
|
22182
23257
|
}
|
|
22183
|
-
|
|
22184
|
-
const SsoUrlFromEmailResponseFragmentDoc = new TypedDocumentString(`
|
|
22185
|
-
fragment SsoUrlFromEmailResponse on SsoUrlFromEmailResponse {
|
|
23258
|
+
fragment OauthClientApproval on OauthClientApproval {
|
|
22186
23259
|
__typename
|
|
22187
|
-
|
|
22188
|
-
|
|
22189
|
-
|
|
22190
|
-
|
|
23260
|
+
newlyRequestedScopes
|
|
23261
|
+
updatedAt
|
|
23262
|
+
requesterId
|
|
23263
|
+
responderId
|
|
23264
|
+
requestReason
|
|
23265
|
+
denyReason
|
|
23266
|
+
scopes
|
|
23267
|
+
status
|
|
23268
|
+
archivedAt
|
|
23269
|
+
createdAt
|
|
23270
|
+
id
|
|
23271
|
+
oauthClientId
|
|
23272
|
+
}`, { fragmentName: "Subscription" });
|
|
22191
23273
|
const SuccessPayloadFragmentDoc = new TypedDocumentString(`
|
|
22192
23274
|
fragment SuccessPayload on SuccessPayload {
|
|
22193
23275
|
__typename
|
|
@@ -62847,6 +63929,46 @@ var DocumentContentChildWebhookPayload = class {
|
|
|
62847
63929
|
project;
|
|
62848
63930
|
};
|
|
62849
63931
|
/**
|
|
63932
|
+
* A draft revision of document content, pending user review.
|
|
63933
|
+
*
|
|
63934
|
+
* @param request - function to call the graphql client
|
|
63935
|
+
* @param data - L.DocumentContentDraftFragment response data
|
|
63936
|
+
*/
|
|
63937
|
+
var DocumentContentDraft = class extends Request {
|
|
63938
|
+
_user;
|
|
63939
|
+
constructor(request, data) {
|
|
63940
|
+
super(request);
|
|
63941
|
+
this.archivedAt = parseDate(data.archivedAt) ?? void 0;
|
|
63942
|
+
this.contentState = data.contentState;
|
|
63943
|
+
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
63944
|
+
this.documentContentId = data.documentContentId;
|
|
63945
|
+
this.id = data.id;
|
|
63946
|
+
this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
|
|
63947
|
+
this.userId = data.userId;
|
|
63948
|
+
this.documentContent = new DocumentContent(request, data.documentContent);
|
|
63949
|
+
this._user = data.user;
|
|
63950
|
+
}
|
|
63951
|
+
/** The time at which the entity was archived. Null if the entity has not been archived. */
|
|
63952
|
+
archivedAt;
|
|
63953
|
+
/** The draft content state as a base64 encoded Yjs state update. */
|
|
63954
|
+
contentState;
|
|
63955
|
+
/** The time at which the entity was created. */
|
|
63956
|
+
createdAt;
|
|
63957
|
+
documentContentId;
|
|
63958
|
+
/** The unique identifier of the entity. */
|
|
63959
|
+
id;
|
|
63960
|
+
/**
|
|
63961
|
+
* The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
|
|
63962
|
+
* been updated after creation.
|
|
63963
|
+
*/
|
|
63964
|
+
updatedAt;
|
|
63965
|
+
userId;
|
|
63966
|
+
documentContent;
|
|
63967
|
+
get user() {
|
|
63968
|
+
return new UserQuery(this._request).fetch(this._user.id);
|
|
63969
|
+
}
|
|
63970
|
+
};
|
|
63971
|
+
/**
|
|
62850
63972
|
* DocumentContentHistoryPayload model
|
|
62851
63973
|
*
|
|
62852
63974
|
* @param request - function to call the graphql client
|
|
@@ -74094,6 +75216,575 @@ var SsoUrlFromEmailResponse = class extends Request {
|
|
|
74094
75216
|
success;
|
|
74095
75217
|
};
|
|
74096
75218
|
/**
|
|
75219
|
+
* Subscription model
|
|
75220
|
+
*
|
|
75221
|
+
* @param request - function to call the graphql client
|
|
75222
|
+
* @param data - L.SubscriptionFragment response data
|
|
75223
|
+
*/
|
|
75224
|
+
var Subscription = class extends Request {
|
|
75225
|
+
_agentActivityCreated;
|
|
75226
|
+
_agentActivityUpdated;
|
|
75227
|
+
_agentSessionCreated;
|
|
75228
|
+
_agentSessionUpdated;
|
|
75229
|
+
_commentArchived;
|
|
75230
|
+
_commentCreated;
|
|
75231
|
+
_commentDeleted;
|
|
75232
|
+
_commentUnarchived;
|
|
75233
|
+
_commentUpdated;
|
|
75234
|
+
_cycleArchived;
|
|
75235
|
+
_cycleCreated;
|
|
75236
|
+
_cycleUpdated;
|
|
75237
|
+
_documentArchived;
|
|
75238
|
+
_documentCreated;
|
|
75239
|
+
_documentUnarchived;
|
|
75240
|
+
_documentUpdated;
|
|
75241
|
+
_favoriteCreated;
|
|
75242
|
+
_favoriteDeleted;
|
|
75243
|
+
_favoriteUpdated;
|
|
75244
|
+
_initiativeCreated;
|
|
75245
|
+
_initiativeDeleted;
|
|
75246
|
+
_initiativeUpdated;
|
|
75247
|
+
_issueArchived;
|
|
75248
|
+
_issueCreated;
|
|
75249
|
+
_issueLabelCreated;
|
|
75250
|
+
_issueLabelDeleted;
|
|
75251
|
+
_issueLabelUpdated;
|
|
75252
|
+
_issueRelationCreated;
|
|
75253
|
+
_issueRelationDeleted;
|
|
75254
|
+
_issueRelationUpdated;
|
|
75255
|
+
_issueUnarchived;
|
|
75256
|
+
_issueUpdated;
|
|
75257
|
+
_projectArchived;
|
|
75258
|
+
_projectCreated;
|
|
75259
|
+
_projectUnarchived;
|
|
75260
|
+
_projectUpdateCreated;
|
|
75261
|
+
_projectUpdateDeleted;
|
|
75262
|
+
_projectUpdateUpdated;
|
|
75263
|
+
_projectUpdated;
|
|
75264
|
+
_roadmapCreated;
|
|
75265
|
+
_roadmapDeleted;
|
|
75266
|
+
_roadmapUpdated;
|
|
75267
|
+
_teamCreated;
|
|
75268
|
+
_teamDeleted;
|
|
75269
|
+
_teamMembershipCreated;
|
|
75270
|
+
_teamMembershipDeleted;
|
|
75271
|
+
_teamMembershipUpdated;
|
|
75272
|
+
_teamUpdated;
|
|
75273
|
+
_userCreated;
|
|
75274
|
+
_userUpdated;
|
|
75275
|
+
_workflowStateArchived;
|
|
75276
|
+
_workflowStateCreated;
|
|
75277
|
+
_workflowStateUpdated;
|
|
75278
|
+
constructor(request, data) {
|
|
75279
|
+
super(request);
|
|
75280
|
+
this.documentContentDraftCreated = new DocumentContentDraft(request, data.documentContentDraftCreated);
|
|
75281
|
+
this.documentContentDraftDeleted = new DocumentContentDraft(request, data.documentContentDraftDeleted);
|
|
75282
|
+
this.documentContentDraftUpdated = new DocumentContentDraft(request, data.documentContentDraftUpdated);
|
|
75283
|
+
this.draftCreated = new Draft(request, data.draftCreated);
|
|
75284
|
+
this.draftDeleted = new Draft(request, data.draftDeleted);
|
|
75285
|
+
this.draftUpdated = new Draft(request, data.draftUpdated);
|
|
75286
|
+
this.issueHistoryCreated = new IssueHistory(request, data.issueHistoryCreated);
|
|
75287
|
+
this.issueHistoryUpdated = new IssueHistory(request, data.issueHistoryUpdated);
|
|
75288
|
+
this._agentActivityCreated = data.agentActivityCreated;
|
|
75289
|
+
this._agentActivityUpdated = data.agentActivityUpdated;
|
|
75290
|
+
this._agentSessionCreated = data.agentSessionCreated;
|
|
75291
|
+
this._agentSessionUpdated = data.agentSessionUpdated;
|
|
75292
|
+
this._commentArchived = data.commentArchived;
|
|
75293
|
+
this._commentCreated = data.commentCreated;
|
|
75294
|
+
this._commentDeleted = data.commentDeleted;
|
|
75295
|
+
this._commentUnarchived = data.commentUnarchived;
|
|
75296
|
+
this._commentUpdated = data.commentUpdated;
|
|
75297
|
+
this._cycleArchived = data.cycleArchived;
|
|
75298
|
+
this._cycleCreated = data.cycleCreated;
|
|
75299
|
+
this._cycleUpdated = data.cycleUpdated;
|
|
75300
|
+
this._documentArchived = data.documentArchived;
|
|
75301
|
+
this._documentCreated = data.documentCreated;
|
|
75302
|
+
this._documentUnarchived = data.documentUnarchived;
|
|
75303
|
+
this._documentUpdated = data.documentUpdated;
|
|
75304
|
+
this._favoriteCreated = data.favoriteCreated;
|
|
75305
|
+
this._favoriteDeleted = data.favoriteDeleted;
|
|
75306
|
+
this._favoriteUpdated = data.favoriteUpdated;
|
|
75307
|
+
this._initiativeCreated = data.initiativeCreated;
|
|
75308
|
+
this._initiativeDeleted = data.initiativeDeleted;
|
|
75309
|
+
this._initiativeUpdated = data.initiativeUpdated;
|
|
75310
|
+
this._issueArchived = data.issueArchived;
|
|
75311
|
+
this._issueCreated = data.issueCreated;
|
|
75312
|
+
this._issueLabelCreated = data.issueLabelCreated;
|
|
75313
|
+
this._issueLabelDeleted = data.issueLabelDeleted;
|
|
75314
|
+
this._issueLabelUpdated = data.issueLabelUpdated;
|
|
75315
|
+
this._issueRelationCreated = data.issueRelationCreated;
|
|
75316
|
+
this._issueRelationDeleted = data.issueRelationDeleted;
|
|
75317
|
+
this._issueRelationUpdated = data.issueRelationUpdated;
|
|
75318
|
+
this._issueUnarchived = data.issueUnarchived;
|
|
75319
|
+
this._issueUpdated = data.issueUpdated;
|
|
75320
|
+
this._projectArchived = data.projectArchived;
|
|
75321
|
+
this._projectCreated = data.projectCreated;
|
|
75322
|
+
this._projectUnarchived = data.projectUnarchived;
|
|
75323
|
+
this._projectUpdateCreated = data.projectUpdateCreated;
|
|
75324
|
+
this._projectUpdateDeleted = data.projectUpdateDeleted;
|
|
75325
|
+
this._projectUpdateUpdated = data.projectUpdateUpdated;
|
|
75326
|
+
this._projectUpdated = data.projectUpdated;
|
|
75327
|
+
this._roadmapCreated = data.roadmapCreated;
|
|
75328
|
+
this._roadmapDeleted = data.roadmapDeleted;
|
|
75329
|
+
this._roadmapUpdated = data.roadmapUpdated;
|
|
75330
|
+
this._teamCreated = data.teamCreated;
|
|
75331
|
+
this._teamDeleted = data.teamDeleted;
|
|
75332
|
+
this._teamMembershipCreated = data.teamMembershipCreated;
|
|
75333
|
+
this._teamMembershipDeleted = data.teamMembershipDeleted;
|
|
75334
|
+
this._teamMembershipUpdated = data.teamMembershipUpdated;
|
|
75335
|
+
this._teamUpdated = data.teamUpdated;
|
|
75336
|
+
this._userCreated = data.userCreated;
|
|
75337
|
+
this._userUpdated = data.userUpdated;
|
|
75338
|
+
this._workflowStateArchived = data.workflowStateArchived;
|
|
75339
|
+
this._workflowStateCreated = data.workflowStateCreated;
|
|
75340
|
+
this._workflowStateUpdated = data.workflowStateUpdated;
|
|
75341
|
+
}
|
|
75342
|
+
/** Triggered when a document content draft is created */
|
|
75343
|
+
documentContentDraftCreated;
|
|
75344
|
+
/** Triggered when a document content draft is deleted */
|
|
75345
|
+
documentContentDraftDeleted;
|
|
75346
|
+
/** Triggered when a document content draft is updated */
|
|
75347
|
+
documentContentDraftUpdated;
|
|
75348
|
+
/** Triggered when a draft is created */
|
|
75349
|
+
draftCreated;
|
|
75350
|
+
/** Triggered when a draft is deleted */
|
|
75351
|
+
draftDeleted;
|
|
75352
|
+
/** Triggered when a draft is updated */
|
|
75353
|
+
draftUpdated;
|
|
75354
|
+
/** Triggered when an issue history is created */
|
|
75355
|
+
issueHistoryCreated;
|
|
75356
|
+
/** Triggered when an issue history is updated */
|
|
75357
|
+
issueHistoryUpdated;
|
|
75358
|
+
/** Triggered when an agent activity is created */
|
|
75359
|
+
get agentActivityCreated() {
|
|
75360
|
+
return new AgentActivityQuery(this._request).fetch(this._agentActivityCreated.id);
|
|
75361
|
+
}
|
|
75362
|
+
/** The ID of triggered when an agent activity is created */
|
|
75363
|
+
get agentActivityCreatedId() {
|
|
75364
|
+
return this._agentActivityCreated?.id;
|
|
75365
|
+
}
|
|
75366
|
+
/** Triggered when an agent activity is updated */
|
|
75367
|
+
get agentActivityUpdated() {
|
|
75368
|
+
return new AgentActivityQuery(this._request).fetch(this._agentActivityUpdated.id);
|
|
75369
|
+
}
|
|
75370
|
+
/** The ID of triggered when an agent activity is updated */
|
|
75371
|
+
get agentActivityUpdatedId() {
|
|
75372
|
+
return this._agentActivityUpdated?.id;
|
|
75373
|
+
}
|
|
75374
|
+
/** Triggered when an agent session is created */
|
|
75375
|
+
get agentSessionCreated() {
|
|
75376
|
+
return new AgentSessionQuery(this._request).fetch(this._agentSessionCreated.id);
|
|
75377
|
+
}
|
|
75378
|
+
/** The ID of triggered when an agent session is created */
|
|
75379
|
+
get agentSessionCreatedId() {
|
|
75380
|
+
return this._agentSessionCreated?.id;
|
|
75381
|
+
}
|
|
75382
|
+
/** Triggered when an agent session is updated */
|
|
75383
|
+
get agentSessionUpdated() {
|
|
75384
|
+
return new AgentSessionQuery(this._request).fetch(this._agentSessionUpdated.id);
|
|
75385
|
+
}
|
|
75386
|
+
/** The ID of triggered when an agent session is updated */
|
|
75387
|
+
get agentSessionUpdatedId() {
|
|
75388
|
+
return this._agentSessionUpdated?.id;
|
|
75389
|
+
}
|
|
75390
|
+
/** Triggered when a comment is archived */
|
|
75391
|
+
get commentArchived() {
|
|
75392
|
+
return new CommentQuery(this._request).fetch({ id: this._commentArchived.id });
|
|
75393
|
+
}
|
|
75394
|
+
/** The ID of triggered when a comment is archived */
|
|
75395
|
+
get commentArchivedId() {
|
|
75396
|
+
return this._commentArchived?.id;
|
|
75397
|
+
}
|
|
75398
|
+
/** Triggered when a comment is created */
|
|
75399
|
+
get commentCreated() {
|
|
75400
|
+
return new CommentQuery(this._request).fetch({ id: this._commentCreated.id });
|
|
75401
|
+
}
|
|
75402
|
+
/** The ID of triggered when a comment is created */
|
|
75403
|
+
get commentCreatedId() {
|
|
75404
|
+
return this._commentCreated?.id;
|
|
75405
|
+
}
|
|
75406
|
+
/** Triggered when a comment is deleted */
|
|
75407
|
+
get commentDeleted() {
|
|
75408
|
+
return new CommentQuery(this._request).fetch({ id: this._commentDeleted.id });
|
|
75409
|
+
}
|
|
75410
|
+
/** The ID of triggered when a comment is deleted */
|
|
75411
|
+
get commentDeletedId() {
|
|
75412
|
+
return this._commentDeleted?.id;
|
|
75413
|
+
}
|
|
75414
|
+
/** Triggered when a a comment is unarchived */
|
|
75415
|
+
get commentUnarchived() {
|
|
75416
|
+
return new CommentQuery(this._request).fetch({ id: this._commentUnarchived.id });
|
|
75417
|
+
}
|
|
75418
|
+
/** The ID of triggered when a a comment is unarchived */
|
|
75419
|
+
get commentUnarchivedId() {
|
|
75420
|
+
return this._commentUnarchived?.id;
|
|
75421
|
+
}
|
|
75422
|
+
/** Triggered when a comment is updated */
|
|
75423
|
+
get commentUpdated() {
|
|
75424
|
+
return new CommentQuery(this._request).fetch({ id: this._commentUpdated.id });
|
|
75425
|
+
}
|
|
75426
|
+
/** The ID of triggered when a comment is updated */
|
|
75427
|
+
get commentUpdatedId() {
|
|
75428
|
+
return this._commentUpdated?.id;
|
|
75429
|
+
}
|
|
75430
|
+
/** Triggered when a cycle is archived */
|
|
75431
|
+
get cycleArchived() {
|
|
75432
|
+
return new CycleQuery(this._request).fetch(this._cycleArchived.id);
|
|
75433
|
+
}
|
|
75434
|
+
/** The ID of triggered when a cycle is archived */
|
|
75435
|
+
get cycleArchivedId() {
|
|
75436
|
+
return this._cycleArchived?.id;
|
|
75437
|
+
}
|
|
75438
|
+
/** Triggered when a cycle is created */
|
|
75439
|
+
get cycleCreated() {
|
|
75440
|
+
return new CycleQuery(this._request).fetch(this._cycleCreated.id);
|
|
75441
|
+
}
|
|
75442
|
+
/** The ID of triggered when a cycle is created */
|
|
75443
|
+
get cycleCreatedId() {
|
|
75444
|
+
return this._cycleCreated?.id;
|
|
75445
|
+
}
|
|
75446
|
+
/** Triggered when a cycle is updated */
|
|
75447
|
+
get cycleUpdated() {
|
|
75448
|
+
return new CycleQuery(this._request).fetch(this._cycleUpdated.id);
|
|
75449
|
+
}
|
|
75450
|
+
/** The ID of triggered when a cycle is updated */
|
|
75451
|
+
get cycleUpdatedId() {
|
|
75452
|
+
return this._cycleUpdated?.id;
|
|
75453
|
+
}
|
|
75454
|
+
/** Triggered when a document is archived */
|
|
75455
|
+
get documentArchived() {
|
|
75456
|
+
return new DocumentQuery(this._request).fetch(this._documentArchived.id);
|
|
75457
|
+
}
|
|
75458
|
+
/** The ID of triggered when a document is archived */
|
|
75459
|
+
get documentArchivedId() {
|
|
75460
|
+
return this._documentArchived?.id;
|
|
75461
|
+
}
|
|
75462
|
+
/** Triggered when a document is created */
|
|
75463
|
+
get documentCreated() {
|
|
75464
|
+
return new DocumentQuery(this._request).fetch(this._documentCreated.id);
|
|
75465
|
+
}
|
|
75466
|
+
/** The ID of triggered when a document is created */
|
|
75467
|
+
get documentCreatedId() {
|
|
75468
|
+
return this._documentCreated?.id;
|
|
75469
|
+
}
|
|
75470
|
+
/** Triggered when a a document is unarchived */
|
|
75471
|
+
get documentUnarchived() {
|
|
75472
|
+
return new DocumentQuery(this._request).fetch(this._documentUnarchived.id);
|
|
75473
|
+
}
|
|
75474
|
+
/** The ID of triggered when a a document is unarchived */
|
|
75475
|
+
get documentUnarchivedId() {
|
|
75476
|
+
return this._documentUnarchived?.id;
|
|
75477
|
+
}
|
|
75478
|
+
/** Triggered when a document is updated */
|
|
75479
|
+
get documentUpdated() {
|
|
75480
|
+
return new DocumentQuery(this._request).fetch(this._documentUpdated.id);
|
|
75481
|
+
}
|
|
75482
|
+
/** The ID of triggered when a document is updated */
|
|
75483
|
+
get documentUpdatedId() {
|
|
75484
|
+
return this._documentUpdated?.id;
|
|
75485
|
+
}
|
|
75486
|
+
/** Triggered when a favorite is created */
|
|
75487
|
+
get favoriteCreated() {
|
|
75488
|
+
return new FavoriteQuery(this._request).fetch(this._favoriteCreated.id);
|
|
75489
|
+
}
|
|
75490
|
+
/** The ID of triggered when a favorite is created */
|
|
75491
|
+
get favoriteCreatedId() {
|
|
75492
|
+
return this._favoriteCreated?.id;
|
|
75493
|
+
}
|
|
75494
|
+
/** Triggered when a favorite is deleted */
|
|
75495
|
+
get favoriteDeleted() {
|
|
75496
|
+
return new FavoriteQuery(this._request).fetch(this._favoriteDeleted.id);
|
|
75497
|
+
}
|
|
75498
|
+
/** The ID of triggered when a favorite is deleted */
|
|
75499
|
+
get favoriteDeletedId() {
|
|
75500
|
+
return this._favoriteDeleted?.id;
|
|
75501
|
+
}
|
|
75502
|
+
/** Triggered when a favorite is updated */
|
|
75503
|
+
get favoriteUpdated() {
|
|
75504
|
+
return new FavoriteQuery(this._request).fetch(this._favoriteUpdated.id);
|
|
75505
|
+
}
|
|
75506
|
+
/** The ID of triggered when a favorite is updated */
|
|
75507
|
+
get favoriteUpdatedId() {
|
|
75508
|
+
return this._favoriteUpdated?.id;
|
|
75509
|
+
}
|
|
75510
|
+
/** Triggered when an initiative is created */
|
|
75511
|
+
get initiativeCreated() {
|
|
75512
|
+
return new InitiativeQuery(this._request).fetch(this._initiativeCreated.id);
|
|
75513
|
+
}
|
|
75514
|
+
/** The ID of triggered when an initiative is created */
|
|
75515
|
+
get initiativeCreatedId() {
|
|
75516
|
+
return this._initiativeCreated?.id;
|
|
75517
|
+
}
|
|
75518
|
+
/** Triggered when an initiative is deleted */
|
|
75519
|
+
get initiativeDeleted() {
|
|
75520
|
+
return new InitiativeQuery(this._request).fetch(this._initiativeDeleted.id);
|
|
75521
|
+
}
|
|
75522
|
+
/** The ID of triggered when an initiative is deleted */
|
|
75523
|
+
get initiativeDeletedId() {
|
|
75524
|
+
return this._initiativeDeleted?.id;
|
|
75525
|
+
}
|
|
75526
|
+
/** Triggered when an initiative is updated */
|
|
75527
|
+
get initiativeUpdated() {
|
|
75528
|
+
return new InitiativeQuery(this._request).fetch(this._initiativeUpdated.id);
|
|
75529
|
+
}
|
|
75530
|
+
/** The ID of triggered when an initiative is updated */
|
|
75531
|
+
get initiativeUpdatedId() {
|
|
75532
|
+
return this._initiativeUpdated?.id;
|
|
75533
|
+
}
|
|
75534
|
+
/** Triggered when an issue is archived */
|
|
75535
|
+
get issueArchived() {
|
|
75536
|
+
return new IssueQuery(this._request).fetch(this._issueArchived.id);
|
|
75537
|
+
}
|
|
75538
|
+
/** The ID of triggered when an issue is archived */
|
|
75539
|
+
get issueArchivedId() {
|
|
75540
|
+
return this._issueArchived?.id;
|
|
75541
|
+
}
|
|
75542
|
+
/** Triggered when an issue is created */
|
|
75543
|
+
get issueCreated() {
|
|
75544
|
+
return new IssueQuery(this._request).fetch(this._issueCreated.id);
|
|
75545
|
+
}
|
|
75546
|
+
/** The ID of triggered when an issue is created */
|
|
75547
|
+
get issueCreatedId() {
|
|
75548
|
+
return this._issueCreated?.id;
|
|
75549
|
+
}
|
|
75550
|
+
/** Triggered when an issue label is created */
|
|
75551
|
+
get issueLabelCreated() {
|
|
75552
|
+
return new IssueLabelQuery(this._request).fetch(this._issueLabelCreated.id);
|
|
75553
|
+
}
|
|
75554
|
+
/** The ID of triggered when an issue label is created */
|
|
75555
|
+
get issueLabelCreatedId() {
|
|
75556
|
+
return this._issueLabelCreated?.id;
|
|
75557
|
+
}
|
|
75558
|
+
/** Triggered when an issue label is deleted */
|
|
75559
|
+
get issueLabelDeleted() {
|
|
75560
|
+
return new IssueLabelQuery(this._request).fetch(this._issueLabelDeleted.id);
|
|
75561
|
+
}
|
|
75562
|
+
/** The ID of triggered when an issue label is deleted */
|
|
75563
|
+
get issueLabelDeletedId() {
|
|
75564
|
+
return this._issueLabelDeleted?.id;
|
|
75565
|
+
}
|
|
75566
|
+
/** Triggered when an issue label is updated */
|
|
75567
|
+
get issueLabelUpdated() {
|
|
75568
|
+
return new IssueLabelQuery(this._request).fetch(this._issueLabelUpdated.id);
|
|
75569
|
+
}
|
|
75570
|
+
/** The ID of triggered when an issue label is updated */
|
|
75571
|
+
get issueLabelUpdatedId() {
|
|
75572
|
+
return this._issueLabelUpdated?.id;
|
|
75573
|
+
}
|
|
75574
|
+
/** Triggered when an issue relation is created */
|
|
75575
|
+
get issueRelationCreated() {
|
|
75576
|
+
return new IssueRelationQuery(this._request).fetch(this._issueRelationCreated.id);
|
|
75577
|
+
}
|
|
75578
|
+
/** The ID of triggered when an issue relation is created */
|
|
75579
|
+
get issueRelationCreatedId() {
|
|
75580
|
+
return this._issueRelationCreated?.id;
|
|
75581
|
+
}
|
|
75582
|
+
/** Triggered when an issue relation is deleted */
|
|
75583
|
+
get issueRelationDeleted() {
|
|
75584
|
+
return new IssueRelationQuery(this._request).fetch(this._issueRelationDeleted.id);
|
|
75585
|
+
}
|
|
75586
|
+
/** The ID of triggered when an issue relation is deleted */
|
|
75587
|
+
get issueRelationDeletedId() {
|
|
75588
|
+
return this._issueRelationDeleted?.id;
|
|
75589
|
+
}
|
|
75590
|
+
/** Triggered when an issue relation is updated */
|
|
75591
|
+
get issueRelationUpdated() {
|
|
75592
|
+
return new IssueRelationQuery(this._request).fetch(this._issueRelationUpdated.id);
|
|
75593
|
+
}
|
|
75594
|
+
/** The ID of triggered when an issue relation is updated */
|
|
75595
|
+
get issueRelationUpdatedId() {
|
|
75596
|
+
return this._issueRelationUpdated?.id;
|
|
75597
|
+
}
|
|
75598
|
+
/** Triggered when a an issue is unarchived */
|
|
75599
|
+
get issueUnarchived() {
|
|
75600
|
+
return new IssueQuery(this._request).fetch(this._issueUnarchived.id);
|
|
75601
|
+
}
|
|
75602
|
+
/** The ID of triggered when a an issue is unarchived */
|
|
75603
|
+
get issueUnarchivedId() {
|
|
75604
|
+
return this._issueUnarchived?.id;
|
|
75605
|
+
}
|
|
75606
|
+
/** Triggered when an issue is updated */
|
|
75607
|
+
get issueUpdated() {
|
|
75608
|
+
return new IssueQuery(this._request).fetch(this._issueUpdated.id);
|
|
75609
|
+
}
|
|
75610
|
+
/** The ID of triggered when an issue is updated */
|
|
75611
|
+
get issueUpdatedId() {
|
|
75612
|
+
return this._issueUpdated?.id;
|
|
75613
|
+
}
|
|
75614
|
+
/** Triggered when an organization is updated */
|
|
75615
|
+
get organizationUpdated() {
|
|
75616
|
+
return new OrganizationQuery(this._request).fetch();
|
|
75617
|
+
}
|
|
75618
|
+
/** Triggered when a project is archived */
|
|
75619
|
+
get projectArchived() {
|
|
75620
|
+
return new ProjectQuery(this._request).fetch(this._projectArchived.id);
|
|
75621
|
+
}
|
|
75622
|
+
/** The ID of triggered when a project is archived */
|
|
75623
|
+
get projectArchivedId() {
|
|
75624
|
+
return this._projectArchived?.id;
|
|
75625
|
+
}
|
|
75626
|
+
/** Triggered when a project is created */
|
|
75627
|
+
get projectCreated() {
|
|
75628
|
+
return new ProjectQuery(this._request).fetch(this._projectCreated.id);
|
|
75629
|
+
}
|
|
75630
|
+
/** The ID of triggered when a project is created */
|
|
75631
|
+
get projectCreatedId() {
|
|
75632
|
+
return this._projectCreated?.id;
|
|
75633
|
+
}
|
|
75634
|
+
/** Triggered when a a project is unarchived */
|
|
75635
|
+
get projectUnarchived() {
|
|
75636
|
+
return new ProjectQuery(this._request).fetch(this._projectUnarchived.id);
|
|
75637
|
+
}
|
|
75638
|
+
/** The ID of triggered when a a project is unarchived */
|
|
75639
|
+
get projectUnarchivedId() {
|
|
75640
|
+
return this._projectUnarchived?.id;
|
|
75641
|
+
}
|
|
75642
|
+
/** Triggered when a project update is created */
|
|
75643
|
+
get projectUpdateCreated() {
|
|
75644
|
+
return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateCreated.id);
|
|
75645
|
+
}
|
|
75646
|
+
/** The ID of triggered when a project update is created */
|
|
75647
|
+
get projectUpdateCreatedId() {
|
|
75648
|
+
return this._projectUpdateCreated?.id;
|
|
75649
|
+
}
|
|
75650
|
+
/** Triggered when a project update is deleted */
|
|
75651
|
+
get projectUpdateDeleted() {
|
|
75652
|
+
return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateDeleted.id);
|
|
75653
|
+
}
|
|
75654
|
+
/** The ID of triggered when a project update is deleted */
|
|
75655
|
+
get projectUpdateDeletedId() {
|
|
75656
|
+
return this._projectUpdateDeleted?.id;
|
|
75657
|
+
}
|
|
75658
|
+
/** Triggered when a project update is updated */
|
|
75659
|
+
get projectUpdateUpdated() {
|
|
75660
|
+
return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateUpdated.id);
|
|
75661
|
+
}
|
|
75662
|
+
/** The ID of triggered when a project update is updated */
|
|
75663
|
+
get projectUpdateUpdatedId() {
|
|
75664
|
+
return this._projectUpdateUpdated?.id;
|
|
75665
|
+
}
|
|
75666
|
+
/** Triggered when a project is updated */
|
|
75667
|
+
get projectUpdated() {
|
|
75668
|
+
return new ProjectQuery(this._request).fetch(this._projectUpdated.id);
|
|
75669
|
+
}
|
|
75670
|
+
/** The ID of triggered when a project is updated */
|
|
75671
|
+
get projectUpdatedId() {
|
|
75672
|
+
return this._projectUpdated?.id;
|
|
75673
|
+
}
|
|
75674
|
+
/** Triggered when a roadmap is created */
|
|
75675
|
+
get roadmapCreated() {
|
|
75676
|
+
return new RoadmapQuery(this._request).fetch(this._roadmapCreated.id);
|
|
75677
|
+
}
|
|
75678
|
+
/** The ID of triggered when a roadmap is created */
|
|
75679
|
+
get roadmapCreatedId() {
|
|
75680
|
+
return this._roadmapCreated?.id;
|
|
75681
|
+
}
|
|
75682
|
+
/** Triggered when a roadmap is deleted */
|
|
75683
|
+
get roadmapDeleted() {
|
|
75684
|
+
return new RoadmapQuery(this._request).fetch(this._roadmapDeleted.id);
|
|
75685
|
+
}
|
|
75686
|
+
/** The ID of triggered when a roadmap is deleted */
|
|
75687
|
+
get roadmapDeletedId() {
|
|
75688
|
+
return this._roadmapDeleted?.id;
|
|
75689
|
+
}
|
|
75690
|
+
/** Triggered when a roadmap is updated */
|
|
75691
|
+
get roadmapUpdated() {
|
|
75692
|
+
return new RoadmapQuery(this._request).fetch(this._roadmapUpdated.id);
|
|
75693
|
+
}
|
|
75694
|
+
/** The ID of triggered when a roadmap is updated */
|
|
75695
|
+
get roadmapUpdatedId() {
|
|
75696
|
+
return this._roadmapUpdated?.id;
|
|
75697
|
+
}
|
|
75698
|
+
/** Triggered when a team is created */
|
|
75699
|
+
get teamCreated() {
|
|
75700
|
+
return new TeamQuery(this._request).fetch(this._teamCreated.id);
|
|
75701
|
+
}
|
|
75702
|
+
/** The ID of triggered when a team is created */
|
|
75703
|
+
get teamCreatedId() {
|
|
75704
|
+
return this._teamCreated?.id;
|
|
75705
|
+
}
|
|
75706
|
+
/** Triggered when a team is deleted */
|
|
75707
|
+
get teamDeleted() {
|
|
75708
|
+
return new TeamQuery(this._request).fetch(this._teamDeleted.id);
|
|
75709
|
+
}
|
|
75710
|
+
/** The ID of triggered when a team is deleted */
|
|
75711
|
+
get teamDeletedId() {
|
|
75712
|
+
return this._teamDeleted?.id;
|
|
75713
|
+
}
|
|
75714
|
+
/** Triggered when a team membership is created */
|
|
75715
|
+
get teamMembershipCreated() {
|
|
75716
|
+
return new TeamMembershipQuery(this._request).fetch(this._teamMembershipCreated.id);
|
|
75717
|
+
}
|
|
75718
|
+
/** The ID of triggered when a team membership is created */
|
|
75719
|
+
get teamMembershipCreatedId() {
|
|
75720
|
+
return this._teamMembershipCreated?.id;
|
|
75721
|
+
}
|
|
75722
|
+
/** Triggered when a team membership is deleted */
|
|
75723
|
+
get teamMembershipDeleted() {
|
|
75724
|
+
return new TeamMembershipQuery(this._request).fetch(this._teamMembershipDeleted.id);
|
|
75725
|
+
}
|
|
75726
|
+
/** The ID of triggered when a team membership is deleted */
|
|
75727
|
+
get teamMembershipDeletedId() {
|
|
75728
|
+
return this._teamMembershipDeleted?.id;
|
|
75729
|
+
}
|
|
75730
|
+
/** Triggered when a team membership is updated */
|
|
75731
|
+
get teamMembershipUpdated() {
|
|
75732
|
+
return new TeamMembershipQuery(this._request).fetch(this._teamMembershipUpdated.id);
|
|
75733
|
+
}
|
|
75734
|
+
/** The ID of triggered when a team membership is updated */
|
|
75735
|
+
get teamMembershipUpdatedId() {
|
|
75736
|
+
return this._teamMembershipUpdated?.id;
|
|
75737
|
+
}
|
|
75738
|
+
/** Triggered when a team is updated */
|
|
75739
|
+
get teamUpdated() {
|
|
75740
|
+
return new TeamQuery(this._request).fetch(this._teamUpdated.id);
|
|
75741
|
+
}
|
|
75742
|
+
/** The ID of triggered when a team is updated */
|
|
75743
|
+
get teamUpdatedId() {
|
|
75744
|
+
return this._teamUpdated?.id;
|
|
75745
|
+
}
|
|
75746
|
+
/** Triggered when an user is created */
|
|
75747
|
+
get userCreated() {
|
|
75748
|
+
return new UserQuery(this._request).fetch(this._userCreated.id);
|
|
75749
|
+
}
|
|
75750
|
+
/** The ID of triggered when an user is created */
|
|
75751
|
+
get userCreatedId() {
|
|
75752
|
+
return this._userCreated?.id;
|
|
75753
|
+
}
|
|
75754
|
+
/** Triggered when an user is updated */
|
|
75755
|
+
get userUpdated() {
|
|
75756
|
+
return new UserQuery(this._request).fetch(this._userUpdated.id);
|
|
75757
|
+
}
|
|
75758
|
+
/** The ID of triggered when an user is updated */
|
|
75759
|
+
get userUpdatedId() {
|
|
75760
|
+
return this._userUpdated?.id;
|
|
75761
|
+
}
|
|
75762
|
+
/** Triggered when a workflow state is archived */
|
|
75763
|
+
get workflowStateArchived() {
|
|
75764
|
+
return new WorkflowStateQuery(this._request).fetch(this._workflowStateArchived.id);
|
|
75765
|
+
}
|
|
75766
|
+
/** The ID of triggered when a workflow state is archived */
|
|
75767
|
+
get workflowStateArchivedId() {
|
|
75768
|
+
return this._workflowStateArchived?.id;
|
|
75769
|
+
}
|
|
75770
|
+
/** Triggered when a workflow state is created */
|
|
75771
|
+
get workflowStateCreated() {
|
|
75772
|
+
return new WorkflowStateQuery(this._request).fetch(this._workflowStateCreated.id);
|
|
75773
|
+
}
|
|
75774
|
+
/** The ID of triggered when a workflow state is created */
|
|
75775
|
+
get workflowStateCreatedId() {
|
|
75776
|
+
return this._workflowStateCreated?.id;
|
|
75777
|
+
}
|
|
75778
|
+
/** Triggered when a workflow state is updated */
|
|
75779
|
+
get workflowStateUpdated() {
|
|
75780
|
+
return new WorkflowStateQuery(this._request).fetch(this._workflowStateUpdated.id);
|
|
75781
|
+
}
|
|
75782
|
+
/** The ID of triggered when a workflow state is updated */
|
|
75783
|
+
get workflowStateUpdatedId() {
|
|
75784
|
+
return this._workflowStateUpdated?.id;
|
|
75785
|
+
}
|
|
75786
|
+
};
|
|
75787
|
+
/**
|
|
74097
75788
|
* SuccessPayload model
|
|
74098
75789
|
*
|
|
74099
75790
|
* @param request - function to call the graphql client
|
|
@@ -95179,7 +96870,9 @@ exports.AiConversationWebSearchToolCallArgs = AiConversationWebSearchToolCallArg
|
|
|
95179
96870
|
exports.AiConversationWidgetDisplayInfo = AiConversationWidgetDisplayInfo;
|
|
95180
96871
|
exports.AiConversationWidgetName = AiConversationWidgetName;
|
|
95181
96872
|
exports.AiConversationWidgetPart = AiConversationWidgetPart;
|
|
96873
|
+
exports.AiPromptProgressStatus = AiPromptProgressStatus;
|
|
95182
96874
|
exports.AiPromptRules = AiPromptRules;
|
|
96875
|
+
exports.AiPromptType = AiPromptType;
|
|
95183
96876
|
exports.AirbyteIntegrationConnectMutation = AirbyteIntegrationConnectMutation;
|
|
95184
96877
|
exports.AppUserNotificationWebhookPayload = AppUserNotificationWebhookPayload;
|
|
95185
96878
|
exports.AppUserTeamAccessChangedWebhookPayload = AppUserTeamAccessChangedWebhookPayload;
|
|
@@ -95452,6 +97145,7 @@ exports.DocumentChildWebhookPayload = DocumentChildWebhookPayload;
|
|
|
95452
97145
|
exports.DocumentConnection = DocumentConnection;
|
|
95453
97146
|
exports.DocumentContent = DocumentContent;
|
|
95454
97147
|
exports.DocumentContentChildWebhookPayload = DocumentContentChildWebhookPayload;
|
|
97148
|
+
exports.DocumentContentDraft = DocumentContentDraft;
|
|
95455
97149
|
exports.DocumentContentHistoryPayload = DocumentContentHistoryPayload;
|
|
95456
97150
|
exports.DocumentContentHistoryQuery = DocumentContentHistoryQuery;
|
|
95457
97151
|
exports.DocumentContentHistoryType = DocumentContentHistoryType;
|
|
@@ -96009,6 +97703,7 @@ exports.SlackChannelNameMapping = SlackChannelNameMapping;
|
|
|
96009
97703
|
exports.SlackChannelType = SlackChannelType;
|
|
96010
97704
|
exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
|
|
96011
97705
|
exports.SsoUrlFromEmailResponse = SsoUrlFromEmailResponse;
|
|
97706
|
+
exports.Subscription = Subscription;
|
|
96012
97707
|
exports.SuccessPayload = SuccessPayload;
|
|
96013
97708
|
exports.Summary = Summary;
|
|
96014
97709
|
exports.SummaryGenerationStatus = SummaryGenerationStatus;
|