@linear/sdk 20.0.0 → 21.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index-es.js CHANGED
@@ -84999,6 +84999,60 @@ const ProjectNotificationSubscriptionFragmentDoc = {
84999
84999
  },
85000
85000
  ],
85001
85001
  };
85002
+ const ReminderFragmentDoc = {
85003
+ kind: "Document",
85004
+ definitions: [
85005
+ {
85006
+ kind: "FragmentDefinition",
85007
+ name: { kind: "Name", value: "Reminder" },
85008
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Reminder" } },
85009
+ selectionSet: {
85010
+ kind: "SelectionSet",
85011
+ selections: [
85012
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85013
+ {
85014
+ kind: "Field",
85015
+ name: { kind: "Name", value: "documentId" },
85016
+ selectionSet: {
85017
+ kind: "SelectionSet",
85018
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85019
+ },
85020
+ },
85021
+ {
85022
+ kind: "Field",
85023
+ name: { kind: "Name", value: "issueId" },
85024
+ selectionSet: {
85025
+ kind: "SelectionSet",
85026
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85027
+ },
85028
+ },
85029
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85030
+ {
85031
+ kind: "Field",
85032
+ name: { kind: "Name", value: "projectId" },
85033
+ selectionSet: {
85034
+ kind: "SelectionSet",
85035
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85036
+ },
85037
+ },
85038
+ { kind: "Field", name: { kind: "Name", value: "comment" } },
85039
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
85040
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85041
+ { kind: "Field", name: { kind: "Name", value: "remindAt" } },
85042
+ { kind: "Field", name: { kind: "Name", value: "id" } },
85043
+ {
85044
+ kind: "Field",
85045
+ name: { kind: "Name", value: "user" },
85046
+ selectionSet: {
85047
+ kind: "SelectionSet",
85048
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85049
+ },
85050
+ },
85051
+ ],
85052
+ },
85053
+ },
85054
+ ],
85055
+ };
85002
85056
  const TeamNotificationSubscriptionFragmentDoc = {
85003
85057
  kind: "Document",
85004
85058
  definitions: [
@@ -87638,6 +87692,94 @@ const CyclePayloadFragmentDoc = {
87638
87692
  },
87639
87693
  ],
87640
87694
  };
