@linear/sdk 68.0.0 → 68.1.1

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
@@ -457,6 +457,8 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
457
457
  AgentSessionFragmentDoc: () => AgentSessionFragmentDoc,
458
458
  AgentSessionPayloadFragmentDoc: () => AgentSessionPayloadFragmentDoc,
459
459
  AgentSessionStatus: () => AgentSessionStatus,
460
+ AgentSessionToPullRequestConnectionFragmentDoc: () => AgentSessionToPullRequestConnectionFragmentDoc,
461
+ AgentSessionToPullRequestFragmentDoc: () => AgentSessionToPullRequestFragmentDoc,
460
462
  AgentSessionType: () => AgentSessionType,
461
463
  AgentSessionUpdateExternalUrlDocument: () => AgentSessionUpdateExternalUrlDocument,
462
464
  AgentSessionWebhookPayloadFragmentDoc: () => AgentSessionWebhookPayloadFragmentDoc,
@@ -483,6 +485,8 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
483
485
  ArchiveRoadmapDocument: () => ArchiveRoadmapDocument,
484
486
  ArchiveWorkflowStateDocument: () => ArchiveWorkflowStateDocument,
485
487
  AsksChannelConnectPayloadFragmentDoc: () => AsksChannelConnectPayloadFragmentDoc,
488
+ AsksWebFormsAuthDocument: () => AsksWebFormsAuthDocument,
489
+ AsksWebFormsAuthResponseFragmentDoc: () => AsksWebFormsAuthResponseFragmentDoc,
486
490
  AttachmentConnectionFragmentDoc: () => AttachmentConnectionFragmentDoc,
487
491
  AttachmentDocument: () => AttachmentDocument,
488
492
  AttachmentFragmentDoc: () => AttachmentFragmentDoc,
@@ -1164,6 +1168,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
1164
1168
  Project_DocumentsDocument: () => Project_DocumentsDocument,
1165
1169
  Project_ExternalLinksDocument: () => Project_ExternalLinksDocument,
1166
1170
  Project_HistoryDocument: () => Project_HistoryDocument,
1171
+ Project_InitiativeToProjectsDocument: () => Project_InitiativeToProjectsDocument,
1167
1172
  Project_InitiativesDocument: () => Project_InitiativesDocument,
1168
1173
  Project_InverseRelationsDocument: () => Project_InverseRelationsDocument,
1169
1174
  Project_IssuesDocument: () => Project_IssuesDocument,
@@ -8239,6 +8244,27 @@ const EmailIntakeAddressFragmentDoc = {
8239
8244
  }]
8240
8245
  }
8241
8246
  },
8247
+ {
8248
+ kind: "Field",
8249
+ name: {
8250
+ kind: "Name",
8251
+ value: "issueCanceledAutoReplyData"
8252
+ }
8253
+ },
8254
+ {
8255
+ kind: "Field",
8256
+ name: {
8257
+ kind: "Name",
8258
+ value: "issueCompletedAutoReplyData"
8259
+ }
8260
+ },
8261
+ {
8262
+ kind: "Field",
8263
+ name: {
8264
+ kind: "Name",
8265
+ value: "issueCreatedAutoReplyData"
8266
+ }
8267
+ },
8242
8268
  {
8243
8269
  kind: "Field",
8244
8270
  name: {
@@ -20385,6 +20411,13 @@ const AgentSessionFragmentDoc = {
20385
20411
  }
20386
20412
  }]
20387
20413
  }
20414
+ },
20415
+ {
20416
+ kind: "Field",
20417
+ name: {
20418
+ kind: "Name",
20419
+ value: "externalUrls"
20420
+ }
20388
20421
  }
20389
20422
  ]
20390
20423
  }
@@ -20513,6 +20546,143 @@ const AgentSessionPayloadFragmentDoc = {
20513
20546
  }
20514
20547
  }]
20515
20548
  };
20549
+ const AgentSessionToPullRequestFragmentDoc = {
20550
+ kind: "Document",
20551
+ definitions: [{
20552
+ kind: "FragmentDefinition",
20553
+ name: {
20554
+ kind: "Name",
20555
+ value: "AgentSessionToPullRequest"
20556
+ },
20557
+ typeCondition: {
20558
+ kind: "NamedType",
20559
+ name: {
20560
+ kind: "Name",
20561
+ value: "AgentSessionToPullRequest"
20562
+ }
20563
+ },
20564
+ selectionSet: {
20565
+ kind: "SelectionSet",
20566
+ selections: [
20567
+ {
20568
+ kind: "Field",
20569
+ name: {
20570
+ kind: "Name",
20571
+ value: "__typename"
20572
+ }
20573
+ },
20574
+ {
20575
+ kind: "Field",
20576
+ name: {
20577
+ kind: "Name",
20578
+ value: "agentSession"
20579
+ },
20580
+ selectionSet: {
20581
+ kind: "SelectionSet",
20582
+ selections: [{
20583
+ kind: "Field",
20584
+ name: {
20585
+ kind: "Name",
20586
+ value: "id"
20587
+ }
20588
+ }]
20589
+ }
20590
+ },
20591
+ {
20592
+ kind: "Field",
20593
+ name: {
20594
+ kind: "Name",
20595
+ value: "updatedAt"
20596
+ }
20597
+ },
20598
+ {
20599
+ kind: "Field",
20600
+ name: {
20601
+ kind: "Name",
20602
+ value: "archivedAt"
20603
+ }
20604
+ },
20605
+ {
20606
+ kind: "Field",
20607
+ name: {
20608
+ kind: "Name",
20609
+ value: "createdAt"
20610
+ }
20611
+ },
20612
+ {
20613
+ kind: "Field",
20614
+ name: {
20615
+ kind: "Name",
20616
+ value: "id"
20617
+ }
20618
+ }
20619
+ ]
20620
+ }
20621
+ }]
20622
+ };
20623
+ const AgentSessionToPullRequestConnectionFragmentDoc = {
20624
+ kind: "Document",
20625
+ definitions: [{
20626
+ kind: "FragmentDefinition",
20627
+ name: {
20628
+ kind: "Name",
20629
+ value: "AgentSessionToPullRequestConnection"
20630
+ },
20631
+ typeCondition: {
20632
+ kind: "NamedType",
20633
+ name: {
20634
+ kind: "Name",
20635
+ value: "AgentSessionToPullRequestConnection"
20636
+ }
20637
+ },
20638
+ selectionSet: {
20639
+ kind: "SelectionSet",
20640
+ selections: [
20641
+ {
20642
+ kind: "Field",
20643
+ name: {
20644
+ kind: "Name",
20645
+ value: "__typename"
20646
+ }
20647
+ },
20648
+ {
20649
+ kind: "Field",
20650
+ name: {
20651
+ kind: "Name",
20652
+ value: "nodes"
20653
+ },
20654
+ selectionSet: {
20655
+ kind: "SelectionSet",
20656
+ selections: [{
20657
+ kind: "FragmentSpread",
20658
+ name: {
20659
+ kind: "Name",
20660
+ value: "AgentSessionToPullRequest"
20661
+ }
20662
+ }]
20663
+ }
20664
+ },
20665
+ {
20666
+ kind: "Field",
20667
+ name: {
20668
+ kind: "Name",
20669
+ value: "pageInfo"
20670
+ },
20671
+ selectionSet: {
20672
+ kind: "SelectionSet",
20673
+ selections: [{
20674
+ kind: "FragmentSpread",
20675
+ name: {
20676
+ kind: "Name",
20677
+ value: "PageInfo"
20678
+ }
20679
+ }]
20680
+ }
20681
+ }
20682
+ ]
20683
+ }
20684
+ }]
20685
+ };
20516
20686
  const SlackAsksTeamSettingsFragmentDoc = {
20517
20687
  kind: "Document",
20518
20688
  definitions: [{
@@ -20777,6 +20947,49 @@ const AsksChannelConnectPayloadFragmentDoc = {
20777
20947
  }
20778
20948
  }]
20779
20949
  };
