@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-umd.js CHANGED
@@ -9,7 +9,7 @@
9
9
  var crypto__default = /*#__PURE__*/_interopDefaultLegacy(crypto);
10
10
 
11
11
  (function() {
12
- const env = {"npm_package_name":"@linear/sdk","npm_package_version":"20.0.0"};
12
+ const env = {"npm_package_name":"@linear/sdk","npm_package_version":"21.0.0"};
13
13
  try {
14
14
  if (process) {
15
15
  process.env = Object.assign({}, process.env);
@@ -2986,6 +2986,60 @@
2986
2986
  },
2987
2987
  ],
2988
2988
  };
2989
+ const ReminderFragmentDoc = {
2990
+ kind: "Document",
2991
+ definitions: [
2992
+ {
2993
+ kind: "FragmentDefinition",
2994
+ name: { kind: "Name", value: "Reminder" },
2995
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Reminder" } },
2996
+ selectionSet: {
2997
+ kind: "SelectionSet",
2998
+ selections: [
2999
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3000
+ {
3001
+ kind: "Field",
3002
+ name: { kind: "Name", value: "documentId" },
3003
+ selectionSet: {
3004
+ kind: "SelectionSet",
3005
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3006
+ },
3007
+ },
3008
+ {
3009
+ kind: "Field",
3010
+ name: { kind: "Name", value: "issueId" },
3011
+ selectionSet: {
3012
+ kind: "SelectionSet",
3013
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3014
+ },
3015
+ },
3016
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
3017
+ {
3018
+ kind: "Field",
3019
+ name: { kind: "Name", value: "projectId" },
3020
+ selectionSet: {
3021
+ kind: "SelectionSet",
3022
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3023
+ },
3024
+ },
3025
+ { kind: "Field", name: { kind: "Name", value: "comment" } },
3026
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
3027
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
3028
+ { kind: "Field", name: { kind: "Name", value: "remindAt" } },
3029
+ { kind: "Field", name: { kind: "Name", value: "id" } },
3030
+ {
3031
+ kind: "Field",
3032
+ name: { kind: "Name", value: "user" },
3033
+ selectionSet: {
3034
+ kind: "SelectionSet",
3035
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3036
+ },
3037
+ },
3038
+ ],
3039
+ },
3040
+ },
3041
+ ],
3042
+ };
2989
3043
  const TeamNotificationSubscriptionFragmentDoc = {
2990
3044
  kind: "Document",
2991
3045
  definitions: [
@@ -5625,6 +5679,94 @@
5625
5679
  },
5626
5680
  ],
5627
5681
  };
