@linear/sdk 79.0.0 → 80.1.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.mjs CHANGED
@@ -1561,7 +1561,9 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
1561
1561
  AiConversationWidgetDisplayInfoFragmentDoc: () => AiConversationWidgetDisplayInfoFragmentDoc,
1562
1562
  AiConversationWidgetName: () => AiConversationWidgetName,
1563
1563
  AiConversationWidgetPartFragmentDoc: () => AiConversationWidgetPartFragmentDoc,
1564
+ AiPromptProgressStatus: () => AiPromptProgressStatus,
1564
1565
  AiPromptRulesFragmentDoc: () => AiPromptRulesFragmentDoc,
1566
+ AiPromptType: () => AiPromptType,
1565
1567
  AirbyteIntegrationConnectDocument: () => AirbyteIntegrationConnectDocument,
1566
1568
  AppUserNotificationWebhookPayloadFragmentDoc: () => AppUserNotificationWebhookPayloadFragmentDoc,
1567
1569
  AppUserTeamAccessChangedWebhookPayloadFragmentDoc: () => AppUserTeamAccessChangedWebhookPayloadFragmentDoc,
@@ -1829,6 +1831,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
1829
1831
  DocumentChildWebhookPayloadFragmentDoc: () => DocumentChildWebhookPayloadFragmentDoc,
1830
1832
  DocumentConnectionFragmentDoc: () => DocumentConnectionFragmentDoc,
1831
1833
  DocumentContentChildWebhookPayloadFragmentDoc: () => DocumentContentChildWebhookPayloadFragmentDoc,
1834
+ DocumentContentDraftFragmentDoc: () => DocumentContentDraftFragmentDoc,
1832
1835
  DocumentContentFragmentDoc: () => DocumentContentFragmentDoc,
1833
1836
  DocumentContentHistoryDocument: () => DocumentContentHistoryDocument,
1834
1837
  DocumentContentHistoryPayloadFragmentDoc: () => DocumentContentHistoryPayloadFragmentDoc,
@@ -1979,6 +1982,8 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
1979
1982
  IntegrationIntercomDocument: () => IntegrationIntercomDocument,
1980
1983
  IntegrationJiraPersonalDocument: () => IntegrationJiraPersonalDocument,
1981
1984
  IntegrationLoomDocument: () => IntegrationLoomDocument,
1985
+ IntegrationMicrosoftPersonalConnectDocument: () => IntegrationMicrosoftPersonalConnectDocument,
1986
+ IntegrationMicrosoftTeamsDocument: () => IntegrationMicrosoftTeamsDocument,
1982
1987
  IntegrationPayloadFragmentDoc: () => IntegrationPayloadFragmentDoc,
1983
1988
  IntegrationRequestDocument: () => IntegrationRequestDocument,
1984
1989
  IntegrationRequestPayloadFragmentDoc: () => IntegrationRequestPayloadFragmentDoc,
@@ -2319,11 +2324,14 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
2319
2324
  ReleaseChannel: () => ReleaseChannel,
2320
2325
  ReleasePayloadFragmentDoc: () => ReleasePayloadFragmentDoc,
2321
2326
  ReleasePipelineArchivePayloadFragmentDoc: () => ReleasePipelineArchivePayloadFragmentDoc,
2327
+ ReleasePipelineChildWebhookPayloadFragmentDoc: () => ReleasePipelineChildWebhookPayloadFragmentDoc,
2322
2328
  ReleasePipelinePayloadFragmentDoc: () => ReleasePipelinePayloadFragmentDoc,
2323
2329
  ReleasePipelineType: () => ReleasePipelineType,
2324
2330
  ReleaseStageArchivePayloadFragmentDoc: () => ReleaseStageArchivePayloadFragmentDoc,
2331
+ ReleaseStageChildWebhookPayloadFragmentDoc: () => ReleaseStageChildWebhookPayloadFragmentDoc,
2325
2332
  ReleaseStagePayloadFragmentDoc: () => ReleaseStagePayloadFragmentDoc,
2326
2333
  ReleaseStageType: () => ReleaseStageType,
2334
+ ReleaseWebhookPayloadFragmentDoc: () => ReleaseWebhookPayloadFragmentDoc,
2327
2335
  RepositorySuggestionFragmentDoc: () => RepositorySuggestionFragmentDoc,
2328
2336
  RepositorySuggestionsPayloadFragmentDoc: () => RepositorySuggestionsPayloadFragmentDoc,
2329
2337
  ResendOrganizationInviteByEmailDocument: () => ResendOrganizationInviteByEmailDocument,
@@ -2363,6 +2371,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
2363
2371
  SlackChannelType: () => SlackChannelType,
2364
2372
  SsoUrlFromEmailDocument: () => SsoUrlFromEmailDocument,
2365
2373
  SsoUrlFromEmailResponseFragmentDoc: () => SsoUrlFromEmailResponseFragmentDoc,
2374
+ SubscriptionFragmentDoc: () => SubscriptionFragmentDoc,
2366
2375
  SuccessPayloadFragmentDoc: () => SuccessPayloadFragmentDoc,
2367
2376
  SummaryFragmentDoc: () => SummaryFragmentDoc,
2368
2377
  SummaryGenerationStatus: () => SummaryGenerationStatus,
@@ -2749,6 +2758,32 @@ let AiConversationWidgetName = /* @__PURE__ */ function(AiConversationWidgetName
2749
2758
  AiConversationWidgetName$1["EntityList"] = "EntityList";
2750
2759
  return AiConversationWidgetName$1;
2751
2760
  }({});