20950
+ const AsksWebFormsAuthResponseFragmentDoc = {
20951
+ kind: "Document",
20952
+ definitions: [{
20953
+ kind: "FragmentDefinition",
20954
+ name: {
20955
+ kind: "Name",
20956
+ value: "AsksWebFormsAuthResponse"
20957
+ },
20958
+ typeCondition: {
20959
+ kind: "NamedType",
20960
+ name: {
20961
+ kind: "Name",
20962
+ value: "AsksWebFormsAuthResponse"
20963
+ }
20964
+ },
20965
+ selectionSet: {
20966
+ kind: "SelectionSet",
20967
+ selections: [
20968
+ {
20969
+ kind: "Field",
20970
+ name: {
20971
+ kind: "Name",
20972
+ value: "__typename"
20973
+ }
20974
+ },
20975
+ {
20976
+ kind: "Field",
20977
+ name: {
20978
+ kind: "Name",
20979
+ value: "name"
20980
+ }
20981
+ },
20982
+ {
20983
+ kind: "Field",
20984
+ name: {
20985
+ kind: "Name",
20986
+ value: "email"
20987
+ }
20988
+ }
20989
+ ]
20990
+ }
20991
+ }]
20992
+ };
20780
20993
  const AttachmentFragmentDoc = {
20781
20994
  kind: "Document",
20782
20995
  definitions: [{
@@ -23165,6 +23378,13 @@ const ViewPreferencesValuesFragmentDoc = {
23165
23378
  value: "viewOrdering"
23166
23379
  }
23167
23380
  },
23381
+ {
23382
+ kind: "Field",
23383
+ name: {
23384
+ kind: "Name",
23385
+ value: "issueSubGrouping"
23386
+ }
23387
+ },
23168
23388
  {
23169
23389
  kind: "Field",
23170
23390
  name: {
@@ -74875,7 +75095,7 @@ const Project_HistoryDocument = {
74875
75095
  ...PageInfoFragmentDoc.definitions
74876
75096
  ]
74877
75097
  };
74878
- const Project_InitiativesDocument = {
75098
+ const Project_InitiativeToProjectsDocument = {
74879
75099
  kind: "Document",
74880
75100
  definitions: [
74881
75101
  {
@@ -74883,7 +75103,7 @@ const Project_InitiativesDocument = {
74883
75103
  operation: "query",
74884
75104
  name: {
74885
75105
  kind: "Name",
74886
- value: "project_initiatives"
75106
+ value: "project_initiativeToProjects"
74887
75107
  },
74888
75108
  variableDefinitions: [
74889
75109
  {
@@ -75037,7 +75257,7 @@ const Project_InitiativesDocument = {
75037
75257
  kind: "Field",
75038
75258
  name: {
75039
75259
  kind: "Name",
75040
- value: "initiatives"
75260
+ value: "initiativeToProjects"
75041
75261
  },
75042
75262
  arguments: [
75043
75263
  {
@@ -75131,7 +75351,7 @@ const Project_InitiativesDocument = {
75131
75351
  kind: "FragmentSpread",
75132
75352
  name: {
75133
75353
  kind: "Name",
75134
- value: "InitiativeConnection"
75354
+ value: "InitiativeToProjectConnection"
75135
75355
  }
75136
75356
  }]
75137
75357
  }
@@ -75140,14 +75360,12 @@ const Project_InitiativesDocument = {
75140
75360
  }]
75141
75361
  }
75142
75362
  },
75143
- ...InitiativeConnectionFragmentDoc.definitions,
75144
- ...InitiativeFragmentDoc.definitions,
75145
- ...DocumentContentFragmentDoc.definitions,
75146
- ...AiPromptRulesFragmentDoc.definitions,
75363
+ ...InitiativeToProjectConnectionFragmentDoc.definitions,
75364
+ ...InitiativeToProjectFragmentDoc.definitions,
75147
75365
  ...PageInfoFragmentDoc.definitions
75148
75366
  ]
75149
75367
  };
75150
- const Project_InverseRelationsDocument = {
75368
+ const Project_InitiativesDocument = {
75151
75369
  kind: "Document",
75152
75370
  definitions: [
75153
75371
  {
@@ -75155,7 +75373,7 @@ const Project_InverseRelationsDocument = {
75155
75373
  operation: "query",
75156
75374
  name: {
75157
75375
  kind: "Name",
75158
- value: "project_inverseRelations"
75376
+ value: "project_initiatives"
75159
75377
  },
75160
75378
  variableDefinitions: [
75161
75379
  {
@@ -75309,7 +75527,7 @@ const Project_InverseRelationsDocument = {
75309
75527
  kind: "Field",
75310
75528
  name: {
75311
75529
  kind: "Name",
75312
- value: "inverseRelations"
75530
+ value: "initiatives"
75313
75531
  },
75314
75532
  arguments: [
75315
75533
  {
@@ -75403,7 +75621,7 @@ const Project_InverseRelationsDocument = {
75403
75621
  kind: "FragmentSpread",
75404
75622
  name: {
75405
75623
  kind: "Name",
75406
- value: "ProjectRelationConnection"
75624
+ value: "InitiativeConnection"
75407
75625
  }
75408
75626
  }]
75409
75627
  }
@@ -75412,12 +75630,14 @@ const Project_InverseRelationsDocument = {
75412
75630
  }]
75413
75631
  }
75414
75632
  },
75415
- ...ProjectRelationConnectionFragmentDoc.definitions,
75416
- ...ProjectRelationFragmentDoc.definitions,
75633
+ ...InitiativeConnectionFragmentDoc.definitions,
75634
+ ...InitiativeFragmentDoc.definitions,
75635
+ ...DocumentContentFragmentDoc.definitions,
75636
+ ...AiPromptRulesFragmentDoc.definitions,
75417
75637
  ...PageInfoFragmentDoc.definitions
75418
75638
  ]
75419
75639
  };
75420
- const Project_IssuesDocument = {
75640
+ const Project_InverseRelationsDocument = {
75421
75641
  kind: "Document",
75422
75642
  definitions: [
75423
75643
  {
@@ -75425,7 +75645,7 @@ const Project_IssuesDocument = {
75425
75645
  operation: "query",
75426
75646
  name: {
75427
75647
  kind: "Name",
75428
- value: "project_issues"
75648
+ value: "project_inverseRelations"
75429
75649
  },
75430
75650
  variableDefinitions: [
75431
75651
  {
@@ -75482,23 +75702,6 @@ const Project_IssuesDocument = {
75482
75702
  }
75483
75703
  }
75484
75704
  },
75485
- {
75486
- kind: "VariableDefinition",
75487
- variable: {
75488
- kind: "Variable",
75489
- name: {
75490
- kind: "Name",
75491
- value: "filter"
75492
- }
75493
- },
75494
- type: {
75495
- kind: "NamedType",
75496
- name: {
75497
- kind: "Name",
75498
- value: "IssueFilter"
75499
- }
75500
- }
75501
- },
75502
75705
  {
75503
75706
  kind: "VariableDefinition",
75504
75707
  variable: {
@@ -75596,7 +75799,7 @@ const Project_IssuesDocument = {
75596
75799
  kind: "Field",
75597
75800
  name: {
75598
75801
  kind: "Name",
75599
- value: "issues"
75802
+ value: "inverseRelations"
75600
75803
  },
75601
75804
  arguments: [
75602
75805
  {
@@ -75627,20 +75830,307 @@ const Project_IssuesDocument = {
75627
75830
  }
75628
75831
  }
75629
75832
  },
75630
- {
75631
- kind: "Argument",
75632
- name: {
75633
- kind: "Name",
75634
- value: "filter"
75635
- },
75636
- value: {
75637
- kind: "Variable",
75638
- name: {
75639
- kind: "Name",
75640
- value: "filter"
75641
- }
75642
- }
75643
- },
75833
+ {
75834
+ kind: "Argument",
75835
+ name: {
75836
+ kind: "Name",
75837
+ value: "first"
75838
+ },
75839
+ value: {
75840
+ kind: "Variable",
75841
+ name: {
75842
+ kind: "Name",
75843
+ value: "first"
75844
+ }
75845
+ }
75846
+ },
75847
+ {
75848
+ kind: "Argument",
75849
+ name: {
75850
+ kind: "Name",
75851
+ value: "includeArchived"
75852
+ },
75853
+ value: {
75854
+ kind: "Variable",
75855
+ name: {
75856
+ kind: "Name",
75857
+ value: "includeArchived"
75858
+ }
75859
+ }
75860
+ },
75861
+ {
75862
+ kind: "Argument",
75863
+ name: {
75864
+ kind: "Name",
75865
+ value: "last"
75866
+ },
75867
+ value: {
75868
+ kind: "Variable",
75869
+ name: {
75870
+ kind: "Name",
75871
+ value: "last"
75872
+ }
75873
+ }
75874
+ },
75875
+ {
75876
+ kind: "Argument",
75877
+ name: {
75878
+ kind: "Name",
75879
+ value: "orderBy"
75880
+ },
75881
+ value: {
75882
+ kind: "Variable",
75883
+ name: {
75884
+ kind: "Name",
75885
+ value: "orderBy"
75886
+ }
75887
+ }
75888
+ }
75889
+ ],
75890
+ selectionSet: {
75891
+ kind: "SelectionSet",
75892
+ selections: [{
75893
+ kind: "FragmentSpread",
75894
+ name: {
75895
+ kind: "Name",
75896
+ value: "ProjectRelationConnection"
75897
+ }
75898
+ }]
75899
+ }
75900
+ }]
75901
+ }
75902
+ }]
75903
+ }
75904
+ },
75905
+ ...ProjectRelationConnectionFragmentDoc.definitions,
75906
+ ...ProjectRelationFragmentDoc.definitions,
75907
+ ...PageInfoFragmentDoc.definitions
75908
+ ]
75909
+ };
75910
+ const Project_IssuesDocument = {
75911
+ kind: "Document",
75912
+ definitions: [
75913
+ {
75914
+ kind: "OperationDefinition",
75915
+ operation: "query",
75916
+ name: {
75917
+ kind: "Name",
75918
+ value: "project_issues"
75919
+ },
75920
+ variableDefinitions: [
75921
+ {
75922
+ kind: "VariableDefinition",
75923
+ variable: {
75924
+ kind: "Variable",
75925
+ name: {
75926
+ kind: "Name",
75927
+ value: "id"
75928
+ }
75929
+ },
75930
+ type: {
75931
+ kind: "NonNullType",
75932
+ type: {
75933
+ kind: "NamedType",
75934
+ name: {
75935
+ kind: "Name",
75936
+ value: "String"
75937
+ }
75938
+ }
75939
+ }
75940
+ },
75941
+ {
75942
+ kind: "VariableDefinition",
75943
+ variable: {
75944
+ kind: "Variable",
75945
+ name: {
75946
+ kind: "Name",
75947
+ value: "after"
75948
+ }
75949
+ },
75950
+ type: {
75951
+ kind: "NamedType",
75952
+ name: {
75953
+ kind: "Name",
75954
+ value: "String"
75955
+ }
75956
+ }
75957
+ },
75958
+ {
75959
+ kind: "VariableDefinition",
75960
+ variable: {
75961
+ kind: "Variable",
75962
+ name: {
75963
+ kind: "Name",
75964
+ value: "before"
75965
+ }
75966
+ },
75967
+ type: {
75968
+ kind: "NamedType",
75969
+ name: {
75970
+ kind: "Name",
75971
+ value: "String"
75972
+ }
75973
+ }
75974
+ },
75975
+ {
75976
+ kind: "VariableDefinition",
75977
+ variable: {
75978
+ kind: "Variable",
75979
+ name: {
75980
+ kind: "Name",
75981
+ value: "filter"
75982
+ }
75983
+ },
75984
+ type: {
75985
+ kind: "NamedType",
75986
+ name: {
75987
+ kind: "Name",
75988
+ value: "IssueFilter"
75989
+ }
75990
+ }
75991
+ },
75992
+ {
75993
+ kind: "VariableDefinition",
75994
+ variable: {
75995
+ kind: "Variable",
75996
+ name: {
75997
+ kind: "Name",
75998
+ value: "first"
75999
+ }
76000
+ },
76001
+ type: {
76002
+ kind: "NamedType",
76003
+ name: {
76004
+ kind: "Name",
76005
+ value: "Int"
76006
+ }
76007
+ }
76008
+ },
76009
+ {
76010
+ kind: "VariableDefinition",
76011
+ variable: {
76012
+ kind: "Variable",
76013
+ name: {
76014
+ kind: "Name",
76015
+ value: "includeArchived"
76016
+ }
76017
+ },
76018
+ type: {
76019
+ kind: "NamedType",
76020
+ name: {
76021
+ kind: "Name",
76022
+ value: "Boolean"
76023
+ }
76024
+ }
76025
+ },
76026
+ {
76027
+ kind: "VariableDefinition",
76028
+ variable: {
76029
+ kind: "Variable",
76030
+ name: {
76031
+ kind: "Name",
76032
+ value: "last"
76033
+ }
76034
+ },
76035
+ type: {
76036
+ kind: "NamedType",
76037
+ name: {
76038
+ kind: "Name",
76039
+ value: "Int"
76040
+ }
76041
+ }
76042
+ },
76043
+ {
76044
+ kind: "VariableDefinition",
76045
+ variable: {
76046
+ kind: "Variable",
76047
+ name: {
76048
+ kind: "Name",
76049
+ value: "orderBy"
76050
+ }
76051
+ },
76052
+ type: {
76053
+ kind: "NamedType",
76054
+ name: {
76055
+ kind: "Name",
76056
+ value: "PaginationOrderBy"
76057
+ }
76058
+ }
76059
+ }
76060
+ ],
76061
+ selectionSet: {
76062
+ kind: "SelectionSet",
76063
+ selections: [{
76064
+ kind: "Field",
76065
+ name: {
76066
+ kind: "Name",
76067
+ value: "project"
76068
+ },
76069
+ arguments: [{
76070
+ kind: "Argument",
76071
+ name: {
76072
+ kind: "Name",
76073
+ value: "id"
76074
+ },
76075
+ value: {
76076
+ kind: "Variable",
76077
+ name: {
76078
+ kind: "Name",
76079
+ value: "id"
76080
+ }
76081
+ }
76082
+ }],
76083
+ selectionSet: {
76084
+ kind: "SelectionSet",
76085
+ selections: [{
76086
+ kind: "Field",
76087
+ name: {
76088
+ kind: "Name",
76089
+ value: "issues"
76090
+ },
76091
+ arguments: [
76092
+ {
76093
+ kind: "Argument",
76094
+ name: {
76095
+ kind: "Name",
76096
+ value: "after"
76097
+ },
76098
+ value: {
76099
+ kind: "Variable",
76100
+ name: {
76101
+ kind: "Name",
76102
+ value: "after"
76103
+ }
76104
+ }
76105
+ },
76106
+ {
76107
+ kind: "Argument",
76108
+ name: {
76109
+ kind: "Name",
76110
+ value: "before"
76111
+ },
76112
+ value: {
76113
+ kind: "Variable",
76114
+ name: {
76115
+ kind: "Name",
76116
+ value: "before"
76117
+ }
76118
+ }
76119
+ },
76120
+ {
76121
+ kind: "Argument",
76122
+ name: {
76123
+ kind: "Name",
76124
+ value: "filter"
76125
+ },
76126
+ value: {
76127
+ kind: "Variable",
76128
+ name: {
76129
+ kind: "Name",
76130
+ value: "filter"
76131
+ }
76132
+ }
76133
+ },
75644
76134
  {
75645
76135
  kind: "Argument",
75646
76136
  name: {
@@ -96093,6 +96583,71 @@ const AirbyteIntegrationConnectDocument = {
96093
96583
  }
96094
96584
  }, ...IntegrationPayloadFragmentDoc.definitions]
96095
96585
  };
96586
+ const AsksWebFormsAuthDocument = {
96587
+ kind: "Document",
96588
+ definitions: [{
96589
+ kind: "OperationDefinition",
96590
+ operation: "mutation",
96591
+ name: {
96592
+ kind: "Name",
96593
+ value: "asksWebFormsAuth"
96594
+ },
96595
+ variableDefinitions: [{
96596
+ kind: "VariableDefinition",
96597
+ variable: {
96598
+ kind: "Variable",
96599
+ name: {
96600
+ kind: "Name",
96601
+ value: "token"
96602
+ }
96603
+ },
96604
+ type: {
96605
+ kind: "NonNullType",
96606
+ type: {
96607
+ kind: "NamedType",
96608
+ name: {
96609
+ kind: "Name",
96610
+ value: "String"
96611
+ }
96612
+ }
96613
+ }
96614
+ }],
96615
+ selectionSet: {
96616
+ kind: "SelectionSet",
96617
+ selections: [{
96618
+ kind: "Field",
96619
+ name: {
96620
+ kind: "Name",
96621
+ value: "asksWebFormsAuth"
96622
+ },
96623
+ arguments: [{
96624
+ kind: "Argument",
96625
+ name: {
96626
+ kind: "Name",
96627
+ value: "token"
96628
+ },
96629
+ value: {
96630
+ kind: "Variable",
96631
+ name: {
96632
+ kind: "Name",
96633
+ value: "token"
96634
+ }
96635
+ }
96636
+ }],
96637
+ selectionSet: {
96638
+ kind: "SelectionSet",
96639
+ selections: [{
96640
+ kind: "FragmentSpread",
96641
+ name: {
96642
+ kind: "Name",
96643
+ value: "AsksWebFormsAuthResponse"
96644
+ }
96645
+ }]
96646
+ }
96647
+ }]
96648
+ }
96649
+ }, ...AsksWebFormsAuthResponseFragmentDoc.definitions]
96650
+ };
96096
96651
  const CreateAttachmentDocument = {
96097
96652
  kind: "Document",
96098
96653
  definitions: [{
@@ -121865,6 +122420,7 @@ var AgentSession = class extends Request {
121865
122420
  this.dismissedAt = parseDate(data.dismissedAt) ?? void 0;
121866
122421
  this.endedAt = parseDate(data.endedAt) ?? void 0;
121867
122422
  this.externalLink = data.externalLink ?? void 0;
122423
+ this.externalUrls = parseJson(data.externalUrls) ?? {};
121868
122424
  this.id = data.id;
121869
122425
  this.plan = parseJson(data.plan) ?? void 0;
121870
122426
  this.sourceMetadata = parseJson(data.sourceMetadata) ?? void 0;
@@ -121890,6 +122446,8 @@ var AgentSession = class extends Request {
121890
122446
  endedAt;
121891
122447
  /** The URL of an external agent-hosted page associated with this session. */
121892
122448
  externalLink;
122449
+ /** URLs of external resources associated with this session. */
122450
+ externalUrls;
121893
122451
  /** The unique identifier of the entity. */
121894
122452
  id;
121895
122453
  /** A dynamically updated list of the agent's execution strategy. */
@@ -122054,6 +122612,54 @@ var AgentSessionPayload = class extends Request {
122054
122612
  }
122055
122613
  };
122056
122614
  /**
122615
+ * Join table between agent sessions and pull requests.
122616
+ *
122617
+ * @param request - function to call the graphql client
122618
+ * @param data - L.AgentSessionToPullRequestFragment response data
122619
+ */
122620
+ var AgentSessionToPullRequest = class extends Request {
122621
+ _agentSession;
122622
+ constructor(request, data) {
122623
+ super(request);
122624
+ this.archivedAt = parseDate(data.archivedAt) ?? void 0;
122625
+ this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
122626
+ this.id = data.id;
122627
+ this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
122628
+ this._agentSession = data.agentSession;
122629
+ }
122630
+ /** The time at which the entity was archived. Null if the entity has not been archived. */
122631
+ archivedAt;
122632
+ /** The time at which the entity was created. */
122633
+ createdAt;
122634
+ /** The unique identifier of the entity. */
122635
+ id;
122636
+ /**
122637
+ * The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
122638
+ * been updated after creation.
122639
+ */
122640
+ updatedAt;
122641
+ /** The agent session that the pull request is associated with. */
122642
+ get agentSession() {
122643
+ return new AgentSessionQuery(this._request).fetch(this._agentSession.id);
122644
+ }
122645
+ /** The ID of agent session that the pull request is associated with. */
122646
+ get agentSessionId() {
122647
+ return this._agentSession?.id;
122648
+ }
122649
+ };
122650
+ /**
122651
+ * AgentSessionToPullRequestConnection model
122652
+ *
122653
+ * @param request - function to call the graphql client
122654
+ * @param fetch - function to trigger a refetch of this AgentSessionToPullRequestConnection model
122655
+ * @param data - AgentSessionToPullRequestConnection response data
122656
+ */
122657
+ var AgentSessionToPullRequestConnection = class extends Connection {
122658
+ constructor(request, fetch$1, data) {
122659
+ super(request, fetch$1, data.nodes.map((node) => new AgentSessionToPullRequest(request, node)), new PageInfo(request, data.pageInfo));
122660
+ }
122661
+ };
122662
+ /**
122057
122663
  * Payload for an agent session webhook.
122058
122664
  *
122059
122665
  * @param data - L.AgentSessionWebhookPayloadFragment response data
@@ -122336,6 +122942,23 @@ var AsksChannelConnectPayload = class extends Request {
122336
122942
  }
122337
122943
  };
122338
122944
  /**
122945
+ * AsksWebFormsAuthResponse model
122946
+ *
122947
+ * @param request - function to call the graphql client
122948
+ * @param data - L.AsksWebFormsAuthResponseFragment response data
122949
+ */
122950
+ var AsksWebFormsAuthResponse = class extends Request {
122951
+ constructor(request, data) {
122952
+ super(request);
122953
+ this.email = data.email;
122954
+ this.name = data.name;
122955
+ }
122956
+ /** User email. */
122957
+ email;
122958
+ /** User display name. */
122959
+ name;
122960
+ };
122961
+ /**
122339
122962
  * Issue attachment (e.g. support ticket, pull request).
122340
122963
  *
122341
122964
  * @param request - function to call the graphql client
@@ -126047,10 +126670,13 @@ var EmailIntakeAddress = class extends Request {
126047
126670
  this.forwardingEmailAddress = data.forwardingEmailAddress ?? void 0;
126048
126671
  this.id = data.id;
126049
126672
  this.issueCanceledAutoReply = data.issueCanceledAutoReply ?? void 0;
126673
+ this.issueCanceledAutoReplyData = data.issueCanceledAutoReplyData ?? void 0;
126050
126674
  this.issueCanceledAutoReplyEnabled = data.issueCanceledAutoReplyEnabled;
126051
126675
  this.issueCompletedAutoReply = data.issueCompletedAutoReply ?? void 0;
126676
+ this.issueCompletedAutoReplyData = data.issueCompletedAutoReplyData ?? void 0;
126052
126677
  this.issueCompletedAutoReplyEnabled = data.issueCompletedAutoReplyEnabled;
126053
126678
  this.issueCreatedAutoReply = data.issueCreatedAutoReply ?? void 0;
126679
+ this.issueCreatedAutoReplyData = data.issueCreatedAutoReplyData ?? void 0;
126054
126680
  this.issueCreatedAutoReplyEnabled = data.issueCreatedAutoReplyEnabled;
126055
126681
  this.repliesEnabled = data.repliesEnabled;
126056
126682
  this.senderName = data.senderName ?? void 0;
@@ -126078,14 +126704,20 @@ var EmailIntakeAddress = class extends Request {
126078
126704
  id;
126079
126705
  /** The auto-reply message for issue canceled. If not set, the default reply will be used. */
126080
126706
  issueCanceledAutoReply;
126707
+ /** The auto-reply ProseMirror JSON for issue canceled. If not set, the default reply will be used. */
126708
+ issueCanceledAutoReplyData;
126081
126709
  /** Whether the auto-reply for issue canceled is enabled. */
126082
126710
  issueCanceledAutoReplyEnabled;
126083
126711
  /** The auto-reply message for issue completed. If not set, the default reply will be used. */
126084
126712
  issueCompletedAutoReply;
126713
+ /** The auto-reply ProseMirror JSON for issue completed. If not set, the default reply will be used. */
126714
+ issueCompletedAutoReplyData;
126085
126715
  /** Whether the auto-reply for issue completed is enabled. */
126086
126716
  issueCompletedAutoReplyEnabled;
126087
126717
  /** The auto-reply message for issue created. If not set, the default reply will be used. */
126088
126718
  issueCreatedAutoReply;
126719
+ /** The auto-reply ProseMirror JSON for issue created. If not set, the default reply will be used. */
126720
+ issueCreatedAutoReplyData;
126089
126721
  /** Whether the auto-reply for issue created is enabled. */
126090
126722
  issueCreatedAutoReplyEnabled;
126091
126723
  /** Whether email replies are enabled. */
@@ -133528,6 +134160,10 @@ var Project = class extends Request {
133528
134160
  history(variables) {
133529
134161
  return new Project_HistoryQuery(this._request, this.id, variables).fetch(variables);
133530
134162
  }
134163
+ /** Associations of this project to parent initiatives. */
134164
+ initiativeToProjects(variables) {
134165
+ return new Project_InitiativeToProjectsQuery(this._request, this.id, variables).fetch(variables);
134166
+ }
133531
134167
  /** Initiatives that this project belongs to. */
133532
134168
  initiatives(variables) {
133533
134169
  return new Project_InitiativesQuery(this._request, this.id, variables).fetch(variables);
@@ -138395,11 +139031,14 @@ var ViewPreferencesValues = class extends Request {
138395
139031
  constructor(request, data) {
138396
139032
  super(request);
138397
139033
  this.issueGrouping = data.issueGrouping ?? void 0;
139034
+ this.issueSubGrouping = data.issueSubGrouping ?? void 0;
138398
139035
  this.showCompletedIssues = data.showCompletedIssues ?? void 0;
138399
139036
  this.viewOrdering = data.viewOrdering ?? void 0;
138400
139037
  }
138401
139038
  /** The issue grouping. */
138402
139039
  issueGrouping;
139040
+ /** The issue sub grouping. */
139041
+ issueSubGrouping;
138403
139042
  /** Whether to show completed issues. */
138404
139043
  showCompletedIssues;
138405
139044
  /** The issue ordering. */
@@ -141479,6 +142118,26 @@ var AirbyteIntegrationConnectMutation = class extends Request {
141479
142118
  }
141480
142119
  };
141481
142120
  /**
142121
+ * A fetchable AsksWebFormsAuth Mutation
142122
+ *
142123
+ * @param request - function to call the graphql client
142124
+ */
142125
+ var AsksWebFormsAuthMutation = class extends Request {
142126
+ constructor(request) {
142127
+ super(request);
142128
+ }
142129
+ /**
142130
+ * Call the AsksWebFormsAuth mutation and return a AsksWebFormsAuthResponse
142131
+ *
142132
+ * @param token - required token to pass to asksWebFormsAuth
142133
+ * @returns parsed response from AsksWebFormsAuthMutation
142134
+ */
142135
+ async fetch(token) {
142136
+ const data = (await this._request(AsksWebFormsAuthDocument, { token })).asksWebFormsAuth;
142137
+ return new AsksWebFormsAuthResponse(this._request, data);
142138
+ }
142139
+ };
142140
+ /**
141482
142141
  * A fetchable CreateAttachment Mutation
141483
142142
  *
141484
142143
  * @param request - function to call the graphql client
@@ -150131,6 +150790,40 @@ var Project_HistoryQuery = class extends Request {
150131
150790
  }
150132
150791
  };
150133
150792
  /**
150793
+ * A fetchable Project_InitiativeToProjects Query
150794
+ *
150795
+ * @param request - function to call the graphql client
150796
+ * @param id - required id to pass to project
150797
+ * @param variables - variables without 'id' to pass into the Project_InitiativeToProjectsQuery
150798
+ */
150799
+ var Project_InitiativeToProjectsQuery = class extends Request {
150800
+ _id;
150801
+ _variables;
150802
+ constructor(request, id, variables) {
150803
+ super(request);
150804
+ this._id = id;
150805
+ this._variables = variables;
150806
+ }
150807
+ /**
150808
+ * Call the Project_InitiativeToProjects query and return a InitiativeToProjectConnection
150809
+ *
150810
+ * @param variables - variables without 'id' to pass into the Project_InitiativeToProjectsQuery
150811
+ * @returns parsed response from Project_InitiativeToProjectsQuery
150812
+ */
150813
+ async fetch(variables) {
150814
+ const data = (await this._request(Project_InitiativeToProjectsDocument, {
150815
+ id: this._id,
150816
+ ...this._variables,
150817
+ ...variables
150818
+ })).project.initiativeToProjects;
150819
+ return new InitiativeToProjectConnection(this._request, (connection) => this.fetch(defaultConnection({
150820
+ ...this._variables,
150821
+ ...variables,
150822
+ ...connection
150823
+ })), data);
150824
+ }
150825
+ };
150826
+ /**
150134
150827
  * A fetchable Project_Initiatives Query
150135
150828
  *
150136
150829
  * @param request - function to call the graphql client
@@ -153304,6 +153997,15 @@ var LinearSdk = class extends Request {
153304
153997
  return new AirbyteIntegrationConnectMutation(this._request).fetch(input);
153305
153998
  }
153306
153999
  /**
154000
+ * Authenticate a user to the Asks web forms app.
154001
+ *
154002
+ * @param token - required token to pass to asksWebFormsAuth
154003
+ * @returns AsksWebFormsAuthResponse
154004
+ */
154005
+ asksWebFormsAuth(token) {
154006
+ return new AsksWebFormsAuthMutation(this._request).fetch(token);
154007
+ }
154008
+ /**
153307
154009
  * Creates a new attachment, or updates existing if the same `url` and `issueId` is used.
153308
154010
  *
153309
154011
  * @param input - required input to pass to createAttachment
@@ -155999,5 +156701,5 @@ var LinearClient = class extends LinearSdk {
155999
156701
  const LinearWebhooks = LinearWebhookClient;
156000
156702
 
156001
156703
  //#endregion
156002
- export { ActorBot, AdministrableTeamsQuery, AgentActivitiesQuery, AgentActivity, AgentActivityActionContent, AgentActivityConnection, AgentActivityElicitationContent, AgentActivityErrorContent, AgentActivityPayload, AgentActivityPromptContent, AgentActivityQuery, AgentActivityResponseContent, AgentActivitySignal, AgentActivityThoughtContent, AgentActivityType, AgentActivityWebhookPayload, AgentSession, AgentSessionConnection, AgentSessionCreateOnCommentMutation, AgentSessionCreateOnIssueMutation, AgentSessionEventWebhookPayload, AgentSessionPayload, AgentSessionQuery, AgentSessionStatus, AgentSessionType, AgentSessionUpdateExternalUrlMutation, AgentSessionWebhookPayload, AgentSession_ActivitiesQuery, AgentSessionsQuery, AiPromptRules, AirbyteIntegrationConnectMutation, AppUserNotificationWebhookPayload, AppUserTeamAccessChangedWebhookPayload, Application, ApplicationInfoQuery, ArchiveCustomerNeedMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveInitiativeUpdateMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveProjectStatusMutation, ArchiveProjectUpdateMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, 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_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSalesforceMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentSyncToSlackMutation, AttachmentWebhookPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuditEntryWebhookPayload, AuthIdentityProvider, AuthOrganization, AuthResolverResponse, AuthUser, AuthenticationLinearError, AuthenticationSessionResponse, AuthenticationSessionType, AuthenticationSessionsQuery, AvailableUsersQuery, BaseWebhookPayload, BootstrapLinearError, Comment, CommentChildWebhookPayload, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, CommentWebhookPayload, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_CreatedIssuesQuery, Comment_DocumentContentQuery, Comment_DocumentContent_AiPromptRulesQuery, Comment_ExternalThreadQuery, CommentsQuery, Connection, ContactPayload, ContextViewType, CreateAgentActivityMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCustomerMutation, CreateCustomerNeedMutation, CreateCustomerStatusMutation, CreateCustomerTierMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateInitiativeMutation, CreateInitiativeRelationMutation, CreateInitiativeToProjectMutation, CreateInitiativeUpdateMutation, CreateInitiativeUpdateReminderMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueBatchMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLabelMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectRelationMutation, CreateProjectStatusMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomResourceWebhookPayload, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_InitiativesQuery, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Customer, CustomerChildWebhookPayload, CustomerConnection, CustomerMergeMutation, CustomerNeed, CustomerNeedArchivePayload, CustomerNeedChildWebhookPayload, CustomerNeedConnection, CustomerNeedCreateFromAttachmentMutation, CustomerNeedNotification, CustomerNeedPayload, CustomerNeedQuery, CustomerNeedUpdatePayload, CustomerNeedWebhookPayload, CustomerNeed_ProjectAttachmentQuery, CustomerNeedsQuery, CustomerNotification, CustomerNotificationSubscription, CustomerPayload, CustomerQuery, CustomerStatus, CustomerStatusChildWebhookPayload, CustomerStatusConnection, CustomerStatusPayload, CustomerStatusQuery, CustomerStatusType, CustomerStatusesQuery, CustomerTier, CustomerTierChildWebhookPayload, CustomerTierConnection, CustomerTierPayload, CustomerTierQuery, CustomerTiersQuery, CustomerUnsyncMutation, CustomerUpsertMutation, CustomerVisibilityMode, CustomerWebhookPayload, CustomersQuery, Cycle, CycleArchivePayload, CycleChildWebhookPayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CyclePeriod, CycleQuery, CycleShiftAllMutation, CycleStartUpcomingCycleTodayMutation, CycleWebhookPayload, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DateResolutionType, Day, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteCustomerMutation, DeleteCustomerNeedMutation, DeleteCustomerStatusMutation, DeleteCustomerTierMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteInitiativeMutation, DeleteInitiativeRelationMutation, DeleteInitiativeToProjectMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLabelMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectRelationMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentArchivePayload, DocumentChildWebhookPayload, DocumentConnection, DocumentContent, DocumentContentChildWebhookPayload, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentWebhookPayload, Document_CommentsQuery, DocumentsQuery, Draft, DraftConnection, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressQuery, EmailIntakeAddressRotateMutation, EmailIntakeAddressType, EmailIntakeAddress_SesDomainIdentityQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, EntityWebhookPayload, ExternalEntityInfo, ExternalEntityInfoGithubMetadata, ExternalEntityInfoJiraMetadata, ExternalEntitySlackMetadata, ExternalSyncService, ExternalUser, ExternalUserChildWebhookPayload, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, FacetPageSource, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FeedSummarySchedule, FetchDataPayload, FileUploadDeletePayload, FileUploadMutation, ForbiddenLinearError, FrequencyResolutionType, FrontAttachmentPayload, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationStates, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubEnterpriseServerInstallVerificationPayload, GitHubEnterpriseServerPayload, GitLabIntegrationCreatePayload, GitLinkKind, GithubOrgType, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, GuidanceRuleWebhookPayload, IdentityProvider, IdentityProviderType, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Initiative, InitiativeArchivePayload, InitiativeChildWebhookPayload, InitiativeConnection, InitiativeHistory, InitiativeHistoryConnection, InitiativeNotification, InitiativeNotificationSubscription, InitiativePayload, InitiativeQuery, InitiativeRelation, InitiativeRelationConnection, InitiativeRelationPayload, InitiativeRelationQuery, InitiativeRelationsQuery, InitiativeStatus, InitiativeTab, InitiativeToProject, InitiativeToProjectConnection, InitiativeToProjectPayload, InitiativeToProjectQuery, InitiativeToProjectsQuery, InitiativeUpdate, InitiativeUpdateArchivePayload, InitiativeUpdateChildWebhookPayload, InitiativeUpdateConnection, InitiativeUpdateHealthType, InitiativeUpdatePayload, InitiativeUpdateQuery, InitiativeUpdateReminderPayload, InitiativeUpdateWebhookPayload, InitiativeUpdate_CommentsQuery, InitiativeUpdatesQuery, InitiativeWebhookPayload, Initiative_DocumentContentQuery, Initiative_DocumentContent_AiPromptRulesQuery, Initiative_DocumentsQuery, Initiative_HistoryQuery, Initiative_InitiativeUpdatesQuery, Initiative_LinksQuery, Initiative_ProjectsQuery, Initiative_SubInitiativesQuery, InitiativesQuery, Integration, IntegrationActorWebhookPayload, IntegrationAsksConnectChannelMutation, IntegrationChildWebhookPayload, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubEnterpriseServerConnectMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGithubImportRefreshMutation, IntegrationGitlabConnectMutation, 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, 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, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSlaWebhookPayload, IssueStateSpan, IssueStateSpanConnection, IssueStatusChangedNotificationWebhookPayload, IssueSubscribeMutation, IssueSuggestion, IssueSuggestionConnection, IssueSuggestionMetadata, IssueSuggestionState, IssueSuggestionType, IssueTitleSuggestionFromCustomerRequestPayload, IssueTitleSuggestionFromCustomerRequestQuery, IssueUnassignedFromYouNotificationWebhookPayload, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_DocumentsQuery, IssueVcsBranchSearch_FormerAttachmentsQuery, IssueVcsBranchSearch_FormerNeedsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_NeedsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_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_SubscribersQuery, IssuesQuery, JoinOrganizationFromOnboardingMutation, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents_exports as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationCategory, NotificationCategoryPreferences, NotificationChannel, NotificationChannelPreferences, NotificationConnection, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, OAuthAppWebhookPayload, OAuthAuthorizationWebhookPayload, OAuthClientApprovalStatus, OauthClientActorWebhookPayload, OauthClientApproval, OauthClientApprovalNotification, OauthClientChildWebhookPayload, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationDomainAuthType, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInviteStatus, OrganizationInvitesQuery, OrganizationIpRestriction, OrganizationMeta, OrganizationOriginWebhookPayload, OrganizationPayload, OrganizationQuery, OrganizationStartTrialForPlanMutation, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_ProjectLabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, OtherNotificationType, OtherNotificationWebhookPayload, PageInfo, PaginationNulls, PaginationOrderBy, PaginationSortOrder, PaidSubscription, PasskeyLoginStartResponse, PostNotification, PostType, ProductIntelligenceScope, Project, ProjectAddLabelMutation, ProjectArchivePayload, ProjectAttachment, ProjectChildWebhookPayload, ProjectConnection, ProjectExternalSyncDisableMutation, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectHistory, ProjectHistoryConnection, ProjectLabel, ProjectLabelChildWebhookPayload, ProjectLabelConnection, ProjectLabelPayload, ProjectLabelQuery, ProjectLabelRestoreMutation, ProjectLabelRetireMutation, ProjectLabelWebhookPayload, ProjectLabel_ChildrenQuery, ProjectLabel_ProjectsQuery, ProjectLabelsQuery, ProjectMilestone, ProjectMilestoneChildWebhookPayload, ProjectMilestoneConnection, ProjectMilestoneMoveIssueToTeam, ProjectMilestoneMovePayload, ProjectMilestoneMoveProjectTeams, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestoneStatus, ProjectMilestone_DocumentContentQuery, ProjectMilestone_DocumentContent_AiPromptRulesQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectRemoveLabelMutation, ProjectSearchPayload, ProjectSearchResult, ProjectStatus, ProjectStatusArchivePayload, ProjectStatusChildWebhookPayload, ProjectStatusConnection, ProjectStatusCountPayload, ProjectStatusPayload, ProjectStatusQuery, ProjectStatusType, ProjectStatusesQuery, ProjectTab, ProjectUpdate, ProjectUpdateArchivePayload, ProjectUpdateChildWebhookPayload, ProjectUpdateConnection, ProjectUpdateHealthType, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderFrequency, ProjectUpdateReminderPayload, ProjectUpdateWebhookPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, ProjectWebhookPayload, Project_CommentsQuery, Project_DocumentContentQuery, Project_DocumentContent_AiPromptRulesQuery, Project_DocumentsQuery, Project_ExternalLinksQuery, Project_HistoryQuery, Project_InitiativesQuery, Project_InverseRelationsQuery, Project_IssuesQuery, Project_LabelsQuery, Project_MembersQuery, Project_NeedsQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_RelationsQuery, Project_TeamsQuery, ProjectsQuery, PullRequestMergeMethod, PullRequestNotification, PullRequestReviewTool, PullRequestStatus, PushSubscription, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, PushSubscriptionType, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionPayload, ReactionWebhookPayload, RefreshGoogleSheetsDataMutation, ReleaseArchivePayload, ReleaseChannel, ReleasePayload, ReleasePipelineArchivePayload, ReleasePipelinePayload, ReleasePipelineType, ReleaseStageArchivePayload, ReleaseStagePayload, ReleaseStageType, RepositorySuggestion, RepositorySuggestionsPayload, Request, ResendOrganizationInviteByEmailMutation, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, 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, SuspendUserMutation, SyncedExternalThread, Team, TeamArchivePayload, TeamChildWebhookPayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamOriginWebhookPayload, TeamPayload, TeamQuery, TeamRoleType, TeamWithParentWebhookPayload, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityAction, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, UnarchiveCustomerNeedMutation, UnarchiveDocumentMutation, UnarchiveInitiativeMutation, UnarchiveInitiativeUpdateMutation, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveProjectStatusMutation, UnarchiveProjectUpdateMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAgentSessionMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCustomerMutation, UpdateCustomerNeedMutation, UpdateCustomerStatusMutation, UpdateCustomerTierMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateInitiativeMutation, UpdateInitiativeRelationMutation, UpdateInitiativeToProjectMutation, UpdateInitiativeUpdateMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationCategoryChannelSubscriptionMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLabelMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectRelationMutation, UpdateProjectStatusMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, UsageLimitExceededLinearError, User, UserActorWebhookPayload, UserAdminPayload, UserChangeRoleMutation, UserChildWebhookPayload, UserConnection, UserContextViewType, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserFlagType, UserFlagUpdateOperation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserRoleType, UserSettings, UserSettingsCustomSidebarTheme, UserSettingsCustomTheme, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, UserSettingsTheme, UserSettingsThemeDeviceType, UserSettingsThemeMode, UserSettingsThemePreset, UserSettings_NotificationCategoryPreferencesQuery, UserSettings_NotificationCategoryPreferences_AppsAndIntegrationsQuery, UserSettings_NotificationCategoryPreferences_AssignmentsQuery, UserSettings_NotificationCategoryPreferences_CommentsAndRepliesQuery, UserSettings_NotificationCategoryPreferences_CustomersQuery, UserSettings_NotificationCategoryPreferences_DocumentChangesQuery, UserSettings_NotificationCategoryPreferences_FeedQuery, UserSettings_NotificationCategoryPreferences_MentionsQuery, UserSettings_NotificationCategoryPreferences_PostsAndUpdatesQuery, UserSettings_NotificationCategoryPreferences_ReactionsQuery, UserSettings_NotificationCategoryPreferences_RemindersQuery, UserSettings_NotificationCategoryPreferences_ReviewsQuery, UserSettings_NotificationCategoryPreferences_StatusChangesQuery, UserSettings_NotificationCategoryPreferences_SubscriptionsQuery, UserSettings_NotificationCategoryPreferences_SystemQuery, UserSettings_NotificationCategoryPreferences_TriageQuery, UserSettings_NotificationChannelPreferencesQuery, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, UserSettings_ThemeQuery, UserSettings_Theme_CustomQuery, UserSettings_Theme_Custom_SidebarQuery, UserUnlinkFromIdentityProviderMutation, UserWebhookPayload, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_DelegatedIssuesQuery, User_DraftsQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, VerifyGitHubEnterpriseServerInstallationQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesType, ViewPreferencesValues, ViewType, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_DelegatedIssuesQuery, Viewer_DraftsQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookFailureEvent, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowState, WorkflowStateArchivePayload, WorkflowStateChildWebhookPayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, parseLinearError };
156704
+ export { ActorBot, AdministrableTeamsQuery, AgentActivitiesQuery, AgentActivity, AgentActivityActionContent, AgentActivityConnection, AgentActivityElicitationContent, AgentActivityErrorContent, AgentActivityPayload, AgentActivityPromptContent, AgentActivityQuery, AgentActivityResponseContent, AgentActivitySignal, AgentActivityThoughtContent, AgentActivityType, AgentActivityWebhookPayload, AgentSession, AgentSessionConnection, AgentSessionCreateOnCommentMutation, AgentSessionCreateOnIssueMutation, AgentSessionEventWebhookPayload, AgentSessionPayload, AgentSessionQuery, AgentSessionStatus, AgentSessionToPullRequest, AgentSessionToPullRequestConnection, AgentSessionType, AgentSessionUpdateExternalUrlMutation, AgentSessionWebhookPayload, AgentSession_ActivitiesQuery, AgentSessionsQuery, AiPromptRules, AirbyteIntegrationConnectMutation, AppUserNotificationWebhookPayload, AppUserTeamAccessChangedWebhookPayload, Application, ApplicationInfoQuery, ArchiveCustomerNeedMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveInitiativeUpdateMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveProjectStatusMutation, ArchiveProjectUpdateMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, AsksWebFormsAuthMutation, AsksWebFormsAuthResponse, 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_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSalesforceMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentSyncToSlackMutation, AttachmentWebhookPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuditEntryWebhookPayload, AuthIdentityProvider, AuthOrganization, AuthResolverResponse, AuthUser, AuthenticationLinearError, AuthenticationSessionResponse, AuthenticationSessionType, AuthenticationSessionsQuery, AvailableUsersQuery, BaseWebhookPayload, BootstrapLinearError, Comment, CommentChildWebhookPayload, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, CommentWebhookPayload, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_CreatedIssuesQuery, Comment_DocumentContentQuery, Comment_DocumentContent_AiPromptRulesQuery, Comment_ExternalThreadQuery, CommentsQuery, Connection, ContactPayload, ContextViewType, CreateAgentActivityMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCustomerMutation, CreateCustomerNeedMutation, CreateCustomerStatusMutation, CreateCustomerTierMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateInitiativeMutation, CreateInitiativeRelationMutation, CreateInitiativeToProjectMutation, CreateInitiativeUpdateMutation, CreateInitiativeUpdateReminderMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueBatchMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLabelMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectRelationMutation, CreateProjectStatusMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomResourceWebhookPayload, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_InitiativesQuery, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Customer, CustomerChildWebhookPayload, CustomerConnection, CustomerMergeMutation, CustomerNeed, CustomerNeedArchivePayload, CustomerNeedChildWebhookPayload, CustomerNeedConnection, CustomerNeedCreateFromAttachmentMutation, CustomerNeedNotification, CustomerNeedPayload, CustomerNeedQuery, CustomerNeedUpdatePayload, CustomerNeedWebhookPayload, CustomerNeed_ProjectAttachmentQuery, CustomerNeedsQuery, CustomerNotification, CustomerNotificationSubscription, CustomerPayload, CustomerQuery, CustomerStatus, CustomerStatusChildWebhookPayload, CustomerStatusConnection, CustomerStatusPayload, CustomerStatusQuery, CustomerStatusType, CustomerStatusesQuery, CustomerTier, CustomerTierChildWebhookPayload, CustomerTierConnection, CustomerTierPayload, CustomerTierQuery, CustomerTiersQuery, CustomerUnsyncMutation, CustomerUpsertMutation, CustomerVisibilityMode, CustomerWebhookPayload, CustomersQuery, Cycle, CycleArchivePayload, CycleChildWebhookPayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CyclePeriod, CycleQuery, CycleShiftAllMutation, CycleStartUpcomingCycleTodayMutation, CycleWebhookPayload, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DateResolutionType, Day, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteCustomerMutation, DeleteCustomerNeedMutation, DeleteCustomerStatusMutation, DeleteCustomerTierMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteInitiativeMutation, DeleteInitiativeRelationMutation, DeleteInitiativeToProjectMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLabelMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectRelationMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentArchivePayload, DocumentChildWebhookPayload, DocumentConnection, DocumentContent, DocumentContentChildWebhookPayload, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentWebhookPayload, Document_CommentsQuery, DocumentsQuery, Draft, DraftConnection, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressQuery, EmailIntakeAddressRotateMutation, EmailIntakeAddressType, EmailIntakeAddress_SesDomainIdentityQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, EntityWebhookPayload, ExternalEntityInfo, ExternalEntityInfoGithubMetadata, ExternalEntityInfoJiraMetadata, ExternalEntitySlackMetadata, ExternalSyncService, ExternalUser, ExternalUserChildWebhookPayload, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, FacetPageSource, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FeedSummarySchedule, FetchDataPayload, FileUploadDeletePayload, FileUploadMutation, ForbiddenLinearError, FrequencyResolutionType, FrontAttachmentPayload, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationStates, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubEnterpriseServerInstallVerificationPayload, GitHubEnterpriseServerPayload, GitLabIntegrationCreatePayload, GitLinkKind, GithubOrgType, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, GuidanceRuleWebhookPayload, IdentityProvider, IdentityProviderType, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Initiative, InitiativeArchivePayload, InitiativeChildWebhookPayload, InitiativeConnection, InitiativeHistory, InitiativeHistoryConnection, InitiativeNotification, InitiativeNotificationSubscription, InitiativePayload, InitiativeQuery, InitiativeRelation, InitiativeRelationConnection, InitiativeRelationPayload, InitiativeRelationQuery, InitiativeRelationsQuery, InitiativeStatus, InitiativeTab, InitiativeToProject, InitiativeToProjectConnection, InitiativeToProjectPayload, InitiativeToProjectQuery, InitiativeToProjectsQuery, InitiativeUpdate, InitiativeUpdateArchivePayload, InitiativeUpdateChildWebhookPayload, InitiativeUpdateConnection, InitiativeUpdateHealthType, InitiativeUpdatePayload, InitiativeUpdateQuery, InitiativeUpdateReminderPayload, InitiativeUpdateWebhookPayload, InitiativeUpdate_CommentsQuery, InitiativeUpdatesQuery, InitiativeWebhookPayload, Initiative_DocumentContentQuery, Initiative_DocumentContent_AiPromptRulesQuery, Initiative_DocumentsQuery, Initiative_HistoryQuery, Initiative_InitiativeUpdatesQuery, Initiative_LinksQuery, Initiative_ProjectsQuery, Initiative_SubInitiativesQuery, InitiativesQuery, Integration, IntegrationActorWebhookPayload, IntegrationAsksConnectChannelMutation, IntegrationChildWebhookPayload, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubEnterpriseServerConnectMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGithubImportRefreshMutation, IntegrationGitlabConnectMutation, 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, 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, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSlaWebhookPayload, IssueStateSpan, IssueStateSpanConnection, IssueStatusChangedNotificationWebhookPayload, IssueSubscribeMutation, IssueSuggestion, IssueSuggestionConnection, IssueSuggestionMetadata, IssueSuggestionState, IssueSuggestionType, IssueTitleSuggestionFromCustomerRequestPayload, IssueTitleSuggestionFromCustomerRequestQuery, IssueUnassignedFromYouNotificationWebhookPayload, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_DocumentsQuery, IssueVcsBranchSearch_FormerAttachmentsQuery, IssueVcsBranchSearch_FormerNeedsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_NeedsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_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_SubscribersQuery, IssuesQuery, JoinOrganizationFromOnboardingMutation, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents_exports as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationCategory, NotificationCategoryPreferences, NotificationChannel, NotificationChannelPreferences, NotificationConnection, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, OAuthAppWebhookPayload, OAuthAuthorizationWebhookPayload, OAuthClientApprovalStatus, OauthClientActorWebhookPayload, OauthClientApproval, OauthClientApprovalNotification, OauthClientChildWebhookPayload, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationDomainAuthType, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInviteStatus, OrganizationInvitesQuery, OrganizationIpRestriction, OrganizationMeta, OrganizationOriginWebhookPayload, OrganizationPayload, OrganizationQuery, OrganizationStartTrialForPlanMutation, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_ProjectLabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, OtherNotificationType, OtherNotificationWebhookPayload, PageInfo, PaginationNulls, PaginationOrderBy, PaginationSortOrder, PaidSubscription, PasskeyLoginStartResponse, PostNotification, PostType, ProductIntelligenceScope, Project, ProjectAddLabelMutation, ProjectArchivePayload, ProjectAttachment, ProjectChildWebhookPayload, ProjectConnection, ProjectExternalSyncDisableMutation, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectHistory, ProjectHistoryConnection, ProjectLabel, ProjectLabelChildWebhookPayload, ProjectLabelConnection, ProjectLabelPayload, ProjectLabelQuery, ProjectLabelRestoreMutation, ProjectLabelRetireMutation, ProjectLabelWebhookPayload, ProjectLabel_ChildrenQuery, ProjectLabel_ProjectsQuery, ProjectLabelsQuery, ProjectMilestone, ProjectMilestoneChildWebhookPayload, ProjectMilestoneConnection, ProjectMilestoneMoveIssueToTeam, ProjectMilestoneMovePayload, ProjectMilestoneMoveProjectTeams, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestoneStatus, ProjectMilestone_DocumentContentQuery, ProjectMilestone_DocumentContent_AiPromptRulesQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectRemoveLabelMutation, ProjectSearchPayload, ProjectSearchResult, ProjectStatus, ProjectStatusArchivePayload, ProjectStatusChildWebhookPayload, ProjectStatusConnection, ProjectStatusCountPayload, ProjectStatusPayload, ProjectStatusQuery, ProjectStatusType, ProjectStatusesQuery, ProjectTab, ProjectUpdate, ProjectUpdateArchivePayload, ProjectUpdateChildWebhookPayload, ProjectUpdateConnection, ProjectUpdateHealthType, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderFrequency, ProjectUpdateReminderPayload, ProjectUpdateWebhookPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, ProjectWebhookPayload, Project_CommentsQuery, Project_DocumentContentQuery, Project_DocumentContent_AiPromptRulesQuery, Project_DocumentsQuery, Project_ExternalLinksQuery, Project_HistoryQuery, Project_InitiativeToProjectsQuery, Project_InitiativesQuery, Project_InverseRelationsQuery, Project_IssuesQuery, Project_LabelsQuery, Project_MembersQuery, Project_NeedsQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_RelationsQuery, Project_TeamsQuery, ProjectsQuery, PullRequestMergeMethod, PullRequestNotification, PullRequestReviewTool, PullRequestStatus, PushSubscription, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, PushSubscriptionType, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionPayload, ReactionWebhookPayload, RefreshGoogleSheetsDataMutation, ReleaseArchivePayload, ReleaseChannel, ReleasePayload, ReleasePipelineArchivePayload, ReleasePipelinePayload, ReleasePipelineType, ReleaseStageArchivePayload, ReleaseStagePayload, ReleaseStageType, RepositorySuggestion, RepositorySuggestionsPayload, Request, ResendOrganizationInviteByEmailMutation, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, 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, SuspendUserMutation, SyncedExternalThread, Team, TeamArchivePayload, TeamChildWebhookPayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamOriginWebhookPayload, TeamPayload, TeamQuery, TeamRoleType, TeamWithParentWebhookPayload, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityAction, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, UnarchiveCustomerNeedMutation, UnarchiveDocumentMutation, UnarchiveInitiativeMutation, UnarchiveInitiativeUpdateMutation, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveProjectStatusMutation, UnarchiveProjectUpdateMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAgentSessionMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCustomerMutation, UpdateCustomerNeedMutation, UpdateCustomerStatusMutation, UpdateCustomerTierMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateInitiativeMutation, UpdateInitiativeRelationMutation, UpdateInitiativeToProjectMutation, UpdateInitiativeUpdateMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationCategoryChannelSubscriptionMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLabelMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectRelationMutation, UpdateProjectStatusMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, UsageLimitExceededLinearError, User, UserActorWebhookPayload, UserAdminPayload, UserChangeRoleMutation, UserChildWebhookPayload, UserConnection, UserContextViewType, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserFlagType, UserFlagUpdateOperation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserRoleType, UserSettings, UserSettingsCustomSidebarTheme, UserSettingsCustomTheme, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, UserSettingsTheme, UserSettingsThemeDeviceType, UserSettingsThemeMode, UserSettingsThemePreset, UserSettings_NotificationCategoryPreferencesQuery, UserSettings_NotificationCategoryPreferences_AppsAndIntegrationsQuery, UserSettings_NotificationCategoryPreferences_AssignmentsQuery, UserSettings_NotificationCategoryPreferences_CommentsAndRepliesQuery, UserSettings_NotificationCategoryPreferences_CustomersQuery, UserSettings_NotificationCategoryPreferences_DocumentChangesQuery, UserSettings_NotificationCategoryPreferences_FeedQuery, UserSettings_NotificationCategoryPreferences_MentionsQuery, UserSettings_NotificationCategoryPreferences_PostsAndUpdatesQuery, UserSettings_NotificationCategoryPreferences_ReactionsQuery, UserSettings_NotificationCategoryPreferences_RemindersQuery, UserSettings_NotificationCategoryPreferences_ReviewsQuery, UserSettings_NotificationCategoryPreferences_StatusChangesQuery, UserSettings_NotificationCategoryPreferences_SubscriptionsQuery, UserSettings_NotificationCategoryPreferences_SystemQuery, UserSettings_NotificationCategoryPreferences_TriageQuery, UserSettings_NotificationChannelPreferencesQuery, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, UserSettings_ThemeQuery, UserSettings_Theme_CustomQuery, UserSettings_Theme_Custom_SidebarQuery, UserUnlinkFromIdentityProviderMutation, UserWebhookPayload, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_DelegatedIssuesQuery, User_DraftsQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, VerifyGitHubEnterpriseServerInstallationQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesType, ViewPreferencesValues, ViewType, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_DelegatedIssuesQuery, Viewer_DraftsQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookFailureEvent, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowState, WorkflowStateArchivePayload, WorkflowStateChildWebhookPayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, parseLinearError };
156003
156705
  //# sourceMappingURL=index.mjs.map