87695
+ const DiaryEntryFragmentDoc = {
87696
+ kind: "Document",
87697
+ definitions: [
87698
+ {
87699
+ kind: "FragmentDefinition",
87700
+ name: { kind: "Name", value: "DiaryEntry" },
87701
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntry" } },
87702
+ selectionSet: {
87703
+ kind: "SelectionSet",
87704
+ selections: [
87705
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87706
+ { kind: "Field", name: { kind: "Name", value: "url" } },
87707
+ { kind: "Field", name: { kind: "Name", value: "date" } },
87708
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87709
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
87710
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
87711
+ { kind: "Field", name: { kind: "Name", value: "id" } },
87712
+ {
87713
+ kind: "Field",
87714
+ name: { kind: "Name", value: "user" },
87715
+ selectionSet: {
87716
+ kind: "SelectionSet",
87717
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87718
+ },
87719
+ },
87720
+ ],
87721
+ },
87722
+ },
87723
+ ],
87724
+ };
87725
+ const DiaryEntryConnectionFragmentDoc = {
87726
+ kind: "Document",
87727
+ definitions: [
87728
+ {
87729
+ kind: "FragmentDefinition",
87730
+ name: { kind: "Name", value: "DiaryEntryConnection" },
87731
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryConnection" } },
87732
+ selectionSet: {
87733
+ kind: "SelectionSet",
87734
+ selections: [
87735
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87736
+ {
87737
+ kind: "Field",
87738
+ name: { kind: "Name", value: "nodes" },
87739
+ selectionSet: {
87740
+ kind: "SelectionSet",
87741
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntry" } }],
87742
+ },
87743
+ },
87744
+ {
87745
+ kind: "Field",
87746
+ name: { kind: "Name", value: "pageInfo" },
87747
+ selectionSet: {
87748
+ kind: "SelectionSet",
87749
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
87750
+ },
87751
+ },
87752
+ ],
87753
+ },
87754
+ },
87755
+ ],
87756
+ };
87757
+ const DiaryEntryPayloadFragmentDoc = {
87758
+ kind: "Document",
87759
+ definitions: [
87760
+ {
87761
+ kind: "FragmentDefinition",
87762
+ name: { kind: "Name", value: "DiaryEntryPayload" },
87763
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryPayload" } },
87764
+ selectionSet: {
87765
+ kind: "SelectionSet",
87766
+ selections: [
87767
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87768
+ {
87769
+ kind: "Field",
87770
+ name: { kind: "Name", value: "diaryEntry" },
87771
+ selectionSet: {
87772
+ kind: "SelectionSet",
87773
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87774
+ },
87775
+ },
87776
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
87777
+ { kind: "Field", name: { kind: "Name", value: "success" } },
87778
+ ],
87779
+ },
87780
+ },
87781
+ ],
87782
+ };
87641
87783
  const DocumentFragmentDoc = {
87642
87784
  kind: "Document",
87643
87785
  definitions: [
@@ -92483,6 +92625,7 @@ const TemplateFragmentDoc = {
92483
92625
  { kind: "Field", name: { kind: "Name", value: "type" } },
92484
92626
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
92485
92627
  { kind: "Field", name: { kind: "Name", value: "name" } },
92628
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
92486
92629
  {
92487
92630
  kind: "Field",
92488
92631
  name: { kind: "Name", value: "team" },
@@ -96579,13 +96722,13 @@ const CyclesDocument = {
96579
96722
  ...PageInfoFragmentDoc.definitions,
96580
96723
  ],
96581
96724
  };
96582
- const DocumentDocument = {
96725
+ const DiaryEntryDocument = {
96583
96726
  kind: "Document",
96584
96727
  definitions: [
96585
96728
  {
96586
96729
  kind: "OperationDefinition",
96587
96730
  operation: "query",
96588
- name: { kind: "Name", value: "document" },
96731
+ name: { kind: "Name", value: "diaryEntry" },
96589
96732
  variableDefinitions: [
96590
96733
  {
96591
96734
  kind: "VariableDefinition",
@@ -96598,7 +96741,7 @@ const DocumentDocument = {
96598
96741
  selections: [
96599
96742
  {
96600
96743
  kind: "Field",
96601
- name: { kind: "Name", value: "document" },
96744
+ name: { kind: "Name", value: "diaryEntry" },
96602
96745
  arguments: [
96603
96746
  {
96604
96747
  kind: "Argument",
@@ -96608,22 +96751,22 @@ const DocumentDocument = {
96608
96751
  ],
96609
96752
  selectionSet: {
96610
96753
  kind: "SelectionSet",
96611
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Document" } }],
96754
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntry" } }],
96612
96755
  },
96613
96756
  },
96614
96757
  ],
96615
96758
  },
96616
96759
  },
96617
- ...DocumentFragmentDoc.definitions,
96760
+ ...DiaryEntryFragmentDoc.definitions,
96618
96761
  ],
96619
96762
  };
96620
- const DocumentContentHistoryDocument = {
96763
+ const DocumentDocument = {
96621
96764
  kind: "Document",
96622
96765
  definitions: [
96623
96766
  {
96624
96767
  kind: "OperationDefinition",
96625
96768
  operation: "query",
96626
- name: { kind: "Name", value: "documentContentHistory" },
96769
+ name: { kind: "Name", value: "document" },
96627
96770
  variableDefinitions: [
96628
96771
  {
96629
96772
  kind: "VariableDefinition",
@@ -96636,7 +96779,7 @@ const DocumentContentHistoryDocument = {
96636
96779
  selections: [
96637
96780
  {
96638
96781
  kind: "Field",
96639
- name: { kind: "Name", value: "documentContentHistory" },
96782
+ name: { kind: "Name", value: "document" },
96640
96783
  arguments: [
96641
96784
  {
96642
96785
  kind: "Argument",
@@ -96646,123 +96789,22 @@ const DocumentContentHistoryDocument = {
96646
96789
  ],
96647
96790
  selectionSet: {
96648
96791
  kind: "SelectionSet",
96649
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentContentHistoryPayload" } }],
96650
- },
96651
- },
96652
- ],
96653
- },
96654
- },
96655
- ...DocumentContentHistoryPayloadFragmentDoc.definitions,
96656
- ...DocumentContentHistoryTypeFragmentDoc.definitions,
96657
- ],
96658
- };
96659
- const DocumentsDocument = {
96660
- kind: "Document",
96661
- definitions: [
96662
- {
96663
- kind: "OperationDefinition",
96664
- operation: "query",
96665
- name: { kind: "Name", value: "documents" },
96666
- variableDefinitions: [
96667
- {
96668
- kind: "VariableDefinition",
96669
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
96670
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96671
- },
96672
- {
96673
- kind: "VariableDefinition",
96674
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
96675
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96676
- },
96677
- {
96678
- kind: "VariableDefinition",
96679
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
96680
- type: { kind: "NamedType", name: { kind: "Name", value: "DocumentFilter" } },
96681
- },
96682
- {
96683
- kind: "VariableDefinition",
96684
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
96685
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96686
- },
96687
- {
96688
- kind: "VariableDefinition",
96689
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96690
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
96691
- },
96692
- {
96693
- kind: "VariableDefinition",
96694
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
96695
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96696
- },
96697
- {
96698
- kind: "VariableDefinition",
96699
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96700
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
96701
- },
96702
- ],
96703
- selectionSet: {
96704
- kind: "SelectionSet",
96705
- selections: [
96706
- {
96707
- kind: "Field",
96708
- name: { kind: "Name", value: "documents" },
96709
- arguments: [
96710
- {
96711
- kind: "Argument",
96712
- name: { kind: "Name", value: "after" },
96713
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
96714
- },
96715
- {
96716
- kind: "Argument",
96717
- name: { kind: "Name", value: "before" },
96718
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
96719
- },
96720
- {
96721
- kind: "Argument",
96722
- name: { kind: "Name", value: "filter" },
96723
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
96724
- },
96725
- {
96726
- kind: "Argument",
96727
- name: { kind: "Name", value: "first" },
96728
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
96729
- },
96730
- {
96731
- kind: "Argument",
96732
- name: { kind: "Name", value: "includeArchived" },
96733
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96734
- },
96735
- {
96736
- kind: "Argument",
96737
- name: { kind: "Name", value: "last" },
96738
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
96739
- },
96740
- {
96741
- kind: "Argument",
96742
- name: { kind: "Name", value: "orderBy" },
96743
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96744
- },
96745
- ],
96746
- selectionSet: {
96747
- kind: "SelectionSet",
96748
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
96792
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Document" } }],
96749
96793
  },
96750
96794
  },
96751
96795
  ],
96752
96796
  },
96753
96797
  },
96754
- ...DocumentConnectionFragmentDoc.definitions,
96755
96798
  ...DocumentFragmentDoc.definitions,
96756
- ...PageInfoFragmentDoc.definitions,
96757
96799
  ],
96758
96800
  };
96759
- const EmojiDocument = {
96801
+ const DocumentContentHistoryDocument = {
96760
96802
  kind: "Document",
96761
96803
  definitions: [
96762
96804
  {
96763
96805
  kind: "OperationDefinition",
96764
96806
  operation: "query",
96765
- name: { kind: "Name", value: "emoji" },
96807
+ name: { kind: "Name", value: "documentContentHistory" },
96766
96808
  variableDefinitions: [
96767
96809
  {
96768
96810
  kind: "VariableDefinition",
@@ -96775,7 +96817,7 @@ const EmojiDocument = {
96775
96817
  selections: [
96776
96818
  {
96777
96819
  kind: "Field",
96778
- name: { kind: "Name", value: "emoji" },
96820
+ name: { kind: "Name", value: "documentContentHistory" },
96779
96821
  arguments: [
96780
96822
  {
96781
96823
  kind: "Argument",
@@ -96785,22 +96827,161 @@ const EmojiDocument = {
96785
96827
  ],
96786
96828
  selectionSet: {
96787
96829
  kind: "SelectionSet",
96788
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Emoji" } }],
96830
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentContentHistoryPayload" } }],
96789
96831
  },
96790
96832
  },
96791
96833
  ],
96792
96834
  },
96793
96835
  },
96794
- ...EmojiFragmentDoc.definitions,
96836
+ ...DocumentContentHistoryPayloadFragmentDoc.definitions,
96837
+ ...DocumentContentHistoryTypeFragmentDoc.definitions,
96795
96838
  ],
96796
96839
  };
96797
- const EmojisDocument = {
96840
+ const DocumentsDocument = {
96798
96841
  kind: "Document",
96799
96842
  definitions: [
96800
96843
  {
96801
96844
  kind: "OperationDefinition",
96802
96845
  operation: "query",
96803
- name: { kind: "Name", value: "emojis" },
96846
+ name: { kind: "Name", value: "documents" },
96847
+ variableDefinitions: [
96848
+ {
96849
+ kind: "VariableDefinition",
96850
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
96851
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96852
+ },
96853
+ {
96854
+ kind: "VariableDefinition",
96855
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
96856
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96857
+ },
96858
+ {
96859
+ kind: "VariableDefinition",
96860
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
96861
+ type: { kind: "NamedType", name: { kind: "Name", value: "DocumentFilter" } },
96862
+ },
96863
+ {
96864
+ kind: "VariableDefinition",
96865
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
96866
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96867
+ },
96868
+ {
96869
+ kind: "VariableDefinition",
96870
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96871
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
96872
+ },
96873
+ {
96874
+ kind: "VariableDefinition",
96875
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
96876
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96877
+ },
96878
+ {
96879
+ kind: "VariableDefinition",
96880
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96881
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
96882
+ },
96883
+ ],
96884
+ selectionSet: {
96885
+ kind: "SelectionSet",
96886
+ selections: [
96887
+ {
96888
+ kind: "Field",
96889
+ name: { kind: "Name", value: "documents" },
96890
+ arguments: [
96891
+ {
96892
+ kind: "Argument",
96893
+ name: { kind: "Name", value: "after" },
96894
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
96895
+ },
96896
+ {
96897
+ kind: "Argument",
96898
+ name: { kind: "Name", value: "before" },
96899
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
96900
+ },
96901
+ {
96902
+ kind: "Argument",
96903
+ name: { kind: "Name", value: "filter" },
96904
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
96905
+ },
96906
+ {
96907
+ kind: "Argument",
96908
+ name: { kind: "Name", value: "first" },
96909
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
96910
+ },
96911
+ {
96912
+ kind: "Argument",
96913
+ name: { kind: "Name", value: "includeArchived" },
96914
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96915
+ },
96916
+ {
96917
+ kind: "Argument",
96918
+ name: { kind: "Name", value: "last" },
96919
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
96920
+ },
96921
+ {
96922
+ kind: "Argument",
96923
+ name: { kind: "Name", value: "orderBy" },
96924
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96925
+ },
96926
+ ],
96927
+ selectionSet: {
96928
+ kind: "SelectionSet",
96929
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
96930
+ },
96931
+ },
96932
+ ],
96933
+ },
96934
+ },
96935
+ ...DocumentConnectionFragmentDoc.definitions,
96936
+ ...DocumentFragmentDoc.definitions,
96937
+ ...PageInfoFragmentDoc.definitions,
96938
+ ],
96939
+ };
96940
+ const EmojiDocument = {
96941
+ kind: "Document",
96942
+ definitions: [
96943
+ {
96944
+ kind: "OperationDefinition",
96945
+ operation: "query",
96946
+ name: { kind: "Name", value: "emoji" },
96947
+ variableDefinitions: [
96948
+ {
96949
+ kind: "VariableDefinition",
96950
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
96951
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
96952
+ },
96953
+ ],
96954
+ selectionSet: {
96955
+ kind: "SelectionSet",
96956
+ selections: [
96957
+ {
96958
+ kind: "Field",
96959
+ name: { kind: "Name", value: "emoji" },
96960
+ arguments: [
96961
+ {
96962
+ kind: "Argument",
96963
+ name: { kind: "Name", value: "id" },
96964
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
96965
+ },
96966
+ ],
96967
+ selectionSet: {
96968
+ kind: "SelectionSet",
96969
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Emoji" } }],
96970
+ },
96971
+ },
96972
+ ],
96973
+ },
96974
+ },
96975
+ ...EmojiFragmentDoc.definitions,
96976
+ ],
96977
+ };
96978
+ const EmojisDocument = {
96979
+ kind: "Document",
96980
+ definitions: [
96981
+ {
96982
+ kind: "OperationDefinition",
96983
+ operation: "query",
96984
+ name: { kind: "Name", value: "emojis" },
96804
96985
  variableDefinitions: [
96805
96986
  {
96806
96987
  kind: "VariableDefinition",
@@ -106586,13 +106767,13 @@ const TemplatesForIntegrationDocument = {
106586
106767
  ...TemplateFragmentDoc.definitions,
106587
106768
  ],
106588
106769
  };
106589
- const UserDocument = {
106770
+ const TimeScheduleDocument = {
106590
106771
  kind: "Document",
106591
106772
  definitions: [
106592
106773
  {
106593
106774
  kind: "OperationDefinition",
106594
106775
  operation: "query",
106595
- name: { kind: "Name", value: "user" },
106776
+ name: { kind: "Name", value: "timeSchedule" },
106596
106777
  variableDefinitions: [
106597
106778
  {
106598
106779
  kind: "VariableDefinition",
@@ -106605,7 +106786,7 @@ const UserDocument = {
106605
106786
  selections: [
106606
106787
  {
106607
106788
  kind: "Field",
106608
- name: { kind: "Name", value: "user" },
106789
+ name: { kind: "Name", value: "timeSchedule" },
106609
106790
  arguments: [
106610
106791
  {
106611
106792
  kind: "Argument",
@@ -106615,28 +106796,24 @@ const UserDocument = {
106615
106796
  ],
106616
106797
  selectionSet: {
106617
106798
  kind: "SelectionSet",
106618
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
106799
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedule" } }],
106619
106800
  },
106620
106801
  },
106621
106802
  ],
106622
106803
  },
106623
106804
  },
106624
- ...UserFragmentDoc.definitions,
106805
+ ...TimeScheduleFragmentDoc.definitions,
106806
+ ...TimeScheduleEntryFragmentDoc.definitions,
106625
106807
  ],
106626
106808
  };
106627
- const User_AssignedIssuesDocument = {
106809
+ const TimeSchedulesDocument = {
106628
106810
  kind: "Document",
106629
106811
  definitions: [
106630
106812
  {
106631
106813
  kind: "OperationDefinition",
106632
106814
  operation: "query",
106633
- name: { kind: "Name", value: "user_assignedIssues" },
106815
+ name: { kind: "Name", value: "timeSchedules" },
106634
106816
  variableDefinitions: [
106635
- {
106636
- kind: "VariableDefinition",
106637
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106638
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106639
- },
106640
106817
  {
106641
106818
  kind: "VariableDefinition",
106642
106819
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -106647,11 +106824,6 @@ const User_AssignedIssuesDocument = {
106647
106824
  variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
106648
106825
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106649
106826
  },
106650
- {
106651
- kind: "VariableDefinition",
106652
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
106653
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
106654
- },
106655
106827
  {
106656
106828
  kind: "VariableDefinition",
106657
106829
  variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
@@ -106678,209 +106850,527 @@ const User_AssignedIssuesDocument = {
106678
106850
  selections: [
106679
106851
  {
106680
106852
  kind: "Field",
106681
- name: { kind: "Name", value: "user" },
106853
+ name: { kind: "Name", value: "timeSchedules" },
106682
106854
  arguments: [
106683
106855
  {
106684
106856
  kind: "Argument",
106685
- name: { kind: "Name", value: "id" },
106686
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106857
+ name: { kind: "Name", value: "after" },
106858
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106687
106859
  },
106688
- ],
106689
- selectionSet: {
106690
- kind: "SelectionSet",
106691
- selections: [
106692
- {
106693
- kind: "Field",
106694
- name: { kind: "Name", value: "assignedIssues" },
106695
- arguments: [
106696
- {
106697
- kind: "Argument",
106698
- name: { kind: "Name", value: "after" },
106699
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106700
- },
106701
- {
106702
- kind: "Argument",
106703
- name: { kind: "Name", value: "before" },
106704
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106705
- },
106706
- {
106707
- kind: "Argument",
106708
- name: { kind: "Name", value: "filter" },
106709
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
106710
- },
106711
- {
106712
- kind: "Argument",
106713
- name: { kind: "Name", value: "first" },
106714
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106715
- },
106716
- {
106717
- kind: "Argument",
106718
- name: { kind: "Name", value: "includeArchived" },
106719
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106720
- },
106721
- {
106722
- kind: "Argument",
106723
- name: { kind: "Name", value: "last" },
106724
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
106725
- },
106726
- {
106727
- kind: "Argument",
106728
- name: { kind: "Name", value: "orderBy" },
106729
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106730
- },
106731
- ],
106732
- selectionSet: {
106733
- kind: "SelectionSet",
106734
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
106735
- },
106736
- },
106737
- ],
106738
- },
106739
- },
106740
- ],
106741
- },
106742
- },
106743
- ...IssueConnectionFragmentDoc.definitions,
106744
- ...IssueFragmentDoc.definitions,
106745
- ...ActorBotFragmentDoc.definitions,
106746
- ...PageInfoFragmentDoc.definitions,
106747
- ],
106748
- };
106749
- const User_CreatedIssuesDocument = {
106750
- kind: "Document",
106751
- definitions: [
106752
- {
106753
- kind: "OperationDefinition",
106754
- operation: "query",
106755
- name: { kind: "Name", value: "user_createdIssues" },
106756
- variableDefinitions: [
106757
- {
106758
- kind: "VariableDefinition",
106759
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106760
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106761
- },
106762
- {
106763
- kind: "VariableDefinition",
106764
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
106765
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106766
- },
106767
- {
106768
- kind: "VariableDefinition",
106769
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
106770
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106771
- },
106772
- {
106773
- kind: "VariableDefinition",
106774
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
106775
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
106776
- },
106777
- {
106778
- kind: "VariableDefinition",
106779
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
106780
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106781
- },
106782
- {
106783
- kind: "VariableDefinition",
106784
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106785
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
106786
- },
106787
- {
106788
- kind: "VariableDefinition",
106789
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
106790
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106791
- },
106792
- {
106793
- kind: "VariableDefinition",
106794
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106795
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106796
- },
106797
- ],
106798
- selectionSet: {
106799
- kind: "SelectionSet",
106800
- selections: [
106801
- {
106802
- kind: "Field",
106803
- name: { kind: "Name", value: "user" },
106804
- arguments: [
106805
106860
  {
106806
106861
  kind: "Argument",
106807
- name: { kind: "Name", value: "id" },
106808
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106862
+ name: { kind: "Name", value: "before" },
106863
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106864
+ },
106865
+ {
106866
+ kind: "Argument",
106867
+ name: { kind: "Name", value: "first" },
106868
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106869
+ },
106870
+ {
106871
+ kind: "Argument",
106872
+ name: { kind: "Name", value: "includeArchived" },
106873
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106874
+ },
106875
+ {
106876
+ kind: "Argument",
106877
+ name: { kind: "Name", value: "last" },
106878
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
106879
+ },
106880
+ {
106881
+ kind: "Argument",
106882
+ name: { kind: "Name", value: "orderBy" },
106883
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106809
106884
  },
106810
106885
  ],
106811
106886
  selectionSet: {
106812
106887
  kind: "SelectionSet",
106813
- selections: [
106814
- {
106815
- kind: "Field",
106816
- name: { kind: "Name", value: "createdIssues" },
106817
- arguments: [
106818
- {
106819
- kind: "Argument",
106820
- name: { kind: "Name", value: "after" },
106821
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106822
- },
106823
- {
106824
- kind: "Argument",
106825
- name: { kind: "Name", value: "before" },
106826
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106827
- },
106828
- {
106829
- kind: "Argument",
106830
- name: { kind: "Name", value: "filter" },
106831
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
106832
- },
106833
- {
106834
- kind: "Argument",
106835
- name: { kind: "Name", value: "first" },
106836
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106837
- },
106838
- {
106839
- kind: "Argument",
106840
- name: { kind: "Name", value: "includeArchived" },
106841
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106842
- },
106843
- {
106844
- kind: "Argument",
106845
- name: { kind: "Name", value: "last" },
106846
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
106847
- },
106848
- {
106849
- kind: "Argument",
106850
- name: { kind: "Name", value: "orderBy" },
106851
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106852
- },
106853
- ],
106854
- selectionSet: {
106855
- kind: "SelectionSet",
106856
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
106857
- },
106858
- },
106859
- ],
106888
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeScheduleConnection" } }],
106860
106889
  },
106861
106890
  },
106862
106891
  ],
106863
106892
  },
106864
106893
  },
106865
- ...IssueConnectionFragmentDoc.definitions,
106866
- ...IssueFragmentDoc.definitions,
106867
- ...ActorBotFragmentDoc.definitions,
106894
+ ...TimeScheduleConnectionFragmentDoc.definitions,
106895
+ ...TimeScheduleFragmentDoc.definitions,
106896
+ ...TimeScheduleEntryFragmentDoc.definitions,
106868
106897
  ...PageInfoFragmentDoc.definitions,
106869
106898
  ],
106870
106899
  };
106871
- const User_TeamMembershipsDocument = {
106900
+ const TriageResponsibilitiesDocument = {
106872
106901
  kind: "Document",
106873
106902
  definitions: [
106874
106903
  {
106875
106904
  kind: "OperationDefinition",
106876
106905
  operation: "query",
106877
- name: { kind: "Name", value: "user_teamMemberships" },
106906
+ name: { kind: "Name", value: "triageResponsibilities" },
106878
106907
  variableDefinitions: [
106879
- {
106880
- kind: "VariableDefinition",
106881
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106882
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106883
- },
106908
+ {
106909
+ kind: "VariableDefinition",
106910
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
106911
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106912
+ },
106913
+ {
106914
+ kind: "VariableDefinition",
106915
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
106916
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106917
+ },
106918
+ {
106919
+ kind: "VariableDefinition",
106920
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
106921
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106922
+ },
106923
+ {
106924
+ kind: "VariableDefinition",
106925
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106926
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
106927
+ },
106928
+ {
106929
+ kind: "VariableDefinition",
106930
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
106931
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106932
+ },
106933
+ {
106934
+ kind: "VariableDefinition",
106935
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106936
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106937
+ },
106938
+ ],
106939
+ selectionSet: {
106940
+ kind: "SelectionSet",
106941
+ selections: [
106942
+ {
106943
+ kind: "Field",
106944
+ name: { kind: "Name", value: "triageResponsibilities" },
106945
+ arguments: [
106946
+ {
106947
+ kind: "Argument",
106948
+ name: { kind: "Name", value: "after" },
106949
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106950
+ },
106951
+ {
106952
+ kind: "Argument",
106953
+ name: { kind: "Name", value: "before" },
106954
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106955
+ },
106956
+ {
106957
+ kind: "Argument",
106958
+ name: { kind: "Name", value: "first" },
106959
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106960
+ },
106961
+ {
106962
+ kind: "Argument",
106963
+ name: { kind: "Name", value: "includeArchived" },
106964
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106965
+ },
106966
+ {
106967
+ kind: "Argument",
106968
+ name: { kind: "Name", value: "last" },
106969
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
106970
+ },
106971
+ {
106972
+ kind: "Argument",
106973
+ name: { kind: "Name", value: "orderBy" },
106974
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106975
+ },
106976
+ ],
106977
+ selectionSet: {
106978
+ kind: "SelectionSet",
106979
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityConnection" } }],
106980
+ },
106981
+ },
106982
+ ],
106983
+ },
106984
+ },
106985
+ ...TriageResponsibilityConnectionFragmentDoc.definitions,
106986
+ ...TriageResponsibilityFragmentDoc.definitions,
106987
+ ...TriageResponsibilityManualSelectionFragmentDoc.definitions,
106988
+ ...PageInfoFragmentDoc.definitions,
106989
+ ],
106990
+ };
106991
+ const TriageResponsibilityDocument = {
106992
+ kind: "Document",
106993
+ definitions: [
106994
+ {
106995
+ kind: "OperationDefinition",
106996
+ operation: "query",
106997
+ name: { kind: "Name", value: "triageResponsibility" },
106998
+ variableDefinitions: [
106999
+ {
107000
+ kind: "VariableDefinition",
107001
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
107002
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107003
+ },
107004
+ ],
107005
+ selectionSet: {
107006
+ kind: "SelectionSet",
107007
+ selections: [
107008
+ {
107009
+ kind: "Field",
107010
+ name: { kind: "Name", value: "triageResponsibility" },
107011
+ arguments: [
107012
+ {
107013
+ kind: "Argument",
107014
+ name: { kind: "Name", value: "id" },
107015
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
107016
+ },
107017
+ ],
107018
+ selectionSet: {
107019
+ kind: "SelectionSet",
107020
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibility" } }],
107021
+ },
107022
+ },
107023
+ ],
107024
+ },
107025
+ },
107026
+ ...TriageResponsibilityFragmentDoc.definitions,
107027
+ ...TriageResponsibilityManualSelectionFragmentDoc.definitions,
107028
+ ],
107029
+ };
107030
+ const TriageResponsibility_ManualSelectionDocument = {
107031
+ kind: "Document",
107032
+ definitions: [
107033
+ {
107034
+ kind: "OperationDefinition",
107035
+ operation: "query",
107036
+ name: { kind: "Name", value: "triageResponsibility_manualSelection" },
107037
+ variableDefinitions: [
107038
+ {
107039
+ kind: "VariableDefinition",
107040
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
107041
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107042
+ },
107043
+ ],
107044
+ selectionSet: {
107045
+ kind: "SelectionSet",
107046
+ selections: [
107047
+ {
107048
+ kind: "Field",
107049
+ name: { kind: "Name", value: "triageResponsibility" },
107050
+ arguments: [
107051
+ {
107052
+ kind: "Argument",
107053
+ name: { kind: "Name", value: "id" },
107054
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
107055
+ },
107056
+ ],
107057
+ selectionSet: {
107058
+ kind: "SelectionSet",
107059
+ selections: [
107060
+ {
107061
+ kind: "Field",
107062
+ name: { kind: "Name", value: "manualSelection" },
107063
+ selectionSet: {
107064
+ kind: "SelectionSet",
107065
+ selections: [
107066
+ { kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityManualSelection" } },
107067
+ ],
107068
+ },
107069
+ },
107070
+ ],
107071
+ },
107072
+ },
107073
+ ],
107074
+ },
107075
+ },
107076
+ ...TriageResponsibilityManualSelectionFragmentDoc.definitions,
107077
+ ],
107078
+ };
107079
+ const UserDocument = {
107080
+ kind: "Document",
107081
+ definitions: [
107082
+ {
107083
+ kind: "OperationDefinition",
107084
+ operation: "query",
107085
+ name: { kind: "Name", value: "user" },
107086
+ variableDefinitions: [
107087
+ {
107088
+ kind: "VariableDefinition",
107089
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
107090
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107091
+ },
107092
+ ],
107093
+ selectionSet: {
107094
+ kind: "SelectionSet",
107095
+ selections: [
107096
+ {
107097
+ kind: "Field",
107098
+ name: { kind: "Name", value: "user" },
107099
+ arguments: [
107100
+ {
107101
+ kind: "Argument",
107102
+ name: { kind: "Name", value: "id" },
107103
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
107104
+ },
107105
+ ],
107106
+ selectionSet: {
107107
+ kind: "SelectionSet",
107108
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
107109
+ },
107110
+ },
107111
+ ],
107112
+ },
107113
+ },
107114
+ ...UserFragmentDoc.definitions,
107115
+ ],
107116
+ };
107117
+ const User_AssignedIssuesDocument = {
107118
+ kind: "Document",
107119
+ definitions: [
107120
+ {
107121
+ kind: "OperationDefinition",
107122
+ operation: "query",
107123
+ name: { kind: "Name", value: "user_assignedIssues" },
107124
+ variableDefinitions: [
107125
+ {
107126
+ kind: "VariableDefinition",
107127
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
107128
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107129
+ },
107130
+ {
107131
+ kind: "VariableDefinition",
107132
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107133
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107134
+ },
107135
+ {
107136
+ kind: "VariableDefinition",
107137
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107138
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107139
+ },
107140
+ {
107141
+ kind: "VariableDefinition",
107142
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107143
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
107144
+ },
107145
+ {
107146
+ kind: "VariableDefinition",
107147
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107148
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107149
+ },
107150
+ {
107151
+ kind: "VariableDefinition",
107152
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107153
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107154
+ },
107155
+ {
107156
+ kind: "VariableDefinition",
107157
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107158
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107159
+ },
107160
+ {
107161
+ kind: "VariableDefinition",
107162
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107163
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107164
+ },
107165
+ ],
107166
+ selectionSet: {
107167
+ kind: "SelectionSet",
107168
+ selections: [
107169
+ {
107170
+ kind: "Field",
107171
+ name: { kind: "Name", value: "user" },
107172
+ arguments: [
107173
+ {
107174
+ kind: "Argument",
107175
+ name: { kind: "Name", value: "id" },
107176
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
107177
+ },
107178
+ ],
107179
+ selectionSet: {
107180
+ kind: "SelectionSet",
107181
+ selections: [
107182
+ {
107183
+ kind: "Field",
107184
+ name: { kind: "Name", value: "assignedIssues" },
107185
+ arguments: [
107186
+ {
107187
+ kind: "Argument",
107188
+ name: { kind: "Name", value: "after" },
107189
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107190
+ },
107191
+ {
107192
+ kind: "Argument",
107193
+ name: { kind: "Name", value: "before" },
107194
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107195
+ },
107196
+ {
107197
+ kind: "Argument",
107198
+ name: { kind: "Name", value: "filter" },
107199
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107200
+ },
107201
+ {
107202
+ kind: "Argument",
107203
+ name: { kind: "Name", value: "first" },
107204
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107205
+ },
107206
+ {
107207
+ kind: "Argument",
107208
+ name: { kind: "Name", value: "includeArchived" },
107209
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107210
+ },
107211
+ {
107212
+ kind: "Argument",
107213
+ name: { kind: "Name", value: "last" },
107214
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107215
+ },
107216
+ {
107217
+ kind: "Argument",
107218
+ name: { kind: "Name", value: "orderBy" },
107219
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107220
+ },
107221
+ ],
107222
+ selectionSet: {
107223
+ kind: "SelectionSet",
107224
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
107225
+ },
107226
+ },
107227
+ ],
107228
+ },
107229
+ },
107230
+ ],
107231
+ },
107232
+ },
107233
+ ...IssueConnectionFragmentDoc.definitions,
107234
+ ...IssueFragmentDoc.definitions,
107235
+ ...ActorBotFragmentDoc.definitions,
107236
+ ...PageInfoFragmentDoc.definitions,
107237
+ ],
107238
+ };
107239
+ const User_CreatedIssuesDocument = {
107240
+ kind: "Document",
107241
+ definitions: [
107242
+ {
107243
+ kind: "OperationDefinition",
107244
+ operation: "query",
107245
+ name: { kind: "Name", value: "user_createdIssues" },
107246
+ variableDefinitions: [
107247
+ {
107248
+ kind: "VariableDefinition",
107249
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
107250
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107251
+ },
107252
+ {
107253
+ kind: "VariableDefinition",
107254
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107255
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107256
+ },
107257
+ {
107258
+ kind: "VariableDefinition",
107259
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107260
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107261
+ },
107262
+ {
107263
+ kind: "VariableDefinition",
107264
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107265
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
107266
+ },
107267
+ {
107268
+ kind: "VariableDefinition",
107269
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107270
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107271
+ },
107272
+ {
107273
+ kind: "VariableDefinition",
107274
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107275
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107276
+ },
107277
+ {
107278
+ kind: "VariableDefinition",
107279
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107280
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107281
+ },
107282
+ {
107283
+ kind: "VariableDefinition",
107284
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107285
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107286
+ },
107287
+ ],
107288
+ selectionSet: {
107289
+ kind: "SelectionSet",
107290
+ selections: [
107291
+ {
107292
+ kind: "Field",
107293
+ name: { kind: "Name", value: "user" },
107294
+ arguments: [
107295
+ {
107296
+ kind: "Argument",
107297
+ name: { kind: "Name", value: "id" },
107298
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
107299
+ },
107300
+ ],
107301
+ selectionSet: {
107302
+ kind: "SelectionSet",
107303
+ selections: [
107304
+ {
107305
+ kind: "Field",
107306
+ name: { kind: "Name", value: "createdIssues" },
107307
+ arguments: [
107308
+ {
107309
+ kind: "Argument",
107310
+ name: { kind: "Name", value: "after" },
107311
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107312
+ },
107313
+ {
107314
+ kind: "Argument",
107315
+ name: { kind: "Name", value: "before" },
107316
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107317
+ },
107318
+ {
107319
+ kind: "Argument",
107320
+ name: { kind: "Name", value: "filter" },
107321
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107322
+ },
107323
+ {
107324
+ kind: "Argument",
107325
+ name: { kind: "Name", value: "first" },
107326
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107327
+ },
107328
+ {
107329
+ kind: "Argument",
107330
+ name: { kind: "Name", value: "includeArchived" },
107331
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107332
+ },
107333
+ {
107334
+ kind: "Argument",
107335
+ name: { kind: "Name", value: "last" },
107336
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107337
+ },
107338
+ {
107339
+ kind: "Argument",
107340
+ name: { kind: "Name", value: "orderBy" },
107341
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107342
+ },
107343
+ ],
107344
+ selectionSet: {
107345
+ kind: "SelectionSet",
107346
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
107347
+ },
107348
+ },
107349
+ ],
107350
+ },
107351
+ },
107352
+ ],
107353
+ },
107354
+ },
107355
+ ...IssueConnectionFragmentDoc.definitions,
107356
+ ...IssueFragmentDoc.definitions,
107357
+ ...ActorBotFragmentDoc.definitions,
107358
+ ...PageInfoFragmentDoc.definitions,
107359
+ ],
107360
+ };
107361
+ const User_TeamMembershipsDocument = {
107362
+ kind: "Document",
107363
+ definitions: [
107364
+ {
107365
+ kind: "OperationDefinition",
107366
+ operation: "query",
107367
+ name: { kind: "Name", value: "user_teamMemberships" },
107368
+ variableDefinitions: [
107369
+ {
107370
+ kind: "VariableDefinition",
107371
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
107372
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107373
+ },
106884
107374
  {
106885
107375
  kind: "VariableDefinition",
106886
107376
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -110009,6 +110499,136 @@ const UpdateCycleDocument = {
110009
110499
  ...CyclePayloadFragmentDoc.definitions,
110010
110500
  ],
110011
110501
  };
110502
+ const CreateDiaryEntryDocument = {
110503
+ kind: "Document",
110504
+ definitions: [
110505
+ {
110506
+ kind: "OperationDefinition",
110507
+ operation: "mutation",
110508
+ name: { kind: "Name", value: "createDiaryEntry" },
110509
+ variableDefinitions: [
110510
+ {
110511
+ kind: "VariableDefinition",
110512
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
110513
+ type: {
110514
+ kind: "NonNullType",
110515
+ type: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryCreateInput" } },
110516
+ },
110517
+ },
110518
+ ],
110519
+ selectionSet: {
110520
+ kind: "SelectionSet",
110521
+ selections: [
110522
+ {
110523
+ kind: "Field",
110524
+ name: { kind: "Name", value: "diaryEntryCreate" },
110525
+ arguments: [
110526
+ {
110527
+ kind: "Argument",
110528
+ name: { kind: "Name", value: "input" },
110529
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
110530
+ },
110531
+ ],
110532
+ selectionSet: {
110533
+ kind: "SelectionSet",
110534
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntryPayload" } }],
110535
+ },
110536
+ },
110537
+ ],
110538
+ },
110539
+ },
110540
+ ...DiaryEntryPayloadFragmentDoc.definitions,
110541
+ ],
110542
+ };
110543
+ const DeleteDiaryEntryDocument = {
110544
+ kind: "Document",
110545
+ definitions: [
110546
+ {
110547
+ kind: "OperationDefinition",
110548
+ operation: "mutation",
110549
+ name: { kind: "Name", value: "deleteDiaryEntry" },
110550
+ variableDefinitions: [
110551
+ {
110552
+ kind: "VariableDefinition",
110553
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
110554
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
110555
+ },
110556
+ ],
110557
+ selectionSet: {
110558
+ kind: "SelectionSet",
110559
+ selections: [
110560
+ {
110561
+ kind: "Field",
110562
+ name: { kind: "Name", value: "diaryEntryDelete" },
110563
+ arguments: [
110564
+ {
110565
+ kind: "Argument",
110566
+ name: { kind: "Name", value: "id" },
110567
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
110568
+ },
110569
+ ],
110570
+ selectionSet: {
110571
+ kind: "SelectionSet",
110572
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
110573
+ },
110574
+ },
110575
+ ],
110576
+ },
110577
+ },
110578
+ ...DeletePayloadFragmentDoc.definitions,
110579
+ ],
110580
+ };
110581
+ const UpdateDiaryEntryDocument = {
110582
+ kind: "Document",
110583
+ definitions: [
110584
+ {
110585
+ kind: "OperationDefinition",
110586
+ operation: "mutation",
110587
+ name: { kind: "Name", value: "updateDiaryEntry" },
110588
+ variableDefinitions: [
110589
+ {
110590
+ kind: "VariableDefinition",
110591
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
110592
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
110593
+ },
110594
+ {
110595
+ kind: "VariableDefinition",
110596
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
110597
+ type: {
110598
+ kind: "NonNullType",
110599
+ type: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryUpdateInput" } },
110600
+ },
110601
+ },
110602
+ ],
110603
+ selectionSet: {
110604
+ kind: "SelectionSet",
110605
+ selections: [
110606
+ {
110607
+ kind: "Field",
110608
+ name: { kind: "Name", value: "diaryEntryUpdate" },
110609
+ arguments: [
110610
+ {
110611
+ kind: "Argument",
110612
+ name: { kind: "Name", value: "id" },
110613
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
110614
+ },
110615
+ {
110616
+ kind: "Argument",
110617
+ name: { kind: "Name", value: "input" },
110618
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
110619
+ },
110620
+ ],
110621
+ selectionSet: {
110622
+ kind: "SelectionSet",
110623
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntryPayload" } }],
110624
+ },
110625
+ },
110626
+ ],
110627
+ },
110628
+ },
110629
+ ...DiaryEntryPayloadFragmentDoc.definitions,
110630
+ ],
110631
+ };
110012
110632
  const CreateDocumentDocument = {
110013
110633
  kind: "Document",
110014
110634
  definitions: [
@@ -110088,6 +110708,54 @@ const DeleteDocumentDocument = {
110088
110708
  ...DeletePayloadFragmentDoc.definitions,
110089
110709
  ],
110090
110710
  };
110711
+ const DocumentReminderDocument = {
110712
+ kind: "Document",
110713
+ definitions: [
110714
+ {
110715
+ kind: "OperationDefinition",
110716
+ operation: "mutation",
110717
+ name: { kind: "Name", value: "documentReminder" },
110718
+ variableDefinitions: [
110719
+ {
110720
+ kind: "VariableDefinition",
110721
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
110722
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
110723
+ },
110724
+ {
110725
+ kind: "VariableDefinition",
110726
+ variable: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
110727
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "DateTime" } } },
110728
+ },
110729
+ ],
110730
+ selectionSet: {
110731
+ kind: "SelectionSet",
110732
+ selections: [
110733
+ {
110734
+ kind: "Field",
110735
+ name: { kind: "Name", value: "documentReminder" },
110736
+ arguments: [
110737
+ {
110738
+ kind: "Argument",
110739
+ name: { kind: "Name", value: "id" },
110740
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
110741
+ },
110742
+ {
110743
+ kind: "Argument",
110744
+ name: { kind: "Name", value: "reminderAt" },
110745
+ value: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
110746
+ },
110747
+ ],
110748
+ selectionSet: {
110749
+ kind: "SelectionSet",
110750
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentPayload" } }],
110751
+ },
110752
+ },
110753
+ ],
110754
+ },
110755
+ },
110756
+ ...DocumentPayloadFragmentDoc.definitions,
110757
+ ],
110758
+ };
110091
110759
  const UpdateDocumentDocument = {
110092
110760
  kind: "Document",
110093
110761
  definitions: [
@@ -117106,6 +117774,355 @@ const UpdateTemplateDocument = {
117106
117774
  ...TemplatePayloadFragmentDoc.definitions,
117107
117775
  ],
117108
117776
  };
117777
+ const CreateTimeScheduleDocument = {
117778
+ kind: "Document",
117779
+ definitions: [
117780
+ {
117781
+ kind: "OperationDefinition",
117782
+ operation: "mutation",
117783
+ name: { kind: "Name", value: "createTimeSchedule" },
117784
+ variableDefinitions: [
117785
+ {
117786
+ kind: "VariableDefinition",
117787
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
117788
+ type: {
117789
+ kind: "NonNullType",
117790
+ type: { kind: "NamedType", name: { kind: "Name", value: "TimeScheduleCreateInput" } },
117791
+ },
117792
+ },
117793
+ ],
117794
+ selectionSet: {
117795
+ kind: "SelectionSet",
117796
+ selections: [
117797
+ {
117798
+ kind: "Field",
117799
+ name: { kind: "Name", value: "timeScheduleCreate" },
117800
+ arguments: [
117801
+ {
117802
+ kind: "Argument",
117803
+ name: { kind: "Name", value: "input" },
117804
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
117805
+ },
117806
+ ],
117807
+ selectionSet: {
117808
+ kind: "SelectionSet",
117809
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
117810
+ },
117811
+ },
117812
+ ],
117813
+ },
117814
+ },
117815
+ ...TimeSchedulePayloadFragmentDoc.definitions,
117816
+ ],
117817
+ };
117818
+ const DeleteTimeScheduleDocument = {
117819
+ kind: "Document",
117820
+ definitions: [
117821
+ {
117822
+ kind: "OperationDefinition",
117823
+ operation: "mutation",
117824
+ name: { kind: "Name", value: "deleteTimeSchedule" },
117825
+ variableDefinitions: [
117826
+ {
117827
+ kind: "VariableDefinition",
117828
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
117829
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
117830
+ },
117831
+ ],
117832
+ selectionSet: {
117833
+ kind: "SelectionSet",
117834
+ selections: [
117835
+ {
117836
+ kind: "Field",
117837
+ name: { kind: "Name", value: "timeScheduleDelete" },
117838
+ arguments: [
117839
+ {
117840
+ kind: "Argument",
117841
+ name: { kind: "Name", value: "id" },
117842
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
117843
+ },
117844
+ ],
117845
+ selectionSet: {
117846
+ kind: "SelectionSet",
117847
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
117848
+ },
117849
+ },
117850
+ ],
117851
+ },
117852
+ },
117853
+ ...DeletePayloadFragmentDoc.definitions,
117854
+ ],
117855
+ };
117856
+ const TimeScheduleRefreshIntegrationScheduleDocument = {
117857
+ kind: "Document",
117858
+ definitions: [
117859
+ {
117860
+ kind: "OperationDefinition",
117861
+ operation: "mutation",
117862
+ name: { kind: "Name", value: "timeScheduleRefreshIntegrationSchedule" },
117863
+ variableDefinitions: [
117864
+ {
117865
+ kind: "VariableDefinition",
117866
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
117867
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
117868
+ },
117869
+ ],
117870
+ selectionSet: {
117871
+ kind: "SelectionSet",
117872
+ selections: [
117873
+ {
117874
+ kind: "Field",
117875
+ name: { kind: "Name", value: "timeScheduleRefreshIntegrationSchedule" },
117876
+ arguments: [
117877
+ {
117878
+ kind: "Argument",
117879
+ name: { kind: "Name", value: "id" },
117880
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
117881
+ },
117882
+ ],
117883
+ selectionSet: {
117884
+ kind: "SelectionSet",
117885
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
117886
+ },
117887
+ },
117888
+ ],
117889
+ },
117890
+ },
117891
+ ...TimeSchedulePayloadFragmentDoc.definitions,
117892
+ ],
117893
+ };
117894
+ const UpdateTimeScheduleDocument = {
117895
+ kind: "Document",
117896
+ definitions: [
117897
+ {
117898
+ kind: "OperationDefinition",
117899
+ operation: "mutation",
117900
+ name: { kind: "Name", value: "updateTimeSchedule" },
117901
+ variableDefinitions: [
117902
+ {
117903
+ kind: "VariableDefinition",
117904
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
117905
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
117906
+ },
117907
+ {
117908
+ kind: "VariableDefinition",
117909
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
117910
+ type: {
117911
+ kind: "NonNullType",
117912
+ type: { kind: "NamedType", name: { kind: "Name", value: "TimeScheduleUpdateInput" } },
117913
+ },
117914
+ },
117915
+ ],
117916
+ selectionSet: {
117917
+ kind: "SelectionSet",
117918
+ selections: [
117919
+ {
117920
+ kind: "Field",
117921
+ name: { kind: "Name", value: "timeScheduleUpdate" },
117922
+ arguments: [
117923
+ {
117924
+ kind: "Argument",
117925
+ name: { kind: "Name", value: "id" },
117926
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
117927
+ },
117928
+ {
117929
+ kind: "Argument",
117930
+ name: { kind: "Name", value: "input" },
117931
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
117932
+ },
117933
+ ],
117934
+ selectionSet: {
117935
+ kind: "SelectionSet",
117936
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
117937
+ },
117938
+ },
117939
+ ],
117940
+ },
117941
+ },
117942
+ ...TimeSchedulePayloadFragmentDoc.definitions,
117943
+ ],
117944
+ };
117945
+ const TimeScheduleUpsertExternalDocument = {
117946
+ kind: "Document",
117947
+ definitions: [
117948
+ {
117949
+ kind: "OperationDefinition",
117950
+ operation: "mutation",
117951
+ name: { kind: "Name", value: "timeScheduleUpsertExternal" },
117952
+ variableDefinitions: [
117953
+ {
117954
+ kind: "VariableDefinition",
117955
+ variable: { kind: "Variable", name: { kind: "Name", value: "externalId" } },
117956
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
117957
+ },
117958
+ {
117959
+ kind: "VariableDefinition",
117960
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
117961
+ type: {
117962
+ kind: "NonNullType",
117963
+ type: { kind: "NamedType", name: { kind: "Name", value: "TimeScheduleUpdateInput" } },
117964
+ },
117965
+ },
117966
+ ],
117967
+ selectionSet: {
117968
+ kind: "SelectionSet",
117969
+ selections: [
117970
+ {
117971
+ kind: "Field",
117972
+ name: { kind: "Name", value: "timeScheduleUpsertExternal" },
117973
+ arguments: [
117974
+ {
117975
+ kind: "Argument",
117976
+ name: { kind: "Name", value: "externalId" },
117977
+ value: { kind: "Variable", name: { kind: "Name", value: "externalId" } },
117978
+ },
117979
+ {
117980
+ kind: "Argument",
117981
+ name: { kind: "Name", value: "input" },
117982
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
117983
+ },
117984
+ ],
117985
+ selectionSet: {
117986
+ kind: "SelectionSet",
117987
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
117988
+ },
117989
+ },
117990
+ ],
117991
+ },
117992
+ },
117993
+ ...TimeSchedulePayloadFragmentDoc.definitions,
117994
+ ],
117995
+ };
117996
+ const CreateTriageResponsibilityDocument = {
117997
+ kind: "Document",
117998
+ definitions: [
117999
+ {
118000
+ kind: "OperationDefinition",
118001
+ operation: "mutation",
118002
+ name: { kind: "Name", value: "createTriageResponsibility" },
118003
+ variableDefinitions: [
118004
+ {
118005
+ kind: "VariableDefinition",
118006
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
118007
+ type: {
118008
+ kind: "NonNullType",
118009
+ type: { kind: "NamedType", name: { kind: "Name", value: "TriageResponsibilityCreateInput" } },
118010
+ },
118011
+ },
118012
+ ],
118013
+ selectionSet: {
118014
+ kind: "SelectionSet",
118015
+ selections: [
118016
+ {
118017
+ kind: "Field",
118018
+ name: { kind: "Name", value: "triageResponsibilityCreate" },
118019
+ arguments: [
118020
+ {
118021
+ kind: "Argument",
118022
+ name: { kind: "Name", value: "input" },
118023
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
118024
+ },
118025
+ ],
118026
+ selectionSet: {
118027
+ kind: "SelectionSet",
118028
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityPayload" } }],
118029
+ },
118030
+ },
118031
+ ],
118032
+ },
118033
+ },
118034
+ ...TriageResponsibilityPayloadFragmentDoc.definitions,
118035
+ ],
118036
+ };
118037
+ const DeleteTriageResponsibilityDocument = {
118038
+ kind: "Document",
118039
+ definitions: [
118040
+ {
118041
+ kind: "OperationDefinition",
118042
+ operation: "mutation",
118043
+ name: { kind: "Name", value: "deleteTriageResponsibility" },
118044
+ variableDefinitions: [
118045
+ {
118046
+ kind: "VariableDefinition",
118047
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
118048
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
118049
+ },
118050
+ ],
118051
+ selectionSet: {
118052
+ kind: "SelectionSet",
118053
+ selections: [
118054
+ {
118055
+ kind: "Field",
118056
+ name: { kind: "Name", value: "triageResponsibilityDelete" },
118057
+ arguments: [
118058
+ {
118059
+ kind: "Argument",
118060
+ name: { kind: "Name", value: "id" },
118061
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
118062
+ },
118063
+ ],
118064
+ selectionSet: {
118065
+ kind: "SelectionSet",
118066
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
118067
+ },
118068
+ },
118069
+ ],
118070
+ },
118071
+ },
118072
+ ...DeletePayloadFragmentDoc.definitions,
118073
+ ],
118074
+ };
118075
+ const UpdateTriageResponsibilityDocument = {
118076
+ kind: "Document",
118077
+ definitions: [
118078
+ {
118079
+ kind: "OperationDefinition",
118080
+ operation: "mutation",
118081
+ name: { kind: "Name", value: "updateTriageResponsibility" },
118082
+ variableDefinitions: [
118083
+ {
118084
+ kind: "VariableDefinition",
118085
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
118086
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
118087
+ },
118088
+ {
118089
+ kind: "VariableDefinition",
118090
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
118091
+ type: {
118092
+ kind: "NonNullType",
118093
+ type: { kind: "NamedType", name: { kind: "Name", value: "TriageResponsibilityUpdateInput" } },
118094
+ },
118095
+ },
118096
+ ],
118097
+ selectionSet: {
118098
+ kind: "SelectionSet",
118099
+ selections: [
118100
+ {
118101
+ kind: "Field",
118102
+ name: { kind: "Name", value: "triageResponsibilityUpdate" },
118103
+ arguments: [
118104
+ {
118105
+ kind: "Argument",
118106
+ name: { kind: "Name", value: "id" },
118107
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
118108
+ },
118109
+ {
118110
+ kind: "Argument",
118111
+ name: { kind: "Name", value: "input" },
118112
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
118113
+ },
118114
+ ],
118115
+ selectionSet: {
118116
+ kind: "SelectionSet",
118117
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityPayload" } }],
118118
+ },
118119
+ },
118120
+ ],
118121
+ },
118122
+ },
118123
+ ...TriageResponsibilityPayloadFragmentDoc.definitions,
118124
+ ],
118125
+ };
117109
118126
  const UserDemoteAdminDocument = {
117110
118127
  kind: "Document",
117111
118128
  definitions: [
@@ -118105,6 +119122,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
118105
119122
  ArchivePayloadFragmentDoc: ArchivePayloadFragmentDoc,
118106
119123
  LabelNotificationSubscriptionFragmentDoc: LabelNotificationSubscriptionFragmentDoc,
118107
119124
  ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
119125
+ ReminderFragmentDoc: ReminderFragmentDoc,
118108
119126
  TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
118109
119127
  UserAccountFragmentDoc: UserAccountFragmentDoc,
118110
119128
  UserNotificationSubscriptionFragmentDoc: UserNotificationSubscriptionFragmentDoc,
@@ -118192,6 +119210,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
118192
119210
  CycleFragmentDoc: CycleFragmentDoc,
118193
119211
  CycleConnectionFragmentDoc: CycleConnectionFragmentDoc,
118194
119212
  CyclePayloadFragmentDoc: CyclePayloadFragmentDoc,
119213
+ DiaryEntryFragmentDoc: DiaryEntryFragmentDoc,
119214
+ DiaryEntryConnectionFragmentDoc: DiaryEntryConnectionFragmentDoc,
119215
+ DiaryEntryPayloadFragmentDoc: DiaryEntryPayloadFragmentDoc,
118195
119216
  DocumentFragmentDoc: DocumentFragmentDoc,
118196
119217
  DocumentConnectionFragmentDoc: DocumentConnectionFragmentDoc,
118197
119218
  DocumentContentHistoryTypeFragmentDoc: DocumentContentHistoryTypeFragmentDoc,
@@ -118399,6 +119420,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
118399
119420
  Cycle_IssuesDocument: Cycle_IssuesDocument,
118400
119421
  Cycle_UncompletedIssuesUponCloseDocument: Cycle_UncompletedIssuesUponCloseDocument,
118401
119422
  CyclesDocument: CyclesDocument,
119423
+ DiaryEntryDocument: DiaryEntryDocument,
118402
119424
  DocumentDocument: DocumentDocument,
118403
119425
  DocumentContentHistoryDocument: DocumentContentHistoryDocument,
118404
119426
  DocumentsDocument: DocumentsDocument,
@@ -118517,6 +119539,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
118517
119539
  TemplateDocument: TemplateDocument,
118518
119540
  TemplatesDocument: TemplatesDocument,
118519
119541
  TemplatesForIntegrationDocument: TemplatesForIntegrationDocument,
119542
+ TimeScheduleDocument: TimeScheduleDocument,
119543
+ TimeSchedulesDocument: TimeSchedulesDocument,
119544
+ TriageResponsibilitiesDocument: TriageResponsibilitiesDocument,
119545
+ TriageResponsibilityDocument: TriageResponsibilityDocument,
119546
+ TriageResponsibility_ManualSelectionDocument: TriageResponsibility_ManualSelectionDocument,
118520
119547
  UserDocument: UserDocument,
118521
119548
  User_AssignedIssuesDocument: User_AssignedIssuesDocument,
118522
119549
  User_CreatedIssuesDocument: User_CreatedIssuesDocument,
@@ -118567,8 +119594,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
118567
119594
  CreateCycleDocument: CreateCycleDocument,
118568
119595
  CycleShiftAllDocument: CycleShiftAllDocument,
118569
119596
  UpdateCycleDocument: UpdateCycleDocument,
119597
+ CreateDiaryEntryDocument: CreateDiaryEntryDocument,
119598
+ DeleteDiaryEntryDocument: DeleteDiaryEntryDocument,
119599
+ UpdateDiaryEntryDocument: UpdateDiaryEntryDocument,
118570
119600
  CreateDocumentDocument: CreateDocumentDocument,
118571
119601
  DeleteDocumentDocument: DeleteDocumentDocument,
119602
+ DocumentReminderDocument: DocumentReminderDocument,
118572
119603
  UpdateDocumentDocument: UpdateDocumentDocument,
118573
119604
  CreateEmailIntakeAddressDocument: CreateEmailIntakeAddressDocument,
118574
119605
  DeleteEmailIntakeAddressDocument: DeleteEmailIntakeAddressDocument,
@@ -118720,6 +119751,14 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
118720
119751
  CreateTemplateDocument: CreateTemplateDocument,
118721
119752
  DeleteTemplateDocument: DeleteTemplateDocument,
118722
119753
  UpdateTemplateDocument: UpdateTemplateDocument,
119754
+ CreateTimeScheduleDocument: CreateTimeScheduleDocument,
119755
+ DeleteTimeScheduleDocument: DeleteTimeScheduleDocument,
119756
+ TimeScheduleRefreshIntegrationScheduleDocument: TimeScheduleRefreshIntegrationScheduleDocument,
119757
+ UpdateTimeScheduleDocument: UpdateTimeScheduleDocument,
119758
+ TimeScheduleUpsertExternalDocument: TimeScheduleUpsertExternalDocument,
119759
+ CreateTriageResponsibilityDocument: CreateTriageResponsibilityDocument,
119760
+ DeleteTriageResponsibilityDocument: DeleteTriageResponsibilityDocument,
119761
+ UpdateTriageResponsibilityDocument: UpdateTriageResponsibilityDocument,
118723
119762
  UserDemoteAdminDocument: UserDemoteAdminDocument,
118724
119763
  UserDemoteMemberDocument: UserDemoteMemberDocument,
118725
119764
  UserDiscordConnectDocument: UserDiscordConnectDocument,
@@ -119899,216 +120938,281 @@ class CustomViewNotificationSubscription extends Request {
119899
120938
  }
119900
120939
  }
119901
120940
  /**
119902
- * CustomViewPayload model
120941
+ * CustomViewPayload model
120942
+ *
120943
+ * @param request - function to call the graphql client
120944
+ * @param data - L.CustomViewPayloadFragment response data
120945
+ */
120946
+ class CustomViewPayload extends Request {
120947
+ constructor(request, data) {
120948
+ super(request);
120949
+ this.lastSyncId = data.lastSyncId;
120950
+ this.success = data.success;
120951
+ this._customView = data.customView;
120952
+ }
120953
+ /** The custom view that was created or updated. */
120954
+ get customView() {
120955
+ return new CustomViewQuery(this._request).fetch(this._customView.id);
120956
+ }
120957
+ }
120958
+ /**
120959
+ * CustomViewSuggestionPayload model
120960
+ *
120961
+ * @param request - function to call the graphql client
120962
+ * @param data - L.CustomViewSuggestionPayloadFragment response data
120963
+ */
120964
+ class CustomViewSuggestionPayload extends Request {
120965
+ constructor(request, data) {
120966
+ var _a, _b, _c;
120967
+ super(request);
120968
+ this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
120969
+ this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
120970
+ this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
120971
+ }
120972
+ }
120973
+ /**
120974
+ * A set of issues to be resolved in a specified amount of time.
120975
+ *
120976
+ * @param request - function to call the graphql client
120977
+ * @param data - L.CycleFragment response data
120978
+ */
120979
+ class Cycle extends Request {
120980
+ constructor(request, data) {
120981
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
120982
+ super(request);
120983
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
120984
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
120985
+ this.completedAt = (_c = parseDate(data.completedAt)) !== null && _c !== void 0 ? _c : undefined;
120986
+ this.completedIssueCountHistory = data.completedIssueCountHistory;
120987
+ this.completedScopeHistory = data.completedScopeHistory;
120988
+ this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
120989
+ this.description = (_e = data.description) !== null && _e !== void 0 ? _e : undefined;
120990
+ this.endsAt = (_f = parseDate(data.endsAt)) !== null && _f !== void 0 ? _f : new Date();
120991
+ this.id = data.id;
120992
+ this.inProgressScopeHistory = data.inProgressScopeHistory;
120993
+ this.issueCountHistory = data.issueCountHistory;
120994
+ this.name = (_g = data.name) !== null && _g !== void 0 ? _g : undefined;
120995
+ this.number = data.number;
120996
+ this.progress = data.progress;
120997
+ this.scopeHistory = data.scopeHistory;
120998
+ this.startsAt = (_h = parseDate(data.startsAt)) !== null && _h !== void 0 ? _h : new Date();
120999
+ this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
121000
+ this._team = data.team;
121001
+ }
121002
+ /** The team that the cycle is associated with. */
121003
+ get team() {
121004
+ return new TeamQuery(this._request).fetch(this._team.id);
121005
+ }
121006
+ /** Issues associated with the cycle. */
121007
+ issues(variables) {
121008
+ return new Cycle_IssuesQuery(this._request, this.id, variables).fetch(variables);
121009
+ }
121010
+ /** Issues that weren't completed when the cycle was closed. */
121011
+ uncompletedIssuesUponClose(variables) {
121012
+ return new Cycle_UncompletedIssuesUponCloseQuery(this._request, this.id, variables).fetch(variables);
121013
+ }
121014
+ /** Archives a cycle. */
121015
+ archive() {
121016
+ return new ArchiveCycleMutation(this._request).fetch(this.id);
121017
+ }
121018
+ /** Creates a new cycle. */
121019
+ create(input) {
121020
+ return new CreateCycleMutation(this._request).fetch(input);
121021
+ }
121022
+ /** Updates a cycle. */
121023
+ update(input) {
121024
+ return new UpdateCycleMutation(this._request).fetch(this.id, input);
121025
+ }
121026
+ }
121027
+ /**
121028
+ * A generic payload return from entity archive mutations.
121029
+ *
121030
+ * @param request - function to call the graphql client
121031
+ * @param data - L.CycleArchivePayloadFragment response data
121032
+ */
121033
+ class CycleArchivePayload extends Request {
121034
+ constructor(request, data) {
121035
+ var _a;
121036
+ super(request);
121037
+ this.lastSyncId = data.lastSyncId;
121038
+ this.success = data.success;
121039
+ this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
121040
+ }
121041
+ /** The archived/unarchived entity. Null if entity was deleted. */
121042
+ get entity() {
121043
+ var _a, _b;
121044
+ return ((_a = this._entity) === null || _a === void 0 ? void 0 : _a.id) ? new CycleQuery(this._request).fetch((_b = this._entity) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121045
+ }
121046
+ }
121047
+ /**
121048
+ * CycleConnection model
121049
+ *
121050
+ * @param request - function to call the graphql client
121051
+ * @param fetch - function to trigger a refetch of this CycleConnection model
121052
+ * @param data - CycleConnection response data
121053
+ */
121054
+ class CycleConnection extends Connection {
121055
+ constructor(request, fetch, data) {
121056
+ super(request, fetch, data.nodes.map(node => new Cycle(request, node)), new PageInfo(request, data.pageInfo));
121057
+ }
121058
+ }
121059
+ /**
121060
+ * A cycle notification subscription.
121061
+ *
121062
+ * @param request - function to call the graphql client
121063
+ * @param data - L.CycleNotificationSubscriptionFragment response data
121064
+ */
121065
+ class CycleNotificationSubscription extends Request {
121066
+ constructor(request, data) {
121067
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
121068
+ super(request);
121069
+ this.active = data.active;
121070
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
121071
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
121072
+ this.id = data.id;
121073
+ this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
121074
+ this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
121075
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
121076
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
121077
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
121078
+ this._cycle = data.cycle;
121079
+ this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
121080
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
121081
+ this._subscriber = data.subscriber;
121082
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
121083
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
121084
+ }
121085
+ /** The contextual custom view associated with the notification subscription. */
121086
+ get customView() {
121087
+ var _a, _b;
121088
+ return ((_a = this._customView) === null || _a === void 0 ? void 0 : _a.id) ? new CustomViewQuery(this._request).fetch((_b = this._customView) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121089
+ }
121090
+ /** The cycle subscribed to. */
121091
+ get cycle() {
121092
+ return new CycleQuery(this._request).fetch(this._cycle.id);
121093
+ }
121094
+ /** The contextual label view associated with the notification subscription. */
121095
+ get label() {
121096
+ var _a, _b;
121097
+ return ((_a = this._label) === null || _a === void 0 ? void 0 : _a.id) ? new IssueLabelQuery(this._request).fetch((_b = this._label) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121098
+ }
121099
+ /** The contextual project view associated with the notification subscription. */
121100
+ get project() {
121101
+ var _a, _b;
121102
+ return ((_a = this._project) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._project) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121103
+ }
121104
+ /** The user that subscribed to receive notifications. */
121105
+ get subscriber() {
121106
+ return new UserQuery(this._request).fetch(this._subscriber.id);
121107
+ }
121108
+ /** The team associated with the notification subscription. */
121109
+ get team() {
121110
+ var _a, _b;
121111
+ return ((_a = this._team) === null || _a === void 0 ? void 0 : _a.id) ? new TeamQuery(this._request).fetch((_b = this._team) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121112
+ }
121113
+ /** The user view associated with the notification subscription. */
121114
+ get user() {
121115
+ var _a, _b;
121116
+ return ((_a = this._user) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._user) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121117
+ }
121118
+ }
121119
+ /**
121120
+ * CyclePayload model
119903
121121
  *
119904
121122
  * @param request - function to call the graphql client
119905
- * @param data - L.CustomViewPayloadFragment response data
121123
+ * @param data - L.CyclePayloadFragment response data
119906
121124
  */
119907
- class CustomViewPayload extends Request {
121125
+ class CyclePayload extends Request {
119908
121126
  constructor(request, data) {
121127
+ var _a;
119909
121128
  super(request);
119910
121129
  this.lastSyncId = data.lastSyncId;
119911
121130
  this.success = data.success;
119912
- this._customView = data.customView;
119913
- }
119914
- /** The custom view that was created or updated. */
119915
- get customView() {
119916
- return new CustomViewQuery(this._request).fetch(this._customView.id);
119917
- }
119918
- }
119919
- /**
119920
- * CustomViewSuggestionPayload model
119921
- *
119922
- * @param request - function to call the graphql client
119923
- * @param data - L.CustomViewSuggestionPayloadFragment response data
119924
- */
119925
- class CustomViewSuggestionPayload extends Request {
119926
- constructor(request, data) {
119927
- var _a, _b, _c;
119928
- super(request);
119929
- this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
119930
- this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
119931
- this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
119932
- }
119933
- }
119934
- /**
119935
- * A set of issues to be resolved in a specified amount of time.
119936
- *
119937
- * @param request - function to call the graphql client
119938
- * @param data - L.CycleFragment response data
119939
- */
119940
- class Cycle extends Request {
119941
- constructor(request, data) {
119942
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
119943
- super(request);
119944
- this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
119945
- this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
119946
- this.completedAt = (_c = parseDate(data.completedAt)) !== null && _c !== void 0 ? _c : undefined;
119947
- this.completedIssueCountHistory = data.completedIssueCountHistory;
119948
- this.completedScopeHistory = data.completedScopeHistory;
119949
- this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
119950
- this.description = (_e = data.description) !== null && _e !== void 0 ? _e : undefined;
119951
- this.endsAt = (_f = parseDate(data.endsAt)) !== null && _f !== void 0 ? _f : new Date();
119952
- this.id = data.id;
119953
- this.inProgressScopeHistory = data.inProgressScopeHistory;
119954
- this.issueCountHistory = data.issueCountHistory;
119955
- this.name = (_g = data.name) !== null && _g !== void 0 ? _g : undefined;
119956
- this.number = data.number;
119957
- this.progress = data.progress;
119958
- this.scopeHistory = data.scopeHistory;
119959
- this.startsAt = (_h = parseDate(data.startsAt)) !== null && _h !== void 0 ? _h : new Date();
119960
- this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
119961
- this._team = data.team;
119962
- }
119963
- /** The team that the cycle is associated with. */
119964
- get team() {
119965
- return new TeamQuery(this._request).fetch(this._team.id);
119966
- }
119967
- /** Issues associated with the cycle. */
119968
- issues(variables) {
119969
- return new Cycle_IssuesQuery(this._request, this.id, variables).fetch(variables);
119970
- }
119971
- /** Issues that weren't completed when the cycle was closed. */
119972
- uncompletedIssuesUponClose(variables) {
119973
- return new Cycle_UncompletedIssuesUponCloseQuery(this._request, this.id, variables).fetch(variables);
119974
- }
119975
- /** Archives a cycle. */
119976
- archive() {
119977
- return new ArchiveCycleMutation(this._request).fetch(this.id);
119978
- }
119979
- /** Creates a new cycle. */
119980
- create(input) {
119981
- return new CreateCycleMutation(this._request).fetch(input);
121131
+ this._cycle = (_a = data.cycle) !== null && _a !== void 0 ? _a : undefined;
119982
121132
  }
119983
- /** Updates a cycle. */
119984
- update(input) {
119985
- return new UpdateCycleMutation(this._request).fetch(this.id, input);
121133
+ /** The Cycle that was created or updated. */
121134
+ get cycle() {
121135
+ var _a, _b;
121136
+ return ((_a = this._cycle) === null || _a === void 0 ? void 0 : _a.id) ? new CycleQuery(this._request).fetch((_b = this._cycle) === null || _b === void 0 ? void 0 : _b.id) : undefined;
119986
121137
  }
119987
121138
  }
119988
121139
  /**
119989
- * A generic payload return from entity archive mutations.
121140
+ * A generic payload return from entity deletion mutations.
119990
121141
  *
119991
121142
  * @param request - function to call the graphql client
119992
- * @param data - L.CycleArchivePayloadFragment response data
121143
+ * @param data - L.DeletePayloadFragment response data
119993
121144
  */
119994
- class CycleArchivePayload extends Request {
121145
+ class DeletePayload extends Request {
119995
121146
  constructor(request, data) {
119996
- var _a;
119997
121147
  super(request);
121148
+ this.entityId = data.entityId;
119998
121149
  this.lastSyncId = data.lastSyncId;
119999
121150
  this.success = data.success;
120000
- this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
120001
- }
120002
- /** The archived/unarchived entity. Null if entity was deleted. */
120003
- get entity() {
120004
- var _a, _b;
120005
- return ((_a = this._entity) === null || _a === void 0 ? void 0 : _a.id) ? new CycleQuery(this._request).fetch((_b = this._entity) === null || _b === void 0 ? void 0 : _b.id) : undefined;
120006
121151
  }
120007
121152
  }
120008
121153
  /**
120009
- * CycleConnection model
121154
+ * A diary entry
120010
121155
  *
120011
121156
  * @param request - function to call the graphql client
120012
- * @param fetch - function to trigger a refetch of this CycleConnection model
120013
- * @param data - CycleConnection response data
121157
+ * @param data - L.DiaryEntryFragment response data
120014
121158
  */
120015
- class CycleConnection extends Connection {
120016
- constructor(request, fetch, data) {
120017
- super(request, fetch, data.nodes.map(node => new Cycle(request, node)), new PageInfo(request, data.pageInfo));
120018
- }
120019
- }
120020
- /**
120021
- * A cycle notification subscription.
120022
- *
120023
- * @param request - function to call the graphql client
120024
- * @param data - L.CycleNotificationSubscriptionFragment response data
120025
- */
120026
- class CycleNotificationSubscription extends Request {
121159
+ class DiaryEntry extends Request {
120027
121160
  constructor(request, data) {
120028
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
121161
+ var _a, _b, _c;
120029
121162
  super(request);
120030
- this.active = data.active;
120031
121163
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
120032
121164
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
121165
+ this.date = data.date;
120033
121166
  this.id = data.id;
120034
- this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
120035
121167
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
120036
- this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
120037
- this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
120038
- this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
120039
- this._cycle = data.cycle;
120040
- this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
120041
- this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
120042
- this._subscriber = data.subscriber;
120043
- this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
120044
- this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
120045
- }
120046
- /** The contextual custom view associated with the notification subscription. */
120047
- get customView() {
120048
- var _a, _b;
120049
- return ((_a = this._customView) === null || _a === void 0 ? void 0 : _a.id) ? new CustomViewQuery(this._request).fetch((_b = this._customView) === null || _b === void 0 ? void 0 : _b.id) : undefined;
120050
- }
120051
- /** The cycle subscribed to. */
120052
- get cycle() {
120053
- return new CycleQuery(this._request).fetch(this._cycle.id);
120054
- }
120055
- /** The contextual label view associated with the notification subscription. */
120056
- get label() {
120057
- var _a, _b;
120058
- return ((_a = this._label) === null || _a === void 0 ? void 0 : _a.id) ? new IssueLabelQuery(this._request).fetch((_b = this._label) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121168
+ this.url = data.url;
121169
+ this._user = data.user;
120059
121170
  }
120060
- /** The contextual project view associated with the notification subscription. */
120061
- get project() {
120062
- var _a, _b;
120063
- return ((_a = this._project) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._project) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121171
+ /** The user who the diary belongs to. */
121172
+ get user() {
121173
+ return new UserQuery(this._request).fetch(this._user.id);
120064
121174
  }
120065
- /** The user that subscribed to receive notifications. */
120066
- get subscriber() {
120067
- return new UserQuery(this._request).fetch(this._subscriber.id);
121175
+ /** Creates a new diary entry. */
121176
+ create(input) {
121177
+ return new CreateDiaryEntryMutation(this._request).fetch(input);
120068
121178
  }
120069
- /** The team associated with the notification subscription. */
120070
- get team() {
120071
- var _a, _b;
120072
- return ((_a = this._team) === null || _a === void 0 ? void 0 : _a.id) ? new TeamQuery(this._request).fetch((_b = this._team) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121179
+ /** Deletes a diaryEntry. */
121180
+ delete() {
121181
+ return new DeleteDiaryEntryMutation(this._request).fetch(this.id);
120073
121182
  }
120074
- /** The user view associated with the notification subscription. */
120075
- get user() {
120076
- var _a, _b;
120077
- return ((_a = this._user) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._user) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121183
+ /** Updates a diaryEntry. */
121184
+ update(input) {
121185
+ return new UpdateDiaryEntryMutation(this._request).fetch(this.id, input);
120078
121186
  }
120079
121187
  }
120080
121188
  /**
120081
- * CyclePayload model
121189
+ * DiaryEntryConnection model
120082
121190
  *
120083
121191
  * @param request - function to call the graphql client
120084
- * @param data - L.CyclePayloadFragment response data
121192
+ * @param fetch - function to trigger a refetch of this DiaryEntryConnection model
121193
+ * @param data - DiaryEntryConnection response data
120085
121194
  */
120086
- class CyclePayload extends Request {
120087
- constructor(request, data) {
120088
- var _a;
120089
- super(request);
120090
- this.lastSyncId = data.lastSyncId;
120091
- this.success = data.success;
120092
- this._cycle = (_a = data.cycle) !== null && _a !== void 0 ? _a : undefined;
120093
- }
120094
- /** The Cycle that was created or updated. */
120095
- get cycle() {
120096
- var _a, _b;
120097
- return ((_a = this._cycle) === null || _a === void 0 ? void 0 : _a.id) ? new CycleQuery(this._request).fetch((_b = this._cycle) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121195
+ class DiaryEntryConnection extends Connection {
121196
+ constructor(request, fetch, data) {
121197
+ super(request, fetch, data.nodes.map(node => new DiaryEntry(request, node)), new PageInfo(request, data.pageInfo));
120098
121198
  }
120099
121199
  }
120100
121200
  /**
120101
- * A generic payload return from entity deletion mutations.
121201
+ * DiaryEntryPayload model
120102
121202
  *
120103
121203
  * @param request - function to call the graphql client
120104
- * @param data - L.DeletePayloadFragment response data
121204
+ * @param data - L.DiaryEntryPayloadFragment response data
120105
121205
  */
120106
- class DeletePayload extends Request {
121206
+ class DiaryEntryPayload extends Request {
120107
121207
  constructor(request, data) {
120108
121208
  super(request);
120109
- this.entityId = data.entityId;
120110
121209
  this.lastSyncId = data.lastSyncId;
120111
121210
  this.success = data.success;
121211
+ this._diaryEntry = data.diaryEntry;
121212
+ }
121213
+ /** The diary entry that was created or updated. */
121214
+ get diaryEntry() {
121215
+ return new DiaryEntryQuery(this._request).fetch(this._diaryEntry.id);
120112
121216
  }
120113
121217
  }
120114
121218
  /**
@@ -124250,6 +125354,47 @@ class ReactionPayload extends Request {
124250
125354
  this.reaction = new Reaction(request, data.reaction);
124251
125355
  }
124252
125356
  }
125357
+ /**
125358
+ * A reminder that can be attached to different entities.
125359
+ *
125360
+ * @param request - function to call the graphql client
125361
+ * @param data - L.ReminderFragment response data
125362
+ */
125363
+ class Reminder extends Request {
125364
+ constructor(request, data) {
125365
+ var _a, _b, _c, _d, _e, _f, _g, _h;
125366
+ super(request);
125367
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
125368
+ this.comment = (_b = data.comment) !== null && _b !== void 0 ? _b : undefined;
125369
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
125370
+ this.id = data.id;
125371
+ this.remindAt = (_d = parseDate(data.remindAt)) !== null && _d !== void 0 ? _d : new Date();
125372
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
125373
+ this._documentId = (_f = data.documentId) !== null && _f !== void 0 ? _f : undefined;
125374
+ this._issueId = (_g = data.issueId) !== null && _g !== void 0 ? _g : undefined;
125375
+ this._projectId = (_h = data.projectId) !== null && _h !== void 0 ? _h : undefined;
125376
+ this._user = data.user;
125377
+ }
125378
+ /** The document that the reminder is associated with. */
125379
+ get documentId() {
125380
+ var _a, _b;
125381
+ return ((_a = this._documentId) === null || _a === void 0 ? void 0 : _a.id) ? new DocumentQuery(this._request).fetch((_b = this._documentId) === null || _b === void 0 ? void 0 : _b.id) : undefined;
125382
+ }
125383
+ /** The issue that the reminder is associated with. */
125384
+ get issueId() {
125385
+ var _a, _b;
125386
+ return ((_a = this._issueId) === null || _a === void 0 ? void 0 : _a.id) ? new IssueQuery(this._request).fetch((_b = this._issueId) === null || _b === void 0 ? void 0 : _b.id) : undefined;
125387
+ }
125388
+ /** The project that the reminder is associated with. */
125389
+ get projectId() {
125390
+ var _a, _b;
125391
+ return ((_a = this._projectId) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._projectId) === null || _b === void 0 ? void 0 : _b.id) : undefined;
125392
+ }
125393
+ /** The user that created a reminder. */
125394
+ get user() {
125395
+ return new UserQuery(this._request).fetch(this._user.id);
125396
+ }
125397
+ }
124253
125398
  /**
124254
125399
  * A roadmap for projects.
124255
125400
  *
@@ -124614,7 +125759,7 @@ class SynchronizedPayload extends Request {
124614
125759
  */
124615
125760
  class Team extends Request {
124616
125761
  constructor(request, data) {
124617
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
125762
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z;
124618
125763
  super(request);
124619
125764
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
124620
125765
  this.autoArchivePeriod = data.autoArchivePeriod;
@@ -124670,6 +125815,7 @@ class Team extends Request {
124670
125815
  this._reviewWorkflowState = (_w = data.reviewWorkflowState) !== null && _w !== void 0 ? _w : undefined;
124671
125816
  this._startWorkflowState = (_x = data.startWorkflowState) !== null && _x !== void 0 ? _x : undefined;
124672
125817
  this._triageIssueState = (_y = data.triageIssueState) !== null && _y !== void 0 ? _y : undefined;
125818
+ this._triageResponsibility = (_z = data.triageResponsibility) !== null && _z !== void 0 ? _z : undefined;
124673
125819
  }
124674
125820
  /** Team's currently active cycle. */
124675
125821
  get activeCycle() {
@@ -124764,6 +125910,13 @@ class Team extends Request {
124764
125910
  ? new WorkflowStateQuery(this._request).fetch((_b = this._triageIssueState) === null || _b === void 0 ? void 0 : _b.id)
124765
125911
  : undefined;
124766
125912
  }
125913
+ /** Team's triage responsibility. */
125914
+ get triageResponsibility() {
125915
+ var _a, _b;
125916
+ return ((_a = this._triageResponsibility) === null || _a === void 0 ? void 0 : _a.id)
125917
+ ? new TriageResponsibilityQuery(this._request).fetch((_b = this._triageResponsibility) === null || _b === void 0 ? void 0 : _b.id)
125918
+ : undefined;
125919
+ }
124767
125920
  /** Cycles associated with the team. */
124768
125921
  cycles(variables) {
124769
125922
  return new Team_CyclesQuery(this._request, this.id, variables).fetch(variables);
@@ -125038,6 +126191,7 @@ class Template extends Request {
125038
126191
  this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
125039
126192
  this.id = data.id;
125040
126193
  this.name = data.name;
126194
+ this.sortOrder = data.sortOrder;
125041
126195
  this.templateData = (_d = parseJson(data.templateData)) !== null && _d !== void 0 ? _d : {};
125042
126196
  this.type = data.type;
125043
126197
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
@@ -125136,6 +126290,18 @@ class TimeSchedule extends Request {
125136
126290
  get organization() {
125137
126291
  return new OrganizationQuery(this._request).fetch();
125138
126292
  }
126293
+ /** Creates a new time schedule. */
126294
+ create(input) {
126295
+ return new CreateTimeScheduleMutation(this._request).fetch(input);
126296
+ }
126297
+ /** Deletes a time schedule. */
126298
+ delete() {
126299
+ return new DeleteTimeScheduleMutation(this._request).fetch(this.id);
126300
+ }
126301
+ /** Updates a time schedule. */
126302
+ update(input) {
126303
+ return new UpdateTimeScheduleMutation(this._request).fetch(this.id, input);
126304
+ }
125139
126305
  }
125140
126306
  /**
125141
126307
  * TimeScheduleConnection model
@@ -125176,6 +126342,10 @@ class TimeSchedulePayload extends Request {
125176
126342
  super(request);
125177
126343
  this.lastSyncId = data.lastSyncId;
125178
126344
  this.success = data.success;
126345
+ this._timeSchedule = data.timeSchedule;
126346
+ }
126347
+ get timeSchedule() {
126348
+ return new TimeScheduleQuery(this._request).fetch(this._timeSchedule.id);
125179
126349
  }
125180
126350
  }
125181
126351
  /**
@@ -125186,7 +126356,7 @@ class TimeSchedulePayload extends Request {
125186
126356
  */
125187
126357
  class TriageResponsibility extends Request {
125188
126358
  constructor(request, data) {
125189
- var _a, _b, _c, _d;
126359
+ var _a, _b, _c, _d, _e;
125190
126360
  super(request);
125191
126361
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
125192
126362
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
@@ -125198,6 +126368,7 @@ class TriageResponsibility extends Request {
125198
126368
  this.action = data.action;
125199
126369
  this._currentUser = (_d = data.currentUser) !== null && _d !== void 0 ? _d : undefined;
125200
126370
  this._team = data.team;
126371
+ this._timeSchedule = (_e = data.timeSchedule) !== null && _e !== void 0 ? _e : undefined;
125201
126372
  }
125202
126373
  /** The user currently responsible for triage. */
125203
126374
  get currentUser() {
@@ -125208,6 +126379,23 @@ class TriageResponsibility extends Request {
125208
126379
  get team() {
125209
126380
  return new TeamQuery(this._request).fetch(this._team.id);
125210
126381
  }
126382
+ /** The time schedule used for scheduling. */
126383
+ get timeSchedule() {
126384
+ var _a, _b;
126385
+ return ((_a = this._timeSchedule) === null || _a === void 0 ? void 0 : _a.id) ? new TimeScheduleQuery(this._request).fetch((_b = this._timeSchedule) === null || _b === void 0 ? void 0 : _b.id) : undefined;
126386
+ }
126387
+ /** Creates a new triage responsibility. */
126388
+ create(input) {
126389
+ return new CreateTriageResponsibilityMutation(this._request).fetch(input);
126390
+ }
126391
+ /** Deletes a triage responsibility. */
126392
+ delete() {
126393
+ return new DeleteTriageResponsibilityMutation(this._request).fetch(this.id);
126394
+ }
126395
+ /** Updates an existing triage responsibility. */
126396
+ update(input) {
126397
+ return new UpdateTriageResponsibilityMutation(this._request).fetch(this.id, input);
126398
+ }
125211
126399
  }
125212
126400
  /**
125213
126401
  * TriageResponsibilityConnection model
@@ -125244,6 +126432,10 @@ class TriageResponsibilityPayload extends Request {
125244
126432
  super(request);
125245
126433
  this.lastSyncId = data.lastSyncId;
125246
126434
  this.success = data.success;
126435
+ this._triageResponsibility = data.triageResponsibility;
126436
+ }
126437
+ get triageResponsibility() {
126438
+ return new TriageResponsibilityQuery(this._request).fetch(this._triageResponsibility.id);
125247
126439
  }
125248
126440
  }
125249
126441
  /**
@@ -126412,6 +127604,31 @@ class CyclesQuery extends Request {
126412
127604
  });
126413
127605
  }
126414
127606
  }
127607
+ /**
127608
+ * A fetchable DiaryEntry Query
127609
+ *
127610
+ * @param request - function to call the graphql client
127611
+ */
127612
+ class DiaryEntryQuery extends Request {
127613
+ constructor(request) {
127614
+ super(request);
127615
+ }
127616
+ /**
127617
+ * Call the DiaryEntry query and return a DiaryEntry
127618
+ *
127619
+ * @param id - required id to pass to diaryEntry
127620
+ * @returns parsed response from DiaryEntryQuery
127621
+ */
127622
+ fetch(id) {
127623
+ return __awaiter(this, void 0, void 0, function* () {
127624
+ const response = yield this._request(DiaryEntryDocument, {
127625
+ id,
127626
+ });
127627
+ const data = response.diaryEntry;
127628
+ return new DiaryEntry(this._request, data);
127629
+ });
127630
+ }
127631
+ }
126415
127632
  /**
126416
127633
  * A fetchable Document Query
126417
127634
  *
@@ -128057,6 +129274,102 @@ class TemplatesForIntegrationQuery extends Request {
128057
129274
  });
128058
129275
  }
128059
129276
  }
129277
+ /**
129278
+ * A fetchable TimeSchedule Query
129279
+ *
129280
+ * @param request - function to call the graphql client
129281
+ */
129282
+ class TimeScheduleQuery extends Request {
129283
+ constructor(request) {
129284
+ super(request);
129285
+ }
129286
+ /**
129287
+ * Call the TimeSchedule query and return a TimeSchedule
129288
+ *
129289
+ * @param id - required id to pass to timeSchedule
129290
+ * @returns parsed response from TimeScheduleQuery
129291
+ */
129292
+ fetch(id) {
129293
+ return __awaiter(this, void 0, void 0, function* () {
129294
+ const response = yield this._request(TimeScheduleDocument, {
129295
+ id,
129296
+ });
129297
+ const data = response.timeSchedule;
129298
+ return new TimeSchedule(this._request, data);
129299
+ });
129300
+ }
129301
+ }
129302
+ /**
129303
+ * A fetchable TimeSchedules Query
129304
+ *
129305
+ * @param request - function to call the graphql client
129306
+ */
129307
+ class TimeSchedulesQuery extends Request {
129308
+ constructor(request) {
129309
+ super(request);
129310
+ }
129311
+ /**
129312
+ * Call the TimeSchedules query and return a TimeScheduleConnection
129313
+ *
129314
+ * @param variables - variables to pass into the TimeSchedulesQuery
129315
+ * @returns parsed response from TimeSchedulesQuery
129316
+ */
129317
+ fetch(variables) {
129318
+ return __awaiter(this, void 0, void 0, function* () {
129319
+ const response = yield this._request(TimeSchedulesDocument, variables);
129320
+ const data = response.timeSchedules;
129321
+ return new TimeScheduleConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
129322
+ });
129323
+ }
129324
+ }
129325
+ /**
129326
+ * A fetchable TriageResponsibilities Query
129327
+ *
129328
+ * @param request - function to call the graphql client
129329
+ */
129330
+ class TriageResponsibilitiesQuery extends Request {
129331
+ constructor(request) {
129332
+ super(request);
129333
+ }
129334
+ /**
129335
+ * Call the TriageResponsibilities query and return a TriageResponsibilityConnection
129336
+ *
129337
+ * @param variables - variables to pass into the TriageResponsibilitiesQuery
129338
+ * @returns parsed response from TriageResponsibilitiesQuery
129339
+ */
129340
+ fetch(variables) {
129341
+ return __awaiter(this, void 0, void 0, function* () {
129342
+ const response = yield this._request(TriageResponsibilitiesDocument, variables);
129343
+ const data = response.triageResponsibilities;
129344
+ return new TriageResponsibilityConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
129345
+ });
129346
+ }
129347
+ }
129348
+ /**
129349
+ * A fetchable TriageResponsibility Query
129350
+ *
129351
+ * @param request - function to call the graphql client
129352
+ */
129353
+ class TriageResponsibilityQuery extends Request {
129354
+ constructor(request) {
129355
+ super(request);
129356
+ }
129357
+ /**
129358
+ * Call the TriageResponsibility query and return a TriageResponsibility
129359
+ *
129360
+ * @param id - required id to pass to triageResponsibility
129361
+ * @returns parsed response from TriageResponsibilityQuery
129362
+ */
129363
+ fetch(id) {
129364
+ return __awaiter(this, void 0, void 0, function* () {
129365
+ const response = yield this._request(TriageResponsibilityDocument, {
129366
+ id,
129367
+ });
129368
+ const data = response.triageResponsibility;
129369
+ return new TriageResponsibility(this._request, data);
129370
+ });
129371
+ }
129372
+ }
128060
129373
  /**
128061
129374
  * A fetchable User Query
128062
129375
  *
@@ -129092,6 +130405,83 @@ class UpdateCycleMutation extends Request {
129092
130405
  });
129093
130406
  }
129094
130407
  }
130408
+ /**
130409
+ * A fetchable CreateDiaryEntry Mutation
130410
+ *
130411
+ * @param request - function to call the graphql client
130412
+ */
130413
+ class CreateDiaryEntryMutation extends Request {
130414
+ constructor(request) {
130415
+ super(request);
130416
+ }
130417
+ /**
130418
+ * Call the CreateDiaryEntry mutation and return a DiaryEntryPayload
130419
+ *
130420
+ * @param input - required input to pass to createDiaryEntry
130421
+ * @returns parsed response from CreateDiaryEntryMutation
130422
+ */
130423
+ fetch(input) {
130424
+ return __awaiter(this, void 0, void 0, function* () {
130425
+ const response = yield this._request(CreateDiaryEntryDocument, {
130426
+ input,
130427
+ });
130428
+ const data = response.diaryEntryCreate;
130429
+ return new DiaryEntryPayload(this._request, data);
130430
+ });
130431
+ }
130432
+ }
130433
+ /**
130434
+ * A fetchable DeleteDiaryEntry Mutation
130435
+ *
130436
+ * @param request - function to call the graphql client
130437
+ */
130438
+ class DeleteDiaryEntryMutation extends Request {
130439
+ constructor(request) {
130440
+ super(request);
130441
+ }
130442
+ /**
130443
+ * Call the DeleteDiaryEntry mutation and return a DeletePayload
130444
+ *
130445
+ * @param id - required id to pass to deleteDiaryEntry
130446
+ * @returns parsed response from DeleteDiaryEntryMutation
130447
+ */
130448
+ fetch(id) {
130449
+ return __awaiter(this, void 0, void 0, function* () {
130450
+ const response = yield this._request(DeleteDiaryEntryDocument, {
130451
+ id,
130452
+ });
130453
+ const data = response.diaryEntryDelete;
130454
+ return new DeletePayload(this._request, data);
130455
+ });
130456
+ }
130457
+ }
130458
+ /**
130459
+ * A fetchable UpdateDiaryEntry Mutation
130460
+ *
130461
+ * @param request - function to call the graphql client
130462
+ */
130463
+ class UpdateDiaryEntryMutation extends Request {
130464
+ constructor(request) {
130465
+ super(request);
130466
+ }
130467
+ /**
130468
+ * Call the UpdateDiaryEntry mutation and return a DiaryEntryPayload
130469
+ *
130470
+ * @param id - required id to pass to updateDiaryEntry
130471
+ * @param input - required input to pass to updateDiaryEntry
130472
+ * @returns parsed response from UpdateDiaryEntryMutation
130473
+ */
130474
+ fetch(id, input) {
130475
+ return __awaiter(this, void 0, void 0, function* () {
130476
+ const response = yield this._request(UpdateDiaryEntryDocument, {
130477
+ id,
130478
+ input,
130479
+ });
130480
+ const data = response.diaryEntryUpdate;
130481
+ return new DiaryEntryPayload(this._request, data);
130482
+ });
130483
+ }
130484
+ }
129095
130485
  /**
129096
130486
  * A fetchable CreateDocument Mutation
129097
130487
  *
@@ -129142,6 +130532,33 @@ class DeleteDocumentMutation extends Request {
129142
130532
  });
129143
130533
  }
129144
130534
  }
130535
+ /**
130536
+ * A fetchable DocumentReminder Mutation
130537
+ *
130538
+ * @param request - function to call the graphql client
130539
+ */
130540
+ class DocumentReminderMutation extends Request {
130541
+ constructor(request) {
130542
+ super(request);
130543
+ }
130544
+ /**
130545
+ * Call the DocumentReminder mutation and return a DocumentPayload
130546
+ *
130547
+ * @param id - required id to pass to documentReminder
130548
+ * @param reminderAt - required reminderAt to pass to documentReminder
130549
+ * @returns parsed response from DocumentReminderMutation
130550
+ */
130551
+ fetch(id, reminderAt) {
130552
+ return __awaiter(this, void 0, void 0, function* () {
130553
+ const response = yield this._request(DocumentReminderDocument, {
130554
+ id,
130555
+ reminderAt,
130556
+ });
130557
+ const data = response.documentReminder;
130558
+ return new DocumentPayload(this._request, data);
130559
+ });
130560
+ }
130561
+ }
129145
130562
  /**
129146
130563
  * A fetchable UpdateDocument Mutation
129147
130564
  *
@@ -132998,6 +134415,212 @@ class UpdateTemplateMutation extends Request {
132998
134415
  });
132999
134416
  }
133000
134417
  }
134418
+ /**
134419
+ * A fetchable CreateTimeSchedule Mutation
134420
+ *
134421
+ * @param request - function to call the graphql client
134422
+ */
134423
+ class CreateTimeScheduleMutation extends Request {
134424
+ constructor(request) {
134425
+ super(request);
134426
+ }
134427
+ /**
134428
+ * Call the CreateTimeSchedule mutation and return a TimeSchedulePayload
134429
+ *
134430
+ * @param input - required input to pass to createTimeSchedule
134431
+ * @returns parsed response from CreateTimeScheduleMutation
134432
+ */
134433
+ fetch(input) {
134434
+ return __awaiter(this, void 0, void 0, function* () {
134435
+ const response = yield this._request(CreateTimeScheduleDocument, {
134436
+ input,
134437
+ });
134438
+ const data = response.timeScheduleCreate;
134439
+ return new TimeSchedulePayload(this._request, data);
134440
+ });
134441
+ }
134442
+ }
134443
+ /**
134444
+ * A fetchable DeleteTimeSchedule Mutation
134445
+ *
134446
+ * @param request - function to call the graphql client
134447
+ */
134448
+ class DeleteTimeScheduleMutation extends Request {
134449
+ constructor(request) {
134450
+ super(request);
134451
+ }
134452
+ /**
134453
+ * Call the DeleteTimeSchedule mutation and return a DeletePayload
134454
+ *
134455
+ * @param id - required id to pass to deleteTimeSchedule
134456
+ * @returns parsed response from DeleteTimeScheduleMutation
134457
+ */
134458
+ fetch(id) {
134459
+ return __awaiter(this, void 0, void 0, function* () {
134460
+ const response = yield this._request(DeleteTimeScheduleDocument, {
134461
+ id,
134462
+ });
134463
+ const data = response.timeScheduleDelete;
134464
+ return new DeletePayload(this._request, data);
134465
+ });
134466
+ }
134467
+ }
134468
+ /**
134469
+ * A fetchable TimeScheduleRefreshIntegrationSchedule Mutation
134470
+ *
134471
+ * @param request - function to call the graphql client
134472
+ */
134473
+ class TimeScheduleRefreshIntegrationScheduleMutation extends Request {
134474
+ constructor(request) {
134475
+ super(request);
134476
+ }
134477
+ /**
134478
+ * Call the TimeScheduleRefreshIntegrationSchedule mutation and return a TimeSchedulePayload
134479
+ *
134480
+ * @param id - required id to pass to timeScheduleRefreshIntegrationSchedule
134481
+ * @returns parsed response from TimeScheduleRefreshIntegrationScheduleMutation
134482
+ */
134483
+ fetch(id) {
134484
+ return __awaiter(this, void 0, void 0, function* () {
134485
+ const response = yield this._request(TimeScheduleRefreshIntegrationScheduleDocument, {
134486
+ id,
134487
+ });
134488
+ const data = response.timeScheduleRefreshIntegrationSchedule;
134489
+ return new TimeSchedulePayload(this._request, data);
134490
+ });
134491
+ }
134492
+ }
134493
+ /**
134494
+ * A fetchable UpdateTimeSchedule Mutation
134495
+ *
134496
+ * @param request - function to call the graphql client
134497
+ */
134498
+ class UpdateTimeScheduleMutation extends Request {
134499
+ constructor(request) {
134500
+ super(request);
134501
+ }
134502
+ /**
134503
+ * Call the UpdateTimeSchedule mutation and return a TimeSchedulePayload
134504
+ *
134505
+ * @param id - required id to pass to updateTimeSchedule
134506
+ * @param input - required input to pass to updateTimeSchedule
134507
+ * @returns parsed response from UpdateTimeScheduleMutation
134508
+ */
134509
+ fetch(id, input) {
134510
+ return __awaiter(this, void 0, void 0, function* () {
134511
+ const response = yield this._request(UpdateTimeScheduleDocument, {
134512
+ id,
134513
+ input,
134514
+ });
134515
+ const data = response.timeScheduleUpdate;
134516
+ return new TimeSchedulePayload(this._request, data);
134517
+ });
134518
+ }
134519
+ }
134520
+ /**
134521
+ * A fetchable TimeScheduleUpsertExternal Mutation
134522
+ *
134523
+ * @param request - function to call the graphql client
134524
+ */
134525
+ class TimeScheduleUpsertExternalMutation extends Request {
134526
+ constructor(request) {
134527
+ super(request);
134528
+ }
134529
+ /**
134530
+ * Call the TimeScheduleUpsertExternal mutation and return a TimeSchedulePayload
134531
+ *
134532
+ * @param externalId - required externalId to pass to timeScheduleUpsertExternal
134533
+ * @param input - required input to pass to timeScheduleUpsertExternal
134534
+ * @returns parsed response from TimeScheduleUpsertExternalMutation
134535
+ */
134536
+ fetch(externalId, input) {
134537
+ return __awaiter(this, void 0, void 0, function* () {
134538
+ const response = yield this._request(TimeScheduleUpsertExternalDocument, {
134539
+ externalId,
134540
+ input,
134541
+ });
134542
+ const data = response.timeScheduleUpsertExternal;
134543
+ return new TimeSchedulePayload(this._request, data);
134544
+ });
134545
+ }
134546
+ }
134547
+ /**
134548
+ * A fetchable CreateTriageResponsibility Mutation
134549
+ *
134550
+ * @param request - function to call the graphql client
134551
+ */
134552
+ class CreateTriageResponsibilityMutation extends Request {
134553
+ constructor(request) {
134554
+ super(request);
134555
+ }
134556
+ /**
134557
+ * Call the CreateTriageResponsibility mutation and return a TriageResponsibilityPayload
134558
+ *
134559
+ * @param input - required input to pass to createTriageResponsibility
134560
+ * @returns parsed response from CreateTriageResponsibilityMutation
134561
+ */
134562
+ fetch(input) {
134563
+ return __awaiter(this, void 0, void 0, function* () {
134564
+ const response = yield this._request(CreateTriageResponsibilityDocument, {
134565
+ input,
134566
+ });
134567
+ const data = response.triageResponsibilityCreate;
134568
+ return new TriageResponsibilityPayload(this._request, data);
134569
+ });
134570
+ }
134571
+ }
134572
+ /**
134573
+ * A fetchable DeleteTriageResponsibility Mutation
134574
+ *
134575
+ * @param request - function to call the graphql client
134576
+ */
134577
+ class DeleteTriageResponsibilityMutation extends Request {
134578
+ constructor(request) {
134579
+ super(request);
134580
+ }
134581
+ /**
134582
+ * Call the DeleteTriageResponsibility mutation and return a DeletePayload
134583
+ *
134584
+ * @param id - required id to pass to deleteTriageResponsibility
134585
+ * @returns parsed response from DeleteTriageResponsibilityMutation
134586
+ */
134587
+ fetch(id) {
134588
+ return __awaiter(this, void 0, void 0, function* () {
134589
+ const response = yield this._request(DeleteTriageResponsibilityDocument, {
134590
+ id,
134591
+ });
134592
+ const data = response.triageResponsibilityDelete;
134593
+ return new DeletePayload(this._request, data);
134594
+ });
134595
+ }
134596
+ }
134597
+ /**
134598
+ * A fetchable UpdateTriageResponsibility Mutation
134599
+ *
134600
+ * @param request - function to call the graphql client
134601
+ */
134602
+ class UpdateTriageResponsibilityMutation extends Request {
134603
+ constructor(request) {
134604
+ super(request);
134605
+ }
134606
+ /**
134607
+ * Call the UpdateTriageResponsibility mutation and return a TriageResponsibilityPayload
134608
+ *
134609
+ * @param id - required id to pass to updateTriageResponsibility
134610
+ * @param input - required input to pass to updateTriageResponsibility
134611
+ * @returns parsed response from UpdateTriageResponsibilityMutation
134612
+ */
134613
+ fetch(id, input) {
134614
+ return __awaiter(this, void 0, void 0, function* () {
134615
+ const response = yield this._request(UpdateTriageResponsibilityDocument, {
134616
+ id,
134617
+ input,
134618
+ });
134619
+ const data = response.triageResponsibilityUpdate;
134620
+ return new TriageResponsibilityPayload(this._request, data);
134621
+ });
134622
+ }
134623
+ }
133001
134624
  /**
133002
134625
  * A fetchable UserDemoteAdmin Mutation
133003
134626
  *
@@ -135498,6 +137121,32 @@ class Team_WebhooksQuery extends Request {
135498
137121
  });
135499
137122
  }
135500
137123
  }
137124
+ /**
137125
+ * A fetchable TriageResponsibility_ManualSelection Query
137126
+ *
137127
+ * @param request - function to call the graphql client
137128
+ * @param id - required id to pass to triageResponsibility
137129
+ */
137130
+ class TriageResponsibility_ManualSelectionQuery extends Request {
137131
+ constructor(request, id) {
137132
+ super(request);
137133
+ this._id = id;
137134
+ }
137135
+ /**
137136
+ * Call the TriageResponsibility_ManualSelection query and return a TriageResponsibilityManualSelection
137137
+ *
137138
+ * @returns parsed response from TriageResponsibility_ManualSelectionQuery
137139
+ */
137140
+ fetch() {
137141
+ return __awaiter(this, void 0, void 0, function* () {
137142
+ const response = yield this._request(TriageResponsibility_ManualSelectionDocument, {
137143
+ id: this._id,
137144
+ });
137145
+ const data = response.triageResponsibility.manualSelection;
137146
+ return data ? new TriageResponsibilityManualSelection(this._request, data) : undefined;
137147
+ });
137148
+ }
137149
+ }
135501
137150
  /**
135502
137151
  * A fetchable User_AssignedIssues Query
135503
137152
  *
@@ -135916,6 +137565,15 @@ class LinearSdk extends Request {
135916
137565
  cycles(variables) {
135917
137566
  return new CyclesQuery(this._request).fetch(variables);
135918
137567
  }
137568
+ /**
137569
+ * One specific diary entry.
137570
+ *
137571
+ * @param id - required id to pass to diaryEntry
137572
+ * @returns DiaryEntry
137573
+ */
137574
+ diaryEntry(id) {
137575
+ return new DiaryEntryQuery(this._request).fetch(id);
137576
+ }
135919
137577
  /**
135920
137578
  * One specific document.
135921
137579
  *
@@ -136523,6 +138181,42 @@ class LinearSdk extends Request {
136523
138181
  templatesForIntegration(integrationType) {
136524
138182
  return new TemplatesForIntegrationQuery(this._request).fetch(integrationType);
136525
138183
  }
138184
+ /**
138185
+ * A specific time schedule.
138186
+ *
138187
+ * @param id - required id to pass to timeSchedule
138188
+ * @returns TimeSchedule
138189
+ */
138190
+ timeSchedule(id) {
138191
+ return new TimeScheduleQuery(this._request).fetch(id);
138192
+ }
138193
+ /**
138194
+ * All time schedules.
138195
+ *
138196
+ * @param variables - variables to pass into the TimeSchedulesQuery
138197
+ * @returns TimeScheduleConnection
138198
+ */
138199
+ timeSchedules(variables) {
138200
+ return new TimeSchedulesQuery(this._request).fetch(variables);
138201
+ }
138202
+ /**
138203
+ * All triage responsibilities.
138204
+ *
138205
+ * @param variables - variables to pass into the TriageResponsibilitiesQuery
138206
+ * @returns TriageResponsibilityConnection
138207
+ */
138208
+ triageResponsibilities(variables) {
138209
+ return new TriageResponsibilitiesQuery(this._request).fetch(variables);
138210
+ }
138211
+ /**
138212
+ * A specific triage responsibility.
138213
+ *
138214
+ * @param id - required id to pass to triageResponsibility
138215
+ * @returns TriageResponsibility
138216
+ */
138217
+ triageResponsibility(id) {
138218
+ return new TriageResponsibilityQuery(this._request).fetch(id);
138219
+ }
136526
138220
  /**
136527
138221
  * One specific user.
136528
138222
  *
@@ -136920,6 +138614,34 @@ class LinearSdk extends Request {
136920
138614
  updateCycle(id, input) {
136921
138615
  return new UpdateCycleMutation(this._request).fetch(id, input);
136922
138616
  }
138617
+ /**
138618
+ * Creates a new diary entry.
138619
+ *
138620
+ * @param input - required input to pass to createDiaryEntry
138621
+ * @returns DiaryEntryPayload
138622
+ */
138623
+ createDiaryEntry(input) {
138624
+ return new CreateDiaryEntryMutation(this._request).fetch(input);
138625
+ }
138626
+ /**
138627
+ * Deletes a diaryEntry.
138628
+ *
138629
+ * @param id - required id to pass to deleteDiaryEntry
138630
+ * @returns DeletePayload
138631
+ */
138632
+ deleteDiaryEntry(id) {
138633
+ return new DeleteDiaryEntryMutation(this._request).fetch(id);
138634
+ }
138635
+ /**
138636
+ * Updates a diaryEntry.
138637
+ *
138638
+ * @param id - required id to pass to updateDiaryEntry
138639
+ * @param input - required input to pass to updateDiaryEntry
138640
+ * @returns DiaryEntryPayload
138641
+ */
138642
+ updateDiaryEntry(id, input) {
138643
+ return new UpdateDiaryEntryMutation(this._request).fetch(id, input);
138644
+ }
136923
138645
  /**
136924
138646
  * Creates a new document.
136925
138647
  *
@@ -136938,6 +138660,16 @@ class LinearSdk extends Request {
136938
138660
  deleteDocument(id) {
136939
138661
  return new DeleteDocumentMutation(this._request).fetch(id);
136940
138662
  }
138663
+ /**
138664
+ * Adds a document reminder. Will cause a notification to be sent when the issue reminder time is reached.
138665
+ *
138666
+ * @param id - required id to pass to documentReminder
138667
+ * @param reminderAt - required reminderAt to pass to documentReminder
138668
+ * @returns DocumentPayload
138669
+ */
138670
+ documentReminder(id, reminderAt) {
138671
+ return new DocumentReminderMutation(this._request).fetch(id, reminderAt);
138672
+ }
136941
138673
  /**
136942
138674
  * Updates a document.
136943
138675
  *
@@ -138370,6 +140102,81 @@ class LinearSdk extends Request {
138370
140102
  updateTemplate(id, input) {
138371
140103
  return new UpdateTemplateMutation(this._request).fetch(id, input);
138372
140104
  }
140105
+ /**
140106
+ * Creates a new time schedule.
140107
+ *
140108
+ * @param input - required input to pass to createTimeSchedule
140109
+ * @returns TimeSchedulePayload
140110
+ */
140111
+ createTimeSchedule(input) {
140112
+ return new CreateTimeScheduleMutation(this._request).fetch(input);
140113
+ }
140114
+ /**
140115
+ * Deletes a time schedule.
140116
+ *
140117
+ * @param id - required id to pass to deleteTimeSchedule
140118
+ * @returns DeletePayload
140119
+ */
140120
+ deleteTimeSchedule(id) {
140121
+ return new DeleteTimeScheduleMutation(this._request).fetch(id);
140122
+ }
140123
+ /**
140124
+ * Refresh the integration schedule information.
140125
+ *
140126
+ * @param id - required id to pass to timeScheduleRefreshIntegrationSchedule
140127
+ * @returns TimeSchedulePayload
140128
+ */
140129
+ timeScheduleRefreshIntegrationSchedule(id) {
140130
+ return new TimeScheduleRefreshIntegrationScheduleMutation(this._request).fetch(id);
140131
+ }
140132
+ /**
140133
+ * Updates a time schedule.
140134
+ *
140135
+ * @param id - required id to pass to updateTimeSchedule
140136
+ * @param input - required input to pass to updateTimeSchedule
140137
+ * @returns TimeSchedulePayload
140138
+ */
140139
+ updateTimeSchedule(id, input) {
140140
+ return new UpdateTimeScheduleMutation(this._request).fetch(id, input);
140141
+ }
140142
+ /**
140143
+ * Upsert an external time schedule.
140144
+ *
140145
+ * @param externalId - required externalId to pass to timeScheduleUpsertExternal
140146
+ * @param input - required input to pass to timeScheduleUpsertExternal
140147
+ * @returns TimeSchedulePayload
140148
+ */
140149
+ timeScheduleUpsertExternal(externalId, input) {
140150
+ return new TimeScheduleUpsertExternalMutation(this._request).fetch(externalId, input);
140151
+ }
140152
+ /**
140153
+ * Creates a new triage responsibility.
140154
+ *
140155
+ * @param input - required input to pass to createTriageResponsibility
140156
+ * @returns TriageResponsibilityPayload
140157
+ */
140158
+ createTriageResponsibility(input) {
140159
+ return new CreateTriageResponsibilityMutation(this._request).fetch(input);
140160
+ }
140161
+ /**
140162
+ * Deletes a triage responsibility.
140163
+ *
140164
+ * @param id - required id to pass to deleteTriageResponsibility
140165
+ * @returns DeletePayload
140166
+ */
140167
+ deleteTriageResponsibility(id) {
140168
+ return new DeleteTriageResponsibilityMutation(this._request).fetch(id);
140169
+ }
140170
+ /**
140171
+ * Updates an existing triage responsibility.
140172
+ *
140173
+ * @param id - required id to pass to updateTriageResponsibility
140174
+ * @param input - required input to pass to updateTriageResponsibility
140175
+ * @returns TriageResponsibilityPayload
140176
+ */
140177
+ updateTriageResponsibility(id, input) {
140178
+ return new UpdateTriageResponsibilityMutation(this._request).fetch(id, input);
140179
+ }
138373
140180
  /**
138374
140181
  * Makes user a regular user. Can only be called by an admin.
138375
140182
  *
@@ -138658,5 +140465,5 @@ class LinearWebhooks {
138658
140465
  }
138659
140466
  }
138660
140467
 
138661
- export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationExistsPayload, AuthOrganizationInvite, AuthOrganizationPayload, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectStatus, ProjectStatusConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_StatusQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, 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, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesValues, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
140468
+ export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationExistsPayload, AuthOrganizationInvite, AuthOrganizationPayload, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDiaryEntryMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDiaryEntryMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, DiaryEntry, DiaryEntryConnection, DiaryEntryPayload, DiaryEntryQuery, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentReminderMutation, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectStatus, ProjectStatusConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_StatusQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Reminder, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, 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, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDiaryEntryMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesValues, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
138662
140469
  //# sourceMappingURL=index-es.js.map