2761
+ /** [Internal] The status of a prompt workflow. */
2762
+ let AiPromptProgressStatus = /* @__PURE__ */ function(AiPromptProgressStatus$1) {
2763
+ AiPromptProgressStatus$1["Canceled"] = "canceled";
2764
+ AiPromptProgressStatus$1["Created"] = "created";
2765
+ AiPromptProgressStatus$1["Failed"] = "failed";
2766
+ AiPromptProgressStatus$1["Finished"] = "finished";
2767
+ AiPromptProgressStatus$1["InProgress"] = "inProgress";
2768
+ return AiPromptProgressStatus$1;
2769
+ }({});
2770
+ /** The type of AI prompt workflow. */
2771
+ let AiPromptType = /* @__PURE__ */ function(AiPromptType$1) {
2772
+ AiPromptType$1["AgentGuidance"] = "agentGuidance";
2773
+ AiPromptType$1["AiConversation"] = "aiConversation";
2774
+ AiPromptType$1["CodeIntelligence"] = "codeIntelligence";
2775
+ AiPromptType$1["GongIssueIntake"] = "gongIssueIntake";
2776
+ AiPromptType$1["InitiativeUpdates"] = "initiativeUpdates";
2777
+ AiPromptType$1["IntercomIssueIntake"] = "intercomIssueIntake";
2778
+ AiPromptType$1["InternalResearch"] = "internalResearch";
2779
+ AiPromptType$1["MicrosoftTeamsIssueIntake"] = "microsoftTeamsIssueIntake";
2780
+ AiPromptType$1["ProductIntelligence"] = "productIntelligence";
2781
+ AiPromptType$1["ProjectUpdates"] = "projectUpdates";
2782
+ AiPromptType$1["SlackIssueIntake"] = "slackIssueIntake";
2783
+ AiPromptType$1["TriageAgent"] = "triageAgent";
2784
+ AiPromptType$1["ZendeskIssueIntake"] = "zendeskIssueIntake";
2785
+ return AiPromptType$1;
2786
+ }({});
2752
2787
  let AuthenticationSessionType = /* @__PURE__ */ function(AuthenticationSessionType$1) {
2753
2788
  AuthenticationSessionType$1["Android"] = "android";
2754
2789
  AuthenticationSessionType$1["Desktop"] = "desktop";
@@ -3495,6 +3530,7 @@ let WorkflowTrigger = /* @__PURE__ */ function(WorkflowTrigger$1) {
3495
3530
  let WorkflowTriggerType = /* @__PURE__ */ function(WorkflowTriggerType$1) {
3496
3531
  WorkflowTriggerType$1["Issue"] = "issue";
3497
3532
  WorkflowTriggerType$1["Project"] = "project";
3533
+ WorkflowTriggerType$1["Release"] = "release";
3498
3534
  return WorkflowTriggerType$1;
3499
3535
  }({});
3500
3536
  let WorkflowType = /* @__PURE__ */ function(WorkflowType$1) {
@@ -9915,204 +9951,72 @@ fragment IssueChildWebhookPayload on IssueChildWebhookPayload {
9915
9951
  identifier
9916
9952
  title
9917
9953
  }`, { fragmentName: "ReactionWebhookPayload" });
9918
- const IssueStatusChangedNotificationWebhookPayloadFragmentDoc = new TypedDocumentString(`
9919
- fragment IssueStatusChangedNotificationWebhookPayload on IssueStatusChangedNotificationWebhookPayload {
9954
+ const ReleaseStageChildWebhookPayloadFragmentDoc = new TypedDocumentString(`
9955
+ fragment ReleaseStageChildWebhookPayload on ReleaseStageChildWebhookPayload {
9920
9956
  __typename
9921
- type
9922
- actorId
9923
9957
  id
9924
- externalUserActorId
9925
- issueId
9926
- userId
9927
- actor {
9928
- ...UserChildWebhookPayload
9929
- }
9930
- issue {
9931
- ...IssueWithDescriptionChildWebhookPayload
9932
- }
9933
- archivedAt
9934
- createdAt
9935
- updatedAt
9936
- }
9937
- fragment TeamChildWebhookPayload on TeamChildWebhookPayload {
9938
- __typename
9939
- id
9940
- key
9941
- name
9942
- }
9943
- fragment UserChildWebhookPayload on UserChildWebhookPayload {
9944
- __typename
9945
- id
9946
- url
9947
- avatarUrl
9948
- email
9958
+ color
9949
9959
  name
9960
+ position
9961
+ type
9950
9962
  }
9951
- fragment IssueWithDescriptionChildWebhookPayload on IssueWithDescriptionChildWebhookPayload {
9952
- __typename
9953
- id
9954
- team {
9955
- ...TeamChildWebhookPayload
9956
- }
9957
- teamId
9958
- url
9959
- description
9960
- identifier
9961
- title
9962
- }`, { fragmentName: "IssueStatusChangedNotificationWebhookPayload" });
9963
- const UserWebhookPayloadFragmentDoc = new TypedDocumentString(`
9964
- fragment UserWebhookPayload on UserWebhookPayload {
9963
+ `, { fragmentName: "ReleaseStageChildWebhookPayload" });
9964
+ const ReleasePipelineChildWebhookPayloadFragmentDoc = new TypedDocumentString(`
9965
+ fragment ReleasePipelineChildWebhookPayload on ReleasePipelineChildWebhookPayload {
9965
9966
  __typename
9966
9967
  id
9967
9968
  url
9968
- avatarUrl
9969
- description
9970
- displayName
9971
- email
9972
- timezone
9973
9969
  name
9974
- disableReason
9975
- archivedAt
9976
- createdAt
9977
- updatedAt
9978
- guest
9979
- active
9980
- admin
9981
- app
9982
- owner
9983
- }
9984
- `, { fragmentName: "UserWebhookPayload" });
9985
- const GuidanceRuleWebhookPayloadFragmentDoc = new TypedDocumentString(`
9986
- fragment GuidanceRuleWebhookPayload on GuidanceRuleWebhookPayload {
9987
- __typename
9988
- body
9989
- }
9990
- `, { fragmentName: "GuidanceRuleWebhookPayload" });
9991
- const AgentActivityWebhookPayloadFragmentDoc = new TypedDocumentString(`
9992
- fragment AgentActivityWebhookPayload on AgentActivityWebhookPayload {
9993
- __typename
9994
- signal
9995
- signalMetadata
9996
- agentSessionId
9997
- sourceCommentId
9998
- id
9999
- userId
10000
- content
10001
- archivedAt
10002
- createdAt
10003
- updatedAt
10004
- user {
10005
- ...UserChildWebhookPayload
10006
- }
9970
+ slugId
9971
+ type
10007
9972
  }
10008
- fragment UserChildWebhookPayload on UserChildWebhookPayload {
10009
- __typename
10010
- id
10011
- url
10012
- avatarUrl
10013
- email
10014
- name
10015
- }`, { fragmentName: "AgentActivityWebhookPayload" });
10016
- const AgentSessionWebhookPayloadFragmentDoc = new TypedDocumentString(`
10017
- fragment AgentSessionWebhookPayload on AgentSessionWebhookPayload {
9973
+ `, { fragmentName: "ReleasePipelineChildWebhookPayload" });
9974
+ const ReleaseWebhookPayloadFragmentDoc = new TypedDocumentString(`
9975
+ fragment ReleaseWebhookPayload on ReleaseWebhookPayload {
10018
9976
  __typename
10019
- summary
10020
- sourceMetadata
10021
- appUserId
10022
- sourceCommentId
9977
+ stageId
10023
9978
  id
10024
- creatorId
10025
- issueId
10026
- organizationId
10027
- commentId
9979
+ pipelineId
10028
9980
  url
10029
- status
10030
- creator {
10031
- ...UserChildWebhookPayload
9981
+ commitSha
9982
+ stage {
9983
+ ...ReleaseStageChildWebhookPayload
10032
9984
  }
10033
- issue {
10034
- ...IssueWithDescriptionChildWebhookPayload
9985
+ targetDate
9986
+ startDate
9987
+ issues {
9988
+ ...IssueChildWebhookPayload
10035
9989
  }
10036
- comment {
10037
- ...CommentChildWebhookPayload
9990
+ name
9991
+ pipeline {
9992
+ ...ReleasePipelineChildWebhookPayload
10038
9993
  }
9994
+ description
9995
+ slugId
10039
9996
  archivedAt
10040
9997
  createdAt
10041
9998
  updatedAt
10042
- endedAt
9999
+ canceledAt
10000
+ completedAt
10043
10001
  startedAt
10044
- type
10045
- }
10046
- fragment CommentChildWebhookPayload on CommentChildWebhookPayload {
10047
- __typename
10048
- id
10049
- documentContentId
10050
- initiativeUpdateId
10051
- issueId
10052
- projectUpdateId
10053
- userId
10054
- body
10055
- }
10056
- fragment TeamChildWebhookPayload on TeamChildWebhookPayload {
10057
- __typename
10058
- id
10059
- key
10060
- name
10002
+ version
10003
+ trashed
10061
10004
  }
10062
- fragment UserChildWebhookPayload on UserChildWebhookPayload {
10005
+ fragment ReleasePipelineChildWebhookPayload on ReleasePipelineChildWebhookPayload {
10063
10006
  __typename
10064
10007
  id
10065
10008
  url
10066
- avatarUrl
10067
- email
10068
10009
  name
10069
- }
10070
- fragment IssueWithDescriptionChildWebhookPayload on IssueWithDescriptionChildWebhookPayload {
10071
- __typename
10072
- id
10073
- team {
10074
- ...TeamChildWebhookPayload
10075
- }
10076
- teamId
10077
- url
10078
- description
10079
- identifier
10080
- title
10081
- }`, { fragmentName: "AgentSessionWebhookPayload" });
10082
- const AgentSessionEventWebhookPayloadFragmentDoc = new TypedDocumentString(`
10083
- fragment AgentSessionEventWebhookPayload on AgentSessionEventWebhookPayload {
10084
- __typename
10085
- promptContext
10086
- guidance {
10087
- ...GuidanceRuleWebhookPayload
10088
- }
10089
- oauthClientId
10090
- appUserId
10091
- organizationId
10092
- webhookId
10093
- agentActivity {
10094
- ...AgentActivityWebhookPayload
10095
- }
10096
- agentSession {
10097
- ...AgentSessionWebhookPayload
10098
- }
10099
- previousComments {
10100
- ...CommentChildWebhookPayload
10101
- }
10102
- createdAt
10103
- action
10010
+ slugId
10104
10011
  type
10105
- webhookTimestamp
10106
10012
  }
10107
- fragment CommentChildWebhookPayload on CommentChildWebhookPayload {
10013
+ fragment ReleaseStageChildWebhookPayload on ReleaseStageChildWebhookPayload {
10108
10014
  __typename
10109
10015
  id
10110
- documentContentId
10111
- initiativeUpdateId
10112
- issueId
10113
- projectUpdateId
10114
- userId
10115
- body
10016
+ color
10017
+ name
10018
+ position
10019
+ type
10116
10020
  }
10117
10021
  fragment TeamChildWebhookPayload on TeamChildWebhookPayload {
10118
10022
  __typename
@@ -10120,15 +10024,7 @@ fragment TeamChildWebhookPayload on TeamChildWebhookPayload {
10120
10024
  key
10121
10025
  name
10122
10026
  }
10123
- fragment UserChildWebhookPayload on UserChildWebhookPayload {
10124
- __typename
10125
- id
10126
- url
10127
- avatarUrl
10128
- email
10129
- name
10130
- }
10131
- fragment IssueWithDescriptionChildWebhookPayload on IssueWithDescriptionChildWebhookPayload {
10027
+ fragment IssueChildWebhookPayload on IssueChildWebhookPayload {
10132
10028
  __typename
10133
10029
  id
10134
10030
  team {
@@ -10136,195 +10032,419 @@ fragment IssueWithDescriptionChildWebhookPayload on IssueWithDescriptionChildWeb
10136
10032
  }
10137
10033
  teamId
10138
10034
  url
10139
- description
10140
10035
  identifier
10141
10036
  title
10142
- }
10143
- fragment GuidanceRuleWebhookPayload on GuidanceRuleWebhookPayload {
10144
- __typename
10145
- body
10146
- }
10147
- fragment AgentActivityWebhookPayload on AgentActivityWebhookPayload {
10148
- __typename
10149
- signal
10150
- signalMetadata
10151
- agentSessionId
10152
- sourceCommentId
10153
- id
10154
- userId
10155
- content
10156
- archivedAt
10157
- createdAt
10158
- updatedAt
10159
- user {
10160
- ...UserChildWebhookPayload
10161
- }
10162
- }
10163
- fragment AgentSessionWebhookPayload on AgentSessionWebhookPayload {
10164
- __typename
10165
- summary
10166
- sourceMetadata
10167
- appUserId
10168
- sourceCommentId
10169
- id
10170
- creatorId
10171
- issueId
10172
- organizationId
10173
- commentId
10174
- url
10175
- status
10176
- creator {
10177
- ...UserChildWebhookPayload
10178
- }
10179
- issue {
10180
- ...IssueWithDescriptionChildWebhookPayload
10181
- }
10182
- comment {
10183
- ...CommentChildWebhookPayload
10184
- }
10185
- archivedAt
10186
- createdAt
10187
- updatedAt
10188
- endedAt
10189
- startedAt
10190
- type
10191
- }`, { fragmentName: "AgentSessionEventWebhookPayload" });
10192
- const AuditEntryWebhookPayloadFragmentDoc = new TypedDocumentString(`
10193
- fragment AuditEntryWebhookPayload on AuditEntryWebhookPayload {
10194
- __typename
10195
- requestInformation
10196
- metadata
10197
- countryCode
10198
- ip
10199
- id
10200
- organizationId
10201
- actorId
10202
- archivedAt
10203
- createdAt
10204
- updatedAt
10205
- type
10206
- }
10207
- `, { fragmentName: "AuditEntryWebhookPayload" });
10208
- const InitiativeUpdateWebhookPayloadFragmentDoc = new TypedDocumentString(`
10209
- fragment InitiativeUpdateWebhookPayload on InitiativeUpdateWebhookPayload {
10210
- __typename
10211
- id
10212
- url
10213
- bodyData
10214
- body
10215
- diffMarkdown
10216
- editedAt
10217
- health
10218
- initiativeId
10219
- initiative {
10220
- ...InitiativeChildWebhookPayload
10221
- }
10222
- reactionData
10223
- slugId
10224
- archivedAt
10225
- createdAt
10226
- updatedAt
10227
- userId
10228
- user {
10229
- ...UserChildWebhookPayload
10230
- }
10231
- }
10232
- fragment UserChildWebhookPayload on UserChildWebhookPayload {
10233
- __typename
10234
- id
10235
- url
10236
- avatarUrl
10237
- email
10238
- name
10239
- }
10240
- fragment InitiativeChildWebhookPayload on InitiativeChildWebhookPayload {
10241
- __typename
10242
- id
10243
- url
10244
- name
10245
- }`, { fragmentName: "InitiativeUpdateWebhookPayload" });
10246
- const InitiativeWebhookPayloadFragmentDoc = new TypedDocumentString(`
10247
- fragment InitiativeWebhookPayload on InitiativeWebhookPayload {
10248
- __typename
10249
- id
10250
- lastUpdateId
10251
- organizationId
10252
- creatorId
10253
- ownerId
10254
- url
10255
- color
10256
- status
10257
- updateRemindersDay
10258
- description
10259
- updateReminderFrequencyInWeeks
10260
- updateReminderFrequency
10261
- health
10262
- updateRemindersHour
10263
- icon
10264
- lastUpdate {
10265
- ...InitiativeUpdateChildWebhookPayload
10266
- }
10267
- name
10268
- parentInitiative {
10269
- ...InitiativeChildWebhookPayload
10270
- }
10271
- parentInitiatives {
10272
- ...InitiativeChildWebhookPayload
10273
- }
10274
- projects {
10275
- ...ProjectChildWebhookPayload
10276
- }
10277
- targetDateResolution
10278
- frequencyResolution
10279
- sortOrder
10280
- subInitiatives {
10281
- ...InitiativeChildWebhookPayload
10282
- }
10283
- targetDate
10284
- archivedAt
10285
- createdAt
10286
- updatedAt
10287
- slugId
10288
- creator {
10289
- ...UserChildWebhookPayload
10290
- }
10291
- owner {
10292
- ...UserChildWebhookPayload
10293
- }
10294
- healthUpdatedAt
10295
- completedAt
10296
- startedAt
10297
- trashed
10298
- }
10299
- fragment ProjectChildWebhookPayload on ProjectChildWebhookPayload {
10300
- __typename
10301
- id
10302
- url
10303
- name
10304
- }
10305
- fragment UserChildWebhookPayload on UserChildWebhookPayload {
10306
- __typename
10307
- id
10308
- url
10309
- avatarUrl
10310
- email
10311
- name
10312
- }
10313
- fragment InitiativeUpdateChildWebhookPayload on InitiativeUpdateChildWebhookPayload {
10314
- __typename
10315
- id
10316
- bodyData
10317
- editedAt
10318
- health
10319
- }
10320
- fragment InitiativeChildWebhookPayload on InitiativeChildWebhookPayload {
10321
- __typename
10322
- id
10323
- url
10324
- name
10325
- }`, { fragmentName: "InitiativeWebhookPayload" });
10326
- const IssueAssignedToYouNotificationWebhookPayloadFragmentDoc = new TypedDocumentString(`
10327
- fragment IssueAssignedToYouNotificationWebhookPayload on IssueAssignedToYouNotificationWebhookPayload {
10037
+ }`, { fragmentName: "ReleaseWebhookPayload" });
10038
+ const IssueStatusChangedNotificationWebhookPayloadFragmentDoc = new TypedDocumentString(`
10039
+ fragment IssueStatusChangedNotificationWebhookPayload on IssueStatusChangedNotificationWebhookPayload {
10040
+ __typename
10041
+ type
10042
+ actorId
10043
+ id
10044
+ externalUserActorId
10045
+ issueId
10046
+ userId
10047
+ actor {
10048
+ ...UserChildWebhookPayload
10049
+ }
10050
+ issue {
10051
+ ...IssueWithDescriptionChildWebhookPayload
10052
+ }
10053
+ archivedAt
10054
+ createdAt
10055
+ updatedAt
10056
+ }
10057
+ fragment TeamChildWebhookPayload on TeamChildWebhookPayload {
10058
+ __typename
10059
+ id
10060
+ key
10061
+ name
10062
+ }
10063
+ fragment UserChildWebhookPayload on UserChildWebhookPayload {
10064
+ __typename
10065
+ id
10066
+ url
10067
+ avatarUrl
10068
+ email
10069
+ name
10070
+ }
10071
+ fragment IssueWithDescriptionChildWebhookPayload on IssueWithDescriptionChildWebhookPayload {
10072
+ __typename
10073
+ id
10074
+ team {
10075
+ ...TeamChildWebhookPayload
10076
+ }
10077
+ teamId
10078
+ url
10079
+ description
10080
+ identifier
10081
+ title
10082
+ }`, { fragmentName: "IssueStatusChangedNotificationWebhookPayload" });
10083
+ const UserWebhookPayloadFragmentDoc = new TypedDocumentString(`
10084
+ fragment UserWebhookPayload on UserWebhookPayload {
10085
+ __typename
10086
+ id
10087
+ url
10088
+ avatarUrl
10089
+ description
10090
+ displayName
10091
+ email
10092
+ timezone
10093
+ name
10094
+ disableReason
10095
+ archivedAt
10096
+ createdAt
10097
+ updatedAt
10098
+ guest
10099
+ active
10100
+ admin
10101
+ app
10102
+ owner
10103
+ }
10104
+ `, { fragmentName: "UserWebhookPayload" });
10105
+ const GuidanceRuleWebhookPayloadFragmentDoc = new TypedDocumentString(`
10106
+ fragment GuidanceRuleWebhookPayload on GuidanceRuleWebhookPayload {
10107
+ __typename
10108
+ body
10109
+ }
10110
+ `, { fragmentName: "GuidanceRuleWebhookPayload" });
10111
+ const AgentActivityWebhookPayloadFragmentDoc = new TypedDocumentString(`
10112
+ fragment AgentActivityWebhookPayload on AgentActivityWebhookPayload {
10113
+ __typename
10114
+ signal
10115
+ signalMetadata
10116
+ agentSessionId
10117
+ sourceCommentId
10118
+ id
10119
+ userId
10120
+ content
10121
+ archivedAt
10122
+ createdAt
10123
+ updatedAt
10124
+ user {
10125
+ ...UserChildWebhookPayload
10126
+ }
10127
+ }
10128
+ fragment UserChildWebhookPayload on UserChildWebhookPayload {
10129
+ __typename
10130
+ id
10131
+ url
10132
+ avatarUrl
10133
+ email
10134
+ name
10135
+ }`, { fragmentName: "AgentActivityWebhookPayload" });
10136
+ const AgentSessionWebhookPayloadFragmentDoc = new TypedDocumentString(`
10137
+ fragment AgentSessionWebhookPayload on AgentSessionWebhookPayload {
10138
+ __typename
10139
+ summary
10140
+ sourceMetadata
10141
+ appUserId
10142
+ sourceCommentId
10143
+ id
10144
+ creatorId
10145
+ issueId
10146
+ organizationId
10147
+ commentId
10148
+ url
10149
+ status
10150
+ creator {
10151
+ ...UserChildWebhookPayload
10152
+ }
10153
+ issue {
10154
+ ...IssueWithDescriptionChildWebhookPayload
10155
+ }
10156
+ comment {
10157
+ ...CommentChildWebhookPayload
10158
+ }
10159
+ archivedAt
10160
+ createdAt
10161
+ updatedAt
10162
+ endedAt
10163
+ startedAt
10164
+ type
10165
+ }
10166
+ fragment CommentChildWebhookPayload on CommentChildWebhookPayload {
10167
+ __typename
10168
+ id
10169
+ documentContentId
10170
+ initiativeUpdateId
10171
+ issueId
10172
+ projectUpdateId
10173
+ userId
10174
+ body
10175
+ }
10176
+ fragment TeamChildWebhookPayload on TeamChildWebhookPayload {
10177
+ __typename
10178
+ id
10179
+ key
10180
+ name
10181
+ }
10182
+ fragment UserChildWebhookPayload on UserChildWebhookPayload {
10183
+ __typename
10184
+ id
10185
+ url
10186
+ avatarUrl
10187
+ email
10188
+ name
10189
+ }
10190
+ fragment IssueWithDescriptionChildWebhookPayload on IssueWithDescriptionChildWebhookPayload {
10191
+ __typename
10192
+ id
10193
+ team {
10194
+ ...TeamChildWebhookPayload
10195
+ }
10196
+ teamId
10197
+ url
10198
+ description
10199
+ identifier
10200
+ title
10201
+ }`, { fragmentName: "AgentSessionWebhookPayload" });
10202
+ const AgentSessionEventWebhookPayloadFragmentDoc = new TypedDocumentString(`
10203
+ fragment AgentSessionEventWebhookPayload on AgentSessionEventWebhookPayload {
10204
+ __typename
10205
+ promptContext
10206
+ guidance {
10207
+ ...GuidanceRuleWebhookPayload
10208
+ }
10209
+ oauthClientId
10210
+ appUserId
10211
+ organizationId
10212
+ webhookId
10213
+ agentActivity {
10214
+ ...AgentActivityWebhookPayload
10215
+ }
10216
+ agentSession {
10217
+ ...AgentSessionWebhookPayload
10218
+ }
10219
+ previousComments {
10220
+ ...CommentChildWebhookPayload
10221
+ }
10222
+ createdAt
10223
+ action
10224
+ type
10225
+ webhookTimestamp
10226
+ }
10227
+ fragment CommentChildWebhookPayload on CommentChildWebhookPayload {
10228
+ __typename
10229
+ id
10230
+ documentContentId
10231
+ initiativeUpdateId
10232
+ issueId
10233
+ projectUpdateId
10234
+ userId
10235
+ body
10236
+ }
10237
+ fragment TeamChildWebhookPayload on TeamChildWebhookPayload {
10238
+ __typename
10239
+ id
10240
+ key
10241
+ name
10242
+ }
10243
+ fragment UserChildWebhookPayload on UserChildWebhookPayload {
10244
+ __typename
10245
+ id
10246
+ url
10247
+ avatarUrl
10248
+ email
10249
+ name
10250
+ }
10251
+ fragment IssueWithDescriptionChildWebhookPayload on IssueWithDescriptionChildWebhookPayload {
10252
+ __typename
10253
+ id
10254
+ team {
10255
+ ...TeamChildWebhookPayload
10256
+ }
10257
+ teamId
10258
+ url
10259
+ description
10260
+ identifier
10261
+ title
10262
+ }
10263
+ fragment GuidanceRuleWebhookPayload on GuidanceRuleWebhookPayload {
10264
+ __typename
10265
+ body
10266
+ }
10267
+ fragment AgentActivityWebhookPayload on AgentActivityWebhookPayload {
10268
+ __typename
10269
+ signal
10270
+ signalMetadata
10271
+ agentSessionId
10272
+ sourceCommentId
10273
+ id
10274
+ userId
10275
+ content
10276
+ archivedAt
10277
+ createdAt
10278
+ updatedAt
10279
+ user {
10280
+ ...UserChildWebhookPayload
10281
+ }
10282
+ }
10283
+ fragment AgentSessionWebhookPayload on AgentSessionWebhookPayload {
10284
+ __typename
10285
+ summary
10286
+ sourceMetadata
10287
+ appUserId
10288
+ sourceCommentId
10289
+ id
10290
+ creatorId
10291
+ issueId
10292
+ organizationId
10293
+ commentId
10294
+ url
10295
+ status
10296
+ creator {
10297
+ ...UserChildWebhookPayload
10298
+ }
10299
+ issue {
10300
+ ...IssueWithDescriptionChildWebhookPayload
10301
+ }
10302
+ comment {
10303
+ ...CommentChildWebhookPayload
10304
+ }
10305
+ archivedAt
10306
+ createdAt
10307
+ updatedAt
10308
+ endedAt
10309
+ startedAt
10310
+ type
10311
+ }`, { fragmentName: "AgentSessionEventWebhookPayload" });
10312
+ const AuditEntryWebhookPayloadFragmentDoc = new TypedDocumentString(`
10313
+ fragment AuditEntryWebhookPayload on AuditEntryWebhookPayload {
10314
+ __typename
10315
+ requestInformation
10316
+ metadata
10317
+ countryCode
10318
+ ip
10319
+ id
10320
+ organizationId
10321
+ actorId
10322
+ archivedAt
10323
+ createdAt
10324
+ updatedAt
10325
+ type
10326
+ }
10327
+ `, { fragmentName: "AuditEntryWebhookPayload" });
10328
+ const InitiativeUpdateWebhookPayloadFragmentDoc = new TypedDocumentString(`
10329
+ fragment InitiativeUpdateWebhookPayload on InitiativeUpdateWebhookPayload {
10330
+ __typename
10331
+ id
10332
+ url
10333
+ bodyData
10334
+ body
10335
+ diffMarkdown
10336
+ editedAt
10337
+ health
10338
+ initiativeId
10339
+ initiative {
10340
+ ...InitiativeChildWebhookPayload
10341
+ }
10342
+ reactionData
10343
+ slugId
10344
+ archivedAt
10345
+ createdAt
10346
+ updatedAt
10347
+ userId
10348
+ user {
10349
+ ...UserChildWebhookPayload
10350
+ }
10351
+ }
10352
+ fragment UserChildWebhookPayload on UserChildWebhookPayload {
10353
+ __typename
10354
+ id
10355
+ url
10356
+ avatarUrl
10357
+ email
10358
+ name
10359
+ }
10360
+ fragment InitiativeChildWebhookPayload on InitiativeChildWebhookPayload {
10361
+ __typename
10362
+ id
10363
+ url
10364
+ name
10365
+ }`, { fragmentName: "InitiativeUpdateWebhookPayload" });
10366
+ const InitiativeWebhookPayloadFragmentDoc = new TypedDocumentString(`
10367
+ fragment InitiativeWebhookPayload on InitiativeWebhookPayload {
10368
+ __typename
10369
+ id
10370
+ lastUpdateId
10371
+ organizationId
10372
+ creatorId
10373
+ ownerId
10374
+ url
10375
+ color
10376
+ status
10377
+ updateRemindersDay
10378
+ description
10379
+ updateReminderFrequencyInWeeks
10380
+ updateReminderFrequency
10381
+ health
10382
+ updateRemindersHour
10383
+ icon
10384
+ lastUpdate {
10385
+ ...InitiativeUpdateChildWebhookPayload
10386
+ }
10387
+ name
10388
+ parentInitiative {
10389
+ ...InitiativeChildWebhookPayload
10390
+ }
10391
+ parentInitiatives {
10392
+ ...InitiativeChildWebhookPayload
10393
+ }
10394
+ projects {
10395
+ ...ProjectChildWebhookPayload
10396
+ }
10397
+ targetDateResolution
10398
+ frequencyResolution
10399
+ sortOrder
10400
+ subInitiatives {
10401
+ ...InitiativeChildWebhookPayload
10402
+ }
10403
+ targetDate
10404
+ archivedAt
10405
+ createdAt
10406
+ updatedAt
10407
+ slugId
10408
+ creator {
10409
+ ...UserChildWebhookPayload
10410
+ }
10411
+ owner {
10412
+ ...UserChildWebhookPayload
10413
+ }
10414
+ healthUpdatedAt
10415
+ completedAt
10416
+ startedAt
10417
+ trashed
10418
+ }
10419
+ fragment ProjectChildWebhookPayload on ProjectChildWebhookPayload {
10420
+ __typename
10421
+ id
10422
+ url
10423
+ name
10424
+ }
10425
+ fragment UserChildWebhookPayload on UserChildWebhookPayload {
10426
+ __typename
10427
+ id
10428
+ url
10429
+ avatarUrl
10430
+ email
10431
+ name
10432
+ }
10433
+ fragment InitiativeUpdateChildWebhookPayload on InitiativeUpdateChildWebhookPayload {
10434
+ __typename
10435
+ id
10436
+ bodyData
10437
+ editedAt
10438
+ health
10439
+ }
10440
+ fragment InitiativeChildWebhookPayload on InitiativeChildWebhookPayload {
10441
+ __typename
10442
+ id
10443
+ url
10444
+ name
10445
+ }`, { fragmentName: "InitiativeWebhookPayload" });
10446
+ const IssueAssignedToYouNotificationWebhookPayloadFragmentDoc = new TypedDocumentString(`
10447
+ fragment IssueAssignedToYouNotificationWebhookPayload on IssueAssignedToYouNotificationWebhookPayload {
10328
10448
  __typename
10329
10449
  type
10330
10450
  actorId
@@ -16978,6 +17098,7 @@ const IssueFragmentDoc = new TypedDocumentString(`
16978
17098
  state {
16979
17099
  id
16980
17100
  }
17101
+ inheritsSharedAccess
16981
17102
  }
16982
17103
  fragment ActorBot on ActorBot {
16983
17104
  __typename
@@ -17278,6 +17399,7 @@ fragment Issue on Issue {
17278
17399
  state {
17279
17400
  id
17280
17401
  }
17402
+ inheritsSharedAccess
17281
17403
  }
17282
17404
  fragment ExternalEntityInfo on ExternalEntityInfo {
17283
17405
  __typename
@@ -17509,6 +17631,7 @@ fragment Issue on Issue {
17509
17631
  state {
17510
17632
  id
17511
17633
  }
17634
+ inheritsSharedAccess
17512
17635
  }
17513
17636
  fragment ExternalEntityInfo on ExternalEntityInfo {
17514
17637
  __typename
@@ -18365,6 +18488,7 @@ const IssueSearchResultFragmentDoc = new TypedDocumentString(`
18365
18488
  state {
18366
18489
  id
18367
18490
  }
18491
+ inheritsSharedAccess
18368
18492
  }
18369
18493
  fragment ActorBot on ActorBot {
18370
18494
  __typename
@@ -18713,6 +18837,7 @@ fragment IssueSearchResult on IssueSearchResult {
18713
18837
  state {
18714
18838
  id
18715
18839
  }
18840
+ inheritsSharedAccess
18716
18841
  }
18717
18842
  fragment IssueSharedAccess on IssueSharedAccess {
18718
18843
  __typename
@@ -22189,6 +22314,1064 @@ const SsoUrlFromEmailResponseFragmentDoc = new TypedDocumentString(`
22189
22314
  success
22190
22315
  }
22191
22316
  `, { fragmentName: "SsoUrlFromEmailResponse" });
22317
+ const DocumentContentDraftFragmentDoc = new TypedDocumentString(`
22318
+ fragment DocumentContentDraft on DocumentContentDraft {
22319
+ __typename
22320
+ contentState
22321
+ updatedAt
22322
+ archivedAt
22323
+ createdAt
22324
+ id
22325
+ documentContent {
22326
+ ...DocumentContent
22327
+ }
22328
+ documentContentId
22329
+ user {
22330
+ id
22331
+ }
22332
+ userId
22333
+ }
22334
+ fragment DocumentContent on DocumentContent {
22335
+ __typename
22336
+ aiPromptRules {
22337
+ ...AiPromptRules
22338
+ }
22339
+ content
22340
+ contentState
22341
+ document {
22342
+ id
22343
+ }
22344
+ initiative {
22345
+ id
22346
+ }
22347
+ issue {
22348
+ id
22349
+ }
22350
+ updatedAt
22351
+ projectMilestone {
22352
+ id
22353
+ }
22354
+ project {
22355
+ id
22356
+ }
22357
+ restoredAt
22358
+ archivedAt
22359
+ createdAt
22360
+ id
22361
+ welcomeMessage {
22362
+ ...WelcomeMessage
22363
+ }
22364
+ }
22365
+ fragment WelcomeMessage on WelcomeMessage {
22366
+ __typename
22367
+ updatedAt
22368
+ archivedAt
22369
+ createdAt
22370
+ title
22371
+ id
22372
+ updatedBy {
22373
+ id
22374
+ }
22375
+ enabled
22376
+ }
22377
+ fragment AiPromptRules on AiPromptRules {
22378
+ __typename
22379
+ updatedAt
22380
+ archivedAt
22381
+ createdAt
22382
+ id
22383
+ updatedBy {
22384
+ id
22385
+ }
22386
+ }`, { fragmentName: "DocumentContentDraft" });
22387
+ const SubscriptionFragmentDoc = new TypedDocumentString(`
22388
+ fragment Subscription on Subscription {
22389
+ __typename
22390
+ commentUnarchived {
22391
+ id
22392
+ }
22393
+ documentUnarchived {
22394
+ id
22395
+ }
22396
+ notificationUnarchived {
22397
+ ...Notification
22398
+ }
22399
+ projectUnarchived {
22400
+ id
22401
+ }
22402
+ issueUnarchived {
22403
+ id
22404
+ }
22405
+ commentArchived {
22406
+ id
22407
+ }
22408
+ commentCreated {
22409
+ id
22410
+ }
22411
+ commentDeleted {
22412
+ id
22413
+ }
22414
+ commentUpdated {
22415
+ id
22416
+ }
22417
+ cycleArchived {
22418
+ id
22419
+ }
22420
+ cycleCreated {
22421
+ id
22422
+ }
22423
+ cycleUpdated {
22424
+ id
22425
+ }
22426
+ documentContentDraftCreated {
22427
+ ...DocumentContentDraft
22428
+ }
22429
+ documentContentDraftDeleted {
22430
+ ...DocumentContentDraft
22431
+ }
22432
+ documentContentDraftUpdated {
22433
+ ...DocumentContentDraft
22434
+ }
22435
+ documentContentCreated {
22436
+ ...DocumentContent
22437
+ }
22438
+ documentContentUpdated {
22439
+ ...DocumentContent
22440
+ }
22441
+ documentArchived {
22442
+ id
22443
+ }
22444
+ documentCreated {
22445
+ id
22446
+ }
22447
+ documentUpdated {
22448
+ id
22449
+ }
22450
+ draftCreated {
22451
+ ...Draft
22452
+ }
22453
+ draftDeleted {
22454
+ ...Draft
22455
+ }
22456
+ draftUpdated {
22457
+ ...Draft
22458
+ }
22459
+ favoriteCreated {
22460
+ id
22461
+ }
22462
+ favoriteDeleted {
22463
+ id
22464
+ }
22465
+ favoriteUpdated {
22466
+ id
22467
+ }
22468
+ notificationArchived {
22469
+ ...Notification
22470
+ }
22471
+ notificationCreated {
22472
+ ...Notification
22473
+ }
22474
+ notificationDeleted {
22475
+ ...Notification
22476
+ }
22477
+ notificationUpdated {
22478
+ ...Notification
22479
+ }
22480
+ projectArchived {
22481
+ id
22482
+ }
22483
+ projectCreated {
22484
+ id
22485
+ }
22486
+ projectUpdated {
22487
+ id
22488
+ }
22489
+ projectUpdateCreated {
22490
+ id
22491
+ }
22492
+ projectUpdateDeleted {
22493
+ id
22494
+ }
22495
+ projectUpdateUpdated {
22496
+ id
22497
+ }
22498
+ roadmapCreated {
22499
+ id
22500
+ }
22501
+ roadmapDeleted {
22502
+ id
22503
+ }
22504
+ roadmapUpdated {
22505
+ id
22506
+ }
22507
+ teamCreated {
22508
+ id
22509
+ }
22510
+ teamDeleted {
22511
+ id
22512
+ }
22513
+ teamUpdated {
22514
+ id
22515
+ }
22516
+ teamMembershipCreated {
22517
+ id
22518
+ }
22519
+ teamMembershipDeleted {
22520
+ id
22521
+ }
22522
+ teamMembershipUpdated {
22523
+ id
22524
+ }
22525
+ workflowStateArchived {
22526
+ id
22527
+ }
22528
+ workflowStateCreated {
22529
+ id
22530
+ }
22531
+ workflowStateUpdated {
22532
+ id
22533
+ }
22534
+ agentActivityCreated {
22535
+ id
22536
+ }
22537
+ agentActivityUpdated {
22538
+ id
22539
+ }
22540
+ agentSessionCreated {
22541
+ id
22542
+ }
22543
+ agentSessionUpdated {
22544
+ id
22545
+ }
22546
+ initiativeCreated {
22547
+ id
22548
+ }
22549
+ initiativeDeleted {
22550
+ id
22551
+ }
22552
+ initiativeUpdated {
22553
+ id
22554
+ }
22555
+ issueHistoryCreated {
22556
+ ...IssueHistory
22557
+ }
22558
+ issueHistoryUpdated {
22559
+ ...IssueHistory
22560
+ }
22561
+ issueArchived {
22562
+ id
22563
+ }
22564
+ issueCreated {
22565
+ id
22566
+ }
22567
+ issueUpdated {
22568
+ id
22569
+ }
22570
+ issueLabelCreated {
22571
+ id
22572
+ }
22573
+ issueLabelDeleted {
22574
+ id
22575
+ }
22576
+ issueLabelUpdated {
22577
+ id
22578
+ }
22579
+ issueRelationCreated {
22580
+ id
22581
+ }
22582
+ issueRelationDeleted {
22583
+ id
22584
+ }
22585
+ issueRelationUpdated {
22586
+ id
22587
+ }
22588
+ userCreated {
22589
+ id
22590
+ }
22591
+ userUpdated {
22592
+ id
22593
+ }
22594
+ }
22595
+ fragment ActorBot on ActorBot {
22596
+ __typename
22597
+ avatarUrl
22598
+ name
22599
+ userDisplayName
22600
+ subType
22601
+ type
22602
+ id
22603
+ }
22604
+ fragment CustomerNeedNotification on CustomerNeedNotification {
22605
+ __typename
22606
+ type
22607
+ customerNeedId
22608
+ botActor {
22609
+ ...ActorBot
22610
+ }
22611
+ category
22612
+ customerNeed {
22613
+ id
22614
+ }
22615
+ externalUserActor {
22616
+ id
22617
+ }
22618
+ relatedIssue {
22619
+ id
22620
+ }
22621
+ updatedAt
22622
+ relatedProject {
22623
+ id
22624
+ }
22625
+ emailedAt
22626
+ readAt
22627
+ unsnoozedAt
22628
+ archivedAt
22629
+ createdAt
22630
+ snoozedUntilAt
22631
+ id
22632
+ actor {
22633
+ id
22634
+ }
22635
+ user {
22636
+ id
22637
+ }
22638
+ }
22639
+ fragment CustomerNotification on CustomerNotification {
22640
+ __typename
22641
+ type
22642
+ customerId
22643
+ botActor {
22644
+ ...ActorBot
22645
+ }
22646
+ category
22647
+ customer {
22648
+ id
22649
+ }
22650
+ externalUserActor {
22651
+ id
22652
+ }
22653
+ updatedAt
22654
+ emailedAt
22655
+ readAt
22656
+ unsnoozedAt
22657
+ archivedAt
22658
+ createdAt
22659
+ snoozedUntilAt
22660
+ id
22661
+ actor {
22662
+ id
22663
+ }
22664
+ user {
22665
+ id
22666
+ }
22667
+ }
22668
+ fragment DocumentContent on DocumentContent {
22669
+ __typename
22670
+ aiPromptRules {
22671
+ ...AiPromptRules
22672
+ }
22673
+ content
22674
+ contentState
22675
+ document {
22676
+ id
22677
+ }
22678
+ initiative {
22679
+ id
22680
+ }
22681
+ issue {
22682
+ id
22683
+ }
22684
+ updatedAt
22685
+ projectMilestone {
22686
+ id
22687
+ }
22688
+ project {
22689
+ id
22690
+ }
22691
+ restoredAt
22692
+ archivedAt
22693
+ createdAt
22694
+ id
22695
+ welcomeMessage {
22696
+ ...WelcomeMessage
22697
+ }
22698
+ }
22699
+ fragment DocumentNotification on DocumentNotification {
22700
+ __typename
22701
+ reactionEmoji
22702
+ type
22703
+ commentId
22704
+ documentId
22705
+ parentCommentId
22706
+ botActor {
22707
+ ...ActorBot
22708
+ }
22709
+ category
22710
+ externalUserActor {
22711
+ id
22712
+ }
22713
+ updatedAt
22714
+ emailedAt
22715
+ readAt
22716
+ unsnoozedAt
22717
+ archivedAt
22718
+ createdAt
22719
+ snoozedUntilAt
22720
+ id
22721
+ actor {
22722
+ id
22723
+ }
22724
+ user {
22725
+ id
22726
+ }
22727
+ }
22728
+ fragment DocumentContentDraft on DocumentContentDraft {
22729
+ __typename
22730
+ contentState
22731
+ updatedAt
22732
+ archivedAt
22733
+ createdAt
22734
+ id
22735
+ documentContent {
22736
+ ...DocumentContent
22737
+ }
22738
+ documentContentId
22739
+ user {
22740
+ id
22741
+ }
22742
+ userId
22743
+ }
22744
+ fragment Draft on Draft {
22745
+ __typename
22746
+ data
22747
+ parentComment {
22748
+ id
22749
+ }
22750
+ customerNeed {
22751
+ id
22752
+ }
22753
+ initiative {
22754
+ id
22755
+ }
22756
+ initiativeUpdate {
22757
+ id
22758
+ }
22759
+ issue {
22760
+ id
22761
+ }
22762
+ updatedAt
22763
+ project {
22764
+ id
22765
+ }
22766
+ projectUpdate {
22767
+ id
22768
+ }
22769
+ team {
22770
+ id
22771
+ }
22772
+ bodyData
22773
+ archivedAt
22774
+ createdAt
22775
+ id
22776
+ user {
22777
+ id
22778
+ }
22779
+ isAutogenerated
22780
+ }
22781
+ fragment Notification on Notification {
22782
+ __typename
22783
+ type
22784
+ botActor {
22785
+ ...ActorBot
22786
+ }
22787
+ category
22788
+ externalUserActor {
22789
+ id
22790
+ }
22791
+ updatedAt
22792
+ emailedAt
22793
+ readAt
22794
+ unsnoozedAt
22795
+ archivedAt
22796
+ createdAt
22797
+ snoozedUntilAt
22798
+ id
22799
+ actor {
22800
+ id
22801
+ }
22802
+ user {
22803
+ id
22804
+ }
22805
+ ... on CustomerNeedNotification {
22806
+ ...CustomerNeedNotification
22807
+ }
22808
+ ... on CustomerNotification {
22809
+ ...CustomerNotification
22810
+ }
22811
+ ... on DocumentNotification {
22812
+ ...DocumentNotification
22813
+ }
22814
+ ... on InitiativeNotification {
22815
+ ...InitiativeNotification
22816
+ }
22817
+ ... on IssueNotification {
22818
+ ...IssueNotification
22819
+ }
22820
+ ... on OauthClientApprovalNotification {
22821
+ ...OauthClientApprovalNotification
22822
+ }
22823
+ ... on PostNotification {
22824
+ ...PostNotification
22825
+ }
22826
+ ... on ProjectNotification {
22827
+ ...ProjectNotification
22828
+ }
22829
+ ... on PullRequestNotification {
22830
+ ...PullRequestNotification
22831
+ }
22832
+ ... on WelcomeMessageNotification {
22833
+ ...WelcomeMessageNotification
22834
+ }
22835
+ }
22836
+ fragment PostNotification on PostNotification {
22837
+ __typename
22838
+ reactionEmoji
22839
+ type
22840
+ commentId
22841
+ parentCommentId
22842
+ postId
22843
+ botActor {
22844
+ ...ActorBot
22845
+ }
22846
+ category
22847
+ externalUserActor {
22848
+ id
22849
+ }
22850
+ updatedAt
22851
+ emailedAt
22852
+ readAt
22853
+ unsnoozedAt
22854
+ archivedAt
22855
+ createdAt
22856
+ snoozedUntilAt
22857
+ id
22858
+ actor {
22859
+ id
22860
+ }
22861
+ user {
22862
+ id
22863
+ }
22864
+ }
22865
+ fragment ProjectNotification on ProjectNotification {
22866
+ __typename
22867
+ reactionEmoji
22868
+ type
22869
+ commentId
22870
+ parentCommentId
22871
+ projectId
22872
+ projectMilestoneId
22873
+ projectUpdateId
22874
+ botActor {
22875
+ ...ActorBot
22876
+ }
22877
+ category
22878
+ comment {
22879
+ id
22880
+ }
22881
+ document {
22882
+ id
22883
+ }
22884
+ externalUserActor {
22885
+ id
22886
+ }
22887
+ updatedAt
22888
+ parentComment {
22889
+ id
22890
+ }
22891
+ project {
22892
+ id
22893
+ }
22894
+ projectUpdate {
22895
+ id
22896
+ }
22897
+ emailedAt
22898
+ readAt
22899
+ unsnoozedAt
22900
+ archivedAt
22901
+ createdAt
22902
+ snoozedUntilAt
22903
+ id
22904
+ actor {
22905
+ id
22906
+ }
22907
+ user {
22908
+ id
22909
+ }
22910
+ }
22911
+ fragment PullRequestNotification on PullRequestNotification {
22912
+ __typename
22913
+ type
22914
+ pullRequestCommentId
22915
+ pullRequestId
22916
+ botActor {
22917
+ ...ActorBot
22918
+ }
22919
+ category
22920
+ externalUserActor {
22921
+ id
22922
+ }
22923
+ updatedAt
22924
+ emailedAt
22925
+ readAt
22926
+ unsnoozedAt
22927
+ archivedAt
22928
+ createdAt
22929
+ snoozedUntilAt
22930
+ id
22931
+ actor {
22932
+ id
22933
+ }
22934
+ user {
22935
+ id
22936
+ }
22937
+ }
22938
+ fragment IssueHistory on IssueHistory {
22939
+ __typename
22940
+ triageResponsibilityAutoAssigned
22941
+ relationChanges {
22942
+ ...IssueRelationHistoryPayload
22943
+ }
22944
+ addedLabelIds
22945
+ removedLabelIds
22946
+ toSlaBreachesAt
22947
+ fromSlaBreachesAt
22948
+ actor {
22949
+ id
22950
+ }
22951
+ descriptionUpdatedBy {
22952
+ ...User
22953
+ }
22954
+ actors {
22955
+ ...User
22956
+ }
22957
+ fromDelegate {
22958
+ id
22959
+ }
22960
+ toDelegate {
22961
+ id
22962
+ }
22963
+ botActor {
22964
+ ...ActorBot
22965
+ }
22966
+ fromCycle {
22967
+ id
22968
+ }
22969
+ toCycle {
22970
+ id
22971
+ }
22972
+ attachmentId
22973
+ customerNeedId
22974
+ toCycleId
22975
+ toParentId
22976
+ toConvertedProjectId
22977
+ toProjectId
22978
+ toStateId
22979
+ fromCycleId
22980
+ fromParentId
22981
+ fromProjectId
22982
+ fromStateId
22983
+ fromTeamId
22984
+ toTeamId
22985
+ fromAssigneeId
22986
+ toAssigneeId
22987
+ actorId
22988
+ issueImport {
22989
+ ...IssueImport
22990
+ }
22991
+ issue {
22992
+ id
22993
+ }
22994
+ addedLabels {
22995
+ ...IssueLabel
22996
+ }
22997
+ removedLabels {
22998
+ ...IssueLabel
22999
+ }
23000
+ updatedAt
23001
+ attachment {
23002
+ id
23003
+ }
23004
+ toConvertedProject {
23005
+ id
23006
+ }
23007
+ fromParent {
23008
+ id
23009
+ }
23010
+ toParent {
23011
+ id
23012
+ }
23013
+ fromProjectMilestone {
23014
+ id
23015
+ }
23016
+ toProjectMilestone {
23017
+ id
23018
+ }
23019
+ fromProject {
23020
+ id
23021
+ }
23022
+ toProject {
23023
+ id
23024
+ }
23025
+ fromState {
23026
+ id
23027
+ }
23028
+ toState {
23029
+ id
23030
+ }
23031
+ fromTeam {
23032
+ id
23033
+ }
23034
+ toTeam {
23035
+ id
23036
+ }
23037
+ triageResponsibilityTeam {
23038
+ id
23039
+ }
23040
+ archivedAt
23041
+ createdAt
23042
+ toSlaStartedAt
23043
+ fromSlaStartedAt
23044
+ toSlaType
23045
+ fromSlaType
23046
+ id
23047
+ toAssignee {
23048
+ id
23049
+ }
23050
+ fromAssignee {
23051
+ id
23052
+ }
23053
+ triageResponsibilityNotifiedUsers {
23054
+ ...User
23055
+ }
23056
+ fromDueDate
23057
+ toDueDate
23058
+ fromEstimate
23059
+ toEstimate
23060
+ fromPriority
23061
+ toPriority
23062
+ fromTitle
23063
+ toTitle
23064
+ fromSlaBreached
23065
+ toSlaBreached
23066
+ archived
23067
+ autoArchived
23068
+ autoClosed
23069
+ trashed
23070
+ updatedDescription
23071
+ }
23072
+ fragment User on User {
23073
+ __typename
23074
+ statusUntilAt
23075
+ description
23076
+ avatarUrl
23077
+ createdIssueCount
23078
+ disableReason
23079
+ avatarBackgroundColor
23080
+ statusEmoji
23081
+ initials
23082
+ statusLabel
23083
+ updatedAt
23084
+ lastSeen
23085
+ timezone
23086
+ archivedAt
23087
+ createdAt
23088
+ id
23089
+ gitHubUserId
23090
+ displayName
23091
+ email
23092
+ name
23093
+ url
23094
+ active
23095
+ guest
23096
+ app
23097
+ admin
23098
+ owner
23099
+ isAssignable
23100
+ isMentionable
23101
+ isMe
23102
+ supportsAgentSessions
23103
+ canAccessAnyPublicTeam
23104
+ calendarHash
23105
+ inviteHash
23106
+ }
23107
+ fragment WelcomeMessage on WelcomeMessage {
23108
+ __typename
23109
+ updatedAt
23110
+ archivedAt
23111
+ createdAt
23112
+ title
23113
+ id
23114
+ updatedBy {
23115
+ id
23116
+ }
23117
+ enabled
23118
+ }
23119
+ fragment WelcomeMessageNotification on WelcomeMessageNotification {
23120
+ __typename
23121
+ type
23122
+ welcomeMessageId
23123
+ botActor {
23124
+ ...ActorBot
23125
+ }
23126
+ category
23127
+ externalUserActor {
23128
+ id
23129
+ }
23130
+ updatedAt
23131
+ emailedAt
23132
+ readAt
23133
+ unsnoozedAt
23134
+ archivedAt
23135
+ createdAt
23136
+ snoozedUntilAt
23137
+ id
23138
+ actor {
23139
+ id
23140
+ }
23141
+ user {
23142
+ id
23143
+ }
23144
+ }
23145
+ fragment AiPromptRules on AiPromptRules {
23146
+ __typename
23147
+ updatedAt
23148
+ archivedAt
23149
+ createdAt
23150
+ id
23151
+ updatedBy {
23152
+ id
23153
+ }
23154
+ }
23155
+ fragment IssueImport on IssueImport {
23156
+ __typename
23157
+ progress
23158
+ errorMetadata
23159
+ csvFileUrl
23160
+ serviceMetadata
23161
+ teamName
23162
+ mapping
23163
+ displayName
23164
+ creatorId
23165
+ updatedAt
23166
+ service
23167
+ status
23168
+ archivedAt
23169
+ createdAt
23170
+ id
23171
+ error
23172
+ }
23173
+ fragment InitiativeNotification on InitiativeNotification {
23174
+ __typename
23175
+ reactionEmoji
23176
+ type
23177
+ commentId
23178
+ initiativeId
23179
+ initiativeUpdateId
23180
+ parentCommentId
23181
+ botActor {
23182
+ ...ActorBot
23183
+ }
23184
+ category
23185
+ comment {
23186
+ id
23187
+ }
23188
+ document {
23189
+ id
23190
+ }
23191
+ externalUserActor {
23192
+ id
23193
+ }
23194
+ initiative {
23195
+ id
23196
+ }
23197
+ initiativeUpdate {
23198
+ id
23199
+ }
23200
+ updatedAt
23201
+ parentComment {
23202
+ id
23203
+ }
23204
+ emailedAt
23205
+ readAt
23206
+ unsnoozedAt
23207
+ archivedAt
23208
+ createdAt
23209
+ snoozedUntilAt
23210
+ id
23211
+ actor {
23212
+ id
23213
+ }
23214
+ user {
23215
+ id
23216
+ }
23217
+ }
23218
+ fragment IssueNotification on IssueNotification {
23219
+ __typename
23220
+ reactionEmoji
23221
+ type
23222
+ commentId
23223
+ issueId
23224
+ parentCommentId
23225
+ botActor {
23226
+ ...ActorBot
23227
+ }
23228
+ category
23229
+ comment {
23230
+ id
23231
+ }
23232
+ externalUserActor {
23233
+ id
23234
+ }
23235
+ issue {
23236
+ id
23237
+ }
23238
+ updatedAt
23239
+ parentComment {
23240
+ id
23241
+ }
23242
+ subscriptions {
23243
+ ...NotificationSubscription
23244
+ }
23245
+ team {
23246
+ id
23247
+ }
23248
+ emailedAt
23249
+ readAt
23250
+ unsnoozedAt
23251
+ archivedAt
23252
+ createdAt
23253
+ snoozedUntilAt
23254
+ id
23255
+ actor {
23256
+ id
23257
+ }
23258
+ user {
23259
+ id
23260
+ }
23261
+ }
23262
+ fragment OauthClientApprovalNotification on OauthClientApprovalNotification {
23263
+ __typename
23264
+ type
23265
+ oauthClientApprovalId
23266
+ oauthClientApproval {
23267
+ ...OauthClientApproval
23268
+ }
23269
+ botActor {
23270
+ ...ActorBot
23271
+ }
23272
+ category
23273
+ externalUserActor {
23274
+ id
23275
+ }
23276
+ updatedAt
23277
+ emailedAt
23278
+ readAt
23279
+ unsnoozedAt
23280
+ archivedAt
23281
+ createdAt
23282
+ snoozedUntilAt
23283
+ id
23284
+ actor {
23285
+ id
23286
+ }
23287
+ user {
23288
+ id
23289
+ }
23290
+ }
23291
+ fragment IssueRelationHistoryPayload on IssueRelationHistoryPayload {
23292
+ __typename
23293
+ identifier
23294
+ type
23295
+ }
23296
+ fragment IssueLabel on IssueLabel {
23297
+ __typename
23298
+ lastAppliedAt
23299
+ color
23300
+ description
23301
+ name
23302
+ updatedAt
23303
+ inheritedFrom {
23304
+ id
23305
+ }
23306
+ parent {
23307
+ id
23308
+ }
23309
+ team {
23310
+ id
23311
+ }
23312
+ archivedAt
23313
+ createdAt
23314
+ id
23315
+ creator {
23316
+ id
23317
+ }
23318
+ retiredBy {
23319
+ id
23320
+ }
23321
+ isGroup
23322
+ }
23323
+ fragment NotificationSubscription on NotificationSubscription {
23324
+ __typename
23325
+ customView {
23326
+ id
23327
+ }
23328
+ cycle {
23329
+ id
23330
+ }
23331
+ initiative {
23332
+ id
23333
+ }
23334
+ label {
23335
+ id
23336
+ }
23337
+ project {
23338
+ id
23339
+ }
23340
+ customer {
23341
+ id
23342
+ }
23343
+ updatedAt
23344
+ team {
23345
+ id
23346
+ }
23347
+ archivedAt
23348
+ createdAt
23349
+ userContextViewType
23350
+ contextViewType
23351
+ id
23352
+ subscriber {
23353
+ id
23354
+ }
23355
+ user {
23356
+ id
23357
+ }
23358
+ active
23359
+ }
23360
+ fragment OauthClientApproval on OauthClientApproval {
23361
+ __typename
23362
+ newlyRequestedScopes
23363
+ updatedAt
23364
+ requesterId
23365
+ responderId
23366
+ requestReason
23367
+ denyReason
23368
+ scopes
23369
+ status
23370
+ archivedAt
23371
+ createdAt
23372
+ id
23373
+ oauthClientId
23374
+ }`, { fragmentName: "Subscription" });
22192
23375
  const SuccessPayloadFragmentDoc = new TypedDocumentString(`
22193
23376
  fragment SuccessPayload on SuccessPayload {
22194
23377
  __typename
@@ -24016,6 +25199,7 @@ fragment Issue on Issue {
24016
25199
  state {
24017
25200
  id
24018
25201
  }
25202
+ inheritsSharedAccess
24019
25203
  }
24020
25204
  fragment ExternalEntityInfo on ExternalEntityInfo {
24021
25205
  __typename
@@ -24329,6 +25513,7 @@ fragment Issue on Issue {
24329
25513
  state {
24330
25514
  id
24331
25515
  }
25516
+ inheritsSharedAccess
24332
25517
  }
24333
25518
  fragment ExternalEntityInfo on ExternalEntityInfo {
24334
25519
  __typename
@@ -26372,6 +27557,7 @@ fragment Issue on Issue {
26372
27557
  state {
26373
27558
  id
26374
27559
  }
27560
+ inheritsSharedAccess
26375
27561
  }
26376
27562
  fragment ExternalEntityInfo on ExternalEntityInfo {
26377
27563
  __typename
@@ -27377,6 +28563,7 @@ fragment Issue on Issue {
27377
28563
  state {
27378
28564
  id
27379
28565
  }
28566
+ inheritsSharedAccess
27380
28567
  }
27381
28568
  fragment ExternalEntityInfo on ExternalEntityInfo {
27382
28569
  __typename
@@ -29782,6 +30969,7 @@ fragment Issue on Issue {
29782
30969
  state {
29783
30970
  id
29784
30971
  }
30972
+ inheritsSharedAccess
29785
30973
  }
29786
30974
  fragment ExternalEntityInfo on ExternalEntityInfo {
29787
30975
  __typename
@@ -30035,6 +31223,7 @@ fragment Issue on Issue {
30035
31223
  state {
30036
31224
  id
30037
31225
  }
31226
+ inheritsSharedAccess
30038
31227
  }
30039
31228
  fragment ExternalEntityInfo on ExternalEntityInfo {
30040
31229
  __typename
@@ -32755,6 +33944,7 @@ fragment Issue on Issue {
32755
33944
  state {
32756
33945
  id
32757
33946
  }
33947
+ inheritsSharedAccess
32758
33948
  }
32759
33949
  fragment ExternalEntityInfo on ExternalEntityInfo {
32760
33950
  __typename
@@ -33068,6 +34258,7 @@ fragment Issue on Issue {
33068
34258
  state {
33069
34259
  id
33070
34260
  }
34261
+ inheritsSharedAccess
33071
34262
  }
33072
34263
  fragment ExternalEntityInfo on ExternalEntityInfo {
33073
34264
  __typename
@@ -34400,6 +35591,7 @@ fragment Issue on Issue {
34400
35591
  state {
34401
35592
  id
34402
35593
  }
35594
+ inheritsSharedAccess
34403
35595
  }
34404
35596
  fragment ExternalEntityInfo on ExternalEntityInfo {
34405
35597
  __typename
@@ -34795,6 +35987,7 @@ fragment Issue on Issue {
34795
35987
  state {
34796
35988
  id
34797
35989
  }
35990
+ inheritsSharedAccess
34798
35991
  }
34799
35992
  fragment ExternalEntityInfo on ExternalEntityInfo {
34800
35993
  __typename
@@ -35200,6 +36393,7 @@ fragment Issue on Issue {
35200
36393
  state {
35201
36394
  id
35202
36395
  }
36396
+ inheritsSharedAccess
35203
36397
  }
35204
36398
  fragment ExternalEntityInfo on ExternalEntityInfo {
35205
36399
  __typename
@@ -35454,6 +36648,7 @@ fragment Issue on Issue {
35454
36648
  state {
35455
36649
  id
35456
36650
  }
36651
+ inheritsSharedAccess
35457
36652
  }
35458
36653
  fragment ExternalEntityInfo on ExternalEntityInfo {
35459
36654
  __typename
@@ -35767,6 +36962,7 @@ fragment Issue on Issue {
35767
36962
  state {
35768
36963
  id
35769
36964
  }
36965
+ inheritsSharedAccess
35770
36966
  }
35771
36967
  fragment ExternalEntityInfo on ExternalEntityInfo {
35772
36968
  __typename
@@ -37100,6 +38296,7 @@ fragment Issue on Issue {
37100
38296
  state {
37101
38297
  id
37102
38298
  }
38299
+ inheritsSharedAccess
37103
38300
  }
37104
38301
  fragment ExternalEntityInfo on ExternalEntityInfo {
37105
38302
  __typename
@@ -39978,6 +41175,7 @@ fragment Issue on Issue {
39978
41175
  state {
39979
41176
  id
39980
41177
  }
41178
+ inheritsSharedAccess
39981
41179
  }
39982
41180
  fragment ExternalEntityInfo on ExternalEntityInfo {
39983
41181
  __typename
@@ -41331,6 +42529,7 @@ fragment Issue on Issue {
41331
42529
  state {
41332
42530
  id
41333
42531
  }
42532
+ inheritsSharedAccess
41334
42533
  }
41335
42534
  fragment ExternalEntityInfo on ExternalEntityInfo {
41336
42535
  __typename
@@ -42925,6 +44124,7 @@ fragment IssueSearchResult on IssueSearchResult {
42925
44124
  state {
42926
44125
  id
42927
44126
  }
44127
+ inheritsSharedAccess
42928
44128
  }
42929
44129
  fragment IssueSharedAccess on IssueSharedAccess {
42930
44130
  __typename
@@ -43672,6 +44872,7 @@ fragment Issue on Issue {
43672
44872
  state {
43673
44873
  id
43674
44874
  }
44875
+ inheritsSharedAccess
43675
44876
  }
43676
44877
  fragment ExternalEntityInfo on ExternalEntityInfo {
43677
44878
  __typename
@@ -44967,6 +46168,7 @@ fragment Issue on Issue {
44967
46168
  state {
44968
46169
  id
44969
46170
  }
46171
+ inheritsSharedAccess
44970
46172
  }
44971
46173
  fragment ExternalEntityInfo on ExternalEntityInfo {
44972
46174
  __typename
@@ -45220,6 +46422,7 @@ fragment Issue on Issue {
45220
46422
  state {
45221
46423
  id
45222
46424
  }
46425
+ inheritsSharedAccess
45223
46426
  }
45224
46427
  fragment ExternalEntityInfo on ExternalEntityInfo {
45225
46428
  __typename
@@ -45473,6 +46676,7 @@ fragment Issue on Issue {
45473
46676
  state {
45474
46677
  id
45475
46678
  }
46679
+ inheritsSharedAccess
45476
46680
  }
45477
46681
  fragment ExternalEntityInfo on ExternalEntityInfo {
45478
46682
  __typename
@@ -46955,6 +48159,7 @@ fragment Issue on Issue {
46955
48159
  state {
46956
48160
  id
46957
48161
  }
48162
+ inheritsSharedAccess
46958
48163
  }
46959
48164
  fragment ExternalEntityInfo on ExternalEntityInfo {
46960
48165
  __typename
@@ -47208,6 +48413,7 @@ fragment Issue on Issue {
47208
48413
  state {
47209
48414
  id
47210
48415
  }
48416
+ inheritsSharedAccess
47211
48417
  }
47212
48418
  fragment ExternalEntityInfo on ExternalEntityInfo {
47213
48419
  __typename
@@ -47461,6 +48667,7 @@ fragment Issue on Issue {
47461
48667
  state {
47462
48668
  id
47463
48669
  }
48670
+ inheritsSharedAccess
47464
48671
  }
47465
48672
  fragment ExternalEntityInfo on ExternalEntityInfo {
47466
48673
  __typename
@@ -48057,6 +49264,7 @@ fragment Issue on Issue {
48057
49264
  state {
48058
49265
  id
48059
49266
  }
49267
+ inheritsSharedAccess
48060
49268
  }
48061
49269
  fragment ExternalEntityInfo on ExternalEntityInfo {
48062
49270
  __typename
@@ -50292,6 +51500,34 @@ const IntegrationLoomDocument = new TypedDocumentString(`
50292
51500
  }
50293
51501
  success
50294
51502
  }`);
51503
+ const IntegrationMicrosoftPersonalConnectDocument = new TypedDocumentString(`
51504
+ mutation integrationMicrosoftPersonalConnect($code: String!, $redirectUri: String!) {
51505
+ integrationMicrosoftPersonalConnect(code: $code, redirectUri: $redirectUri) {
51506
+ ...IntegrationPayload
51507
+ }
51508
+ }
51509
+ fragment IntegrationPayload on IntegrationPayload {
51510
+ __typename
51511
+ lastSyncId
51512
+ integration {
51513
+ id
51514
+ }
51515
+ success
51516
+ }`);
51517
+ const IntegrationMicrosoftTeamsDocument = new TypedDocumentString(`
51518
+ mutation integrationMicrosoftTeams($code: String!, $redirectUri: String!) {
51519
+ integrationMicrosoftTeams(code: $code, redirectUri: $redirectUri) {
51520
+ ...IntegrationPayload
51521
+ }
51522
+ }
51523
+ fragment IntegrationPayload on IntegrationPayload {
51524
+ __typename
51525
+ lastSyncId
51526
+ integration {
51527
+ id
51528
+ }
51529
+ success
51530
+ }`);
50295
51531
  const IntegrationRequestDocument = new TypedDocumentString(`
50296
51532
  mutation integrationRequest($input: IntegrationRequestInput!) {
50297
51533
  integrationRequest(input: $input) {
@@ -50788,6 +52024,7 @@ fragment Issue on Issue {
50788
52024
  state {
50789
52025
  id
50790
52026
  }
52027
+ inheritsSharedAccess
50791
52028
  }
50792
52029
  fragment ExternalEntityInfo on ExternalEntityInfo {
50793
52030
  __typename
@@ -51023,6 +52260,7 @@ fragment Issue on Issue {
51023
52260
  state {
51024
52261
  id
51025
52262
  }
52263
+ inheritsSharedAccess
51026
52264
  }
51027
52265
  fragment ExternalEntityInfo on ExternalEntityInfo {
51028
52266
  __typename
@@ -62848,6 +64086,46 @@ var DocumentContentChildWebhookPayload = class {
62848
64086
  project;
62849
64087
  };
62850
64088
  /**
64089
+ * A draft revision of document content, pending user review.
64090
+ *
64091
+ * @param request - function to call the graphql client
64092
+ * @param data - L.DocumentContentDraftFragment response data
64093
+ */
64094
+ var DocumentContentDraft = class extends Request {
64095
+ _user;
64096
+ constructor(request, data) {
64097
+ super(request);
64098
+ this.archivedAt = parseDate(data.archivedAt) ?? void 0;
64099
+ this.contentState = data.contentState;
64100
+ this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
64101
+ this.documentContentId = data.documentContentId;
64102
+ this.id = data.id;
64103
+ this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
64104
+ this.userId = data.userId;
64105
+ this.documentContent = new DocumentContent(request, data.documentContent);
64106
+ this._user = data.user;
64107
+ }
64108
+ /** The time at which the entity was archived. Null if the entity has not been archived. */
64109
+ archivedAt;
64110
+ /** The draft content state as a base64 encoded Yjs state update. */
64111
+ contentState;
64112
+ /** The time at which the entity was created. */
64113
+ createdAt;
64114
+ documentContentId;
64115
+ /** The unique identifier of the entity. */
64116
+ id;
64117
+ /**
64118
+ * The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
64119
+ * been updated after creation.
64120
+ */
64121
+ updatedAt;
64122
+ userId;
64123
+ documentContent;
64124
+ get user() {
64125
+ return new UserQuery(this._request).fetch(this._user.id);
64126
+ }
64127
+ };
64128
+ /**
62851
64129
  * DocumentContentHistoryPayload model
62852
64130
  *
62853
64131
  * @param request - function to call the graphql client
@@ -66404,6 +67682,7 @@ var Issue = class extends Request {
66404
67682
  this.estimate = data.estimate ?? void 0;
66405
67683
  this.id = data.id;
66406
67684
  this.identifier = data.identifier;
67685
+ this.inheritsSharedAccess = data.inheritsSharedAccess;
66407
67686
  this.labelIds = data.labelIds;
66408
67687
  this.number = data.number;
66409
67688
  this.previousIdentifiers = data.previousIdentifiers;
@@ -66483,13 +67762,15 @@ var Issue = class extends Request {
66483
67762
  id;
66484
67763
  /** Issue's human readable identifier (e.g. ENG-123). */
66485
67764
  identifier;
67765
+ /** Whether this issue inherits shared access from its parent issue. */
67766
+ inheritsSharedAccess;
66486
67767
  /** Id of the labels associated with this issue. */
66487
67768
  labelIds;
66488
67769
  /** The issue's unique number. */
66489
67770
  number;
66490
67771
  /** Previous identifiers of the issue if it has been moved between teams. */
66491
67772
  previousIdentifiers;
66492
- /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
67773
+ /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
66493
67774
  priority;
66494
67775
  /** Label for the priority. */
66495
67776
  priorityLabel;
@@ -68277,6 +69558,7 @@ var IssueSearchResult = class extends Request {
68277
69558
  this.estimate = data.estimate ?? void 0;
68278
69559
  this.id = data.id;
68279
69560
  this.identifier = data.identifier;
69561
+ this.inheritsSharedAccess = data.inheritsSharedAccess;
68280
69562
  this.labelIds = data.labelIds;
68281
69563
  this.metadata = data.metadata;
68282
69564
  this.number = data.number;
@@ -68357,6 +69639,8 @@ var IssueSearchResult = class extends Request {
68357
69639
  id;
68358
69640
  /** Issue's human readable identifier (e.g. ENG-123). */
68359
69641
  identifier;
69642
+ /** Whether this issue inherits shared access from its parent issue. */
69643
+ inheritsSharedAccess;
68360
69644
  /** Id of the labels associated with this issue. */
68361
69645
  labelIds;
68362
69646
  /** Metadata related to search result. */
@@ -68365,7 +69649,7 @@ var IssueSearchResult = class extends Request {
68365
69649
  number;
68366
69650
  /** Previous identifiers of the issue if it has been moved between teams. */
68367
69651
  previousIdentifiers;
68368
- /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
69652
+ /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
68369
69653
  priority;
68370
69654
  /** Label for the priority. */
68371
69655
  priorityLabel;
@@ -68999,7 +70283,7 @@ var IssueWebhookPayload = class {
68999
70283
  parentId;
69000
70284
  /** Previous identifiers of the issue if it has been moved between teams. */
69001
70285
  previousIdentifiers;
69002
- /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
70286
+ /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
69003
70287
  priority;
69004
70288
  /** The label of the issue's priority. */
69005
70289
  priorityLabel;
@@ -71003,7 +72287,7 @@ var Project = class extends Request {
71003
72287
  labelIds;
71004
72288
  /** The project's name. */
71005
72289
  name;
71006
- /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
72290
+ /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
71007
72291
  priority;
71008
72292
  /** The priority of the project as a label. */
71009
72293
  priorityLabel;
@@ -72347,7 +73631,7 @@ var ProjectSearchResult = class extends Request {
72347
73631
  metadata;
72348
73632
  /** The project's name. */
72349
73633
  name;
72350
- /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
73634
+ /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
72351
73635
  priority;
72352
73636
  /** The priority of the project as a label. */
72353
73637
  priorityLabel;
@@ -73011,7 +74295,7 @@ var ProjectWebhookPayload = class {
73011
74295
  memberIds;
73012
74296
  /** The project's name. */
73013
74297
  name;
73014
- /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
74298
+ /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
73015
74299
  priority;
73016
74300
  /** The sort order for the project within the organization, when ordered by priority. */
73017
74301
  prioritySortOrder;
@@ -73481,6 +74765,30 @@ var ReleasePipelineArchivePayload = class extends Request {
73481
74765
  success;
73482
74766
  };
73483
74767
  /**
74768
+ * Certain properties of a release pipeline.
74769
+ *
74770
+ * @param data - L.ReleasePipelineChildWebhookPayloadFragment response data
74771
+ */
74772
+ var ReleasePipelineChildWebhookPayload = class {
74773
+ constructor(data) {
74774
+ this.id = data.id;
74775
+ this.name = data.name;
74776
+ this.slugId = data.slugId;
74777
+ this.type = data.type;
74778
+ this.url = data.url;
74779
+ }
74780
+ /** The ID of the release pipeline. */
74781
+ id;
74782
+ /** The name of the release pipeline. */
74783
+ name;
74784
+ /** The pipeline's unique slug identifier. */
74785
+ slugId;
74786
+ /** The type of the release pipeline. */
74787
+ type;
74788
+ /** The URL of the release pipeline. */
74789
+ url;
74790
+ };
74791
+ /**
73484
74792
  * ReleasePipelinePayload model
73485
74793
  *
73486
74794
  * @param request - function to call the graphql client
@@ -73515,6 +74823,30 @@ var ReleaseStageArchivePayload = class extends Request {
73515
74823
  success;
73516
74824
  };
73517
74825
  /**
74826
+ * Certain properties of a release stage.
74827
+ *
74828
+ * @param data - L.ReleaseStageChildWebhookPayloadFragment response data
74829
+ */
74830
+ var ReleaseStageChildWebhookPayload = class {
74831
+ constructor(data) {
74832
+ this.color = data.color;
74833
+ this.id = data.id;
74834
+ this.name = data.name;
74835
+ this.position = data.position;
74836
+ this.type = data.type;
74837
+ }
74838
+ /** The UI color of the stage as a HEX string. */
74839
+ color;
74840
+ /** The ID of the release stage. */
74841
+ id;
74842
+ /** The name of the stage. */
74843
+ name;
74844
+ /** The position of the stage. */
74845
+ position;
74846
+ /** The type of the stage. */
74847
+ type;
74848
+ };
74849
+ /**
73518
74850
  * ReleaseStagePayload model
73519
74851
  *
73520
74852
  * @param request - function to call the graphql client
@@ -73532,6 +74864,78 @@ var ReleaseStagePayload = class extends Request {
73532
74864
  success;
73533
74865
  };
73534
74866
  /**
74867
+ * Payload for a release webhook.
74868
+ *
74869
+ * @param data - L.ReleaseWebhookPayloadFragment response data
74870
+ */
74871
+ var ReleaseWebhookPayload = class {
74872
+ constructor(data) {
74873
+ this.archivedAt = data.archivedAt ?? void 0;
74874
+ this.canceledAt = data.canceledAt ?? void 0;
74875
+ this.commitSha = data.commitSha ?? void 0;
74876
+ this.completedAt = data.completedAt ?? void 0;
74877
+ this.createdAt = data.createdAt;
74878
+ this.description = data.description ?? void 0;
74879
+ this.id = data.id;
74880
+ this.name = data.name;
74881
+ this.pipelineId = data.pipelineId;
74882
+ this.slugId = data.slugId;
74883
+ this.stageId = data.stageId;
74884
+ this.startDate = data.startDate ?? void 0;
74885
+ this.startedAt = data.startedAt ?? void 0;
74886
+ this.targetDate = data.targetDate ?? void 0;
74887
+ this.trashed = data.trashed ?? void 0;
74888
+ this.updatedAt = data.updatedAt;
74889
+ this.url = data.url;
74890
+ this.version = data.version ?? void 0;
74891
+ this.pipeline = data.pipeline ? new ReleasePipelineChildWebhookPayload(data.pipeline) : void 0;
74892
+ this.stage = data.stage ? new ReleaseStageChildWebhookPayload(data.stage) : void 0;
74893
+ this.issues = data.issues ? data.issues.map((node) => new IssueChildWebhookPayload(node)) : void 0;
74894
+ }
74895
+ /** The time at which the entity was archived. */
74896
+ archivedAt;
74897
+ /** The time at which the release was canceled. */
74898
+ canceledAt;
74899
+ /** The commit SHA associated with this release. */
74900
+ commitSha;
74901
+ /** The time at which the release was completed. */
74902
+ completedAt;
74903
+ /** The time at which the entity was created. */
74904
+ createdAt;
74905
+ /** The release's description. */
74906
+ description;
74907
+ /** The ID of the entity. */
74908
+ id;
74909
+ /** The name of the release. */
74910
+ name;
74911
+ /** The ID of the pipeline this release belongs to. */
74912
+ pipelineId;
74913
+ /** The release's unique URL slug. */
74914
+ slugId;
74915
+ /** The ID of the current stage of the release. */
74916
+ stageId;
74917
+ /** The estimated start date of the release. */
74918
+ startDate;
74919
+ /** The time at which the release was started. */
74920
+ startedAt;
74921
+ /** The estimated completion date of the release. */
74922
+ targetDate;
74923
+ /** Whether the release is in the trash bin. */
74924
+ trashed;
74925
+ /** The time at which the entity was updated. */
74926
+ updatedAt;
74927
+ /** The URL of the release. */
74928
+ url;
74929
+ /** The version of the release. */
74930
+ version;
74931
+ /** The issues associated with the release. */
74932
+ issues;
74933
+ /** The pipeline this release belongs to. */
74934
+ pipeline;
74935
+ /** The current stage of the release. */
74936
+ stage;
74937
+ };
74938
+ /**
73535
74939
  * RepositorySuggestion model
73536
74940
  *
73537
74941
  * @param request - function to call the graphql client
@@ -74095,6 +75499,581 @@ var SsoUrlFromEmailResponse = class extends Request {
74095
75499
  success;
74096
75500
  };
74097
75501
  /**
75502
+ * Subscription model
75503
+ *
75504
+ * @param request - function to call the graphql client
75505
+ * @param data - L.SubscriptionFragment response data
75506
+ */
75507
+ var Subscription = class extends Request {
75508
+ _agentActivityCreated;
75509
+ _agentActivityUpdated;
75510
+ _agentSessionCreated;
75511
+ _agentSessionUpdated;
75512
+ _commentArchived;
75513
+ _commentCreated;
75514
+ _commentDeleted;
75515
+ _commentUnarchived;
75516
+ _commentUpdated;
75517
+ _cycleArchived;
75518
+ _cycleCreated;
75519
+ _cycleUpdated;
75520
+ _documentArchived;
75521
+ _documentCreated;
75522
+ _documentUnarchived;
75523
+ _documentUpdated;
75524
+ _favoriteCreated;
75525
+ _favoriteDeleted;
75526
+ _favoriteUpdated;
75527
+ _initiativeCreated;
75528
+ _initiativeDeleted;
75529
+ _initiativeUpdated;
75530
+ _issueArchived;
75531
+ _issueCreated;
75532
+ _issueLabelCreated;
75533
+ _issueLabelDeleted;
75534
+ _issueLabelUpdated;
75535
+ _issueRelationCreated;
75536
+ _issueRelationDeleted;
75537
+ _issueRelationUpdated;
75538
+ _issueUnarchived;
75539
+ _issueUpdated;
75540
+ _projectArchived;
75541
+ _projectCreated;
75542
+ _projectUnarchived;
75543
+ _projectUpdateCreated;
75544
+ _projectUpdateDeleted;
75545
+ _projectUpdateUpdated;
75546
+ _projectUpdated;
75547
+ _roadmapCreated;
75548
+ _roadmapDeleted;
75549
+ _roadmapUpdated;
75550
+ _teamCreated;
75551
+ _teamDeleted;
75552
+ _teamMembershipCreated;
75553
+ _teamMembershipDeleted;
75554
+ _teamMembershipUpdated;
75555
+ _teamUpdated;
75556
+ _userCreated;
75557
+ _userUpdated;
75558
+ _workflowStateArchived;
75559
+ _workflowStateCreated;
75560
+ _workflowStateUpdated;
75561
+ constructor(request, data) {
75562
+ super(request);
75563
+ this.documentContentCreated = new DocumentContent(request, data.documentContentCreated);
75564
+ this.documentContentDraftCreated = new DocumentContentDraft(request, data.documentContentDraftCreated);
75565
+ this.documentContentDraftDeleted = new DocumentContentDraft(request, data.documentContentDraftDeleted);
75566
+ this.documentContentDraftUpdated = new DocumentContentDraft(request, data.documentContentDraftUpdated);
75567
+ this.documentContentUpdated = new DocumentContent(request, data.documentContentUpdated);
75568
+ this.draftCreated = new Draft(request, data.draftCreated);
75569
+ this.draftDeleted = new Draft(request, data.draftDeleted);
75570
+ this.draftUpdated = new Draft(request, data.draftUpdated);
75571
+ this.issueHistoryCreated = new IssueHistory(request, data.issueHistoryCreated);
75572
+ this.issueHistoryUpdated = new IssueHistory(request, data.issueHistoryUpdated);
75573
+ this._agentActivityCreated = data.agentActivityCreated;
75574
+ this._agentActivityUpdated = data.agentActivityUpdated;
75575
+ this._agentSessionCreated = data.agentSessionCreated;
75576
+ this._agentSessionUpdated = data.agentSessionUpdated;
75577
+ this._commentArchived = data.commentArchived;
75578
+ this._commentCreated = data.commentCreated;
75579
+ this._commentDeleted = data.commentDeleted;
75580
+ this._commentUnarchived = data.commentUnarchived;
75581
+ this._commentUpdated = data.commentUpdated;
75582
+ this._cycleArchived = data.cycleArchived;
75583
+ this._cycleCreated = data.cycleCreated;
75584
+ this._cycleUpdated = data.cycleUpdated;
75585
+ this._documentArchived = data.documentArchived;
75586
+ this._documentCreated = data.documentCreated;
75587
+ this._documentUnarchived = data.documentUnarchived;
75588
+ this._documentUpdated = data.documentUpdated;
75589
+ this._favoriteCreated = data.favoriteCreated;
75590
+ this._favoriteDeleted = data.favoriteDeleted;
75591
+ this._favoriteUpdated = data.favoriteUpdated;
75592
+ this._initiativeCreated = data.initiativeCreated;
75593
+ this._initiativeDeleted = data.initiativeDeleted;
75594
+ this._initiativeUpdated = data.initiativeUpdated;
75595
+ this._issueArchived = data.issueArchived;
75596
+ this._issueCreated = data.issueCreated;
75597
+ this._issueLabelCreated = data.issueLabelCreated;
75598
+ this._issueLabelDeleted = data.issueLabelDeleted;
75599
+ this._issueLabelUpdated = data.issueLabelUpdated;
75600
+ this._issueRelationCreated = data.issueRelationCreated;
75601
+ this._issueRelationDeleted = data.issueRelationDeleted;
75602
+ this._issueRelationUpdated = data.issueRelationUpdated;
75603
+ this._issueUnarchived = data.issueUnarchived;
75604
+ this._issueUpdated = data.issueUpdated;
75605
+ this._projectArchived = data.projectArchived;
75606
+ this._projectCreated = data.projectCreated;
75607
+ this._projectUnarchived = data.projectUnarchived;
75608
+ this._projectUpdateCreated = data.projectUpdateCreated;
75609
+ this._projectUpdateDeleted = data.projectUpdateDeleted;
75610
+ this._projectUpdateUpdated = data.projectUpdateUpdated;
75611
+ this._projectUpdated = data.projectUpdated;
75612
+ this._roadmapCreated = data.roadmapCreated;
75613
+ this._roadmapDeleted = data.roadmapDeleted;
75614
+ this._roadmapUpdated = data.roadmapUpdated;
75615
+ this._teamCreated = data.teamCreated;
75616
+ this._teamDeleted = data.teamDeleted;
75617
+ this._teamMembershipCreated = data.teamMembershipCreated;
75618
+ this._teamMembershipDeleted = data.teamMembershipDeleted;
75619
+ this._teamMembershipUpdated = data.teamMembershipUpdated;
75620
+ this._teamUpdated = data.teamUpdated;
75621
+ this._userCreated = data.userCreated;
75622
+ this._userUpdated = data.userUpdated;
75623
+ this._workflowStateArchived = data.workflowStateArchived;
75624
+ this._workflowStateCreated = data.workflowStateCreated;
75625
+ this._workflowStateUpdated = data.workflowStateUpdated;
75626
+ }
75627
+ /** Triggered when a document content is created */
75628
+ documentContentCreated;
75629
+ /** Triggered when a document content draft is created */
75630
+ documentContentDraftCreated;
75631
+ /** Triggered when a document content draft is deleted */
75632
+ documentContentDraftDeleted;
75633
+ /** Triggered when a document content draft is updated */
75634
+ documentContentDraftUpdated;
75635
+ /** Triggered when a document content is updated */
75636
+ documentContentUpdated;
75637
+ /** Triggered when a draft is created */
75638
+ draftCreated;
75639
+ /** Triggered when a draft is deleted */
75640
+ draftDeleted;
75641
+ /** Triggered when a draft is updated */
75642
+ draftUpdated;
75643
+ /** Triggered when an issue history is created */
75644
+ issueHistoryCreated;
75645
+ /** Triggered when an issue history is updated */
75646
+ issueHistoryUpdated;
75647
+ /** Triggered when an agent activity is created */
75648
+ get agentActivityCreated() {
75649
+ return new AgentActivityQuery(this._request).fetch(this._agentActivityCreated.id);
75650
+ }
75651
+ /** The ID of triggered when an agent activity is created */
75652
+ get agentActivityCreatedId() {
75653
+ return this._agentActivityCreated?.id;
75654
+ }
75655
+ /** Triggered when an agent activity is updated */
75656
+ get agentActivityUpdated() {
75657
+ return new AgentActivityQuery(this._request).fetch(this._agentActivityUpdated.id);
75658
+ }
75659
+ /** The ID of triggered when an agent activity is updated */
75660
+ get agentActivityUpdatedId() {
75661
+ return this._agentActivityUpdated?.id;
75662
+ }
75663
+ /** Triggered when an agent session is created */
75664
+ get agentSessionCreated() {
75665
+ return new AgentSessionQuery(this._request).fetch(this._agentSessionCreated.id);
75666
+ }
75667
+ /** The ID of triggered when an agent session is created */
75668
+ get agentSessionCreatedId() {
75669
+ return this._agentSessionCreated?.id;
75670
+ }
75671
+ /** Triggered when an agent session is updated */
75672
+ get agentSessionUpdated() {
75673
+ return new AgentSessionQuery(this._request).fetch(this._agentSessionUpdated.id);
75674
+ }
75675
+ /** The ID of triggered when an agent session is updated */
75676
+ get agentSessionUpdatedId() {
75677
+ return this._agentSessionUpdated?.id;
75678
+ }
75679
+ /** Triggered when a comment is archived */
75680
+ get commentArchived() {
75681
+ return new CommentQuery(this._request).fetch({ id: this._commentArchived.id });
75682
+ }
75683
+ /** The ID of triggered when a comment is archived */
75684
+ get commentArchivedId() {
75685
+ return this._commentArchived?.id;
75686
+ }
75687
+ /** Triggered when a comment is created */
75688
+ get commentCreated() {
75689
+ return new CommentQuery(this._request).fetch({ id: this._commentCreated.id });
75690
+ }
75691
+ /** The ID of triggered when a comment is created */
75692
+ get commentCreatedId() {
75693
+ return this._commentCreated?.id;
75694
+ }
75695
+ /** Triggered when a comment is deleted */
75696
+ get commentDeleted() {
75697
+ return new CommentQuery(this._request).fetch({ id: this._commentDeleted.id });
75698
+ }
75699
+ /** The ID of triggered when a comment is deleted */
75700
+ get commentDeletedId() {
75701
+ return this._commentDeleted?.id;
75702
+ }
75703
+ /** Triggered when a a comment is unarchived */
75704
+ get commentUnarchived() {
75705
+ return new CommentQuery(this._request).fetch({ id: this._commentUnarchived.id });
75706
+ }
75707
+ /** The ID of triggered when a a comment is unarchived */
75708
+ get commentUnarchivedId() {
75709
+ return this._commentUnarchived?.id;
75710
+ }
75711
+ /** Triggered when a comment is updated */
75712
+ get commentUpdated() {
75713
+ return new CommentQuery(this._request).fetch({ id: this._commentUpdated.id });
75714
+ }
75715
+ /** The ID of triggered when a comment is updated */
75716
+ get commentUpdatedId() {
75717
+ return this._commentUpdated?.id;
75718
+ }
75719
+ /** Triggered when a cycle is archived */
75720
+ get cycleArchived() {
75721
+ return new CycleQuery(this._request).fetch(this._cycleArchived.id);
75722
+ }
75723
+ /** The ID of triggered when a cycle is archived */
75724
+ get cycleArchivedId() {
75725
+ return this._cycleArchived?.id;
75726
+ }
75727
+ /** Triggered when a cycle is created */
75728
+ get cycleCreated() {
75729
+ return new CycleQuery(this._request).fetch(this._cycleCreated.id);
75730
+ }
75731
+ /** The ID of triggered when a cycle is created */
75732
+ get cycleCreatedId() {
75733
+ return this._cycleCreated?.id;
75734
+ }
75735
+ /** Triggered when a cycle is updated */
75736
+ get cycleUpdated() {
75737
+ return new CycleQuery(this._request).fetch(this._cycleUpdated.id);
75738
+ }
75739
+ /** The ID of triggered when a cycle is updated */
75740
+ get cycleUpdatedId() {
75741
+ return this._cycleUpdated?.id;
75742
+ }
75743
+ /** Triggered when a document is archived */
75744
+ get documentArchived() {
75745
+ return new DocumentQuery(this._request).fetch(this._documentArchived.id);
75746
+ }
75747
+ /** The ID of triggered when a document is archived */
75748
+ get documentArchivedId() {
75749
+ return this._documentArchived?.id;
75750
+ }
75751
+ /** Triggered when a document is created */
75752
+ get documentCreated() {
75753
+ return new DocumentQuery(this._request).fetch(this._documentCreated.id);
75754
+ }
75755
+ /** The ID of triggered when a document is created */
75756
+ get documentCreatedId() {
75757
+ return this._documentCreated?.id;
75758
+ }
75759
+ /** Triggered when a a document is unarchived */
75760
+ get documentUnarchived() {
75761
+ return new DocumentQuery(this._request).fetch(this._documentUnarchived.id);
75762
+ }
75763
+ /** The ID of triggered when a a document is unarchived */
75764
+ get documentUnarchivedId() {
75765
+ return this._documentUnarchived?.id;
75766
+ }
75767
+ /** Triggered when a document is updated */
75768
+ get documentUpdated() {
75769
+ return new DocumentQuery(this._request).fetch(this._documentUpdated.id);
75770
+ }
75771
+ /** The ID of triggered when a document is updated */
75772
+ get documentUpdatedId() {
75773
+ return this._documentUpdated?.id;
75774
+ }
75775
+ /** Triggered when a favorite is created */
75776
+ get favoriteCreated() {
75777
+ return new FavoriteQuery(this._request).fetch(this._favoriteCreated.id);
75778
+ }
75779
+ /** The ID of triggered when a favorite is created */
75780
+ get favoriteCreatedId() {
75781
+ return this._favoriteCreated?.id;
75782
+ }
75783
+ /** Triggered when a favorite is deleted */
75784
+ get favoriteDeleted() {
75785
+ return new FavoriteQuery(this._request).fetch(this._favoriteDeleted.id);
75786
+ }
75787
+ /** The ID of triggered when a favorite is deleted */
75788
+ get favoriteDeletedId() {
75789
+ return this._favoriteDeleted?.id;
75790
+ }
75791
+ /** Triggered when a favorite is updated */
75792
+ get favoriteUpdated() {
75793
+ return new FavoriteQuery(this._request).fetch(this._favoriteUpdated.id);
75794
+ }
75795
+ /** The ID of triggered when a favorite is updated */
75796
+ get favoriteUpdatedId() {
75797
+ return this._favoriteUpdated?.id;
75798
+ }
75799
+ /** Triggered when an initiative is created */
75800
+ get initiativeCreated() {
75801
+ return new InitiativeQuery(this._request).fetch(this._initiativeCreated.id);
75802
+ }
75803
+ /** The ID of triggered when an initiative is created */
75804
+ get initiativeCreatedId() {
75805
+ return this._initiativeCreated?.id;
75806
+ }
75807
+ /** Triggered when an initiative is deleted */
75808
+ get initiativeDeleted() {
75809
+ return new InitiativeQuery(this._request).fetch(this._initiativeDeleted.id);
75810
+ }
75811
+ /** The ID of triggered when an initiative is deleted */
75812
+ get initiativeDeletedId() {
75813
+ return this._initiativeDeleted?.id;
75814
+ }
75815
+ /** Triggered when an initiative is updated */
75816
+ get initiativeUpdated() {
75817
+ return new InitiativeQuery(this._request).fetch(this._initiativeUpdated.id);
75818
+ }
75819
+ /** The ID of triggered when an initiative is updated */
75820
+ get initiativeUpdatedId() {
75821
+ return this._initiativeUpdated?.id;
75822
+ }
75823
+ /** Triggered when an issue is archived */
75824
+ get issueArchived() {
75825
+ return new IssueQuery(this._request).fetch(this._issueArchived.id);
75826
+ }
75827
+ /** The ID of triggered when an issue is archived */
75828
+ get issueArchivedId() {
75829
+ return this._issueArchived?.id;
75830
+ }
75831
+ /** Triggered when an issue is created */
75832
+ get issueCreated() {
75833
+ return new IssueQuery(this._request).fetch(this._issueCreated.id);
75834
+ }
75835
+ /** The ID of triggered when an issue is created */
75836
+ get issueCreatedId() {
75837
+ return this._issueCreated?.id;
75838
+ }
75839
+ /** Triggered when an issue label is created */
75840
+ get issueLabelCreated() {
75841
+ return new IssueLabelQuery(this._request).fetch(this._issueLabelCreated.id);
75842
+ }
75843
+ /** The ID of triggered when an issue label is created */
75844
+ get issueLabelCreatedId() {
75845
+ return this._issueLabelCreated?.id;
75846
+ }
75847
+ /** Triggered when an issue label is deleted */
75848
+ get issueLabelDeleted() {
75849
+ return new IssueLabelQuery(this._request).fetch(this._issueLabelDeleted.id);
75850
+ }
75851
+ /** The ID of triggered when an issue label is deleted */
75852
+ get issueLabelDeletedId() {
75853
+ return this._issueLabelDeleted?.id;
75854
+ }
75855
+ /** Triggered when an issue label is updated */
75856
+ get issueLabelUpdated() {
75857
+ return new IssueLabelQuery(this._request).fetch(this._issueLabelUpdated.id);
75858
+ }
75859
+ /** The ID of triggered when an issue label is updated */
75860
+ get issueLabelUpdatedId() {
75861
+ return this._issueLabelUpdated?.id;
75862
+ }
75863
+ /** Triggered when an issue relation is created */
75864
+ get issueRelationCreated() {
75865
+ return new IssueRelationQuery(this._request).fetch(this._issueRelationCreated.id);
75866
+ }
75867
+ /** The ID of triggered when an issue relation is created */
75868
+ get issueRelationCreatedId() {
75869
+ return this._issueRelationCreated?.id;
75870
+ }
75871
+ /** Triggered when an issue relation is deleted */
75872
+ get issueRelationDeleted() {
75873
+ return new IssueRelationQuery(this._request).fetch(this._issueRelationDeleted.id);
75874
+ }
75875
+ /** The ID of triggered when an issue relation is deleted */
75876
+ get issueRelationDeletedId() {
75877
+ return this._issueRelationDeleted?.id;
75878
+ }
75879
+ /** Triggered when an issue relation is updated */
75880
+ get issueRelationUpdated() {
75881
+ return new IssueRelationQuery(this._request).fetch(this._issueRelationUpdated.id);
75882
+ }
75883
+ /** The ID of triggered when an issue relation is updated */
75884
+ get issueRelationUpdatedId() {
75885
+ return this._issueRelationUpdated?.id;
75886
+ }
75887
+ /** Triggered when a an issue is unarchived */
75888
+ get issueUnarchived() {
75889
+ return new IssueQuery(this._request).fetch(this._issueUnarchived.id);
75890
+ }
75891
+ /** The ID of triggered when a an issue is unarchived */
75892
+ get issueUnarchivedId() {
75893
+ return this._issueUnarchived?.id;
75894
+ }
75895
+ /** Triggered when an issue is updated */
75896
+ get issueUpdated() {
75897
+ return new IssueQuery(this._request).fetch(this._issueUpdated.id);
75898
+ }
75899
+ /** The ID of triggered when an issue is updated */
75900
+ get issueUpdatedId() {
75901
+ return this._issueUpdated?.id;
75902
+ }
75903
+ /** Triggered when an organization is updated */
75904
+ get organizationUpdated() {
75905
+ return new OrganizationQuery(this._request).fetch();
75906
+ }
75907
+ /** Triggered when a project is archived */
75908
+ get projectArchived() {
75909
+ return new ProjectQuery(this._request).fetch(this._projectArchived.id);
75910
+ }
75911
+ /** The ID of triggered when a project is archived */
75912
+ get projectArchivedId() {
75913
+ return this._projectArchived?.id;
75914
+ }
75915
+ /** Triggered when a project is created */
75916
+ get projectCreated() {
75917
+ return new ProjectQuery(this._request).fetch(this._projectCreated.id);
75918
+ }
75919
+ /** The ID of triggered when a project is created */
75920
+ get projectCreatedId() {
75921
+ return this._projectCreated?.id;
75922
+ }
75923
+ /** Triggered when a a project is unarchived */
75924
+ get projectUnarchived() {
75925
+ return new ProjectQuery(this._request).fetch(this._projectUnarchived.id);
75926
+ }
75927
+ /** The ID of triggered when a a project is unarchived */
75928
+ get projectUnarchivedId() {
75929
+ return this._projectUnarchived?.id;
75930
+ }
75931
+ /** Triggered when a project update is created */
75932
+ get projectUpdateCreated() {
75933
+ return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateCreated.id);
75934
+ }
75935
+ /** The ID of triggered when a project update is created */
75936
+ get projectUpdateCreatedId() {
75937
+ return this._projectUpdateCreated?.id;
75938
+ }
75939
+ /** Triggered when a project update is deleted */
75940
+ get projectUpdateDeleted() {
75941
+ return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateDeleted.id);
75942
+ }
75943
+ /** The ID of triggered when a project update is deleted */
75944
+ get projectUpdateDeletedId() {
75945
+ return this._projectUpdateDeleted?.id;
75946
+ }
75947
+ /** Triggered when a project update is updated */
75948
+ get projectUpdateUpdated() {
75949
+ return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateUpdated.id);
75950
+ }
75951
+ /** The ID of triggered when a project update is updated */
75952
+ get projectUpdateUpdatedId() {
75953
+ return this._projectUpdateUpdated?.id;
75954
+ }
75955
+ /** Triggered when a project is updated */
75956
+ get projectUpdated() {
75957
+ return new ProjectQuery(this._request).fetch(this._projectUpdated.id);
75958
+ }
75959
+ /** The ID of triggered when a project is updated */
75960
+ get projectUpdatedId() {
75961
+ return this._projectUpdated?.id;
75962
+ }
75963
+ /** Triggered when a roadmap is created */
75964
+ get roadmapCreated() {
75965
+ return new RoadmapQuery(this._request).fetch(this._roadmapCreated.id);
75966
+ }
75967
+ /** The ID of triggered when a roadmap is created */
75968
+ get roadmapCreatedId() {
75969
+ return this._roadmapCreated?.id;
75970
+ }
75971
+ /** Triggered when a roadmap is deleted */
75972
+ get roadmapDeleted() {
75973
+ return new RoadmapQuery(this._request).fetch(this._roadmapDeleted.id);
75974
+ }
75975
+ /** The ID of triggered when a roadmap is deleted */
75976
+ get roadmapDeletedId() {
75977
+ return this._roadmapDeleted?.id;
75978
+ }
75979
+ /** Triggered when a roadmap is updated */
75980
+ get roadmapUpdated() {
75981
+ return new RoadmapQuery(this._request).fetch(this._roadmapUpdated.id);
75982
+ }
75983
+ /** The ID of triggered when a roadmap is updated */
75984
+ get roadmapUpdatedId() {
75985
+ return this._roadmapUpdated?.id;
75986
+ }
75987
+ /** Triggered when a team is created */
75988
+ get teamCreated() {
75989
+ return new TeamQuery(this._request).fetch(this._teamCreated.id);
75990
+ }
75991
+ /** The ID of triggered when a team is created */
75992
+ get teamCreatedId() {
75993
+ return this._teamCreated?.id;
75994
+ }
75995
+ /** Triggered when a team is deleted */
75996
+ get teamDeleted() {
75997
+ return new TeamQuery(this._request).fetch(this._teamDeleted.id);
75998
+ }
75999
+ /** The ID of triggered when a team is deleted */
76000
+ get teamDeletedId() {
76001
+ return this._teamDeleted?.id;
76002
+ }
76003
+ /** Triggered when a team membership is created */
76004
+ get teamMembershipCreated() {
76005
+ return new TeamMembershipQuery(this._request).fetch(this._teamMembershipCreated.id);
76006
+ }
76007
+ /** The ID of triggered when a team membership is created */
76008
+ get teamMembershipCreatedId() {
76009
+ return this._teamMembershipCreated?.id;
76010
+ }
76011
+ /** Triggered when a team membership is deleted */
76012
+ get teamMembershipDeleted() {
76013
+ return new TeamMembershipQuery(this._request).fetch(this._teamMembershipDeleted.id);
76014
+ }
76015
+ /** The ID of triggered when a team membership is deleted */
76016
+ get teamMembershipDeletedId() {
76017
+ return this._teamMembershipDeleted?.id;
76018
+ }
76019
+ /** Triggered when a team membership is updated */
76020
+ get teamMembershipUpdated() {
76021
+ return new TeamMembershipQuery(this._request).fetch(this._teamMembershipUpdated.id);
76022
+ }
76023
+ /** The ID of triggered when a team membership is updated */
76024
+ get teamMembershipUpdatedId() {
76025
+ return this._teamMembershipUpdated?.id;
76026
+ }
76027
+ /** Triggered when a team is updated */
76028
+ get teamUpdated() {
76029
+ return new TeamQuery(this._request).fetch(this._teamUpdated.id);
76030
+ }
76031
+ /** The ID of triggered when a team is updated */
76032
+ get teamUpdatedId() {
76033
+ return this._teamUpdated?.id;
76034
+ }
76035
+ /** Triggered when an user is created */
76036
+ get userCreated() {
76037
+ return new UserQuery(this._request).fetch(this._userCreated.id);
76038
+ }
76039
+ /** The ID of triggered when an user is created */
76040
+ get userCreatedId() {
76041
+ return this._userCreated?.id;
76042
+ }
76043
+ /** Triggered when an user is updated */
76044
+ get userUpdated() {
76045
+ return new UserQuery(this._request).fetch(this._userUpdated.id);
76046
+ }
76047
+ /** The ID of triggered when an user is updated */
76048
+ get userUpdatedId() {
76049
+ return this._userUpdated?.id;
76050
+ }
76051
+ /** Triggered when a workflow state is archived */
76052
+ get workflowStateArchived() {
76053
+ return new WorkflowStateQuery(this._request).fetch(this._workflowStateArchived.id);
76054
+ }
76055
+ /** The ID of triggered when a workflow state is archived */
76056
+ get workflowStateArchivedId() {
76057
+ return this._workflowStateArchived?.id;
76058
+ }
76059
+ /** Triggered when a workflow state is created */
76060
+ get workflowStateCreated() {
76061
+ return new WorkflowStateQuery(this._request).fetch(this._workflowStateCreated.id);
76062
+ }
76063
+ /** The ID of triggered when a workflow state is created */
76064
+ get workflowStateCreatedId() {
76065
+ return this._workflowStateCreated?.id;
76066
+ }
76067
+ /** Triggered when a workflow state is updated */
76068
+ get workflowStateUpdated() {
76069
+ return new WorkflowStateQuery(this._request).fetch(this._workflowStateUpdated.id);
76070
+ }
76071
+ /** The ID of triggered when a workflow state is updated */
76072
+ get workflowStateUpdatedId() {
76073
+ return this._workflowStateUpdated?.id;
76074
+ }
76075
+ };
76076
+ /**
74098
76077
  * SuccessPayload model
74099
76078
  *
74100
76079
  * @param request - function to call the graphql client
@@ -82722,6 +84701,54 @@ var IntegrationLoomMutation = class extends Request {
82722
84701
  }
82723
84702
  };
82724
84703
  /**
84704
+ * A fetchable IntegrationMicrosoftPersonalConnect Mutation
84705
+ *
84706
+ * @param request - function to call the graphql client
84707
+ */
84708
+ var IntegrationMicrosoftPersonalConnectMutation = class extends Request {
84709
+ constructor(request) {
84710
+ super(request);
84711
+ }
84712
+ /**
84713
+ * Call the IntegrationMicrosoftPersonalConnect mutation and return a IntegrationPayload
84714
+ *
84715
+ * @param code - required code to pass to integrationMicrosoftPersonalConnect
84716
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftPersonalConnect
84717
+ * @returns parsed response from IntegrationMicrosoftPersonalConnectMutation
84718
+ */
84719
+ async fetch(code, redirectUri) {
84720
+ const data = (await this._request(IntegrationMicrosoftPersonalConnectDocument.toString(), {
84721
+ code,
84722
+ redirectUri
84723
+ })).integrationMicrosoftPersonalConnect;
84724
+ return new IntegrationPayload(this._request, data);
84725
+ }
84726
+ };
84727
+ /**
84728
+ * A fetchable IntegrationMicrosoftTeams Mutation
84729
+ *
84730
+ * @param request - function to call the graphql client
84731
+ */
84732
+ var IntegrationMicrosoftTeamsMutation = class extends Request {
84733
+ constructor(request) {
84734
+ super(request);
84735
+ }
84736
+ /**
84737
+ * Call the IntegrationMicrosoftTeams mutation and return a IntegrationPayload
84738
+ *
84739
+ * @param code - required code to pass to integrationMicrosoftTeams
84740
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftTeams
84741
+ * @returns parsed response from IntegrationMicrosoftTeamsMutation
84742
+ */
84743
+ async fetch(code, redirectUri) {
84744
+ const data = (await this._request(IntegrationMicrosoftTeamsDocument.toString(), {
84745
+ code,
84746
+ redirectUri
84747
+ })).integrationMicrosoftTeams;
84748
+ return new IntegrationPayload(this._request, data);
84749
+ }
84750
+ };
84751
+ /**
82725
84752
  * A fetchable IntegrationRequest Mutation
82726
84753
  *
82727
84754
  * @param request - function to call the graphql client
@@ -93482,6 +95509,26 @@ var LinearSdk = class extends Request {
93482
95509
  return new IntegrationLoomMutation(this._request).fetch();
93483
95510
  }
93484
95511
  /**
95512
+ * Connects the user's personal Microsoft account to Linear.
95513
+ *
95514
+ * @param code - required code to pass to integrationMicrosoftPersonalConnect
95515
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftPersonalConnect
95516
+ * @returns IntegrationPayload
95517
+ */
95518
+ integrationMicrosoftPersonalConnect(code, redirectUri) {
95519
+ return new IntegrationMicrosoftPersonalConnectMutation(this._request).fetch(code, redirectUri);
95520
+ }
95521
+ /**
95522
+ * Integrates the organization with Microsoft Teams.
95523
+ *
95524
+ * @param code - required code to pass to integrationMicrosoftTeams
95525
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftTeams
95526
+ * @returns IntegrationPayload
95527
+ */
95528
+ integrationMicrosoftTeams(code, redirectUri) {
95529
+ return new IntegrationMicrosoftTeamsMutation(this._request).fetch(code, redirectUri);
95530
+ }
95531
+ /**
93485
95532
  * Requests a currently unavailable integration.
93486
95533
  *
93487
95534
  * @param input - required input to pass to integrationRequest
@@ -95077,5 +97124,5 @@ var LinearClient = class extends LinearSdk {
95077
97124
  const LinearWebhooks = LinearWebhookClient;
95078
97125
 
95079
97126
  //#endregion
95080
- 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, AiConversationBasePart, AiConversationBaseToolCall, AiConversationBaseWidget, AiConversationCodeIntelligenceToolCall, AiConversationCodeIntelligenceToolCallArgs, AiConversationCreateEntityToolCall, AiConversationCreateEntityToolCallArgs, AiConversationDeleteEntityToolCall, AiConversationDeleteEntityToolCallArgs, AiConversationEntityCardWidget, AiConversationEntityCardWidgetArgs, AiConversationEntityCardWidgetArgsAction, AiConversationEntityCardWidgetArgsType, AiConversationEntityListWidget, AiConversationEntityListWidgetArgs, AiConversationEntityListWidgetArgsAction, AiConversationEntityListWidgetArgsEntities, AiConversationEntityListWidgetArgsEntitiesType, AiConversationGetMicrosoftTeamsConversationHistoryToolCall, AiConversationGetPullRequestDiffToolCall, AiConversationGetPullRequestDiffToolCallArgs, AiConversationGetPullRequestFileToolCall, AiConversationGetPullRequestFileToolCallArgs, AiConversationGetSlackConversationHistoryToolCall, AiConversationInitialSource, AiConversationInvokeMcpToolToolCall, AiConversationInvokeMcpToolToolCallArgs, AiConversationInvokeMcpToolToolCallArgsServer, AiConversationInvokeMcpToolToolCallArgsTool, AiConversationPartMetadata, AiConversationPartPhase, AiConversationPartType, AiConversationPromptPart, AiConversationQueryActivityToolCall, AiConversationQueryActivityToolCallArgs, AiConversationQueryUpdatesToolCall, AiConversationQueryUpdatesToolCallArgs, AiConversationQueryUpdatesToolCallArgsUpdateType, AiConversationQueryViewToolCall, AiConversationQueryViewToolCallArgs, AiConversationQueryViewToolCallArgsMode, AiConversationQueryViewToolCallArgsView, AiConversationReasoningPart, AiConversationResearchToolCall, AiConversationResearchToolCallArgs, AiConversationResearchToolCallResult, AiConversationRestoreEntityToolCall, AiConversationRestoreEntityToolCallArgs, AiConversationRetrieveEntitiesToolCall, AiConversationRetrieveEntitiesToolCallArgs, AiConversationSearchDocumentationToolCall, AiConversationSearchEntitiesToolCall, AiConversationSearchEntitiesToolCallArgs, AiConversationSearchEntitiesToolCallResult, AiConversationSearchEntitiesToolCallResultEntities, AiConversationStatus, AiConversationSuggestValuesToolCall, AiConversationSuggestValuesToolCallArgs, AiConversationTextPart, AiConversationTool, AiConversationToolCallPart, AiConversationToolDisplayInfo, AiConversationTranscribeMediaToolCall, AiConversationTranscribeVideoToolCall, AiConversationUpdateEntityToolCall, AiConversationUpdateEntityToolCallArgs, AiConversationWebSearchToolCall, AiConversationWebSearchToolCallArgs, AiConversationWidgetDisplayInfo, AiConversationWidgetName, AiConversationWidgetPart, AiPromptRules, AirbyteIntegrationConnectMutation, AppUserNotificationWebhookPayload, AppUserTeamAccessChangedWebhookPayload, Application, ApplicationInfoQuery, ArchiveCustomerNeedMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveInitiativeUpdateMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveProjectStatusMutation, ArchiveProjectUpdateMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, 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_SharedAccessQuery, 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, 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, EventTrackingPayload, 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, IssueHistoryWorkflowMetadata, 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, IssueSharedAccess, IssueSharedAccessDisallowedField, IssueSharingPolicy, 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_SharedAccessQuery, 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_SharedAccessQuery, Issue_StateHistoryQuery, Issue_SubscribersQuery, IssuesQuery, JiraFetchProjectStatusesPayload, 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, PullRequestCheckPresentation, 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, TrackAnonymousEventMutation, 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, 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, ViewPreferencesProjectLabelGroupColumn, 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 };
97127
+ 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, AiConversationBasePart, AiConversationBaseToolCall, AiConversationBaseWidget, AiConversationCodeIntelligenceToolCall, AiConversationCodeIntelligenceToolCallArgs, AiConversationCreateEntityToolCall, AiConversationCreateEntityToolCallArgs, AiConversationDeleteEntityToolCall, AiConversationDeleteEntityToolCallArgs, AiConversationEntityCardWidget, AiConversationEntityCardWidgetArgs, AiConversationEntityCardWidgetArgsAction, AiConversationEntityCardWidgetArgsType, AiConversationEntityListWidget, AiConversationEntityListWidgetArgs, AiConversationEntityListWidgetArgsAction, AiConversationEntityListWidgetArgsEntities, AiConversationEntityListWidgetArgsEntitiesType, AiConversationGetMicrosoftTeamsConversationHistoryToolCall, AiConversationGetPullRequestDiffToolCall, AiConversationGetPullRequestDiffToolCallArgs, AiConversationGetPullRequestFileToolCall, AiConversationGetPullRequestFileToolCallArgs, AiConversationGetSlackConversationHistoryToolCall, AiConversationInitialSource, AiConversationInvokeMcpToolToolCall, AiConversationInvokeMcpToolToolCallArgs, AiConversationInvokeMcpToolToolCallArgsServer, AiConversationInvokeMcpToolToolCallArgsTool, AiConversationPartMetadata, AiConversationPartPhase, AiConversationPartType, AiConversationPromptPart, AiConversationQueryActivityToolCall, AiConversationQueryActivityToolCallArgs, AiConversationQueryUpdatesToolCall, AiConversationQueryUpdatesToolCallArgs, AiConversationQueryUpdatesToolCallArgsUpdateType, AiConversationQueryViewToolCall, AiConversationQueryViewToolCallArgs, AiConversationQueryViewToolCallArgsMode, AiConversationQueryViewToolCallArgsView, AiConversationReasoningPart, AiConversationResearchToolCall, AiConversationResearchToolCallArgs, AiConversationResearchToolCallResult, AiConversationRestoreEntityToolCall, AiConversationRestoreEntityToolCallArgs, AiConversationRetrieveEntitiesToolCall, AiConversationRetrieveEntitiesToolCallArgs, AiConversationSearchDocumentationToolCall, AiConversationSearchEntitiesToolCall, AiConversationSearchEntitiesToolCallArgs, AiConversationSearchEntitiesToolCallResult, AiConversationSearchEntitiesToolCallResultEntities, AiConversationStatus, AiConversationSuggestValuesToolCall, AiConversationSuggestValuesToolCallArgs, AiConversationTextPart, AiConversationTool, AiConversationToolCallPart, AiConversationToolDisplayInfo, AiConversationTranscribeMediaToolCall, AiConversationTranscribeVideoToolCall, AiConversationUpdateEntityToolCall, AiConversationUpdateEntityToolCallArgs, AiConversationWebSearchToolCall, AiConversationWebSearchToolCallArgs, AiConversationWidgetDisplayInfo, AiConversationWidgetName, AiConversationWidgetPart, AiPromptProgressStatus, AiPromptRules, AiPromptType, AirbyteIntegrationConnectMutation, AppUserNotificationWebhookPayload, AppUserTeamAccessChangedWebhookPayload, Application, ApplicationInfoQuery, ArchiveCustomerNeedMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveInitiativeUpdateMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveProjectStatusMutation, ArchiveProjectUpdateMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, 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_SharedAccessQuery, 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, 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, DocumentContentDraft, 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, EventTrackingPayload, 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, IntegrationMicrosoftPersonalConnectMutation, IntegrationMicrosoftTeamsMutation, 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, IssueHistoryWorkflowMetadata, 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, IssueSharedAccess, IssueSharedAccessDisallowedField, IssueSharingPolicy, 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_SharedAccessQuery, 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_SharedAccessQuery, Issue_StateHistoryQuery, Issue_SubscribersQuery, IssuesQuery, JiraFetchProjectStatusesPayload, 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, PullRequestCheckPresentation, PullRequestMergeMethod, PullRequestNotification, PullRequestReviewTool, PullRequestStatus, PushSubscription, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, PushSubscriptionType, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionPayload, ReactionWebhookPayload, RefreshGoogleSheetsDataMutation, ReleaseArchivePayload, ReleaseChannel, ReleasePayload, ReleasePipelineArchivePayload, ReleasePipelineChildWebhookPayload, ReleasePipelinePayload, ReleasePipelineType, ReleaseStageArchivePayload, ReleaseStageChildWebhookPayload, ReleaseStagePayload, ReleaseStageType, ReleaseWebhookPayload, 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, Subscription, 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, TrackAnonymousEventMutation, 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, 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, ViewPreferencesProjectLabelGroupColumn, 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 };
95081
97128
  //# sourceMappingURL=index.mjs.map