5682
+ const DiaryEntryFragmentDoc = {
5683
+ kind: "Document",
5684
+ definitions: [
5685
+ {
5686
+ kind: "FragmentDefinition",
5687
+ name: { kind: "Name", value: "DiaryEntry" },
5688
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntry" } },
5689
+ selectionSet: {
5690
+ kind: "SelectionSet",
5691
+ selections: [
5692
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
5693
+ { kind: "Field", name: { kind: "Name", value: "url" } },
5694
+ { kind: "Field", name: { kind: "Name", value: "date" } },
5695
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
5696
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
5697
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
5698
+ { kind: "Field", name: { kind: "Name", value: "id" } },
5699
+ {
5700
+ kind: "Field",
5701
+ name: { kind: "Name", value: "user" },
5702
+ selectionSet: {
5703
+ kind: "SelectionSet",
5704
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5705
+ },
5706
+ },
5707
+ ],
5708
+ },
5709
+ },
5710
+ ],
5711
+ };
5712
+ const DiaryEntryConnectionFragmentDoc = {
5713
+ kind: "Document",
5714
+ definitions: [
5715
+ {
5716
+ kind: "FragmentDefinition",
5717
+ name: { kind: "Name", value: "DiaryEntryConnection" },
5718
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryConnection" } },
5719
+ selectionSet: {
5720
+ kind: "SelectionSet",
5721
+ selections: [
5722
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
5723
+ {
5724
+ kind: "Field",
5725
+ name: { kind: "Name", value: "nodes" },
5726
+ selectionSet: {
5727
+ kind: "SelectionSet",
5728
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntry" } }],
5729
+ },
5730
+ },
5731
+ {
5732
+ kind: "Field",
5733
+ name: { kind: "Name", value: "pageInfo" },
5734
+ selectionSet: {
5735
+ kind: "SelectionSet",
5736
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
5737
+ },
5738
+ },
5739
+ ],
5740
+ },
5741
+ },
5742
+ ],
5743
+ };
5744
+ const DiaryEntryPayloadFragmentDoc = {
5745
+ kind: "Document",
5746
+ definitions: [
5747
+ {
5748
+ kind: "FragmentDefinition",
5749
+ name: { kind: "Name", value: "DiaryEntryPayload" },
5750
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryPayload" } },
5751
+ selectionSet: {
5752
+ kind: "SelectionSet",
5753
+ selections: [
5754
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
5755
+ {
5756
+ kind: "Field",
5757
+ name: { kind: "Name", value: "diaryEntry" },
5758
+ selectionSet: {
5759
+ kind: "SelectionSet",
5760
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5761
+ },
5762
+ },
5763
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
5764
+ { kind: "Field", name: { kind: "Name", value: "success" } },
5765
+ ],
5766
+ },
5767
+ },
5768
+ ],
5769
+ };
5628
5770
  const DocumentFragmentDoc = {
5629
5771
  kind: "Document",
5630
5772
  definitions: [
@@ -10470,6 +10612,7 @@
10470
10612
  { kind: "Field", name: { kind: "Name", value: "type" } },
10471
10613
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
10472
10614
  { kind: "Field", name: { kind: "Name", value: "name" } },
10615
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
10473
10616
  {
10474
10617
  kind: "Field",
10475
10618
  name: { kind: "Name", value: "team" },
@@ -14566,13 +14709,13 @@
14566
14709
  ...PageInfoFragmentDoc.definitions,
14567
14710
  ],
14568
14711
  };
14569
- const DocumentDocument = {
14712
+ const DiaryEntryDocument = {
14570
14713
  kind: "Document",
14571
14714
  definitions: [
14572
14715
  {
14573
14716
  kind: "OperationDefinition",
14574
14717
  operation: "query",
14575
- name: { kind: "Name", value: "document" },
14718
+ name: { kind: "Name", value: "diaryEntry" },
14576
14719
  variableDefinitions: [
14577
14720
  {
14578
14721
  kind: "VariableDefinition",
@@ -14585,7 +14728,7 @@
14585
14728
  selections: [
14586
14729
  {
14587
14730
  kind: "Field",
14588
- name: { kind: "Name", value: "document" },
14731
+ name: { kind: "Name", value: "diaryEntry" },
14589
14732
  arguments: [
14590
14733
  {
14591
14734
  kind: "Argument",
@@ -14595,22 +14738,22 @@
14595
14738
  ],
14596
14739
  selectionSet: {
14597
14740
  kind: "SelectionSet",
14598
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Document" } }],
14741
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntry" } }],
14599
14742
  },
14600
14743
  },
14601
14744
  ],
14602
14745
  },
14603
14746
  },
14604
- ...DocumentFragmentDoc.definitions,
14747
+ ...DiaryEntryFragmentDoc.definitions,
14605
14748
  ],
14606
14749
  };
14607
- const DocumentContentHistoryDocument = {
14750
+ const DocumentDocument = {
14608
14751
  kind: "Document",
14609
14752
  definitions: [
14610
14753
  {
14611
14754
  kind: "OperationDefinition",
14612
14755
  operation: "query",
14613
- name: { kind: "Name", value: "documentContentHistory" },
14756
+ name: { kind: "Name", value: "document" },
14614
14757
  variableDefinitions: [
14615
14758
  {
14616
14759
  kind: "VariableDefinition",
@@ -14623,7 +14766,7 @@
14623
14766
  selections: [
14624
14767
  {
14625
14768
  kind: "Field",
14626
- name: { kind: "Name", value: "documentContentHistory" },
14769
+ name: { kind: "Name", value: "document" },
14627
14770
  arguments: [
14628
14771
  {
14629
14772
  kind: "Argument",
@@ -14633,123 +14776,22 @@
14633
14776
  ],
14634
14777
  selectionSet: {
14635
14778
  kind: "SelectionSet",
14636
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentContentHistoryPayload" } }],
14637
- },
14638
- },
14639
- ],
14640
- },
14641
- },
14642
- ...DocumentContentHistoryPayloadFragmentDoc.definitions,
14643
- ...DocumentContentHistoryTypeFragmentDoc.definitions,
14644
- ],
14645
- };
14646
- const DocumentsDocument = {
14647
- kind: "Document",
14648
- definitions: [
14649
- {
14650
- kind: "OperationDefinition",
14651
- operation: "query",
14652
- name: { kind: "Name", value: "documents" },
14653
- variableDefinitions: [
14654
- {
14655
- kind: "VariableDefinition",
14656
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
14657
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
14658
- },
14659
- {
14660
- kind: "VariableDefinition",
14661
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
14662
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
14663
- },
14664
- {
14665
- kind: "VariableDefinition",
14666
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
14667
- type: { kind: "NamedType", name: { kind: "Name", value: "DocumentFilter" } },
14668
- },
14669
- {
14670
- kind: "VariableDefinition",
14671
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
14672
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
14673
- },
14674
- {
14675
- kind: "VariableDefinition",
14676
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
14677
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
14678
- },
14679
- {
14680
- kind: "VariableDefinition",
14681
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
14682
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
14683
- },
14684
- {
14685
- kind: "VariableDefinition",
14686
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
14687
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
14688
- },
14689
- ],
14690
- selectionSet: {
14691
- kind: "SelectionSet",
14692
- selections: [
14693
- {
14694
- kind: "Field",
14695
- name: { kind: "Name", value: "documents" },
14696
- arguments: [
14697
- {
14698
- kind: "Argument",
14699
- name: { kind: "Name", value: "after" },
14700
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
14701
- },
14702
- {
14703
- kind: "Argument",
14704
- name: { kind: "Name", value: "before" },
14705
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
14706
- },
14707
- {
14708
- kind: "Argument",
14709
- name: { kind: "Name", value: "filter" },
14710
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
14711
- },
14712
- {
14713
- kind: "Argument",
14714
- name: { kind: "Name", value: "first" },
14715
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
14716
- },
14717
- {
14718
- kind: "Argument",
14719
- name: { kind: "Name", value: "includeArchived" },
14720
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
14721
- },
14722
- {
14723
- kind: "Argument",
14724
- name: { kind: "Name", value: "last" },
14725
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
14726
- },
14727
- {
14728
- kind: "Argument",
14729
- name: { kind: "Name", value: "orderBy" },
14730
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
14731
- },
14732
- ],
14733
- selectionSet: {
14734
- kind: "SelectionSet",
14735
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
14779
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Document" } }],
14736
14780
  },
14737
14781
  },
14738
14782
  ],
14739
14783
  },
14740
14784
  },
14741
- ...DocumentConnectionFragmentDoc.definitions,
14742
14785
  ...DocumentFragmentDoc.definitions,
14743
- ...PageInfoFragmentDoc.definitions,
14744
14786
  ],
14745
14787
  };
14746
- const EmojiDocument = {
14788
+ const DocumentContentHistoryDocument = {
14747
14789
  kind: "Document",
14748
14790
  definitions: [
14749
14791
  {
14750
14792
  kind: "OperationDefinition",
14751
14793
  operation: "query",
14752
- name: { kind: "Name", value: "emoji" },
14794
+ name: { kind: "Name", value: "documentContentHistory" },
14753
14795
  variableDefinitions: [
14754
14796
  {
14755
14797
  kind: "VariableDefinition",
@@ -14762,7 +14804,7 @@
14762
14804
  selections: [
14763
14805
  {
14764
14806
  kind: "Field",
14765
- name: { kind: "Name", value: "emoji" },
14807
+ name: { kind: "Name", value: "documentContentHistory" },
14766
14808
  arguments: [
14767
14809
  {
14768
14810
  kind: "Argument",
@@ -14772,22 +14814,161 @@
14772
14814
  ],
14773
14815
  selectionSet: {
14774
14816
  kind: "SelectionSet",
14775
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Emoji" } }],
14817
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentContentHistoryPayload" } }],
14776
14818
  },
14777
14819
  },
14778
14820
  ],
14779
14821
  },
14780
14822
  },
14781
- ...EmojiFragmentDoc.definitions,
14823
+ ...DocumentContentHistoryPayloadFragmentDoc.definitions,
14824
+ ...DocumentContentHistoryTypeFragmentDoc.definitions,
14782
14825
  ],
14783
14826
  };
14784
- const EmojisDocument = {
14827
+ const DocumentsDocument = {
14785
14828
  kind: "Document",
14786
14829
  definitions: [
14787
14830
  {
14788
14831
  kind: "OperationDefinition",
14789
14832
  operation: "query",
14790
- name: { kind: "Name", value: "emojis" },
14833
+ name: { kind: "Name", value: "documents" },
14834
+ variableDefinitions: [
14835
+ {
14836
+ kind: "VariableDefinition",
14837
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
14838
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
14839
+ },
14840
+ {
14841
+ kind: "VariableDefinition",
14842
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
14843
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
14844
+ },
14845
+ {
14846
+ kind: "VariableDefinition",
14847
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
14848
+ type: { kind: "NamedType", name: { kind: "Name", value: "DocumentFilter" } },
14849
+ },
14850
+ {
14851
+ kind: "VariableDefinition",
14852
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
14853
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
14854
+ },
14855
+ {
14856
+ kind: "VariableDefinition",
14857
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
14858
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
14859
+ },
14860
+ {
14861
+ kind: "VariableDefinition",
14862
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
14863
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
14864
+ },
14865
+ {
14866
+ kind: "VariableDefinition",
14867
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
14868
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
14869
+ },
14870
+ ],
14871
+ selectionSet: {
14872
+ kind: "SelectionSet",
14873
+ selections: [
14874
+ {
14875
+ kind: "Field",
14876
+ name: { kind: "Name", value: "documents" },
14877
+ arguments: [
14878
+ {
14879
+ kind: "Argument",
14880
+ name: { kind: "Name", value: "after" },
14881
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
14882
+ },
14883
+ {
14884
+ kind: "Argument",
14885
+ name: { kind: "Name", value: "before" },
14886
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
14887
+ },
14888
+ {
14889
+ kind: "Argument",
14890
+ name: { kind: "Name", value: "filter" },
14891
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
14892
+ },
14893
+ {
14894
+ kind: "Argument",
14895
+ name: { kind: "Name", value: "first" },
14896
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
14897
+ },
14898
+ {
14899
+ kind: "Argument",
14900
+ name: { kind: "Name", value: "includeArchived" },
14901
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
14902
+ },
14903
+ {
14904
+ kind: "Argument",
14905
+ name: { kind: "Name", value: "last" },
14906
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
14907
+ },
14908
+ {
14909
+ kind: "Argument",
14910
+ name: { kind: "Name", value: "orderBy" },
14911
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
14912
+ },
14913
+ ],
14914
+ selectionSet: {
14915
+ kind: "SelectionSet",
14916
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
14917
+ },
14918
+ },
14919
+ ],
14920
+ },
14921
+ },
14922
+ ...DocumentConnectionFragmentDoc.definitions,
14923
+ ...DocumentFragmentDoc.definitions,
14924
+ ...PageInfoFragmentDoc.definitions,
14925
+ ],
14926
+ };
14927
+ const EmojiDocument = {
14928
+ kind: "Document",
14929
+ definitions: [
14930
+ {
14931
+ kind: "OperationDefinition",
14932
+ operation: "query",
14933
+ name: { kind: "Name", value: "emoji" },
14934
+ variableDefinitions: [
14935
+ {
14936
+ kind: "VariableDefinition",
14937
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
14938
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
14939
+ },
14940
+ ],
14941
+ selectionSet: {
14942
+ kind: "SelectionSet",
14943
+ selections: [
14944
+ {
14945
+ kind: "Field",
14946
+ name: { kind: "Name", value: "emoji" },
14947
+ arguments: [
14948
+ {
14949
+ kind: "Argument",
14950
+ name: { kind: "Name", value: "id" },
14951
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
14952
+ },
14953
+ ],
14954
+ selectionSet: {
14955
+ kind: "SelectionSet",
14956
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Emoji" } }],
14957
+ },
14958
+ },
14959
+ ],
14960
+ },
14961
+ },
14962
+ ...EmojiFragmentDoc.definitions,
14963
+ ],
14964
+ };
14965
+ const EmojisDocument = {
14966
+ kind: "Document",
14967
+ definitions: [
14968
+ {
14969
+ kind: "OperationDefinition",
14970
+ operation: "query",
14971
+ name: { kind: "Name", value: "emojis" },
14791
14972
  variableDefinitions: [
14792
14973
  {
14793
14974
  kind: "VariableDefinition",
@@ -24573,13 +24754,13 @@
24573
24754
  ...TemplateFragmentDoc.definitions,
24574
24755
  ],
24575
24756
  };
24576
- const UserDocument = {
24757
+ const TimeScheduleDocument = {
24577
24758
  kind: "Document",
24578
24759
  definitions: [
24579
24760
  {
24580
24761
  kind: "OperationDefinition",
24581
24762
  operation: "query",
24582
- name: { kind: "Name", value: "user" },
24763
+ name: { kind: "Name", value: "timeSchedule" },
24583
24764
  variableDefinitions: [
24584
24765
  {
24585
24766
  kind: "VariableDefinition",
@@ -24592,7 +24773,7 @@
24592
24773
  selections: [
24593
24774
  {
24594
24775
  kind: "Field",
24595
- name: { kind: "Name", value: "user" },
24776
+ name: { kind: "Name", value: "timeSchedule" },
24596
24777
  arguments: [
24597
24778
  {
24598
24779
  kind: "Argument",
@@ -24602,28 +24783,24 @@
24602
24783
  ],
24603
24784
  selectionSet: {
24604
24785
  kind: "SelectionSet",
24605
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
24786
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedule" } }],
24606
24787
  },
24607
24788
  },
24608
24789
  ],
24609
24790
  },
24610
24791
  },
24611
- ...UserFragmentDoc.definitions,
24792
+ ...TimeScheduleFragmentDoc.definitions,
24793
+ ...TimeScheduleEntryFragmentDoc.definitions,
24612
24794
  ],
24613
24795
  };
24614
- const User_AssignedIssuesDocument = {
24796
+ const TimeSchedulesDocument = {
24615
24797
  kind: "Document",
24616
24798
  definitions: [
24617
24799
  {
24618
24800
  kind: "OperationDefinition",
24619
24801
  operation: "query",
24620
- name: { kind: "Name", value: "user_assignedIssues" },
24802
+ name: { kind: "Name", value: "timeSchedules" },
24621
24803
  variableDefinitions: [
24622
- {
24623
- kind: "VariableDefinition",
24624
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
24625
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
24626
- },
24627
24804
  {
24628
24805
  kind: "VariableDefinition",
24629
24806
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -24634,11 +24811,6 @@
24634
24811
  variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
24635
24812
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24636
24813
  },
24637
- {
24638
- kind: "VariableDefinition",
24639
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
24640
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
24641
- },
24642
24814
  {
24643
24815
  kind: "VariableDefinition",
24644
24816
  variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
@@ -24665,209 +24837,527 @@
24665
24837
  selections: [
24666
24838
  {
24667
24839
  kind: "Field",
24668
- name: { kind: "Name", value: "user" },
24840
+ name: { kind: "Name", value: "timeSchedules" },
24669
24841
  arguments: [
24670
24842
  {
24671
24843
  kind: "Argument",
24672
- name: { kind: "Name", value: "id" },
24673
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
24844
+ name: { kind: "Name", value: "after" },
24845
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
24674
24846
  },
24675
- ],
24676
- selectionSet: {
24677
- kind: "SelectionSet",
24678
- selections: [
24679
- {
24680
- kind: "Field",
24681
- name: { kind: "Name", value: "assignedIssues" },
24682
- arguments: [
24683
- {
24684
- kind: "Argument",
24685
- name: { kind: "Name", value: "after" },
24686
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
24687
- },
24688
- {
24689
- kind: "Argument",
24690
- name: { kind: "Name", value: "before" },
24691
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
24692
- },
24693
- {
24694
- kind: "Argument",
24695
- name: { kind: "Name", value: "filter" },
24696
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
24697
- },
24698
- {
24699
- kind: "Argument",
24700
- name: { kind: "Name", value: "first" },
24701
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
24702
- },
24703
- {
24704
- kind: "Argument",
24705
- name: { kind: "Name", value: "includeArchived" },
24706
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24707
- },
24708
- {
24709
- kind: "Argument",
24710
- name: { kind: "Name", value: "last" },
24711
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
24712
- },
24713
- {
24714
- kind: "Argument",
24715
- name: { kind: "Name", value: "orderBy" },
24716
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24717
- },
24718
- ],
24719
- selectionSet: {
24720
- kind: "SelectionSet",
24721
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
24722
- },
24723
- },
24724
- ],
24725
- },
24726
- },
24727
- ],
24728
- },
24729
- },
24730
- ...IssueConnectionFragmentDoc.definitions,
24731
- ...IssueFragmentDoc.definitions,
24732
- ...ActorBotFragmentDoc.definitions,
24733
- ...PageInfoFragmentDoc.definitions,
24734
- ],
24735
- };
24736
- const User_CreatedIssuesDocument = {
24737
- kind: "Document",
24738
- definitions: [
24739
- {
24740
- kind: "OperationDefinition",
24741
- operation: "query",
24742
- name: { kind: "Name", value: "user_createdIssues" },
24743
- variableDefinitions: [
24744
- {
24745
- kind: "VariableDefinition",
24746
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
24747
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
24748
- },
24749
- {
24750
- kind: "VariableDefinition",
24751
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
24752
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24753
- },
24754
- {
24755
- kind: "VariableDefinition",
24756
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
24757
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24758
- },
24759
- {
24760
- kind: "VariableDefinition",
24761
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
24762
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
24763
- },
24764
- {
24765
- kind: "VariableDefinition",
24766
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
24767
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24768
- },
24769
- {
24770
- kind: "VariableDefinition",
24771
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24772
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
24773
- },
24774
- {
24775
- kind: "VariableDefinition",
24776
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
24777
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24778
- },
24779
- {
24780
- kind: "VariableDefinition",
24781
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24782
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
24783
- },
24784
- ],
24785
- selectionSet: {
24786
- kind: "SelectionSet",
24787
- selections: [
24788
- {
24789
- kind: "Field",
24790
- name: { kind: "Name", value: "user" },
24791
- arguments: [
24792
24847
  {
24793
24848
  kind: "Argument",
24794
- name: { kind: "Name", value: "id" },
24795
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
24849
+ name: { kind: "Name", value: "before" },
24850
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
24851
+ },
24852
+ {
24853
+ kind: "Argument",
24854
+ name: { kind: "Name", value: "first" },
24855
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
24856
+ },
24857
+ {
24858
+ kind: "Argument",
24859
+ name: { kind: "Name", value: "includeArchived" },
24860
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24861
+ },
24862
+ {
24863
+ kind: "Argument",
24864
+ name: { kind: "Name", value: "last" },
24865
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
24866
+ },
24867
+ {
24868
+ kind: "Argument",
24869
+ name: { kind: "Name", value: "orderBy" },
24870
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24796
24871
  },
24797
24872
  ],
24798
24873
  selectionSet: {
24799
24874
  kind: "SelectionSet",
24800
- selections: [
24801
- {
24802
- kind: "Field",
24803
- name: { kind: "Name", value: "createdIssues" },
24804
- arguments: [
24805
- {
24806
- kind: "Argument",
24807
- name: { kind: "Name", value: "after" },
24808
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
24809
- },
24810
- {
24811
- kind: "Argument",
24812
- name: { kind: "Name", value: "before" },
24813
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
24814
- },
24815
- {
24816
- kind: "Argument",
24817
- name: { kind: "Name", value: "filter" },
24818
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
24819
- },
24820
- {
24821
- kind: "Argument",
24822
- name: { kind: "Name", value: "first" },
24823
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
24824
- },
24825
- {
24826
- kind: "Argument",
24827
- name: { kind: "Name", value: "includeArchived" },
24828
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24829
- },
24830
- {
24831
- kind: "Argument",
24832
- name: { kind: "Name", value: "last" },
24833
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
24834
- },
24835
- {
24836
- kind: "Argument",
24837
- name: { kind: "Name", value: "orderBy" },
24838
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24839
- },
24840
- ],
24841
- selectionSet: {
24842
- kind: "SelectionSet",
24843
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
24844
- },
24845
- },
24846
- ],
24875
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeScheduleConnection" } }],
24847
24876
  },
24848
24877
  },
24849
24878
  ],
24850
24879
  },
24851
24880
  },
24852
- ...IssueConnectionFragmentDoc.definitions,
24853
- ...IssueFragmentDoc.definitions,
24854
- ...ActorBotFragmentDoc.definitions,
24881
+ ...TimeScheduleConnectionFragmentDoc.definitions,
24882
+ ...TimeScheduleFragmentDoc.definitions,
24883
+ ...TimeScheduleEntryFragmentDoc.definitions,
24855
24884
  ...PageInfoFragmentDoc.definitions,
24856
24885
  ],
24857
24886
  };
24858
- const User_TeamMembershipsDocument = {
24887
+ const TriageResponsibilitiesDocument = {
24859
24888
  kind: "Document",
24860
24889
  definitions: [
24861
24890
  {
24862
24891
  kind: "OperationDefinition",
24863
24892
  operation: "query",
24864
- name: { kind: "Name", value: "user_teamMemberships" },
24893
+ name: { kind: "Name", value: "triageResponsibilities" },
24865
24894
  variableDefinitions: [
24866
- {
24867
- kind: "VariableDefinition",
24868
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
24869
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
24870
- },
24895
+ {
24896
+ kind: "VariableDefinition",
24897
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
24898
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24899
+ },
24900
+ {
24901
+ kind: "VariableDefinition",
24902
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
24903
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24904
+ },
24905
+ {
24906
+ kind: "VariableDefinition",
24907
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
24908
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24909
+ },
24910
+ {
24911
+ kind: "VariableDefinition",
24912
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24913
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
24914
+ },
24915
+ {
24916
+ kind: "VariableDefinition",
24917
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
24918
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24919
+ },
24920
+ {
24921
+ kind: "VariableDefinition",
24922
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24923
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
24924
+ },
24925
+ ],
24926
+ selectionSet: {
24927
+ kind: "SelectionSet",
24928
+ selections: [
24929
+ {
24930
+ kind: "Field",
24931
+ name: { kind: "Name", value: "triageResponsibilities" },
24932
+ arguments: [
24933
+ {
24934
+ kind: "Argument",
24935
+ name: { kind: "Name", value: "after" },
24936
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
24937
+ },
24938
+ {
24939
+ kind: "Argument",
24940
+ name: { kind: "Name", value: "before" },
24941
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
24942
+ },
24943
+ {
24944
+ kind: "Argument",
24945
+ name: { kind: "Name", value: "first" },
24946
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
24947
+ },
24948
+ {
24949
+ kind: "Argument",
24950
+ name: { kind: "Name", value: "includeArchived" },
24951
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24952
+ },
24953
+ {
24954
+ kind: "Argument",
24955
+ name: { kind: "Name", value: "last" },
24956
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
24957
+ },
24958
+ {
24959
+ kind: "Argument",
24960
+ name: { kind: "Name", value: "orderBy" },
24961
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24962
+ },
24963
+ ],
24964
+ selectionSet: {
24965
+ kind: "SelectionSet",
24966
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityConnection" } }],
24967
+ },
24968
+ },
24969
+ ],
24970
+ },
24971
+ },
24972
+ ...TriageResponsibilityConnectionFragmentDoc.definitions,
24973
+ ...TriageResponsibilityFragmentDoc.definitions,
24974
+ ...TriageResponsibilityManualSelectionFragmentDoc.definitions,
24975
+ ...PageInfoFragmentDoc.definitions,
24976
+ ],
24977
+ };
24978
+ const TriageResponsibilityDocument = {
24979
+ kind: "Document",
24980
+ definitions: [
24981
+ {
24982
+ kind: "OperationDefinition",
24983
+ operation: "query",
24984
+ name: { kind: "Name", value: "triageResponsibility" },
24985
+ variableDefinitions: [
24986
+ {
24987
+ kind: "VariableDefinition",
24988
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
24989
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
24990
+ },
24991
+ ],
24992
+ selectionSet: {
24993
+ kind: "SelectionSet",
24994
+ selections: [
24995
+ {
24996
+ kind: "Field",
24997
+ name: { kind: "Name", value: "triageResponsibility" },
24998
+ arguments: [
24999
+ {
25000
+ kind: "Argument",
25001
+ name: { kind: "Name", value: "id" },
25002
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
25003
+ },
25004
+ ],
25005
+ selectionSet: {
25006
+ kind: "SelectionSet",
25007
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibility" } }],
25008
+ },
25009
+ },
25010
+ ],
25011
+ },
25012
+ },
25013
+ ...TriageResponsibilityFragmentDoc.definitions,
25014
+ ...TriageResponsibilityManualSelectionFragmentDoc.definitions,
25015
+ ],
25016
+ };
25017
+ const TriageResponsibility_ManualSelectionDocument = {
25018
+ kind: "Document",
25019
+ definitions: [
25020
+ {
25021
+ kind: "OperationDefinition",
25022
+ operation: "query",
25023
+ name: { kind: "Name", value: "triageResponsibility_manualSelection" },
25024
+ variableDefinitions: [
25025
+ {
25026
+ kind: "VariableDefinition",
25027
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
25028
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25029
+ },
25030
+ ],
25031
+ selectionSet: {
25032
+ kind: "SelectionSet",
25033
+ selections: [
25034
+ {
25035
+ kind: "Field",
25036
+ name: { kind: "Name", value: "triageResponsibility" },
25037
+ arguments: [
25038
+ {
25039
+ kind: "Argument",
25040
+ name: { kind: "Name", value: "id" },
25041
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
25042
+ },
25043
+ ],
25044
+ selectionSet: {
25045
+ kind: "SelectionSet",
25046
+ selections: [
25047
+ {
25048
+ kind: "Field",
25049
+ name: { kind: "Name", value: "manualSelection" },
25050
+ selectionSet: {
25051
+ kind: "SelectionSet",
25052
+ selections: [
25053
+ { kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityManualSelection" } },
25054
+ ],
25055
+ },
25056
+ },
25057
+ ],
25058
+ },
25059
+ },
25060
+ ],
25061
+ },
25062
+ },
25063
+ ...TriageResponsibilityManualSelectionFragmentDoc.definitions,
25064
+ ],
25065
+ };
25066
+ const UserDocument = {
25067
+ kind: "Document",
25068
+ definitions: [
25069
+ {
25070
+ kind: "OperationDefinition",
25071
+ operation: "query",
25072
+ name: { kind: "Name", value: "user" },
25073
+ variableDefinitions: [
25074
+ {
25075
+ kind: "VariableDefinition",
25076
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
25077
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25078
+ },
25079
+ ],
25080
+ selectionSet: {
25081
+ kind: "SelectionSet",
25082
+ selections: [
25083
+ {
25084
+ kind: "Field",
25085
+ name: { kind: "Name", value: "user" },
25086
+ arguments: [
25087
+ {
25088
+ kind: "Argument",
25089
+ name: { kind: "Name", value: "id" },
25090
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
25091
+ },
25092
+ ],
25093
+ selectionSet: {
25094
+ kind: "SelectionSet",
25095
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
25096
+ },
25097
+ },
25098
+ ],
25099
+ },
25100
+ },
25101
+ ...UserFragmentDoc.definitions,
25102
+ ],
25103
+ };
25104
+ const User_AssignedIssuesDocument = {
25105
+ kind: "Document",
25106
+ definitions: [
25107
+ {
25108
+ kind: "OperationDefinition",
25109
+ operation: "query",
25110
+ name: { kind: "Name", value: "user_assignedIssues" },
25111
+ variableDefinitions: [
25112
+ {
25113
+ kind: "VariableDefinition",
25114
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
25115
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25116
+ },
25117
+ {
25118
+ kind: "VariableDefinition",
25119
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
25120
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25121
+ },
25122
+ {
25123
+ kind: "VariableDefinition",
25124
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
25125
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25126
+ },
25127
+ {
25128
+ kind: "VariableDefinition",
25129
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
25130
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
25131
+ },
25132
+ {
25133
+ kind: "VariableDefinition",
25134
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
25135
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25136
+ },
25137
+ {
25138
+ kind: "VariableDefinition",
25139
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25140
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
25141
+ },
25142
+ {
25143
+ kind: "VariableDefinition",
25144
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
25145
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25146
+ },
25147
+ {
25148
+ kind: "VariableDefinition",
25149
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25150
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
25151
+ },
25152
+ ],
25153
+ selectionSet: {
25154
+ kind: "SelectionSet",
25155
+ selections: [
25156
+ {
25157
+ kind: "Field",
25158
+ name: { kind: "Name", value: "user" },
25159
+ arguments: [
25160
+ {
25161
+ kind: "Argument",
25162
+ name: { kind: "Name", value: "id" },
25163
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
25164
+ },
25165
+ ],
25166
+ selectionSet: {
25167
+ kind: "SelectionSet",
25168
+ selections: [
25169
+ {
25170
+ kind: "Field",
25171
+ name: { kind: "Name", value: "assignedIssues" },
25172
+ arguments: [
25173
+ {
25174
+ kind: "Argument",
25175
+ name: { kind: "Name", value: "after" },
25176
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
25177
+ },
25178
+ {
25179
+ kind: "Argument",
25180
+ name: { kind: "Name", value: "before" },
25181
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
25182
+ },
25183
+ {
25184
+ kind: "Argument",
25185
+ name: { kind: "Name", value: "filter" },
25186
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
25187
+ },
25188
+ {
25189
+ kind: "Argument",
25190
+ name: { kind: "Name", value: "first" },
25191
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
25192
+ },
25193
+ {
25194
+ kind: "Argument",
25195
+ name: { kind: "Name", value: "includeArchived" },
25196
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25197
+ },
25198
+ {
25199
+ kind: "Argument",
25200
+ name: { kind: "Name", value: "last" },
25201
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
25202
+ },
25203
+ {
25204
+ kind: "Argument",
25205
+ name: { kind: "Name", value: "orderBy" },
25206
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25207
+ },
25208
+ ],
25209
+ selectionSet: {
25210
+ kind: "SelectionSet",
25211
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
25212
+ },
25213
+ },
25214
+ ],
25215
+ },
25216
+ },
25217
+ ],
25218
+ },
25219
+ },
25220
+ ...IssueConnectionFragmentDoc.definitions,
25221
+ ...IssueFragmentDoc.definitions,
25222
+ ...ActorBotFragmentDoc.definitions,
25223
+ ...PageInfoFragmentDoc.definitions,
25224
+ ],
25225
+ };
25226
+ const User_CreatedIssuesDocument = {
25227
+ kind: "Document",
25228
+ definitions: [
25229
+ {
25230
+ kind: "OperationDefinition",
25231
+ operation: "query",
25232
+ name: { kind: "Name", value: "user_createdIssues" },
25233
+ variableDefinitions: [
25234
+ {
25235
+ kind: "VariableDefinition",
25236
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
25237
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25238
+ },
25239
+ {
25240
+ kind: "VariableDefinition",
25241
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
25242
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25243
+ },
25244
+ {
25245
+ kind: "VariableDefinition",
25246
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
25247
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25248
+ },
25249
+ {
25250
+ kind: "VariableDefinition",
25251
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
25252
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
25253
+ },
25254
+ {
25255
+ kind: "VariableDefinition",
25256
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
25257
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25258
+ },
25259
+ {
25260
+ kind: "VariableDefinition",
25261
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25262
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
25263
+ },
25264
+ {
25265
+ kind: "VariableDefinition",
25266
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
25267
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25268
+ },
25269
+ {
25270
+ kind: "VariableDefinition",
25271
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25272
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
25273
+ },
25274
+ ],
25275
+ selectionSet: {
25276
+ kind: "SelectionSet",
25277
+ selections: [
25278
+ {
25279
+ kind: "Field",
25280
+ name: { kind: "Name", value: "user" },
25281
+ arguments: [
25282
+ {
25283
+ kind: "Argument",
25284
+ name: { kind: "Name", value: "id" },
25285
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
25286
+ },
25287
+ ],
25288
+ selectionSet: {
25289
+ kind: "SelectionSet",
25290
+ selections: [
25291
+ {
25292
+ kind: "Field",
25293
+ name: { kind: "Name", value: "createdIssues" },
25294
+ arguments: [
25295
+ {
25296
+ kind: "Argument",
25297
+ name: { kind: "Name", value: "after" },
25298
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
25299
+ },
25300
+ {
25301
+ kind: "Argument",
25302
+ name: { kind: "Name", value: "before" },
25303
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
25304
+ },
25305
+ {
25306
+ kind: "Argument",
25307
+ name: { kind: "Name", value: "filter" },
25308
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
25309
+ },
25310
+ {
25311
+ kind: "Argument",
25312
+ name: { kind: "Name", value: "first" },
25313
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
25314
+ },
25315
+ {
25316
+ kind: "Argument",
25317
+ name: { kind: "Name", value: "includeArchived" },
25318
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25319
+ },
25320
+ {
25321
+ kind: "Argument",
25322
+ name: { kind: "Name", value: "last" },
25323
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
25324
+ },
25325
+ {
25326
+ kind: "Argument",
25327
+ name: { kind: "Name", value: "orderBy" },
25328
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25329
+ },
25330
+ ],
25331
+ selectionSet: {
25332
+ kind: "SelectionSet",
25333
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
25334
+ },
25335
+ },
25336
+ ],
25337
+ },
25338
+ },
25339
+ ],
25340
+ },
25341
+ },
25342
+ ...IssueConnectionFragmentDoc.definitions,
25343
+ ...IssueFragmentDoc.definitions,
25344
+ ...ActorBotFragmentDoc.definitions,
25345
+ ...PageInfoFragmentDoc.definitions,
25346
+ ],
25347
+ };
25348
+ const User_TeamMembershipsDocument = {
25349
+ kind: "Document",
25350
+ definitions: [
25351
+ {
25352
+ kind: "OperationDefinition",
25353
+ operation: "query",
25354
+ name: { kind: "Name", value: "user_teamMemberships" },
25355
+ variableDefinitions: [
25356
+ {
25357
+ kind: "VariableDefinition",
25358
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
25359
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25360
+ },
24871
25361
  {
24872
25362
  kind: "VariableDefinition",
24873
25363
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -27996,6 +28486,136 @@
27996
28486
  ...CyclePayloadFragmentDoc.definitions,
27997
28487
  ],
27998
28488
  };
28489
+ const CreateDiaryEntryDocument = {
28490
+ kind: "Document",
28491
+ definitions: [
28492
+ {
28493
+ kind: "OperationDefinition",
28494
+ operation: "mutation",
28495
+ name: { kind: "Name", value: "createDiaryEntry" },
28496
+ variableDefinitions: [
28497
+ {
28498
+ kind: "VariableDefinition",
28499
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
28500
+ type: {
28501
+ kind: "NonNullType",
28502
+ type: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryCreateInput" } },
28503
+ },
28504
+ },
28505
+ ],
28506
+ selectionSet: {
28507
+ kind: "SelectionSet",
28508
+ selections: [
28509
+ {
28510
+ kind: "Field",
28511
+ name: { kind: "Name", value: "diaryEntryCreate" },
28512
+ arguments: [
28513
+ {
28514
+ kind: "Argument",
28515
+ name: { kind: "Name", value: "input" },
28516
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
28517
+ },
28518
+ ],
28519
+ selectionSet: {
28520
+ kind: "SelectionSet",
28521
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntryPayload" } }],
28522
+ },
28523
+ },
28524
+ ],
28525
+ },
28526
+ },
28527
+ ...DiaryEntryPayloadFragmentDoc.definitions,
28528
+ ],
28529
+ };
28530
+ const DeleteDiaryEntryDocument = {
28531
+ kind: "Document",
28532
+ definitions: [
28533
+ {
28534
+ kind: "OperationDefinition",
28535
+ operation: "mutation",
28536
+ name: { kind: "Name", value: "deleteDiaryEntry" },
28537
+ variableDefinitions: [
28538
+ {
28539
+ kind: "VariableDefinition",
28540
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
28541
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
28542
+ },
28543
+ ],
28544
+ selectionSet: {
28545
+ kind: "SelectionSet",
28546
+ selections: [
28547
+ {
28548
+ kind: "Field",
28549
+ name: { kind: "Name", value: "diaryEntryDelete" },
28550
+ arguments: [
28551
+ {
28552
+ kind: "Argument",
28553
+ name: { kind: "Name", value: "id" },
28554
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
28555
+ },
28556
+ ],
28557
+ selectionSet: {
28558
+ kind: "SelectionSet",
28559
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
28560
+ },
28561
+ },
28562
+ ],
28563
+ },
28564
+ },
28565
+ ...DeletePayloadFragmentDoc.definitions,
28566
+ ],
28567
+ };
28568
+ const UpdateDiaryEntryDocument = {
28569
+ kind: "Document",
28570
+ definitions: [
28571
+ {
28572
+ kind: "OperationDefinition",
28573
+ operation: "mutation",
28574
+ name: { kind: "Name", value: "updateDiaryEntry" },
28575
+ variableDefinitions: [
28576
+ {
28577
+ kind: "VariableDefinition",
28578
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
28579
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
28580
+ },
28581
+ {
28582
+ kind: "VariableDefinition",
28583
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
28584
+ type: {
28585
+ kind: "NonNullType",
28586
+ type: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryUpdateInput" } },
28587
+ },
28588
+ },
28589
+ ],
28590
+ selectionSet: {
28591
+ kind: "SelectionSet",
28592
+ selections: [
28593
+ {
28594
+ kind: "Field",
28595
+ name: { kind: "Name", value: "diaryEntryUpdate" },
28596
+ arguments: [
28597
+ {
28598
+ kind: "Argument",
28599
+ name: { kind: "Name", value: "id" },
28600
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
28601
+ },
28602
+ {
28603
+ kind: "Argument",
28604
+ name: { kind: "Name", value: "input" },
28605
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
28606
+ },
28607
+ ],
28608
+ selectionSet: {
28609
+ kind: "SelectionSet",
28610
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntryPayload" } }],
28611
+ },
28612
+ },
28613
+ ],
28614
+ },
28615
+ },
28616
+ ...DiaryEntryPayloadFragmentDoc.definitions,
28617
+ ],
28618
+ };
27999
28619
  const CreateDocumentDocument = {
28000
28620
  kind: "Document",
28001
28621
  definitions: [
@@ -28075,6 +28695,54 @@
28075
28695
  ...DeletePayloadFragmentDoc.definitions,
28076
28696
  ],
28077
28697
  };
28698
+ const DocumentReminderDocument = {
28699
+ kind: "Document",
28700
+ definitions: [
28701
+ {
28702
+ kind: "OperationDefinition",
28703
+ operation: "mutation",
28704
+ name: { kind: "Name", value: "documentReminder" },
28705
+ variableDefinitions: [
28706
+ {
28707
+ kind: "VariableDefinition",
28708
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
28709
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
28710
+ },
28711
+ {
28712
+ kind: "VariableDefinition",
28713
+ variable: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
28714
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "DateTime" } } },
28715
+ },
28716
+ ],
28717
+ selectionSet: {
28718
+ kind: "SelectionSet",
28719
+ selections: [
28720
+ {
28721
+ kind: "Field",
28722
+ name: { kind: "Name", value: "documentReminder" },
28723
+ arguments: [
28724
+ {
28725
+ kind: "Argument",
28726
+ name: { kind: "Name", value: "id" },
28727
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
28728
+ },
28729
+ {
28730
+ kind: "Argument",
28731
+ name: { kind: "Name", value: "reminderAt" },
28732
+ value: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
28733
+ },
28734
+ ],
28735
+ selectionSet: {
28736
+ kind: "SelectionSet",
28737
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentPayload" } }],
28738
+ },
28739
+ },
28740
+ ],
28741
+ },
28742
+ },
28743
+ ...DocumentPayloadFragmentDoc.definitions,
28744
+ ],
28745
+ };
28078
28746
  const UpdateDocumentDocument = {
28079
28747
  kind: "Document",
28080
28748
  definitions: [
@@ -35093,6 +35761,355 @@
35093
35761
  ...TemplatePayloadFragmentDoc.definitions,
35094
35762
  ],
35095
35763
  };
35764
+ const CreateTimeScheduleDocument = {
35765
+ kind: "Document",
35766
+ definitions: [
35767
+ {
35768
+ kind: "OperationDefinition",
35769
+ operation: "mutation",
35770
+ name: { kind: "Name", value: "createTimeSchedule" },
35771
+ variableDefinitions: [
35772
+ {
35773
+ kind: "VariableDefinition",
35774
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
35775
+ type: {
35776
+ kind: "NonNullType",
35777
+ type: { kind: "NamedType", name: { kind: "Name", value: "TimeScheduleCreateInput" } },
35778
+ },
35779
+ },
35780
+ ],
35781
+ selectionSet: {
35782
+ kind: "SelectionSet",
35783
+ selections: [
35784
+ {
35785
+ kind: "Field",
35786
+ name: { kind: "Name", value: "timeScheduleCreate" },
35787
+ arguments: [
35788
+ {
35789
+ kind: "Argument",
35790
+ name: { kind: "Name", value: "input" },
35791
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
35792
+ },
35793
+ ],
35794
+ selectionSet: {
35795
+ kind: "SelectionSet",
35796
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
35797
+ },
35798
+ },
35799
+ ],
35800
+ },
35801
+ },
35802
+ ...TimeSchedulePayloadFragmentDoc.definitions,
35803
+ ],
35804
+ };
35805
+ const DeleteTimeScheduleDocument = {
35806
+ kind: "Document",
35807
+ definitions: [
35808
+ {
35809
+ kind: "OperationDefinition",
35810
+ operation: "mutation",
35811
+ name: { kind: "Name", value: "deleteTimeSchedule" },
35812
+ variableDefinitions: [
35813
+ {
35814
+ kind: "VariableDefinition",
35815
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
35816
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
35817
+ },
35818
+ ],
35819
+ selectionSet: {
35820
+ kind: "SelectionSet",
35821
+ selections: [
35822
+ {
35823
+ kind: "Field",
35824
+ name: { kind: "Name", value: "timeScheduleDelete" },
35825
+ arguments: [
35826
+ {
35827
+ kind: "Argument",
35828
+ name: { kind: "Name", value: "id" },
35829
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
35830
+ },
35831
+ ],
35832
+ selectionSet: {
35833
+ kind: "SelectionSet",
35834
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
35835
+ },
35836
+ },
35837
+ ],
35838
+ },
35839
+ },
35840
+ ...DeletePayloadFragmentDoc.definitions,
35841
+ ],
35842
+ };
35843
+ const TimeScheduleRefreshIntegrationScheduleDocument = {
35844
+ kind: "Document",
35845
+ definitions: [
35846
+ {
35847
+ kind: "OperationDefinition",
35848
+ operation: "mutation",
35849
+ name: { kind: "Name", value: "timeScheduleRefreshIntegrationSchedule" },
35850
+ variableDefinitions: [
35851
+ {
35852
+ kind: "VariableDefinition",
35853
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
35854
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
35855
+ },
35856
+ ],
35857
+ selectionSet: {
35858
+ kind: "SelectionSet",
35859
+ selections: [
35860
+ {
35861
+ kind: "Field",
35862
+ name: { kind: "Name", value: "timeScheduleRefreshIntegrationSchedule" },
35863
+ arguments: [
35864
+ {
35865
+ kind: "Argument",
35866
+ name: { kind: "Name", value: "id" },
35867
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
35868
+ },
35869
+ ],
35870
+ selectionSet: {
35871
+ kind: "SelectionSet",
35872
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
35873
+ },
35874
+ },
35875
+ ],
35876
+ },
35877
+ },
35878
+ ...TimeSchedulePayloadFragmentDoc.definitions,
35879
+ ],
35880
+ };
35881
+ const UpdateTimeScheduleDocument = {
35882
+ kind: "Document",
35883
+ definitions: [
35884
+ {
35885
+ kind: "OperationDefinition",
35886
+ operation: "mutation",
35887
+ name: { kind: "Name", value: "updateTimeSchedule" },
35888
+ variableDefinitions: [
35889
+ {
35890
+ kind: "VariableDefinition",
35891
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
35892
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
35893
+ },
35894
+ {
35895
+ kind: "VariableDefinition",
35896
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
35897
+ type: {
35898
+ kind: "NonNullType",
35899
+ type: { kind: "NamedType", name: { kind: "Name", value: "TimeScheduleUpdateInput" } },
35900
+ },
35901
+ },
35902
+ ],
35903
+ selectionSet: {
35904
+ kind: "SelectionSet",
35905
+ selections: [
35906
+ {
35907
+ kind: "Field",
35908
+ name: { kind: "Name", value: "timeScheduleUpdate" },
35909
+ arguments: [
35910
+ {
35911
+ kind: "Argument",
35912
+ name: { kind: "Name", value: "id" },
35913
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
35914
+ },
35915
+ {
35916
+ kind: "Argument",
35917
+ name: { kind: "Name", value: "input" },
35918
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
35919
+ },
35920
+ ],
35921
+ selectionSet: {
35922
+ kind: "SelectionSet",
35923
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
35924
+ },
35925
+ },
35926
+ ],
35927
+ },
35928
+ },
35929
+ ...TimeSchedulePayloadFragmentDoc.definitions,
35930
+ ],
35931
+ };
35932
+ const TimeScheduleUpsertExternalDocument = {
35933
+ kind: "Document",
35934
+ definitions: [
35935
+ {
35936
+ kind: "OperationDefinition",
35937
+ operation: "mutation",
35938
+ name: { kind: "Name", value: "timeScheduleUpsertExternal" },
35939
+ variableDefinitions: [
35940
+ {
35941
+ kind: "VariableDefinition",
35942
+ variable: { kind: "Variable", name: { kind: "Name", value: "externalId" } },
35943
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
35944
+ },
35945
+ {
35946
+ kind: "VariableDefinition",
35947
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
35948
+ type: {
35949
+ kind: "NonNullType",
35950
+ type: { kind: "NamedType", name: { kind: "Name", value: "TimeScheduleUpdateInput" } },
35951
+ },
35952
+ },
35953
+ ],
35954
+ selectionSet: {
35955
+ kind: "SelectionSet",
35956
+ selections: [
35957
+ {
35958
+ kind: "Field",
35959
+ name: { kind: "Name", value: "timeScheduleUpsertExternal" },
35960
+ arguments: [
35961
+ {
35962
+ kind: "Argument",
35963
+ name: { kind: "Name", value: "externalId" },
35964
+ value: { kind: "Variable", name: { kind: "Name", value: "externalId" } },
35965
+ },
35966
+ {
35967
+ kind: "Argument",
35968
+ name: { kind: "Name", value: "input" },
35969
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
35970
+ },
35971
+ ],
35972
+ selectionSet: {
35973
+ kind: "SelectionSet",
35974
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
35975
+ },
35976
+ },
35977
+ ],
35978
+ },
35979
+ },
35980
+ ...TimeSchedulePayloadFragmentDoc.definitions,
35981
+ ],
35982
+ };
35983
+ const CreateTriageResponsibilityDocument = {
35984
+ kind: "Document",
35985
+ definitions: [
35986
+ {
35987
+ kind: "OperationDefinition",
35988
+ operation: "mutation",
35989
+ name: { kind: "Name", value: "createTriageResponsibility" },
35990
+ variableDefinitions: [
35991
+ {
35992
+ kind: "VariableDefinition",
35993
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
35994
+ type: {
35995
+ kind: "NonNullType",
35996
+ type: { kind: "NamedType", name: { kind: "Name", value: "TriageResponsibilityCreateInput" } },
35997
+ },
35998
+ },
35999
+ ],
36000
+ selectionSet: {
36001
+ kind: "SelectionSet",
36002
+ selections: [
36003
+ {
36004
+ kind: "Field",
36005
+ name: { kind: "Name", value: "triageResponsibilityCreate" },
36006
+ arguments: [
36007
+ {
36008
+ kind: "Argument",
36009
+ name: { kind: "Name", value: "input" },
36010
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
36011
+ },
36012
+ ],
36013
+ selectionSet: {
36014
+ kind: "SelectionSet",
36015
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityPayload" } }],
36016
+ },
36017
+ },
36018
+ ],
36019
+ },
36020
+ },
36021
+ ...TriageResponsibilityPayloadFragmentDoc.definitions,
36022
+ ],
36023
+ };
36024
+ const DeleteTriageResponsibilityDocument = {
36025
+ kind: "Document",
36026
+ definitions: [
36027
+ {
36028
+ kind: "OperationDefinition",
36029
+ operation: "mutation",
36030
+ name: { kind: "Name", value: "deleteTriageResponsibility" },
36031
+ variableDefinitions: [
36032
+ {
36033
+ kind: "VariableDefinition",
36034
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
36035
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
36036
+ },
36037
+ ],
36038
+ selectionSet: {
36039
+ kind: "SelectionSet",
36040
+ selections: [
36041
+ {
36042
+ kind: "Field",
36043
+ name: { kind: "Name", value: "triageResponsibilityDelete" },
36044
+ arguments: [
36045
+ {
36046
+ kind: "Argument",
36047
+ name: { kind: "Name", value: "id" },
36048
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
36049
+ },
36050
+ ],
36051
+ selectionSet: {
36052
+ kind: "SelectionSet",
36053
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
36054
+ },
36055
+ },
36056
+ ],
36057
+ },
36058
+ },
36059
+ ...DeletePayloadFragmentDoc.definitions,
36060
+ ],
36061
+ };
36062
+ const UpdateTriageResponsibilityDocument = {
36063
+ kind: "Document",
36064
+ definitions: [
36065
+ {
36066
+ kind: "OperationDefinition",
36067
+ operation: "mutation",
36068
+ name: { kind: "Name", value: "updateTriageResponsibility" },
36069
+ variableDefinitions: [
36070
+ {
36071
+ kind: "VariableDefinition",
36072
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
36073
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
36074
+ },
36075
+ {
36076
+ kind: "VariableDefinition",
36077
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
36078
+ type: {
36079
+ kind: "NonNullType",
36080
+ type: { kind: "NamedType", name: { kind: "Name", value: "TriageResponsibilityUpdateInput" } },
36081
+ },
36082
+ },
36083
+ ],
36084
+ selectionSet: {
36085
+ kind: "SelectionSet",
36086
+ selections: [
36087
+ {
36088
+ kind: "Field",
36089
+ name: { kind: "Name", value: "triageResponsibilityUpdate" },
36090
+ arguments: [
36091
+ {
36092
+ kind: "Argument",
36093
+ name: { kind: "Name", value: "id" },
36094
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
36095
+ },
36096
+ {
36097
+ kind: "Argument",
36098
+ name: { kind: "Name", value: "input" },
36099
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
36100
+ },
36101
+ ],
36102
+ selectionSet: {
36103
+ kind: "SelectionSet",
36104
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityPayload" } }],
36105
+ },
36106
+ },
36107
+ ],
36108
+ },
36109
+ },
36110
+ ...TriageResponsibilityPayloadFragmentDoc.definitions,
36111
+ ],
36112
+ };
35096
36113
  const UserDemoteAdminDocument = {
35097
36114
  kind: "Document",
35098
36115
  definitions: [
@@ -36092,6 +37109,7 @@
36092
37109
  ArchivePayloadFragmentDoc: ArchivePayloadFragmentDoc,
36093
37110
  LabelNotificationSubscriptionFragmentDoc: LabelNotificationSubscriptionFragmentDoc,
36094
37111
  ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
37112
+ ReminderFragmentDoc: ReminderFragmentDoc,
36095
37113
  TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
36096
37114
  UserAccountFragmentDoc: UserAccountFragmentDoc,
36097
37115
  UserNotificationSubscriptionFragmentDoc: UserNotificationSubscriptionFragmentDoc,
@@ -36179,6 +37197,9 @@
36179
37197
  CycleFragmentDoc: CycleFragmentDoc,
36180
37198
  CycleConnectionFragmentDoc: CycleConnectionFragmentDoc,
36181
37199
  CyclePayloadFragmentDoc: CyclePayloadFragmentDoc,
37200
+ DiaryEntryFragmentDoc: DiaryEntryFragmentDoc,
37201
+ DiaryEntryConnectionFragmentDoc: DiaryEntryConnectionFragmentDoc,
37202
+ DiaryEntryPayloadFragmentDoc: DiaryEntryPayloadFragmentDoc,
36182
37203
  DocumentFragmentDoc: DocumentFragmentDoc,
36183
37204
  DocumentConnectionFragmentDoc: DocumentConnectionFragmentDoc,
36184
37205
  DocumentContentHistoryTypeFragmentDoc: DocumentContentHistoryTypeFragmentDoc,
@@ -36386,6 +37407,7 @@
36386
37407
  Cycle_IssuesDocument: Cycle_IssuesDocument,
36387
37408
  Cycle_UncompletedIssuesUponCloseDocument: Cycle_UncompletedIssuesUponCloseDocument,
36388
37409
  CyclesDocument: CyclesDocument,
37410
+ DiaryEntryDocument: DiaryEntryDocument,
36389
37411
  DocumentDocument: DocumentDocument,
36390
37412
  DocumentContentHistoryDocument: DocumentContentHistoryDocument,
36391
37413
  DocumentsDocument: DocumentsDocument,
@@ -36504,6 +37526,11 @@
36504
37526
  TemplateDocument: TemplateDocument,
36505
37527
  TemplatesDocument: TemplatesDocument,
36506
37528
  TemplatesForIntegrationDocument: TemplatesForIntegrationDocument,
37529
+ TimeScheduleDocument: TimeScheduleDocument,
37530
+ TimeSchedulesDocument: TimeSchedulesDocument,
37531
+ TriageResponsibilitiesDocument: TriageResponsibilitiesDocument,
37532
+ TriageResponsibilityDocument: TriageResponsibilityDocument,
37533
+ TriageResponsibility_ManualSelectionDocument: TriageResponsibility_ManualSelectionDocument,
36507
37534
  UserDocument: UserDocument,
36508
37535
  User_AssignedIssuesDocument: User_AssignedIssuesDocument,
36509
37536
  User_CreatedIssuesDocument: User_CreatedIssuesDocument,
@@ -36554,8 +37581,12 @@
36554
37581
  CreateCycleDocument: CreateCycleDocument,
36555
37582
  CycleShiftAllDocument: CycleShiftAllDocument,
36556
37583
  UpdateCycleDocument: UpdateCycleDocument,
37584
+ CreateDiaryEntryDocument: CreateDiaryEntryDocument,
37585
+ DeleteDiaryEntryDocument: DeleteDiaryEntryDocument,
37586
+ UpdateDiaryEntryDocument: UpdateDiaryEntryDocument,
36557
37587
  CreateDocumentDocument: CreateDocumentDocument,
36558
37588
  DeleteDocumentDocument: DeleteDocumentDocument,
37589
+ DocumentReminderDocument: DocumentReminderDocument,
36559
37590
  UpdateDocumentDocument: UpdateDocumentDocument,
36560
37591
  CreateEmailIntakeAddressDocument: CreateEmailIntakeAddressDocument,
36561
37592
  DeleteEmailIntakeAddressDocument: DeleteEmailIntakeAddressDocument,
@@ -36707,6 +37738,14 @@
36707
37738
  CreateTemplateDocument: CreateTemplateDocument,
36708
37739
  DeleteTemplateDocument: DeleteTemplateDocument,
36709
37740
  UpdateTemplateDocument: UpdateTemplateDocument,
37741
+ CreateTimeScheduleDocument: CreateTimeScheduleDocument,
37742
+ DeleteTimeScheduleDocument: DeleteTimeScheduleDocument,
37743
+ TimeScheduleRefreshIntegrationScheduleDocument: TimeScheduleRefreshIntegrationScheduleDocument,
37744
+ UpdateTimeScheduleDocument: UpdateTimeScheduleDocument,
37745
+ TimeScheduleUpsertExternalDocument: TimeScheduleUpsertExternalDocument,
37746
+ CreateTriageResponsibilityDocument: CreateTriageResponsibilityDocument,
37747
+ DeleteTriageResponsibilityDocument: DeleteTriageResponsibilityDocument,
37748
+ UpdateTriageResponsibilityDocument: UpdateTriageResponsibilityDocument,
36710
37749
  UserDemoteAdminDocument: UserDemoteAdminDocument,
36711
37750
  UserDemoteMemberDocument: UserDemoteMemberDocument,
36712
37751
  UserDiscordConnectDocument: UserDiscordConnectDocument,
@@ -37886,216 +38925,281 @@
37886
38925
  }
37887
38926
  }
37888
38927
  /**
37889
- * CustomViewPayload model
38928
+ * CustomViewPayload model
38929
+ *
38930
+ * @param request - function to call the graphql client
38931
+ * @param data - L.CustomViewPayloadFragment response data
38932
+ */
38933
+ class CustomViewPayload extends Request {
38934
+ constructor(request, data) {
38935
+ super(request);
38936
+ this.lastSyncId = data.lastSyncId;
38937
+ this.success = data.success;
38938
+ this._customView = data.customView;
38939
+ }
38940
+ /** The custom view that was created or updated. */
38941
+ get customView() {
38942
+ return new CustomViewQuery(this._request).fetch(this._customView.id);
38943
+ }
38944
+ }
38945
+ /**
38946
+ * CustomViewSuggestionPayload model
38947
+ *
38948
+ * @param request - function to call the graphql client
38949
+ * @param data - L.CustomViewSuggestionPayloadFragment response data
38950
+ */
38951
+ class CustomViewSuggestionPayload extends Request {
38952
+ constructor(request, data) {
38953
+ var _a, _b, _c;
38954
+ super(request);
38955
+ this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
38956
+ this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
38957
+ this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
38958
+ }
38959
+ }
38960
+ /**
38961
+ * A set of issues to be resolved in a specified amount of time.
38962
+ *
38963
+ * @param request - function to call the graphql client
38964
+ * @param data - L.CycleFragment response data
38965
+ */
38966
+ class Cycle extends Request {
38967
+ constructor(request, data) {
38968
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
38969
+ super(request);
38970
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
38971
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
38972
+ this.completedAt = (_c = parseDate(data.completedAt)) !== null && _c !== void 0 ? _c : undefined;
38973
+ this.completedIssueCountHistory = data.completedIssueCountHistory;
38974
+ this.completedScopeHistory = data.completedScopeHistory;
38975
+ this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
38976
+ this.description = (_e = data.description) !== null && _e !== void 0 ? _e : undefined;
38977
+ this.endsAt = (_f = parseDate(data.endsAt)) !== null && _f !== void 0 ? _f : new Date();
38978
+ this.id = data.id;
38979
+ this.inProgressScopeHistory = data.inProgressScopeHistory;
38980
+ this.issueCountHistory = data.issueCountHistory;
38981
+ this.name = (_g = data.name) !== null && _g !== void 0 ? _g : undefined;
38982
+ this.number = data.number;
38983
+ this.progress = data.progress;
38984
+ this.scopeHistory = data.scopeHistory;
38985
+ this.startsAt = (_h = parseDate(data.startsAt)) !== null && _h !== void 0 ? _h : new Date();
38986
+ this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
38987
+ this._team = data.team;
38988
+ }
38989
+ /** The team that the cycle is associated with. */
38990
+ get team() {
38991
+ return new TeamQuery(this._request).fetch(this._team.id);
38992
+ }
38993
+ /** Issues associated with the cycle. */
38994
+ issues(variables) {
38995
+ return new Cycle_IssuesQuery(this._request, this.id, variables).fetch(variables);
38996
+ }
38997
+ /** Issues that weren't completed when the cycle was closed. */
38998
+ uncompletedIssuesUponClose(variables) {
38999
+ return new Cycle_UncompletedIssuesUponCloseQuery(this._request, this.id, variables).fetch(variables);
39000
+ }
39001
+ /** Archives a cycle. */
39002
+ archive() {
39003
+ return new ArchiveCycleMutation(this._request).fetch(this.id);
39004
+ }
39005
+ /** Creates a new cycle. */
39006
+ create(input) {
39007
+ return new CreateCycleMutation(this._request).fetch(input);
39008
+ }
39009
+ /** Updates a cycle. */
39010
+ update(input) {
39011
+ return new UpdateCycleMutation(this._request).fetch(this.id, input);
39012
+ }
39013
+ }
39014
+ /**
39015
+ * A generic payload return from entity archive mutations.
39016
+ *
39017
+ * @param request - function to call the graphql client
39018
+ * @param data - L.CycleArchivePayloadFragment response data
39019
+ */
39020
+ class CycleArchivePayload extends Request {
39021
+ constructor(request, data) {
39022
+ var _a;
39023
+ super(request);
39024
+ this.lastSyncId = data.lastSyncId;
39025
+ this.success = data.success;
39026
+ this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
39027
+ }
39028
+ /** The archived/unarchived entity. Null if entity was deleted. */
39029
+ get entity() {
39030
+ var _a, _b;
39031
+ 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;
39032
+ }
39033
+ }
39034
+ /**
39035
+ * CycleConnection model
39036
+ *
39037
+ * @param request - function to call the graphql client
39038
+ * @param fetch - function to trigger a refetch of this CycleConnection model
39039
+ * @param data - CycleConnection response data
39040
+ */
39041
+ class CycleConnection extends Connection {
39042
+ constructor(request, fetch, data) {
39043
+ super(request, fetch, data.nodes.map(node => new Cycle(request, node)), new PageInfo(request, data.pageInfo));
39044
+ }
39045
+ }
39046
+ /**
39047
+ * A cycle notification subscription.
39048
+ *
39049
+ * @param request - function to call the graphql client
39050
+ * @param data - L.CycleNotificationSubscriptionFragment response data
39051
+ */
39052
+ class CycleNotificationSubscription extends Request {
39053
+ constructor(request, data) {
39054
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
39055
+ super(request);
39056
+ this.active = data.active;
39057
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
39058
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
39059
+ this.id = data.id;
39060
+ this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
39061
+ this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
39062
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
39063
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
39064
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
39065
+ this._cycle = data.cycle;
39066
+ this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
39067
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
39068
+ this._subscriber = data.subscriber;
39069
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
39070
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
39071
+ }
39072
+ /** The contextual custom view associated with the notification subscription. */
39073
+ get customView() {
39074
+ var _a, _b;
39075
+ 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;
39076
+ }
39077
+ /** The cycle subscribed to. */
39078
+ get cycle() {
39079
+ return new CycleQuery(this._request).fetch(this._cycle.id);
39080
+ }
39081
+ /** The contextual label view associated with the notification subscription. */
39082
+ get label() {
39083
+ var _a, _b;
39084
+ 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;
39085
+ }
39086
+ /** The contextual project view associated with the notification subscription. */
39087
+ get project() {
39088
+ var _a, _b;
39089
+ 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;
39090
+ }
39091
+ /** The user that subscribed to receive notifications. */
39092
+ get subscriber() {
39093
+ return new UserQuery(this._request).fetch(this._subscriber.id);
39094
+ }
39095
+ /** The team associated with the notification subscription. */
39096
+ get team() {
39097
+ var _a, _b;
39098
+ 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;
39099
+ }
39100
+ /** The user view associated with the notification subscription. */
39101
+ get user() {
39102
+ var _a, _b;
39103
+ 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;
39104
+ }
39105
+ }
39106
+ /**
39107
+ * CyclePayload model
37890
39108
  *
37891
39109
  * @param request - function to call the graphql client
37892
- * @param data - L.CustomViewPayloadFragment response data
39110
+ * @param data - L.CyclePayloadFragment response data
37893
39111
  */
37894
- class CustomViewPayload extends Request {
39112
+ class CyclePayload extends Request {
37895
39113
  constructor(request, data) {
39114
+ var _a;
37896
39115
  super(request);
37897
39116
  this.lastSyncId = data.lastSyncId;
37898
39117
  this.success = data.success;
37899
- this._customView = data.customView;
37900
- }
37901
- /** The custom view that was created or updated. */
37902
- get customView() {
37903
- return new CustomViewQuery(this._request).fetch(this._customView.id);
37904
- }
37905
- }
37906
- /**
37907
- * CustomViewSuggestionPayload model
37908
- *
37909
- * @param request - function to call the graphql client
37910
- * @param data - L.CustomViewSuggestionPayloadFragment response data
37911
- */
37912
- class CustomViewSuggestionPayload extends Request {
37913
- constructor(request, data) {
37914
- var _a, _b, _c;
37915
- super(request);
37916
- this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
37917
- this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
37918
- this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
37919
- }
37920
- }
37921
- /**
37922
- * A set of issues to be resolved in a specified amount of time.
37923
- *
37924
- * @param request - function to call the graphql client
37925
- * @param data - L.CycleFragment response data
37926
- */
37927
- class Cycle extends Request {
37928
- constructor(request, data) {
37929
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
37930
- super(request);
37931
- this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
37932
- this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
37933
- this.completedAt = (_c = parseDate(data.completedAt)) !== null && _c !== void 0 ? _c : undefined;
37934
- this.completedIssueCountHistory = data.completedIssueCountHistory;
37935
- this.completedScopeHistory = data.completedScopeHistory;
37936
- this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
37937
- this.description = (_e = data.description) !== null && _e !== void 0 ? _e : undefined;
37938
- this.endsAt = (_f = parseDate(data.endsAt)) !== null && _f !== void 0 ? _f : new Date();
37939
- this.id = data.id;
37940
- this.inProgressScopeHistory = data.inProgressScopeHistory;
37941
- this.issueCountHistory = data.issueCountHistory;
37942
- this.name = (_g = data.name) !== null && _g !== void 0 ? _g : undefined;
37943
- this.number = data.number;
37944
- this.progress = data.progress;
37945
- this.scopeHistory = data.scopeHistory;
37946
- this.startsAt = (_h = parseDate(data.startsAt)) !== null && _h !== void 0 ? _h : new Date();
37947
- this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
37948
- this._team = data.team;
37949
- }
37950
- /** The team that the cycle is associated with. */
37951
- get team() {
37952
- return new TeamQuery(this._request).fetch(this._team.id);
37953
- }
37954
- /** Issues associated with the cycle. */
37955
- issues(variables) {
37956
- return new Cycle_IssuesQuery(this._request, this.id, variables).fetch(variables);
37957
- }
37958
- /** Issues that weren't completed when the cycle was closed. */
37959
- uncompletedIssuesUponClose(variables) {
37960
- return new Cycle_UncompletedIssuesUponCloseQuery(this._request, this.id, variables).fetch(variables);
37961
- }
37962
- /** Archives a cycle. */
37963
- archive() {
37964
- return new ArchiveCycleMutation(this._request).fetch(this.id);
37965
- }
37966
- /** Creates a new cycle. */
37967
- create(input) {
37968
- return new CreateCycleMutation(this._request).fetch(input);
39118
+ this._cycle = (_a = data.cycle) !== null && _a !== void 0 ? _a : undefined;
37969
39119
  }
37970
- /** Updates a cycle. */
37971
- update(input) {
37972
- return new UpdateCycleMutation(this._request).fetch(this.id, input);
39120
+ /** The Cycle that was created or updated. */
39121
+ get cycle() {
39122
+ var _a, _b;
39123
+ 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;
37973
39124
  }
37974
39125
  }
37975
39126
  /**
37976
- * A generic payload return from entity archive mutations.
39127
+ * A generic payload return from entity deletion mutations.
37977
39128
  *
37978
39129
  * @param request - function to call the graphql client
37979
- * @param data - L.CycleArchivePayloadFragment response data
39130
+ * @param data - L.DeletePayloadFragment response data
37980
39131
  */
37981
- class CycleArchivePayload extends Request {
39132
+ class DeletePayload extends Request {
37982
39133
  constructor(request, data) {
37983
- var _a;
37984
39134
  super(request);
39135
+ this.entityId = data.entityId;
37985
39136
  this.lastSyncId = data.lastSyncId;
37986
39137
  this.success = data.success;
37987
- this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
37988
- }
37989
- /** The archived/unarchived entity. Null if entity was deleted. */
37990
- get entity() {
37991
- var _a, _b;
37992
- 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;
37993
39138
  }
37994
39139
  }
37995
39140
  /**
37996
- * CycleConnection model
39141
+ * A diary entry
37997
39142
  *
37998
39143
  * @param request - function to call the graphql client
37999
- * @param fetch - function to trigger a refetch of this CycleConnection model
38000
- * @param data - CycleConnection response data
39144
+ * @param data - L.DiaryEntryFragment response data
38001
39145
  */
38002
- class CycleConnection extends Connection {
38003
- constructor(request, fetch, data) {
38004
- super(request, fetch, data.nodes.map(node => new Cycle(request, node)), new PageInfo(request, data.pageInfo));
38005
- }
38006
- }
38007
- /**
38008
- * A cycle notification subscription.
38009
- *
38010
- * @param request - function to call the graphql client
38011
- * @param data - L.CycleNotificationSubscriptionFragment response data
38012
- */
38013
- class CycleNotificationSubscription extends Request {
39146
+ class DiaryEntry extends Request {
38014
39147
  constructor(request, data) {
38015
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
39148
+ var _a, _b, _c;
38016
39149
  super(request);
38017
- this.active = data.active;
38018
39150
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
38019
39151
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
39152
+ this.date = data.date;
38020
39153
  this.id = data.id;
38021
- this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
38022
39154
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
38023
- this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
38024
- this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
38025
- this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
38026
- this._cycle = data.cycle;
38027
- this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
38028
- this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
38029
- this._subscriber = data.subscriber;
38030
- this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
38031
- this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
38032
- }
38033
- /** The contextual custom view associated with the notification subscription. */
38034
- get customView() {
38035
- var _a, _b;
38036
- 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;
38037
- }
38038
- /** The cycle subscribed to. */
38039
- get cycle() {
38040
- return new CycleQuery(this._request).fetch(this._cycle.id);
38041
- }
38042
- /** The contextual label view associated with the notification subscription. */
38043
- get label() {
38044
- var _a, _b;
38045
- 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;
39155
+ this.url = data.url;
39156
+ this._user = data.user;
38046
39157
  }
38047
- /** The contextual project view associated with the notification subscription. */
38048
- get project() {
38049
- var _a, _b;
38050
- 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;
39158
+ /** The user who the diary belongs to. */
39159
+ get user() {
39160
+ return new UserQuery(this._request).fetch(this._user.id);
38051
39161
  }
38052
- /** The user that subscribed to receive notifications. */
38053
- get subscriber() {
38054
- return new UserQuery(this._request).fetch(this._subscriber.id);
39162
+ /** Creates a new diary entry. */
39163
+ create(input) {
39164
+ return new CreateDiaryEntryMutation(this._request).fetch(input);
38055
39165
  }
38056
- /** The team associated with the notification subscription. */
38057
- get team() {
38058
- var _a, _b;
38059
- 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;
39166
+ /** Deletes a diaryEntry. */
39167
+ delete() {
39168
+ return new DeleteDiaryEntryMutation(this._request).fetch(this.id);
38060
39169
  }
38061
- /** The user view associated with the notification subscription. */
38062
- get user() {
38063
- var _a, _b;
38064
- 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;
39170
+ /** Updates a diaryEntry. */
39171
+ update(input) {
39172
+ return new UpdateDiaryEntryMutation(this._request).fetch(this.id, input);
38065
39173
  }
38066
39174
  }
38067
39175
  /**
38068
- * CyclePayload model
39176
+ * DiaryEntryConnection model
38069
39177
  *
38070
39178
  * @param request - function to call the graphql client
38071
- * @param data - L.CyclePayloadFragment response data
39179
+ * @param fetch - function to trigger a refetch of this DiaryEntryConnection model
39180
+ * @param data - DiaryEntryConnection response data
38072
39181
  */
38073
- class CyclePayload extends Request {
38074
- constructor(request, data) {
38075
- var _a;
38076
- super(request);
38077
- this.lastSyncId = data.lastSyncId;
38078
- this.success = data.success;
38079
- this._cycle = (_a = data.cycle) !== null && _a !== void 0 ? _a : undefined;
38080
- }
38081
- /** The Cycle that was created or updated. */
38082
- get cycle() {
38083
- var _a, _b;
38084
- 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;
39182
+ class DiaryEntryConnection extends Connection {
39183
+ constructor(request, fetch, data) {
39184
+ super(request, fetch, data.nodes.map(node => new DiaryEntry(request, node)), new PageInfo(request, data.pageInfo));
38085
39185
  }
38086
39186
  }
38087
39187
  /**
38088
- * A generic payload return from entity deletion mutations.
39188
+ * DiaryEntryPayload model
38089
39189
  *
38090
39190
  * @param request - function to call the graphql client
38091
- * @param data - L.DeletePayloadFragment response data
39191
+ * @param data - L.DiaryEntryPayloadFragment response data
38092
39192
  */
38093
- class DeletePayload extends Request {
39193
+ class DiaryEntryPayload extends Request {
38094
39194
  constructor(request, data) {
38095
39195
  super(request);
38096
- this.entityId = data.entityId;
38097
39196
  this.lastSyncId = data.lastSyncId;
38098
39197
  this.success = data.success;
39198
+ this._diaryEntry = data.diaryEntry;
39199
+ }
39200
+ /** The diary entry that was created or updated. */
39201
+ get diaryEntry() {
39202
+ return new DiaryEntryQuery(this._request).fetch(this._diaryEntry.id);
38099
39203
  }
38100
39204
  }
38101
39205
  /**
@@ -42237,6 +43341,47 @@
42237
43341
  this.reaction = new Reaction(request, data.reaction);
42238
43342
  }
42239
43343
  }
43344
+ /**
43345
+ * A reminder that can be attached to different entities.
43346
+ *
43347
+ * @param request - function to call the graphql client
43348
+ * @param data - L.ReminderFragment response data
43349
+ */
43350
+ class Reminder extends Request {
43351
+ constructor(request, data) {
43352
+ var _a, _b, _c, _d, _e, _f, _g, _h;
43353
+ super(request);
43354
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
43355
+ this.comment = (_b = data.comment) !== null && _b !== void 0 ? _b : undefined;
43356
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
43357
+ this.id = data.id;
43358
+ this.remindAt = (_d = parseDate(data.remindAt)) !== null && _d !== void 0 ? _d : new Date();
43359
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
43360
+ this._documentId = (_f = data.documentId) !== null && _f !== void 0 ? _f : undefined;
43361
+ this._issueId = (_g = data.issueId) !== null && _g !== void 0 ? _g : undefined;
43362
+ this._projectId = (_h = data.projectId) !== null && _h !== void 0 ? _h : undefined;
43363
+ this._user = data.user;
43364
+ }
43365
+ /** The document that the reminder is associated with. */
43366
+ get documentId() {
43367
+ var _a, _b;
43368
+ 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;
43369
+ }
43370
+ /** The issue that the reminder is associated with. */
43371
+ get issueId() {
43372
+ var _a, _b;
43373
+ 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;
43374
+ }
43375
+ /** The project that the reminder is associated with. */
43376
+ get projectId() {
43377
+ var _a, _b;
43378
+ 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;
43379
+ }
43380
+ /** The user that created a reminder. */
43381
+ get user() {
43382
+ return new UserQuery(this._request).fetch(this._user.id);
43383
+ }
43384
+ }
42240
43385
  /**
42241
43386
  * A roadmap for projects.
42242
43387
  *
@@ -42601,7 +43746,7 @@
42601
43746
  */
42602
43747
  class Team extends Request {
42603
43748
  constructor(request, data) {
42604
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
43749
+ 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;
42605
43750
  super(request);
42606
43751
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
42607
43752
  this.autoArchivePeriod = data.autoArchivePeriod;
@@ -42657,6 +43802,7 @@
42657
43802
  this._reviewWorkflowState = (_w = data.reviewWorkflowState) !== null && _w !== void 0 ? _w : undefined;
42658
43803
  this._startWorkflowState = (_x = data.startWorkflowState) !== null && _x !== void 0 ? _x : undefined;
42659
43804
  this._triageIssueState = (_y = data.triageIssueState) !== null && _y !== void 0 ? _y : undefined;
43805
+ this._triageResponsibility = (_z = data.triageResponsibility) !== null && _z !== void 0 ? _z : undefined;
42660
43806
  }
42661
43807
  /** Team's currently active cycle. */
42662
43808
  get activeCycle() {
@@ -42751,6 +43897,13 @@
42751
43897
  ? new WorkflowStateQuery(this._request).fetch((_b = this._triageIssueState) === null || _b === void 0 ? void 0 : _b.id)
42752
43898
  : undefined;
42753
43899
  }
43900
+ /** Team's triage responsibility. */
43901
+ get triageResponsibility() {
43902
+ var _a, _b;
43903
+ return ((_a = this._triageResponsibility) === null || _a === void 0 ? void 0 : _a.id)
43904
+ ? new TriageResponsibilityQuery(this._request).fetch((_b = this._triageResponsibility) === null || _b === void 0 ? void 0 : _b.id)
43905
+ : undefined;
43906
+ }
42754
43907
  /** Cycles associated with the team. */
42755
43908
  cycles(variables) {
42756
43909
  return new Team_CyclesQuery(this._request, this.id, variables).fetch(variables);
@@ -43025,6 +44178,7 @@
43025
44178
  this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
43026
44179
  this.id = data.id;
43027
44180
  this.name = data.name;
44181
+ this.sortOrder = data.sortOrder;
43028
44182
  this.templateData = (_d = parseJson(data.templateData)) !== null && _d !== void 0 ? _d : {};
43029
44183
  this.type = data.type;
43030
44184
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
@@ -43123,6 +44277,18 @@
43123
44277
  get organization() {
43124
44278
  return new OrganizationQuery(this._request).fetch();
43125
44279
  }
44280
+ /** Creates a new time schedule. */
44281
+ create(input) {
44282
+ return new CreateTimeScheduleMutation(this._request).fetch(input);
44283
+ }
44284
+ /** Deletes a time schedule. */
44285
+ delete() {
44286
+ return new DeleteTimeScheduleMutation(this._request).fetch(this.id);
44287
+ }
44288
+ /** Updates a time schedule. */
44289
+ update(input) {
44290
+ return new UpdateTimeScheduleMutation(this._request).fetch(this.id, input);
44291
+ }
43126
44292
  }
43127
44293
  /**
43128
44294
  * TimeScheduleConnection model
@@ -43163,6 +44329,10 @@
43163
44329
  super(request);
43164
44330
  this.lastSyncId = data.lastSyncId;
43165
44331
  this.success = data.success;
44332
+ this._timeSchedule = data.timeSchedule;
44333
+ }
44334
+ get timeSchedule() {
44335
+ return new TimeScheduleQuery(this._request).fetch(this._timeSchedule.id);
43166
44336
  }
43167
44337
  }
43168
44338
  /**
@@ -43173,7 +44343,7 @@
43173
44343
  */
43174
44344
  class TriageResponsibility extends Request {
43175
44345
  constructor(request, data) {
43176
- var _a, _b, _c, _d;
44346
+ var _a, _b, _c, _d, _e;
43177
44347
  super(request);
43178
44348
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
43179
44349
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
@@ -43185,6 +44355,7 @@
43185
44355
  this.action = data.action;
43186
44356
  this._currentUser = (_d = data.currentUser) !== null && _d !== void 0 ? _d : undefined;
43187
44357
  this._team = data.team;
44358
+ this._timeSchedule = (_e = data.timeSchedule) !== null && _e !== void 0 ? _e : undefined;
43188
44359
  }
43189
44360
  /** The user currently responsible for triage. */
43190
44361
  get currentUser() {
@@ -43195,6 +44366,23 @@
43195
44366
  get team() {
43196
44367
  return new TeamQuery(this._request).fetch(this._team.id);
43197
44368
  }
44369
+ /** The time schedule used for scheduling. */
44370
+ get timeSchedule() {
44371
+ var _a, _b;
44372
+ 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;
44373
+ }
44374
+ /** Creates a new triage responsibility. */
44375
+ create(input) {
44376
+ return new CreateTriageResponsibilityMutation(this._request).fetch(input);
44377
+ }
44378
+ /** Deletes a triage responsibility. */
44379
+ delete() {
44380
+ return new DeleteTriageResponsibilityMutation(this._request).fetch(this.id);
44381
+ }
44382
+ /** Updates an existing triage responsibility. */
44383
+ update(input) {
44384
+ return new UpdateTriageResponsibilityMutation(this._request).fetch(this.id, input);
44385
+ }
43198
44386
  }
43199
44387
  /**
43200
44388
  * TriageResponsibilityConnection model
@@ -43231,6 +44419,10 @@
43231
44419
  super(request);
43232
44420
  this.lastSyncId = data.lastSyncId;
43233
44421
  this.success = data.success;
44422
+ this._triageResponsibility = data.triageResponsibility;
44423
+ }
44424
+ get triageResponsibility() {
44425
+ return new TriageResponsibilityQuery(this._request).fetch(this._triageResponsibility.id);
43234
44426
  }
43235
44427
  }
43236
44428
  /**
@@ -44399,6 +45591,31 @@
44399
45591
  });
44400
45592
  }
44401
45593
  }
45594
+ /**
45595
+ * A fetchable DiaryEntry Query
45596
+ *
45597
+ * @param request - function to call the graphql client
45598
+ */
45599
+ class DiaryEntryQuery extends Request {
45600
+ constructor(request) {
45601
+ super(request);
45602
+ }
45603
+ /**
45604
+ * Call the DiaryEntry query and return a DiaryEntry
45605
+ *
45606
+ * @param id - required id to pass to diaryEntry
45607
+ * @returns parsed response from DiaryEntryQuery
45608
+ */
45609
+ fetch(id) {
45610
+ return __awaiter(this, void 0, void 0, function* () {
45611
+ const response = yield this._request(DiaryEntryDocument, {
45612
+ id,
45613
+ });
45614
+ const data = response.diaryEntry;
45615
+ return new DiaryEntry(this._request, data);
45616
+ });
45617
+ }
45618
+ }
44402
45619
  /**
44403
45620
  * A fetchable Document Query
44404
45621
  *
@@ -46044,6 +47261,102 @@
46044
47261
  });
46045
47262
  }
46046
47263
  }
47264
+ /**
47265
+ * A fetchable TimeSchedule Query
47266
+ *
47267
+ * @param request - function to call the graphql client
47268
+ */
47269
+ class TimeScheduleQuery extends Request {
47270
+ constructor(request) {
47271
+ super(request);
47272
+ }
47273
+ /**
47274
+ * Call the TimeSchedule query and return a TimeSchedule
47275
+ *
47276
+ * @param id - required id to pass to timeSchedule
47277
+ * @returns parsed response from TimeScheduleQuery
47278
+ */
47279
+ fetch(id) {
47280
+ return __awaiter(this, void 0, void 0, function* () {
47281
+ const response = yield this._request(TimeScheduleDocument, {
47282
+ id,
47283
+ });
47284
+ const data = response.timeSchedule;
47285
+ return new TimeSchedule(this._request, data);
47286
+ });
47287
+ }
47288
+ }
47289
+ /**
47290
+ * A fetchable TimeSchedules Query
47291
+ *
47292
+ * @param request - function to call the graphql client
47293
+ */
47294
+ class TimeSchedulesQuery extends Request {
47295
+ constructor(request) {
47296
+ super(request);
47297
+ }
47298
+ /**
47299
+ * Call the TimeSchedules query and return a TimeScheduleConnection
47300
+ *
47301
+ * @param variables - variables to pass into the TimeSchedulesQuery
47302
+ * @returns parsed response from TimeSchedulesQuery
47303
+ */
47304
+ fetch(variables) {
47305
+ return __awaiter(this, void 0, void 0, function* () {
47306
+ const response = yield this._request(TimeSchedulesDocument, variables);
47307
+ const data = response.timeSchedules;
47308
+ return new TimeScheduleConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
47309
+ });
47310
+ }
47311
+ }
47312
+ /**
47313
+ * A fetchable TriageResponsibilities Query
47314
+ *
47315
+ * @param request - function to call the graphql client
47316
+ */
47317
+ class TriageResponsibilitiesQuery extends Request {
47318
+ constructor(request) {
47319
+ super(request);
47320
+ }
47321
+ /**
47322
+ * Call the TriageResponsibilities query and return a TriageResponsibilityConnection
47323
+ *
47324
+ * @param variables - variables to pass into the TriageResponsibilitiesQuery
47325
+ * @returns parsed response from TriageResponsibilitiesQuery
47326
+ */
47327
+ fetch(variables) {
47328
+ return __awaiter(this, void 0, void 0, function* () {
47329
+ const response = yield this._request(TriageResponsibilitiesDocument, variables);
47330
+ const data = response.triageResponsibilities;
47331
+ return new TriageResponsibilityConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
47332
+ });
47333
+ }
47334
+ }
47335
+ /**
47336
+ * A fetchable TriageResponsibility Query
47337
+ *
47338
+ * @param request - function to call the graphql client
47339
+ */
47340
+ class TriageResponsibilityQuery extends Request {
47341
+ constructor(request) {
47342
+ super(request);
47343
+ }
47344
+ /**
47345
+ * Call the TriageResponsibility query and return a TriageResponsibility
47346
+ *
47347
+ * @param id - required id to pass to triageResponsibility
47348
+ * @returns parsed response from TriageResponsibilityQuery
47349
+ */
47350
+ fetch(id) {
47351
+ return __awaiter(this, void 0, void 0, function* () {
47352
+ const response = yield this._request(TriageResponsibilityDocument, {
47353
+ id,
47354
+ });
47355
+ const data = response.triageResponsibility;
47356
+ return new TriageResponsibility(this._request, data);
47357
+ });
47358
+ }
47359
+ }
46047
47360
  /**
46048
47361
  * A fetchable User Query
46049
47362
  *
@@ -47079,6 +48392,83 @@
47079
48392
  });
47080
48393
  }
47081
48394
  }
48395
+ /**
48396
+ * A fetchable CreateDiaryEntry Mutation
48397
+ *
48398
+ * @param request - function to call the graphql client
48399
+ */
48400
+ class CreateDiaryEntryMutation extends Request {
48401
+ constructor(request) {
48402
+ super(request);
48403
+ }
48404
+ /**
48405
+ * Call the CreateDiaryEntry mutation and return a DiaryEntryPayload
48406
+ *
48407
+ * @param input - required input to pass to createDiaryEntry
48408
+ * @returns parsed response from CreateDiaryEntryMutation
48409
+ */
48410
+ fetch(input) {
48411
+ return __awaiter(this, void 0, void 0, function* () {
48412
+ const response = yield this._request(CreateDiaryEntryDocument, {
48413
+ input,
48414
+ });
48415
+ const data = response.diaryEntryCreate;
48416
+ return new DiaryEntryPayload(this._request, data);
48417
+ });
48418
+ }
48419
+ }
48420
+ /**
48421
+ * A fetchable DeleteDiaryEntry Mutation
48422
+ *
48423
+ * @param request - function to call the graphql client
48424
+ */
48425
+ class DeleteDiaryEntryMutation extends Request {
48426
+ constructor(request) {
48427
+ super(request);
48428
+ }
48429
+ /**
48430
+ * Call the DeleteDiaryEntry mutation and return a DeletePayload
48431
+ *
48432
+ * @param id - required id to pass to deleteDiaryEntry
48433
+ * @returns parsed response from DeleteDiaryEntryMutation
48434
+ */
48435
+ fetch(id) {
48436
+ return __awaiter(this, void 0, void 0, function* () {
48437
+ const response = yield this._request(DeleteDiaryEntryDocument, {
48438
+ id,
48439
+ });
48440
+ const data = response.diaryEntryDelete;
48441
+ return new DeletePayload(this._request, data);
48442
+ });
48443
+ }
48444
+ }
48445
+ /**
48446
+ * A fetchable UpdateDiaryEntry Mutation
48447
+ *
48448
+ * @param request - function to call the graphql client
48449
+ */
48450
+ class UpdateDiaryEntryMutation extends Request {
48451
+ constructor(request) {
48452
+ super(request);
48453
+ }
48454
+ /**
48455
+ * Call the UpdateDiaryEntry mutation and return a DiaryEntryPayload
48456
+ *
48457
+ * @param id - required id to pass to updateDiaryEntry
48458
+ * @param input - required input to pass to updateDiaryEntry
48459
+ * @returns parsed response from UpdateDiaryEntryMutation
48460
+ */
48461
+ fetch(id, input) {
48462
+ return __awaiter(this, void 0, void 0, function* () {
48463
+ const response = yield this._request(UpdateDiaryEntryDocument, {
48464
+ id,
48465
+ input,
48466
+ });
48467
+ const data = response.diaryEntryUpdate;
48468
+ return new DiaryEntryPayload(this._request, data);
48469
+ });
48470
+ }
48471
+ }
47082
48472
  /**
47083
48473
  * A fetchable CreateDocument Mutation
47084
48474
  *
@@ -47129,6 +48519,33 @@
47129
48519
  });
47130
48520
  }
47131
48521
  }
48522
+ /**
48523
+ * A fetchable DocumentReminder Mutation
48524
+ *
48525
+ * @param request - function to call the graphql client
48526
+ */
48527
+ class DocumentReminderMutation extends Request {
48528
+ constructor(request) {
48529
+ super(request);
48530
+ }
48531
+ /**
48532
+ * Call the DocumentReminder mutation and return a DocumentPayload
48533
+ *
48534
+ * @param id - required id to pass to documentReminder
48535
+ * @param reminderAt - required reminderAt to pass to documentReminder
48536
+ * @returns parsed response from DocumentReminderMutation
48537
+ */
48538
+ fetch(id, reminderAt) {
48539
+ return __awaiter(this, void 0, void 0, function* () {
48540
+ const response = yield this._request(DocumentReminderDocument, {
48541
+ id,
48542
+ reminderAt,
48543
+ });
48544
+ const data = response.documentReminder;
48545
+ return new DocumentPayload(this._request, data);
48546
+ });
48547
+ }
48548
+ }
47132
48549
  /**
47133
48550
  * A fetchable UpdateDocument Mutation
47134
48551
  *
@@ -50985,6 +52402,212 @@
50985
52402
  });
50986
52403
  }
50987
52404
  }
52405
+ /**
52406
+ * A fetchable CreateTimeSchedule Mutation
52407
+ *
52408
+ * @param request - function to call the graphql client
52409
+ */
52410
+ class CreateTimeScheduleMutation extends Request {
52411
+ constructor(request) {
52412
+ super(request);
52413
+ }
52414
+ /**
52415
+ * Call the CreateTimeSchedule mutation and return a TimeSchedulePayload
52416
+ *
52417
+ * @param input - required input to pass to createTimeSchedule
52418
+ * @returns parsed response from CreateTimeScheduleMutation
52419
+ */
52420
+ fetch(input) {
52421
+ return __awaiter(this, void 0, void 0, function* () {
52422
+ const response = yield this._request(CreateTimeScheduleDocument, {
52423
+ input,
52424
+ });
52425
+ const data = response.timeScheduleCreate;
52426
+ return new TimeSchedulePayload(this._request, data);
52427
+ });
52428
+ }
52429
+ }
52430
+ /**
52431
+ * A fetchable DeleteTimeSchedule Mutation
52432
+ *
52433
+ * @param request - function to call the graphql client
52434
+ */
52435
+ class DeleteTimeScheduleMutation extends Request {
52436
+ constructor(request) {
52437
+ super(request);
52438
+ }
52439
+ /**
52440
+ * Call the DeleteTimeSchedule mutation and return a DeletePayload
52441
+ *
52442
+ * @param id - required id to pass to deleteTimeSchedule
52443
+ * @returns parsed response from DeleteTimeScheduleMutation
52444
+ */
52445
+ fetch(id) {
52446
+ return __awaiter(this, void 0, void 0, function* () {
52447
+ const response = yield this._request(DeleteTimeScheduleDocument, {
52448
+ id,
52449
+ });
52450
+ const data = response.timeScheduleDelete;
52451
+ return new DeletePayload(this._request, data);
52452
+ });
52453
+ }
52454
+ }
52455
+ /**
52456
+ * A fetchable TimeScheduleRefreshIntegrationSchedule Mutation
52457
+ *
52458
+ * @param request - function to call the graphql client
52459
+ */
52460
+ class TimeScheduleRefreshIntegrationScheduleMutation extends Request {
52461
+ constructor(request) {
52462
+ super(request);
52463
+ }
52464
+ /**
52465
+ * Call the TimeScheduleRefreshIntegrationSchedule mutation and return a TimeSchedulePayload
52466
+ *
52467
+ * @param id - required id to pass to timeScheduleRefreshIntegrationSchedule
52468
+ * @returns parsed response from TimeScheduleRefreshIntegrationScheduleMutation
52469
+ */
52470
+ fetch(id) {
52471
+ return __awaiter(this, void 0, void 0, function* () {
52472
+ const response = yield this._request(TimeScheduleRefreshIntegrationScheduleDocument, {
52473
+ id,
52474
+ });
52475
+ const data = response.timeScheduleRefreshIntegrationSchedule;
52476
+ return new TimeSchedulePayload(this._request, data);
52477
+ });
52478
+ }
52479
+ }
52480
+ /**
52481
+ * A fetchable UpdateTimeSchedule Mutation
52482
+ *
52483
+ * @param request - function to call the graphql client
52484
+ */
52485
+ class UpdateTimeScheduleMutation extends Request {
52486
+ constructor(request) {
52487
+ super(request);
52488
+ }
52489
+ /**
52490
+ * Call the UpdateTimeSchedule mutation and return a TimeSchedulePayload
52491
+ *
52492
+ * @param id - required id to pass to updateTimeSchedule
52493
+ * @param input - required input to pass to updateTimeSchedule
52494
+ * @returns parsed response from UpdateTimeScheduleMutation
52495
+ */
52496
+ fetch(id, input) {
52497
+ return __awaiter(this, void 0, void 0, function* () {
52498
+ const response = yield this._request(UpdateTimeScheduleDocument, {
52499
+ id,
52500
+ input,
52501
+ });
52502
+ const data = response.timeScheduleUpdate;
52503
+ return new TimeSchedulePayload(this._request, data);
52504
+ });
52505
+ }
52506
+ }
52507
+ /**
52508
+ * A fetchable TimeScheduleUpsertExternal Mutation
52509
+ *
52510
+ * @param request - function to call the graphql client
52511
+ */
52512
+ class TimeScheduleUpsertExternalMutation extends Request {
52513
+ constructor(request) {
52514
+ super(request);
52515
+ }
52516
+ /**
52517
+ * Call the TimeScheduleUpsertExternal mutation and return a TimeSchedulePayload
52518
+ *
52519
+ * @param externalId - required externalId to pass to timeScheduleUpsertExternal
52520
+ * @param input - required input to pass to timeScheduleUpsertExternal
52521
+ * @returns parsed response from TimeScheduleUpsertExternalMutation
52522
+ */
52523
+ fetch(externalId, input) {
52524
+ return __awaiter(this, void 0, void 0, function* () {
52525
+ const response = yield this._request(TimeScheduleUpsertExternalDocument, {
52526
+ externalId,
52527
+ input,
52528
+ });
52529
+ const data = response.timeScheduleUpsertExternal;
52530
+ return new TimeSchedulePayload(this._request, data);
52531
+ });
52532
+ }
52533
+ }
52534
+ /**
52535
+ * A fetchable CreateTriageResponsibility Mutation
52536
+ *
52537
+ * @param request - function to call the graphql client
52538
+ */
52539
+ class CreateTriageResponsibilityMutation extends Request {
52540
+ constructor(request) {
52541
+ super(request);
52542
+ }
52543
+ /**
52544
+ * Call the CreateTriageResponsibility mutation and return a TriageResponsibilityPayload
52545
+ *
52546
+ * @param input - required input to pass to createTriageResponsibility
52547
+ * @returns parsed response from CreateTriageResponsibilityMutation
52548
+ */
52549
+ fetch(input) {
52550
+ return __awaiter(this, void 0, void 0, function* () {
52551
+ const response = yield this._request(CreateTriageResponsibilityDocument, {
52552
+ input,
52553
+ });
52554
+ const data = response.triageResponsibilityCreate;
52555
+ return new TriageResponsibilityPayload(this._request, data);
52556
+ });
52557
+ }
52558
+ }
52559
+ /**
52560
+ * A fetchable DeleteTriageResponsibility Mutation
52561
+ *
52562
+ * @param request - function to call the graphql client
52563
+ */
52564
+ class DeleteTriageResponsibilityMutation extends Request {
52565
+ constructor(request) {
52566
+ super(request);
52567
+ }
52568
+ /**
52569
+ * Call the DeleteTriageResponsibility mutation and return a DeletePayload
52570
+ *
52571
+ * @param id - required id to pass to deleteTriageResponsibility
52572
+ * @returns parsed response from DeleteTriageResponsibilityMutation
52573
+ */
52574
+ fetch(id) {
52575
+ return __awaiter(this, void 0, void 0, function* () {
52576
+ const response = yield this._request(DeleteTriageResponsibilityDocument, {
52577
+ id,
52578
+ });
52579
+ const data = response.triageResponsibilityDelete;
52580
+ return new DeletePayload(this._request, data);
52581
+ });
52582
+ }
52583
+ }
52584
+ /**
52585
+ * A fetchable UpdateTriageResponsibility Mutation
52586
+ *
52587
+ * @param request - function to call the graphql client
52588
+ */
52589
+ class UpdateTriageResponsibilityMutation extends Request {
52590
+ constructor(request) {
52591
+ super(request);
52592
+ }
52593
+ /**
52594
+ * Call the UpdateTriageResponsibility mutation and return a TriageResponsibilityPayload
52595
+ *
52596
+ * @param id - required id to pass to updateTriageResponsibility
52597
+ * @param input - required input to pass to updateTriageResponsibility
52598
+ * @returns parsed response from UpdateTriageResponsibilityMutation
52599
+ */
52600
+ fetch(id, input) {
52601
+ return __awaiter(this, void 0, void 0, function* () {
52602
+ const response = yield this._request(UpdateTriageResponsibilityDocument, {
52603
+ id,
52604
+ input,
52605
+ });
52606
+ const data = response.triageResponsibilityUpdate;
52607
+ return new TriageResponsibilityPayload(this._request, data);
52608
+ });
52609
+ }
52610
+ }
50988
52611
  /**
50989
52612
  * A fetchable UserDemoteAdmin Mutation
50990
52613
  *
@@ -53485,6 +55108,32 @@
53485
55108
  });
53486
55109
  }
53487
55110
  }
55111
+ /**
55112
+ * A fetchable TriageResponsibility_ManualSelection Query
55113
+ *
55114
+ * @param request - function to call the graphql client
55115
+ * @param id - required id to pass to triageResponsibility
55116
+ */
55117
+ class TriageResponsibility_ManualSelectionQuery extends Request {
55118
+ constructor(request, id) {
55119
+ super(request);
55120
+ this._id = id;
55121
+ }
55122
+ /**
55123
+ * Call the TriageResponsibility_ManualSelection query and return a TriageResponsibilityManualSelection
55124
+ *
55125
+ * @returns parsed response from TriageResponsibility_ManualSelectionQuery
55126
+ */
55127
+ fetch() {
55128
+ return __awaiter(this, void 0, void 0, function* () {
55129
+ const response = yield this._request(TriageResponsibility_ManualSelectionDocument, {
55130
+ id: this._id,
55131
+ });
55132
+ const data = response.triageResponsibility.manualSelection;
55133
+ return data ? new TriageResponsibilityManualSelection(this._request, data) : undefined;
55134
+ });
55135
+ }
55136
+ }
53488
55137
  /**
53489
55138
  * A fetchable User_AssignedIssues Query
53490
55139
  *
@@ -53903,6 +55552,15 @@
53903
55552
  cycles(variables) {
53904
55553
  return new CyclesQuery(this._request).fetch(variables);
53905
55554
  }
55555
+ /**
55556
+ * One specific diary entry.
55557
+ *
55558
+ * @param id - required id to pass to diaryEntry
55559
+ * @returns DiaryEntry
55560
+ */
55561
+ diaryEntry(id) {
55562
+ return new DiaryEntryQuery(this._request).fetch(id);
55563
+ }
53906
55564
  /**
53907
55565
  * One specific document.
53908
55566
  *
@@ -54510,6 +56168,42 @@
54510
56168
  templatesForIntegration(integrationType) {
54511
56169
  return new TemplatesForIntegrationQuery(this._request).fetch(integrationType);
54512
56170
  }
56171
+ /**
56172
+ * A specific time schedule.
56173
+ *
56174
+ * @param id - required id to pass to timeSchedule
56175
+ * @returns TimeSchedule
56176
+ */
56177
+ timeSchedule(id) {
56178
+ return new TimeScheduleQuery(this._request).fetch(id);
56179
+ }
56180
+ /**
56181
+ * All time schedules.
56182
+ *
56183
+ * @param variables - variables to pass into the TimeSchedulesQuery
56184
+ * @returns TimeScheduleConnection
56185
+ */
56186
+ timeSchedules(variables) {
56187
+ return new TimeSchedulesQuery(this._request).fetch(variables);
56188
+ }
56189
+ /**
56190
+ * All triage responsibilities.
56191
+ *
56192
+ * @param variables - variables to pass into the TriageResponsibilitiesQuery
56193
+ * @returns TriageResponsibilityConnection
56194
+ */
56195
+ triageResponsibilities(variables) {
56196
+ return new TriageResponsibilitiesQuery(this._request).fetch(variables);
56197
+ }
56198
+ /**
56199
+ * A specific triage responsibility.
56200
+ *
56201
+ * @param id - required id to pass to triageResponsibility
56202
+ * @returns TriageResponsibility
56203
+ */
56204
+ triageResponsibility(id) {
56205
+ return new TriageResponsibilityQuery(this._request).fetch(id);
56206
+ }
54513
56207
  /**
54514
56208
  * One specific user.
54515
56209
  *
@@ -54907,6 +56601,34 @@
54907
56601
  updateCycle(id, input) {
54908
56602
  return new UpdateCycleMutation(this._request).fetch(id, input);
54909
56603
  }
56604
+ /**
56605
+ * Creates a new diary entry.
56606
+ *
56607
+ * @param input - required input to pass to createDiaryEntry
56608
+ * @returns DiaryEntryPayload
56609
+ */
56610
+ createDiaryEntry(input) {
56611
+ return new CreateDiaryEntryMutation(this._request).fetch(input);
56612
+ }
56613
+ /**
56614
+ * Deletes a diaryEntry.
56615
+ *
56616
+ * @param id - required id to pass to deleteDiaryEntry
56617
+ * @returns DeletePayload
56618
+ */
56619
+ deleteDiaryEntry(id) {
56620
+ return new DeleteDiaryEntryMutation(this._request).fetch(id);
56621
+ }
56622
+ /**
56623
+ * Updates a diaryEntry.
56624
+ *
56625
+ * @param id - required id to pass to updateDiaryEntry
56626
+ * @param input - required input to pass to updateDiaryEntry
56627
+ * @returns DiaryEntryPayload
56628
+ */
56629
+ updateDiaryEntry(id, input) {
56630
+ return new UpdateDiaryEntryMutation(this._request).fetch(id, input);
56631
+ }
54910
56632
  /**
54911
56633
  * Creates a new document.
54912
56634
  *
@@ -54925,6 +56647,16 @@
54925
56647
  deleteDocument(id) {
54926
56648
  return new DeleteDocumentMutation(this._request).fetch(id);
54927
56649
  }
56650
+ /**
56651
+ * Adds a document reminder. Will cause a notification to be sent when the issue reminder time is reached.
56652
+ *
56653
+ * @param id - required id to pass to documentReminder
56654
+ * @param reminderAt - required reminderAt to pass to documentReminder
56655
+ * @returns DocumentPayload
56656
+ */
56657
+ documentReminder(id, reminderAt) {
56658
+ return new DocumentReminderMutation(this._request).fetch(id, reminderAt);
56659
+ }
54928
56660
  /**
54929
56661
  * Updates a document.
54930
56662
  *
@@ -56357,6 +58089,81 @@
56357
58089
  updateTemplate(id, input) {
56358
58090
  return new UpdateTemplateMutation(this._request).fetch(id, input);
56359
58091
  }
58092
+ /**
58093
+ * Creates a new time schedule.
58094
+ *
58095
+ * @param input - required input to pass to createTimeSchedule
58096
+ * @returns TimeSchedulePayload
58097
+ */
58098
+ createTimeSchedule(input) {
58099
+ return new CreateTimeScheduleMutation(this._request).fetch(input);
58100
+ }
58101
+ /**
58102
+ * Deletes a time schedule.
58103
+ *
58104
+ * @param id - required id to pass to deleteTimeSchedule
58105
+ * @returns DeletePayload
58106
+ */
58107
+ deleteTimeSchedule(id) {
58108
+ return new DeleteTimeScheduleMutation(this._request).fetch(id);
58109
+ }
58110
+ /**
58111
+ * Refresh the integration schedule information.
58112
+ *
58113
+ * @param id - required id to pass to timeScheduleRefreshIntegrationSchedule
58114
+ * @returns TimeSchedulePayload
58115
+ */
58116
+ timeScheduleRefreshIntegrationSchedule(id) {
58117
+ return new TimeScheduleRefreshIntegrationScheduleMutation(this._request).fetch(id);
58118
+ }
58119
+ /**
58120
+ * Updates a time schedule.
58121
+ *
58122
+ * @param id - required id to pass to updateTimeSchedule
58123
+ * @param input - required input to pass to updateTimeSchedule
58124
+ * @returns TimeSchedulePayload
58125
+ */
58126
+ updateTimeSchedule(id, input) {
58127
+ return new UpdateTimeScheduleMutation(this._request).fetch(id, input);
58128
+ }
58129
+ /**
58130
+ * Upsert an external time schedule.
58131
+ *
58132
+ * @param externalId - required externalId to pass to timeScheduleUpsertExternal
58133
+ * @param input - required input to pass to timeScheduleUpsertExternal
58134
+ * @returns TimeSchedulePayload
58135
+ */
58136
+ timeScheduleUpsertExternal(externalId, input) {
58137
+ return new TimeScheduleUpsertExternalMutation(this._request).fetch(externalId, input);
58138
+ }
58139
+ /**
58140
+ * Creates a new triage responsibility.
58141
+ *
58142
+ * @param input - required input to pass to createTriageResponsibility
58143
+ * @returns TriageResponsibilityPayload
58144
+ */
58145
+ createTriageResponsibility(input) {
58146
+ return new CreateTriageResponsibilityMutation(this._request).fetch(input);
58147
+ }
58148
+ /**
58149
+ * Deletes a triage responsibility.
58150
+ *
58151
+ * @param id - required id to pass to deleteTriageResponsibility
58152
+ * @returns DeletePayload
58153
+ */
58154
+ deleteTriageResponsibility(id) {
58155
+ return new DeleteTriageResponsibilityMutation(this._request).fetch(id);
58156
+ }
58157
+ /**
58158
+ * Updates an existing triage responsibility.
58159
+ *
58160
+ * @param id - required id to pass to updateTriageResponsibility
58161
+ * @param input - required input to pass to updateTriageResponsibility
58162
+ * @returns TriageResponsibilityPayload
58163
+ */
58164
+ updateTriageResponsibility(id, input) {
58165
+ return new UpdateTriageResponsibilityMutation(this._request).fetch(id, input);
58166
+ }
56360
58167
  /**
56361
58168
  * Makes user a regular user. Can only be called by an admin.
56362
58169
  *
@@ -56744,6 +58551,7 @@
56744
58551
  exports.CreateCsvExportReportPayload = CreateCsvExportReportPayload;
56745
58552
  exports.CreateCustomViewMutation = CreateCustomViewMutation;
56746
58553
  exports.CreateCycleMutation = CreateCycleMutation;
58554
+ exports.CreateDiaryEntryMutation = CreateDiaryEntryMutation;
56747
58555
  exports.CreateDocumentMutation = CreateDocumentMutation;
56748
58556
  exports.CreateEmailIntakeAddressMutation = CreateEmailIntakeAddressMutation;
56749
58557
  exports.CreateEmojiMutation = CreateEmojiMutation;
@@ -56774,6 +58582,8 @@
56774
58582
  exports.CreateTeamMembershipMutation = CreateTeamMembershipMutation;
56775
58583
  exports.CreateTeamMutation = CreateTeamMutation;
56776
58584
  exports.CreateTemplateMutation = CreateTemplateMutation;
58585
+ exports.CreateTimeScheduleMutation = CreateTimeScheduleMutation;
58586
+ exports.CreateTriageResponsibilityMutation = CreateTriageResponsibilityMutation;
56777
58587
  exports.CreateViewPreferencesMutation = CreateViewPreferencesMutation;
56778
58588
  exports.CreateWebhookMutation = CreateWebhookMutation;
56779
58589
  exports.CreateWorkflowStateMutation = CreateWorkflowStateMutation;
@@ -56806,6 +58616,7 @@
56806
58616
  exports.DeleteAttachmentMutation = DeleteAttachmentMutation;
56807
58617
  exports.DeleteCommentMutation = DeleteCommentMutation;
56808
58618
  exports.DeleteCustomViewMutation = DeleteCustomViewMutation;
58619
+ exports.DeleteDiaryEntryMutation = DeleteDiaryEntryMutation;
56809
58620
  exports.DeleteDocumentMutation = DeleteDocumentMutation;
56810
58621
  exports.DeleteEmailIntakeAddressMutation = DeleteEmailIntakeAddressMutation;
56811
58622
  exports.DeleteEmojiMutation = DeleteEmojiMutation;
@@ -56839,8 +58650,14 @@
56839
58650
  exports.DeleteTeamMembershipMutation = DeleteTeamMembershipMutation;
56840
58651
  exports.DeleteTeamMutation = DeleteTeamMutation;
56841
58652
  exports.DeleteTemplateMutation = DeleteTemplateMutation;
58653
+ exports.DeleteTimeScheduleMutation = DeleteTimeScheduleMutation;
58654
+ exports.DeleteTriageResponsibilityMutation = DeleteTriageResponsibilityMutation;
56842
58655
  exports.DeleteViewPreferencesMutation = DeleteViewPreferencesMutation;
56843
58656
  exports.DeleteWebhookMutation = DeleteWebhookMutation;
58657
+ exports.DiaryEntry = DiaryEntry;
58658
+ exports.DiaryEntryConnection = DiaryEntryConnection;
58659
+ exports.DiaryEntryPayload = DiaryEntryPayload;
58660
+ exports.DiaryEntryQuery = DiaryEntryQuery;
56844
58661
  exports.Document = Document;
56845
58662
  exports.DocumentConnection = DocumentConnection;
56846
58663
  exports.DocumentContent = DocumentContent;
@@ -56851,6 +58668,7 @@
56851
58668
  exports.DocumentNotification = DocumentNotification;
56852
58669
  exports.DocumentPayload = DocumentPayload;
56853
58670
  exports.DocumentQuery = DocumentQuery;
58671
+ exports.DocumentReminderMutation = DocumentReminderMutation;
56854
58672
  exports.DocumentSearchPayload = DocumentSearchPayload;
56855
58673
  exports.DocumentSearchResult = DocumentSearchResult;
56856
58674
  exports.DocumentSearchResultConnection = DocumentSearchResultConnection;
@@ -57165,6 +58983,7 @@
57165
58983
  exports.ReactionConnection = ReactionConnection;
57166
58984
  exports.ReactionPayload = ReactionPayload;
57167
58985
  exports.RefreshGoogleSheetsDataMutation = RefreshGoogleSheetsDataMutation;
58986
+ exports.Reminder = Reminder;
57168
58987
  exports.Request = Request;
57169
58988
  exports.ResendOrganizationInviteMutation = ResendOrganizationInviteMutation;
57170
58989
  exports.Roadmap = Roadmap;
@@ -57232,10 +59051,17 @@
57232
59051
  exports.TimeScheduleConnection = TimeScheduleConnection;
57233
59052
  exports.TimeScheduleEntry = TimeScheduleEntry;
57234
59053
  exports.TimeSchedulePayload = TimeSchedulePayload;
59054
+ exports.TimeScheduleQuery = TimeScheduleQuery;
59055
+ exports.TimeScheduleRefreshIntegrationScheduleMutation = TimeScheduleRefreshIntegrationScheduleMutation;
59056
+ exports.TimeScheduleUpsertExternalMutation = TimeScheduleUpsertExternalMutation;
59057
+ exports.TimeSchedulesQuery = TimeSchedulesQuery;
59058
+ exports.TriageResponsibilitiesQuery = TriageResponsibilitiesQuery;
57235
59059
  exports.TriageResponsibility = TriageResponsibility;
57236
59060
  exports.TriageResponsibilityConnection = TriageResponsibilityConnection;
57237
59061
  exports.TriageResponsibilityManualSelection = TriageResponsibilityManualSelection;
57238
59062
  exports.TriageResponsibilityPayload = TriageResponsibilityPayload;
59063
+ exports.TriageResponsibilityQuery = TriageResponsibilityQuery;
59064
+ exports.TriageResponsibility_ManualSelectionQuery = TriageResponsibility_ManualSelectionQuery;
57239
59065
  exports.UnarchiveIssueMutation = UnarchiveIssueMutation;
57240
59066
  exports.UnarchiveNotificationMutation = UnarchiveNotificationMutation;
57241
59067
  exports.UnarchiveProjectMutation = UnarchiveProjectMutation;
@@ -57247,6 +59073,7 @@
57247
59073
  exports.UpdateCommentMutation = UpdateCommentMutation;
57248
59074
  exports.UpdateCustomViewMutation = UpdateCustomViewMutation;
57249
59075
  exports.UpdateCycleMutation = UpdateCycleMutation;
59076
+ exports.UpdateDiaryEntryMutation = UpdateDiaryEntryMutation;
57250
59077
  exports.UpdateDocumentMutation = UpdateDocumentMutation;
57251
59078
  exports.UpdateEmailIntakeAddressMutation = UpdateEmailIntakeAddressMutation;
57252
59079
  exports.UpdateEntityExternalLinkMutation = UpdateEntityExternalLinkMutation;
@@ -57273,6 +59100,8 @@
57273
59100
  exports.UpdateTeamMembershipMutation = UpdateTeamMembershipMutation;
57274
59101
  exports.UpdateTeamMutation = UpdateTeamMutation;
57275
59102
  exports.UpdateTemplateMutation = UpdateTemplateMutation;
59103
+ exports.UpdateTimeScheduleMutation = UpdateTimeScheduleMutation;
59104
+ exports.UpdateTriageResponsibilityMutation = UpdateTriageResponsibilityMutation;
57276
59105
  exports.UpdateUserFlagMutation = UpdateUserFlagMutation;
57277
59106
  exports.UpdateUserMutation = UpdateUserMutation;
57278
59107
  exports.UpdateUserSettingsMutation = UpdateUserSettingsMutation;