@linear/sdk 20.0.0 → 21.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_generated_documents.d.ts +496 -47
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +522 -1
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +2304 -475
- package/dist/index-cjs.js.map +1 -1
- package/dist/index-cjs.min.js +1 -1
- package/dist/index-cjs.min.js.br +0 -0
- package/dist/index-cjs.min.js.gz +0 -0
- package/dist/index-cjs.min.js.map +1 -1
- package/dist/index-es.js +2283 -476
- package/dist/index-es.js.map +1 -1
- package/dist/index-es.min.js +1 -1
- package/dist/index-es.min.js.br +0 -0
- package/dist/index-es.min.js.gz +0 -0
- package/dist/index-es.min.js.map +1 -1
- package/dist/index-umd.js +2305 -476
- package/dist/index-umd.js.map +1 -1
- package/dist/index-umd.min.js +1 -1
- package/dist/index-umd.min.js.br +0 -0
- package/dist/index-umd.min.js.gz +0 -0
- package/dist/index-umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index-cjs.js
CHANGED
@@ -85012,6 +85012,60 @@ const ProjectNotificationSubscriptionFragmentDoc = {
|
|
85012
85012
|
},
|
85013
85013
|
],
|
85014
85014
|
};
|
85015
|
+
const ReminderFragmentDoc = {
|
85016
|
+
kind: "Document",
|
85017
|
+
definitions: [
|
85018
|
+
{
|
85019
|
+
kind: "FragmentDefinition",
|
85020
|
+
name: { kind: "Name", value: "Reminder" },
|
85021
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Reminder" } },
|
85022
|
+
selectionSet: {
|
85023
|
+
kind: "SelectionSet",
|
85024
|
+
selections: [
|
85025
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85026
|
+
{
|
85027
|
+
kind: "Field",
|
85028
|
+
name: { kind: "Name", value: "documentId" },
|
85029
|
+
selectionSet: {
|
85030
|
+
kind: "SelectionSet",
|
85031
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85032
|
+
},
|
85033
|
+
},
|
85034
|
+
{
|
85035
|
+
kind: "Field",
|
85036
|
+
name: { kind: "Name", value: "issueId" },
|
85037
|
+
selectionSet: {
|
85038
|
+
kind: "SelectionSet",
|
85039
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85040
|
+
},
|
85041
|
+
},
|
85042
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85043
|
+
{
|
85044
|
+
kind: "Field",
|
85045
|
+
name: { kind: "Name", value: "projectId" },
|
85046
|
+
selectionSet: {
|
85047
|
+
kind: "SelectionSet",
|
85048
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85049
|
+
},
|
85050
|
+
},
|
85051
|
+
{ kind: "Field", name: { kind: "Name", value: "comment" } },
|
85052
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
85053
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85054
|
+
{ kind: "Field", name: { kind: "Name", value: "remindAt" } },
|
85055
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85056
|
+
{
|
85057
|
+
kind: "Field",
|
85058
|
+
name: { kind: "Name", value: "user" },
|
85059
|
+
selectionSet: {
|
85060
|
+
kind: "SelectionSet",
|
85061
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85062
|
+
},
|
85063
|
+
},
|
85064
|
+
],
|
85065
|
+
},
|
85066
|
+
},
|
85067
|
+
],
|
85068
|
+
};
|
85015
85069
|
const TeamNotificationSubscriptionFragmentDoc = {
|
85016
85070
|
kind: "Document",
|
85017
85071
|
definitions: [
|
@@ -87651,6 +87705,94 @@ const CyclePayloadFragmentDoc = {
|
|
87651
87705
|
},
|
87652
87706
|
],
|
87653
87707
|
};
|
87708
|
+
const DiaryEntryFragmentDoc = {
|
87709
|
+
kind: "Document",
|
87710
|
+
definitions: [
|
87711
|
+
{
|
87712
|
+
kind: "FragmentDefinition",
|
87713
|
+
name: { kind: "Name", value: "DiaryEntry" },
|
87714
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntry" } },
|
87715
|
+
selectionSet: {
|
87716
|
+
kind: "SelectionSet",
|
87717
|
+
selections: [
|
87718
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87719
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
87720
|
+
{ kind: "Field", name: { kind: "Name", value: "date" } },
|
87721
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87722
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
87723
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
87724
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
87725
|
+
{
|
87726
|
+
kind: "Field",
|
87727
|
+
name: { kind: "Name", value: "user" },
|
87728
|
+
selectionSet: {
|
87729
|
+
kind: "SelectionSet",
|
87730
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87731
|
+
},
|
87732
|
+
},
|
87733
|
+
],
|
87734
|
+
},
|
87735
|
+
},
|
87736
|
+
],
|
87737
|
+
};
|
87738
|
+
const DiaryEntryConnectionFragmentDoc = {
|
87739
|
+
kind: "Document",
|
87740
|
+
definitions: [
|
87741
|
+
{
|
87742
|
+
kind: "FragmentDefinition",
|
87743
|
+
name: { kind: "Name", value: "DiaryEntryConnection" },
|
87744
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryConnection" } },
|
87745
|
+
selectionSet: {
|
87746
|
+
kind: "SelectionSet",
|
87747
|
+
selections: [
|
87748
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87749
|
+
{
|
87750
|
+
kind: "Field",
|
87751
|
+
name: { kind: "Name", value: "nodes" },
|
87752
|
+
selectionSet: {
|
87753
|
+
kind: "SelectionSet",
|
87754
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntry" } }],
|
87755
|
+
},
|
87756
|
+
},
|
87757
|
+
{
|
87758
|
+
kind: "Field",
|
87759
|
+
name: { kind: "Name", value: "pageInfo" },
|
87760
|
+
selectionSet: {
|
87761
|
+
kind: "SelectionSet",
|
87762
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
87763
|
+
},
|
87764
|
+
},
|
87765
|
+
],
|
87766
|
+
},
|
87767
|
+
},
|
87768
|
+
],
|
87769
|
+
};
|
87770
|
+
const DiaryEntryPayloadFragmentDoc = {
|
87771
|
+
kind: "Document",
|
87772
|
+
definitions: [
|
87773
|
+
{
|
87774
|
+
kind: "FragmentDefinition",
|
87775
|
+
name: { kind: "Name", value: "DiaryEntryPayload" },
|
87776
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryPayload" } },
|
87777
|
+
selectionSet: {
|
87778
|
+
kind: "SelectionSet",
|
87779
|
+
selections: [
|
87780
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87781
|
+
{
|
87782
|
+
kind: "Field",
|
87783
|
+
name: { kind: "Name", value: "diaryEntry" },
|
87784
|
+
selectionSet: {
|
87785
|
+
kind: "SelectionSet",
|
87786
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87787
|
+
},
|
87788
|
+
},
|
87789
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
87790
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
87791
|
+
],
|
87792
|
+
},
|
87793
|
+
},
|
87794
|
+
],
|
87795
|
+
};
|
87654
87796
|
const DocumentFragmentDoc = {
|
87655
87797
|
kind: "Document",
|
87656
87798
|
definitions: [
|
@@ -92496,6 +92638,7 @@ const TemplateFragmentDoc = {
|
|
92496
92638
|
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
92497
92639
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92498
92640
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
92641
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
92499
92642
|
{
|
92500
92643
|
kind: "Field",
|
92501
92644
|
name: { kind: "Name", value: "team" },
|
@@ -96592,13 +96735,13 @@ const CyclesDocument = {
|
|
96592
96735
|
...PageInfoFragmentDoc.definitions,
|
96593
96736
|
],
|
96594
96737
|
};
|
96595
|
-
const
|
96738
|
+
const DiaryEntryDocument = {
|
96596
96739
|
kind: "Document",
|
96597
96740
|
definitions: [
|
96598
96741
|
{
|
96599
96742
|
kind: "OperationDefinition",
|
96600
96743
|
operation: "query",
|
96601
|
-
name: { kind: "Name", value: "
|
96744
|
+
name: { kind: "Name", value: "diaryEntry" },
|
96602
96745
|
variableDefinitions: [
|
96603
96746
|
{
|
96604
96747
|
kind: "VariableDefinition",
|
@@ -96611,7 +96754,7 @@ const DocumentDocument = {
|
|
96611
96754
|
selections: [
|
96612
96755
|
{
|
96613
96756
|
kind: "Field",
|
96614
|
-
name: { kind: "Name", value: "
|
96757
|
+
name: { kind: "Name", value: "diaryEntry" },
|
96615
96758
|
arguments: [
|
96616
96759
|
{
|
96617
96760
|
kind: "Argument",
|
@@ -96621,22 +96764,22 @@ const DocumentDocument = {
|
|
96621
96764
|
],
|
96622
96765
|
selectionSet: {
|
96623
96766
|
kind: "SelectionSet",
|
96624
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
96767
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntry" } }],
|
96625
96768
|
},
|
96626
96769
|
},
|
96627
96770
|
],
|
96628
96771
|
},
|
96629
96772
|
},
|
96630
|
-
...
|
96773
|
+
...DiaryEntryFragmentDoc.definitions,
|
96631
96774
|
],
|
96632
96775
|
};
|
96633
|
-
const
|
96776
|
+
const DocumentDocument = {
|
96634
96777
|
kind: "Document",
|
96635
96778
|
definitions: [
|
96636
96779
|
{
|
96637
96780
|
kind: "OperationDefinition",
|
96638
96781
|
operation: "query",
|
96639
|
-
name: { kind: "Name", value: "
|
96782
|
+
name: { kind: "Name", value: "document" },
|
96640
96783
|
variableDefinitions: [
|
96641
96784
|
{
|
96642
96785
|
kind: "VariableDefinition",
|
@@ -96649,7 +96792,7 @@ const DocumentContentHistoryDocument = {
|
|
96649
96792
|
selections: [
|
96650
96793
|
{
|
96651
96794
|
kind: "Field",
|
96652
|
-
name: { kind: "Name", value: "
|
96795
|
+
name: { kind: "Name", value: "document" },
|
96653
96796
|
arguments: [
|
96654
96797
|
{
|
96655
96798
|
kind: "Argument",
|
@@ -96659,123 +96802,22 @@ const DocumentContentHistoryDocument = {
|
|
96659
96802
|
],
|
96660
96803
|
selectionSet: {
|
96661
96804
|
kind: "SelectionSet",
|
96662
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
96663
|
-
},
|
96664
|
-
},
|
96665
|
-
],
|
96666
|
-
},
|
96667
|
-
},
|
96668
|
-
...DocumentContentHistoryPayloadFragmentDoc.definitions,
|
96669
|
-
...DocumentContentHistoryTypeFragmentDoc.definitions,
|
96670
|
-
],
|
96671
|
-
};
|
96672
|
-
const DocumentsDocument = {
|
96673
|
-
kind: "Document",
|
96674
|
-
definitions: [
|
96675
|
-
{
|
96676
|
-
kind: "OperationDefinition",
|
96677
|
-
operation: "query",
|
96678
|
-
name: { kind: "Name", value: "documents" },
|
96679
|
-
variableDefinitions: [
|
96680
|
-
{
|
96681
|
-
kind: "VariableDefinition",
|
96682
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96683
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96684
|
-
},
|
96685
|
-
{
|
96686
|
-
kind: "VariableDefinition",
|
96687
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96688
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96689
|
-
},
|
96690
|
-
{
|
96691
|
-
kind: "VariableDefinition",
|
96692
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
96693
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "DocumentFilter" } },
|
96694
|
-
},
|
96695
|
-
{
|
96696
|
-
kind: "VariableDefinition",
|
96697
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96698
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96699
|
-
},
|
96700
|
-
{
|
96701
|
-
kind: "VariableDefinition",
|
96702
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96703
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
96704
|
-
},
|
96705
|
-
{
|
96706
|
-
kind: "VariableDefinition",
|
96707
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96708
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96709
|
-
},
|
96710
|
-
{
|
96711
|
-
kind: "VariableDefinition",
|
96712
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96713
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
96714
|
-
},
|
96715
|
-
],
|
96716
|
-
selectionSet: {
|
96717
|
-
kind: "SelectionSet",
|
96718
|
-
selections: [
|
96719
|
-
{
|
96720
|
-
kind: "Field",
|
96721
|
-
name: { kind: "Name", value: "documents" },
|
96722
|
-
arguments: [
|
96723
|
-
{
|
96724
|
-
kind: "Argument",
|
96725
|
-
name: { kind: "Name", value: "after" },
|
96726
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96727
|
-
},
|
96728
|
-
{
|
96729
|
-
kind: "Argument",
|
96730
|
-
name: { kind: "Name", value: "before" },
|
96731
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96732
|
-
},
|
96733
|
-
{
|
96734
|
-
kind: "Argument",
|
96735
|
-
name: { kind: "Name", value: "filter" },
|
96736
|
-
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
96737
|
-
},
|
96738
|
-
{
|
96739
|
-
kind: "Argument",
|
96740
|
-
name: { kind: "Name", value: "first" },
|
96741
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96742
|
-
},
|
96743
|
-
{
|
96744
|
-
kind: "Argument",
|
96745
|
-
name: { kind: "Name", value: "includeArchived" },
|
96746
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96747
|
-
},
|
96748
|
-
{
|
96749
|
-
kind: "Argument",
|
96750
|
-
name: { kind: "Name", value: "last" },
|
96751
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96752
|
-
},
|
96753
|
-
{
|
96754
|
-
kind: "Argument",
|
96755
|
-
name: { kind: "Name", value: "orderBy" },
|
96756
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96757
|
-
},
|
96758
|
-
],
|
96759
|
-
selectionSet: {
|
96760
|
-
kind: "SelectionSet",
|
96761
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
|
96805
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Document" } }],
|
96762
96806
|
},
|
96763
96807
|
},
|
96764
96808
|
],
|
96765
96809
|
},
|
96766
96810
|
},
|
96767
|
-
...DocumentConnectionFragmentDoc.definitions,
|
96768
96811
|
...DocumentFragmentDoc.definitions,
|
96769
|
-
...PageInfoFragmentDoc.definitions,
|
96770
96812
|
],
|
96771
96813
|
};
|
96772
|
-
const
|
96814
|
+
const DocumentContentHistoryDocument = {
|
96773
96815
|
kind: "Document",
|
96774
96816
|
definitions: [
|
96775
96817
|
{
|
96776
96818
|
kind: "OperationDefinition",
|
96777
96819
|
operation: "query",
|
96778
|
-
name: { kind: "Name", value: "
|
96820
|
+
name: { kind: "Name", value: "documentContentHistory" },
|
96779
96821
|
variableDefinitions: [
|
96780
96822
|
{
|
96781
96823
|
kind: "VariableDefinition",
|
@@ -96788,7 +96830,7 @@ const EmojiDocument = {
|
|
96788
96830
|
selections: [
|
96789
96831
|
{
|
96790
96832
|
kind: "Field",
|
96791
|
-
name: { kind: "Name", value: "
|
96833
|
+
name: { kind: "Name", value: "documentContentHistory" },
|
96792
96834
|
arguments: [
|
96793
96835
|
{
|
96794
96836
|
kind: "Argument",
|
@@ -96798,22 +96840,161 @@ const EmojiDocument = {
|
|
96798
96840
|
],
|
96799
96841
|
selectionSet: {
|
96800
96842
|
kind: "SelectionSet",
|
96801
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
96843
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentContentHistoryPayload" } }],
|
96802
96844
|
},
|
96803
96845
|
},
|
96804
96846
|
],
|
96805
96847
|
},
|
96806
96848
|
},
|
96807
|
-
...
|
96849
|
+
...DocumentContentHistoryPayloadFragmentDoc.definitions,
|
96850
|
+
...DocumentContentHistoryTypeFragmentDoc.definitions,
|
96808
96851
|
],
|
96809
96852
|
};
|
96810
|
-
const
|
96853
|
+
const DocumentsDocument = {
|
96811
96854
|
kind: "Document",
|
96812
96855
|
definitions: [
|
96813
96856
|
{
|
96814
96857
|
kind: "OperationDefinition",
|
96815
96858
|
operation: "query",
|
96816
|
-
name: { kind: "Name", value: "
|
96859
|
+
name: { kind: "Name", value: "documents" },
|
96860
|
+
variableDefinitions: [
|
96861
|
+
{
|
96862
|
+
kind: "VariableDefinition",
|
96863
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96864
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96865
|
+
},
|
96866
|
+
{
|
96867
|
+
kind: "VariableDefinition",
|
96868
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96869
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96870
|
+
},
|
96871
|
+
{
|
96872
|
+
kind: "VariableDefinition",
|
96873
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
96874
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "DocumentFilter" } },
|
96875
|
+
},
|
96876
|
+
{
|
96877
|
+
kind: "VariableDefinition",
|
96878
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96879
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96880
|
+
},
|
96881
|
+
{
|
96882
|
+
kind: "VariableDefinition",
|
96883
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96884
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
96885
|
+
},
|
96886
|
+
{
|
96887
|
+
kind: "VariableDefinition",
|
96888
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96889
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96890
|
+
},
|
96891
|
+
{
|
96892
|
+
kind: "VariableDefinition",
|
96893
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96894
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
96895
|
+
},
|
96896
|
+
],
|
96897
|
+
selectionSet: {
|
96898
|
+
kind: "SelectionSet",
|
96899
|
+
selections: [
|
96900
|
+
{
|
96901
|
+
kind: "Field",
|
96902
|
+
name: { kind: "Name", value: "documents" },
|
96903
|
+
arguments: [
|
96904
|
+
{
|
96905
|
+
kind: "Argument",
|
96906
|
+
name: { kind: "Name", value: "after" },
|
96907
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96908
|
+
},
|
96909
|
+
{
|
96910
|
+
kind: "Argument",
|
96911
|
+
name: { kind: "Name", value: "before" },
|
96912
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96913
|
+
},
|
96914
|
+
{
|
96915
|
+
kind: "Argument",
|
96916
|
+
name: { kind: "Name", value: "filter" },
|
96917
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
96918
|
+
},
|
96919
|
+
{
|
96920
|
+
kind: "Argument",
|
96921
|
+
name: { kind: "Name", value: "first" },
|
96922
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96923
|
+
},
|
96924
|
+
{
|
96925
|
+
kind: "Argument",
|
96926
|
+
name: { kind: "Name", value: "includeArchived" },
|
96927
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96928
|
+
},
|
96929
|
+
{
|
96930
|
+
kind: "Argument",
|
96931
|
+
name: { kind: "Name", value: "last" },
|
96932
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96933
|
+
},
|
96934
|
+
{
|
96935
|
+
kind: "Argument",
|
96936
|
+
name: { kind: "Name", value: "orderBy" },
|
96937
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96938
|
+
},
|
96939
|
+
],
|
96940
|
+
selectionSet: {
|
96941
|
+
kind: "SelectionSet",
|
96942
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
|
96943
|
+
},
|
96944
|
+
},
|
96945
|
+
],
|
96946
|
+
},
|
96947
|
+
},
|
96948
|
+
...DocumentConnectionFragmentDoc.definitions,
|
96949
|
+
...DocumentFragmentDoc.definitions,
|
96950
|
+
...PageInfoFragmentDoc.definitions,
|
96951
|
+
],
|
96952
|
+
};
|
96953
|
+
const EmojiDocument = {
|
96954
|
+
kind: "Document",
|
96955
|
+
definitions: [
|
96956
|
+
{
|
96957
|
+
kind: "OperationDefinition",
|
96958
|
+
operation: "query",
|
96959
|
+
name: { kind: "Name", value: "emoji" },
|
96960
|
+
variableDefinitions: [
|
96961
|
+
{
|
96962
|
+
kind: "VariableDefinition",
|
96963
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96964
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96965
|
+
},
|
96966
|
+
],
|
96967
|
+
selectionSet: {
|
96968
|
+
kind: "SelectionSet",
|
96969
|
+
selections: [
|
96970
|
+
{
|
96971
|
+
kind: "Field",
|
96972
|
+
name: { kind: "Name", value: "emoji" },
|
96973
|
+
arguments: [
|
96974
|
+
{
|
96975
|
+
kind: "Argument",
|
96976
|
+
name: { kind: "Name", value: "id" },
|
96977
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96978
|
+
},
|
96979
|
+
],
|
96980
|
+
selectionSet: {
|
96981
|
+
kind: "SelectionSet",
|
96982
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Emoji" } }],
|
96983
|
+
},
|
96984
|
+
},
|
96985
|
+
],
|
96986
|
+
},
|
96987
|
+
},
|
96988
|
+
...EmojiFragmentDoc.definitions,
|
96989
|
+
],
|
96990
|
+
};
|
96991
|
+
const EmojisDocument = {
|
96992
|
+
kind: "Document",
|
96993
|
+
definitions: [
|
96994
|
+
{
|
96995
|
+
kind: "OperationDefinition",
|
96996
|
+
operation: "query",
|
96997
|
+
name: { kind: "Name", value: "emojis" },
|
96817
96998
|
variableDefinitions: [
|
96818
96999
|
{
|
96819
97000
|
kind: "VariableDefinition",
|
@@ -106599,13 +106780,13 @@ const TemplatesForIntegrationDocument = {
|
|
106599
106780
|
...TemplateFragmentDoc.definitions,
|
106600
106781
|
],
|
106601
106782
|
};
|
106602
|
-
const
|
106783
|
+
const TimeScheduleDocument = {
|
106603
106784
|
kind: "Document",
|
106604
106785
|
definitions: [
|
106605
106786
|
{
|
106606
106787
|
kind: "OperationDefinition",
|
106607
106788
|
operation: "query",
|
106608
|
-
name: { kind: "Name", value: "
|
106789
|
+
name: { kind: "Name", value: "timeSchedule" },
|
106609
106790
|
variableDefinitions: [
|
106610
106791
|
{
|
106611
106792
|
kind: "VariableDefinition",
|
@@ -106618,7 +106799,7 @@ const UserDocument = {
|
|
106618
106799
|
selections: [
|
106619
106800
|
{
|
106620
106801
|
kind: "Field",
|
106621
|
-
name: { kind: "Name", value: "
|
106802
|
+
name: { kind: "Name", value: "timeSchedule" },
|
106622
106803
|
arguments: [
|
106623
106804
|
{
|
106624
106805
|
kind: "Argument",
|
@@ -106628,28 +106809,24 @@ const UserDocument = {
|
|
106628
106809
|
],
|
106629
106810
|
selectionSet: {
|
106630
106811
|
kind: "SelectionSet",
|
106631
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
106812
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedule" } }],
|
106632
106813
|
},
|
106633
106814
|
},
|
106634
106815
|
],
|
106635
106816
|
},
|
106636
106817
|
},
|
106637
|
-
...
|
106818
|
+
...TimeScheduleFragmentDoc.definitions,
|
106819
|
+
...TimeScheduleEntryFragmentDoc.definitions,
|
106638
106820
|
],
|
106639
106821
|
};
|
106640
|
-
const
|
106822
|
+
const TimeSchedulesDocument = {
|
106641
106823
|
kind: "Document",
|
106642
106824
|
definitions: [
|
106643
106825
|
{
|
106644
106826
|
kind: "OperationDefinition",
|
106645
106827
|
operation: "query",
|
106646
|
-
name: { kind: "Name", value: "
|
106828
|
+
name: { kind: "Name", value: "timeSchedules" },
|
106647
106829
|
variableDefinitions: [
|
106648
|
-
{
|
106649
|
-
kind: "VariableDefinition",
|
106650
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106651
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
106652
|
-
},
|
106653
106830
|
{
|
106654
106831
|
kind: "VariableDefinition",
|
106655
106832
|
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
@@ -106660,11 +106837,6 @@ const User_AssignedIssuesDocument = {
|
|
106660
106837
|
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106661
106838
|
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106662
106839
|
},
|
106663
|
-
{
|
106664
|
-
kind: "VariableDefinition",
|
106665
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
106666
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
106667
|
-
},
|
106668
106840
|
{
|
106669
106841
|
kind: "VariableDefinition",
|
106670
106842
|
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
@@ -106691,209 +106863,527 @@ const User_AssignedIssuesDocument = {
|
|
106691
106863
|
selections: [
|
106692
106864
|
{
|
106693
106865
|
kind: "Field",
|
106694
|
-
name: { kind: "Name", value: "
|
106866
|
+
name: { kind: "Name", value: "timeSchedules" },
|
106695
106867
|
arguments: [
|
106696
106868
|
{
|
106697
106869
|
kind: "Argument",
|
106698
|
-
name: { kind: "Name", value: "
|
106699
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
106870
|
+
name: { kind: "Name", value: "after" },
|
106871
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
106700
106872
|
},
|
106701
|
-
],
|
106702
|
-
selectionSet: {
|
106703
|
-
kind: "SelectionSet",
|
106704
|
-
selections: [
|
106705
|
-
{
|
106706
|
-
kind: "Field",
|
106707
|
-
name: { kind: "Name", value: "assignedIssues" },
|
106708
|
-
arguments: [
|
106709
|
-
{
|
106710
|
-
kind: "Argument",
|
106711
|
-
name: { kind: "Name", value: "after" },
|
106712
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
106713
|
-
},
|
106714
|
-
{
|
106715
|
-
kind: "Argument",
|
106716
|
-
name: { kind: "Name", value: "before" },
|
106717
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106718
|
-
},
|
106719
|
-
{
|
106720
|
-
kind: "Argument",
|
106721
|
-
name: { kind: "Name", value: "filter" },
|
106722
|
-
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
106723
|
-
},
|
106724
|
-
{
|
106725
|
-
kind: "Argument",
|
106726
|
-
name: { kind: "Name", value: "first" },
|
106727
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
106728
|
-
},
|
106729
|
-
{
|
106730
|
-
kind: "Argument",
|
106731
|
-
name: { kind: "Name", value: "includeArchived" },
|
106732
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
106733
|
-
},
|
106734
|
-
{
|
106735
|
-
kind: "Argument",
|
106736
|
-
name: { kind: "Name", value: "last" },
|
106737
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106738
|
-
},
|
106739
|
-
{
|
106740
|
-
kind: "Argument",
|
106741
|
-
name: { kind: "Name", value: "orderBy" },
|
106742
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106743
|
-
},
|
106744
|
-
],
|
106745
|
-
selectionSet: {
|
106746
|
-
kind: "SelectionSet",
|
106747
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
|
106748
|
-
},
|
106749
|
-
},
|
106750
|
-
],
|
106751
|
-
},
|
106752
|
-
},
|
106753
|
-
],
|
106754
|
-
},
|
106755
|
-
},
|
106756
|
-
...IssueConnectionFragmentDoc.definitions,
|
106757
|
-
...IssueFragmentDoc.definitions,
|
106758
|
-
...ActorBotFragmentDoc.definitions,
|
106759
|
-
...PageInfoFragmentDoc.definitions,
|
106760
|
-
],
|
106761
|
-
};
|
106762
|
-
const User_CreatedIssuesDocument = {
|
106763
|
-
kind: "Document",
|
106764
|
-
definitions: [
|
106765
|
-
{
|
106766
|
-
kind: "OperationDefinition",
|
106767
|
-
operation: "query",
|
106768
|
-
name: { kind: "Name", value: "user_createdIssues" },
|
106769
|
-
variableDefinitions: [
|
106770
|
-
{
|
106771
|
-
kind: "VariableDefinition",
|
106772
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106773
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
106774
|
-
},
|
106775
|
-
{
|
106776
|
-
kind: "VariableDefinition",
|
106777
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
106778
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106779
|
-
},
|
106780
|
-
{
|
106781
|
-
kind: "VariableDefinition",
|
106782
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106783
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106784
|
-
},
|
106785
|
-
{
|
106786
|
-
kind: "VariableDefinition",
|
106787
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
106788
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
106789
|
-
},
|
106790
|
-
{
|
106791
|
-
kind: "VariableDefinition",
|
106792
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
106793
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
106794
|
-
},
|
106795
|
-
{
|
106796
|
-
kind: "VariableDefinition",
|
106797
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
106798
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
106799
|
-
},
|
106800
|
-
{
|
106801
|
-
kind: "VariableDefinition",
|
106802
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106803
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
106804
|
-
},
|
106805
|
-
{
|
106806
|
-
kind: "VariableDefinition",
|
106807
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106808
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
106809
|
-
},
|
106810
|
-
],
|
106811
|
-
selectionSet: {
|
106812
|
-
kind: "SelectionSet",
|
106813
|
-
selections: [
|
106814
|
-
{
|
106815
|
-
kind: "Field",
|
106816
|
-
name: { kind: "Name", value: "user" },
|
106817
|
-
arguments: [
|
106818
106873
|
{
|
106819
106874
|
kind: "Argument",
|
106820
|
-
name: { kind: "Name", value: "
|
106821
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
106875
|
+
name: { kind: "Name", value: "before" },
|
106876
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106877
|
+
},
|
106878
|
+
{
|
106879
|
+
kind: "Argument",
|
106880
|
+
name: { kind: "Name", value: "first" },
|
106881
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
106882
|
+
},
|
106883
|
+
{
|
106884
|
+
kind: "Argument",
|
106885
|
+
name: { kind: "Name", value: "includeArchived" },
|
106886
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
106887
|
+
},
|
106888
|
+
{
|
106889
|
+
kind: "Argument",
|
106890
|
+
name: { kind: "Name", value: "last" },
|
106891
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106892
|
+
},
|
106893
|
+
{
|
106894
|
+
kind: "Argument",
|
106895
|
+
name: { kind: "Name", value: "orderBy" },
|
106896
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106822
106897
|
},
|
106823
106898
|
],
|
106824
106899
|
selectionSet: {
|
106825
106900
|
kind: "SelectionSet",
|
106826
|
-
selections: [
|
106827
|
-
{
|
106828
|
-
kind: "Field",
|
106829
|
-
name: { kind: "Name", value: "createdIssues" },
|
106830
|
-
arguments: [
|
106831
|
-
{
|
106832
|
-
kind: "Argument",
|
106833
|
-
name: { kind: "Name", value: "after" },
|
106834
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
106835
|
-
},
|
106836
|
-
{
|
106837
|
-
kind: "Argument",
|
106838
|
-
name: { kind: "Name", value: "before" },
|
106839
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106840
|
-
},
|
106841
|
-
{
|
106842
|
-
kind: "Argument",
|
106843
|
-
name: { kind: "Name", value: "filter" },
|
106844
|
-
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
106845
|
-
},
|
106846
|
-
{
|
106847
|
-
kind: "Argument",
|
106848
|
-
name: { kind: "Name", value: "first" },
|
106849
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
106850
|
-
},
|
106851
|
-
{
|
106852
|
-
kind: "Argument",
|
106853
|
-
name: { kind: "Name", value: "includeArchived" },
|
106854
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
106855
|
-
},
|
106856
|
-
{
|
106857
|
-
kind: "Argument",
|
106858
|
-
name: { kind: "Name", value: "last" },
|
106859
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106860
|
-
},
|
106861
|
-
{
|
106862
|
-
kind: "Argument",
|
106863
|
-
name: { kind: "Name", value: "orderBy" },
|
106864
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106865
|
-
},
|
106866
|
-
],
|
106867
|
-
selectionSet: {
|
106868
|
-
kind: "SelectionSet",
|
106869
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
|
106870
|
-
},
|
106871
|
-
},
|
106872
|
-
],
|
106901
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeScheduleConnection" } }],
|
106873
106902
|
},
|
106874
106903
|
},
|
106875
106904
|
],
|
106876
106905
|
},
|
106877
106906
|
},
|
106878
|
-
...
|
106879
|
-
...
|
106880
|
-
...
|
106907
|
+
...TimeScheduleConnectionFragmentDoc.definitions,
|
106908
|
+
...TimeScheduleFragmentDoc.definitions,
|
106909
|
+
...TimeScheduleEntryFragmentDoc.definitions,
|
106881
106910
|
...PageInfoFragmentDoc.definitions,
|
106882
106911
|
],
|
106883
106912
|
};
|
106884
|
-
const
|
106913
|
+
const TriageResponsibilitiesDocument = {
|
106885
106914
|
kind: "Document",
|
106886
106915
|
definitions: [
|
106887
106916
|
{
|
106888
106917
|
kind: "OperationDefinition",
|
106889
106918
|
operation: "query",
|
106890
|
-
name: { kind: "Name", value: "
|
106919
|
+
name: { kind: "Name", value: "triageResponsibilities" },
|
106891
106920
|
variableDefinitions: [
|
106892
|
-
{
|
106893
|
-
kind: "VariableDefinition",
|
106894
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
106895
|
-
type: { kind: "
|
106896
|
-
},
|
106921
|
+
{
|
106922
|
+
kind: "VariableDefinition",
|
106923
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
106924
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106925
|
+
},
|
106926
|
+
{
|
106927
|
+
kind: "VariableDefinition",
|
106928
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106929
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106930
|
+
},
|
106931
|
+
{
|
106932
|
+
kind: "VariableDefinition",
|
106933
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
106934
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
106935
|
+
},
|
106936
|
+
{
|
106937
|
+
kind: "VariableDefinition",
|
106938
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
106939
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
106940
|
+
},
|
106941
|
+
{
|
106942
|
+
kind: "VariableDefinition",
|
106943
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106944
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
106945
|
+
},
|
106946
|
+
{
|
106947
|
+
kind: "VariableDefinition",
|
106948
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106949
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
106950
|
+
},
|
106951
|
+
],
|
106952
|
+
selectionSet: {
|
106953
|
+
kind: "SelectionSet",
|
106954
|
+
selections: [
|
106955
|
+
{
|
106956
|
+
kind: "Field",
|
106957
|
+
name: { kind: "Name", value: "triageResponsibilities" },
|
106958
|
+
arguments: [
|
106959
|
+
{
|
106960
|
+
kind: "Argument",
|
106961
|
+
name: { kind: "Name", value: "after" },
|
106962
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
106963
|
+
},
|
106964
|
+
{
|
106965
|
+
kind: "Argument",
|
106966
|
+
name: { kind: "Name", value: "before" },
|
106967
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106968
|
+
},
|
106969
|
+
{
|
106970
|
+
kind: "Argument",
|
106971
|
+
name: { kind: "Name", value: "first" },
|
106972
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
106973
|
+
},
|
106974
|
+
{
|
106975
|
+
kind: "Argument",
|
106976
|
+
name: { kind: "Name", value: "includeArchived" },
|
106977
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
106978
|
+
},
|
106979
|
+
{
|
106980
|
+
kind: "Argument",
|
106981
|
+
name: { kind: "Name", value: "last" },
|
106982
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106983
|
+
},
|
106984
|
+
{
|
106985
|
+
kind: "Argument",
|
106986
|
+
name: { kind: "Name", value: "orderBy" },
|
106987
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106988
|
+
},
|
106989
|
+
],
|
106990
|
+
selectionSet: {
|
106991
|
+
kind: "SelectionSet",
|
106992
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityConnection" } }],
|
106993
|
+
},
|
106994
|
+
},
|
106995
|
+
],
|
106996
|
+
},
|
106997
|
+
},
|
106998
|
+
...TriageResponsibilityConnectionFragmentDoc.definitions,
|
106999
|
+
...TriageResponsibilityFragmentDoc.definitions,
|
107000
|
+
...TriageResponsibilityManualSelectionFragmentDoc.definitions,
|
107001
|
+
...PageInfoFragmentDoc.definitions,
|
107002
|
+
],
|
107003
|
+
};
|
107004
|
+
const TriageResponsibilityDocument = {
|
107005
|
+
kind: "Document",
|
107006
|
+
definitions: [
|
107007
|
+
{
|
107008
|
+
kind: "OperationDefinition",
|
107009
|
+
operation: "query",
|
107010
|
+
name: { kind: "Name", value: "triageResponsibility" },
|
107011
|
+
variableDefinitions: [
|
107012
|
+
{
|
107013
|
+
kind: "VariableDefinition",
|
107014
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107015
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107016
|
+
},
|
107017
|
+
],
|
107018
|
+
selectionSet: {
|
107019
|
+
kind: "SelectionSet",
|
107020
|
+
selections: [
|
107021
|
+
{
|
107022
|
+
kind: "Field",
|
107023
|
+
name: { kind: "Name", value: "triageResponsibility" },
|
107024
|
+
arguments: [
|
107025
|
+
{
|
107026
|
+
kind: "Argument",
|
107027
|
+
name: { kind: "Name", value: "id" },
|
107028
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107029
|
+
},
|
107030
|
+
],
|
107031
|
+
selectionSet: {
|
107032
|
+
kind: "SelectionSet",
|
107033
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibility" } }],
|
107034
|
+
},
|
107035
|
+
},
|
107036
|
+
],
|
107037
|
+
},
|
107038
|
+
},
|
107039
|
+
...TriageResponsibilityFragmentDoc.definitions,
|
107040
|
+
...TriageResponsibilityManualSelectionFragmentDoc.definitions,
|
107041
|
+
],
|
107042
|
+
};
|
107043
|
+
const TriageResponsibility_ManualSelectionDocument = {
|
107044
|
+
kind: "Document",
|
107045
|
+
definitions: [
|
107046
|
+
{
|
107047
|
+
kind: "OperationDefinition",
|
107048
|
+
operation: "query",
|
107049
|
+
name: { kind: "Name", value: "triageResponsibility_manualSelection" },
|
107050
|
+
variableDefinitions: [
|
107051
|
+
{
|
107052
|
+
kind: "VariableDefinition",
|
107053
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107054
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107055
|
+
},
|
107056
|
+
],
|
107057
|
+
selectionSet: {
|
107058
|
+
kind: "SelectionSet",
|
107059
|
+
selections: [
|
107060
|
+
{
|
107061
|
+
kind: "Field",
|
107062
|
+
name: { kind: "Name", value: "triageResponsibility" },
|
107063
|
+
arguments: [
|
107064
|
+
{
|
107065
|
+
kind: "Argument",
|
107066
|
+
name: { kind: "Name", value: "id" },
|
107067
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107068
|
+
},
|
107069
|
+
],
|
107070
|
+
selectionSet: {
|
107071
|
+
kind: "SelectionSet",
|
107072
|
+
selections: [
|
107073
|
+
{
|
107074
|
+
kind: "Field",
|
107075
|
+
name: { kind: "Name", value: "manualSelection" },
|
107076
|
+
selectionSet: {
|
107077
|
+
kind: "SelectionSet",
|
107078
|
+
selections: [
|
107079
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityManualSelection" } },
|
107080
|
+
],
|
107081
|
+
},
|
107082
|
+
},
|
107083
|
+
],
|
107084
|
+
},
|
107085
|
+
},
|
107086
|
+
],
|
107087
|
+
},
|
107088
|
+
},
|
107089
|
+
...TriageResponsibilityManualSelectionFragmentDoc.definitions,
|
107090
|
+
],
|
107091
|
+
};
|
107092
|
+
const UserDocument = {
|
107093
|
+
kind: "Document",
|
107094
|
+
definitions: [
|
107095
|
+
{
|
107096
|
+
kind: "OperationDefinition",
|
107097
|
+
operation: "query",
|
107098
|
+
name: { kind: "Name", value: "user" },
|
107099
|
+
variableDefinitions: [
|
107100
|
+
{
|
107101
|
+
kind: "VariableDefinition",
|
107102
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107103
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107104
|
+
},
|
107105
|
+
],
|
107106
|
+
selectionSet: {
|
107107
|
+
kind: "SelectionSet",
|
107108
|
+
selections: [
|
107109
|
+
{
|
107110
|
+
kind: "Field",
|
107111
|
+
name: { kind: "Name", value: "user" },
|
107112
|
+
arguments: [
|
107113
|
+
{
|
107114
|
+
kind: "Argument",
|
107115
|
+
name: { kind: "Name", value: "id" },
|
107116
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107117
|
+
},
|
107118
|
+
],
|
107119
|
+
selectionSet: {
|
107120
|
+
kind: "SelectionSet",
|
107121
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
|
107122
|
+
},
|
107123
|
+
},
|
107124
|
+
],
|
107125
|
+
},
|
107126
|
+
},
|
107127
|
+
...UserFragmentDoc.definitions,
|
107128
|
+
],
|
107129
|
+
};
|
107130
|
+
const User_AssignedIssuesDocument = {
|
107131
|
+
kind: "Document",
|
107132
|
+
definitions: [
|
107133
|
+
{
|
107134
|
+
kind: "OperationDefinition",
|
107135
|
+
operation: "query",
|
107136
|
+
name: { kind: "Name", value: "user_assignedIssues" },
|
107137
|
+
variableDefinitions: [
|
107138
|
+
{
|
107139
|
+
kind: "VariableDefinition",
|
107140
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107141
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107142
|
+
},
|
107143
|
+
{
|
107144
|
+
kind: "VariableDefinition",
|
107145
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107146
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107147
|
+
},
|
107148
|
+
{
|
107149
|
+
kind: "VariableDefinition",
|
107150
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107151
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107152
|
+
},
|
107153
|
+
{
|
107154
|
+
kind: "VariableDefinition",
|
107155
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
107156
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
107157
|
+
},
|
107158
|
+
{
|
107159
|
+
kind: "VariableDefinition",
|
107160
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107161
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
107162
|
+
},
|
107163
|
+
{
|
107164
|
+
kind: "VariableDefinition",
|
107165
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107166
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
107167
|
+
},
|
107168
|
+
{
|
107169
|
+
kind: "VariableDefinition",
|
107170
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107171
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
107172
|
+
},
|
107173
|
+
{
|
107174
|
+
kind: "VariableDefinition",
|
107175
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107176
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
107177
|
+
},
|
107178
|
+
],
|
107179
|
+
selectionSet: {
|
107180
|
+
kind: "SelectionSet",
|
107181
|
+
selections: [
|
107182
|
+
{
|
107183
|
+
kind: "Field",
|
107184
|
+
name: { kind: "Name", value: "user" },
|
107185
|
+
arguments: [
|
107186
|
+
{
|
107187
|
+
kind: "Argument",
|
107188
|
+
name: { kind: "Name", value: "id" },
|
107189
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107190
|
+
},
|
107191
|
+
],
|
107192
|
+
selectionSet: {
|
107193
|
+
kind: "SelectionSet",
|
107194
|
+
selections: [
|
107195
|
+
{
|
107196
|
+
kind: "Field",
|
107197
|
+
name: { kind: "Name", value: "assignedIssues" },
|
107198
|
+
arguments: [
|
107199
|
+
{
|
107200
|
+
kind: "Argument",
|
107201
|
+
name: { kind: "Name", value: "after" },
|
107202
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107203
|
+
},
|
107204
|
+
{
|
107205
|
+
kind: "Argument",
|
107206
|
+
name: { kind: "Name", value: "before" },
|
107207
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107208
|
+
},
|
107209
|
+
{
|
107210
|
+
kind: "Argument",
|
107211
|
+
name: { kind: "Name", value: "filter" },
|
107212
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
107213
|
+
},
|
107214
|
+
{
|
107215
|
+
kind: "Argument",
|
107216
|
+
name: { kind: "Name", value: "first" },
|
107217
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107218
|
+
},
|
107219
|
+
{
|
107220
|
+
kind: "Argument",
|
107221
|
+
name: { kind: "Name", value: "includeArchived" },
|
107222
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107223
|
+
},
|
107224
|
+
{
|
107225
|
+
kind: "Argument",
|
107226
|
+
name: { kind: "Name", value: "last" },
|
107227
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107228
|
+
},
|
107229
|
+
{
|
107230
|
+
kind: "Argument",
|
107231
|
+
name: { kind: "Name", value: "orderBy" },
|
107232
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107233
|
+
},
|
107234
|
+
],
|
107235
|
+
selectionSet: {
|
107236
|
+
kind: "SelectionSet",
|
107237
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
|
107238
|
+
},
|
107239
|
+
},
|
107240
|
+
],
|
107241
|
+
},
|
107242
|
+
},
|
107243
|
+
],
|
107244
|
+
},
|
107245
|
+
},
|
107246
|
+
...IssueConnectionFragmentDoc.definitions,
|
107247
|
+
...IssueFragmentDoc.definitions,
|
107248
|
+
...ActorBotFragmentDoc.definitions,
|
107249
|
+
...PageInfoFragmentDoc.definitions,
|
107250
|
+
],
|
107251
|
+
};
|
107252
|
+
const User_CreatedIssuesDocument = {
|
107253
|
+
kind: "Document",
|
107254
|
+
definitions: [
|
107255
|
+
{
|
107256
|
+
kind: "OperationDefinition",
|
107257
|
+
operation: "query",
|
107258
|
+
name: { kind: "Name", value: "user_createdIssues" },
|
107259
|
+
variableDefinitions: [
|
107260
|
+
{
|
107261
|
+
kind: "VariableDefinition",
|
107262
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107263
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107264
|
+
},
|
107265
|
+
{
|
107266
|
+
kind: "VariableDefinition",
|
107267
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107268
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107269
|
+
},
|
107270
|
+
{
|
107271
|
+
kind: "VariableDefinition",
|
107272
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107273
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107274
|
+
},
|
107275
|
+
{
|
107276
|
+
kind: "VariableDefinition",
|
107277
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
107278
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
107279
|
+
},
|
107280
|
+
{
|
107281
|
+
kind: "VariableDefinition",
|
107282
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107283
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
107284
|
+
},
|
107285
|
+
{
|
107286
|
+
kind: "VariableDefinition",
|
107287
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107288
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
107289
|
+
},
|
107290
|
+
{
|
107291
|
+
kind: "VariableDefinition",
|
107292
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107293
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
107294
|
+
},
|
107295
|
+
{
|
107296
|
+
kind: "VariableDefinition",
|
107297
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107298
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
107299
|
+
},
|
107300
|
+
],
|
107301
|
+
selectionSet: {
|
107302
|
+
kind: "SelectionSet",
|
107303
|
+
selections: [
|
107304
|
+
{
|
107305
|
+
kind: "Field",
|
107306
|
+
name: { kind: "Name", value: "user" },
|
107307
|
+
arguments: [
|
107308
|
+
{
|
107309
|
+
kind: "Argument",
|
107310
|
+
name: { kind: "Name", value: "id" },
|
107311
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107312
|
+
},
|
107313
|
+
],
|
107314
|
+
selectionSet: {
|
107315
|
+
kind: "SelectionSet",
|
107316
|
+
selections: [
|
107317
|
+
{
|
107318
|
+
kind: "Field",
|
107319
|
+
name: { kind: "Name", value: "createdIssues" },
|
107320
|
+
arguments: [
|
107321
|
+
{
|
107322
|
+
kind: "Argument",
|
107323
|
+
name: { kind: "Name", value: "after" },
|
107324
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107325
|
+
},
|
107326
|
+
{
|
107327
|
+
kind: "Argument",
|
107328
|
+
name: { kind: "Name", value: "before" },
|
107329
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107330
|
+
},
|
107331
|
+
{
|
107332
|
+
kind: "Argument",
|
107333
|
+
name: { kind: "Name", value: "filter" },
|
107334
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
107335
|
+
},
|
107336
|
+
{
|
107337
|
+
kind: "Argument",
|
107338
|
+
name: { kind: "Name", value: "first" },
|
107339
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107340
|
+
},
|
107341
|
+
{
|
107342
|
+
kind: "Argument",
|
107343
|
+
name: { kind: "Name", value: "includeArchived" },
|
107344
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107345
|
+
},
|
107346
|
+
{
|
107347
|
+
kind: "Argument",
|
107348
|
+
name: { kind: "Name", value: "last" },
|
107349
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107350
|
+
},
|
107351
|
+
{
|
107352
|
+
kind: "Argument",
|
107353
|
+
name: { kind: "Name", value: "orderBy" },
|
107354
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107355
|
+
},
|
107356
|
+
],
|
107357
|
+
selectionSet: {
|
107358
|
+
kind: "SelectionSet",
|
107359
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
|
107360
|
+
},
|
107361
|
+
},
|
107362
|
+
],
|
107363
|
+
},
|
107364
|
+
},
|
107365
|
+
],
|
107366
|
+
},
|
107367
|
+
},
|
107368
|
+
...IssueConnectionFragmentDoc.definitions,
|
107369
|
+
...IssueFragmentDoc.definitions,
|
107370
|
+
...ActorBotFragmentDoc.definitions,
|
107371
|
+
...PageInfoFragmentDoc.definitions,
|
107372
|
+
],
|
107373
|
+
};
|
107374
|
+
const User_TeamMembershipsDocument = {
|
107375
|
+
kind: "Document",
|
107376
|
+
definitions: [
|
107377
|
+
{
|
107378
|
+
kind: "OperationDefinition",
|
107379
|
+
operation: "query",
|
107380
|
+
name: { kind: "Name", value: "user_teamMemberships" },
|
107381
|
+
variableDefinitions: [
|
107382
|
+
{
|
107383
|
+
kind: "VariableDefinition",
|
107384
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107385
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107386
|
+
},
|
106897
107387
|
{
|
106898
107388
|
kind: "VariableDefinition",
|
106899
107389
|
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
@@ -110022,6 +110512,136 @@ const UpdateCycleDocument = {
|
|
110022
110512
|
...CyclePayloadFragmentDoc.definitions,
|
110023
110513
|
],
|
110024
110514
|
};
|
110515
|
+
const CreateDiaryEntryDocument = {
|
110516
|
+
kind: "Document",
|
110517
|
+
definitions: [
|
110518
|
+
{
|
110519
|
+
kind: "OperationDefinition",
|
110520
|
+
operation: "mutation",
|
110521
|
+
name: { kind: "Name", value: "createDiaryEntry" },
|
110522
|
+
variableDefinitions: [
|
110523
|
+
{
|
110524
|
+
kind: "VariableDefinition",
|
110525
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110526
|
+
type: {
|
110527
|
+
kind: "NonNullType",
|
110528
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryCreateInput" } },
|
110529
|
+
},
|
110530
|
+
},
|
110531
|
+
],
|
110532
|
+
selectionSet: {
|
110533
|
+
kind: "SelectionSet",
|
110534
|
+
selections: [
|
110535
|
+
{
|
110536
|
+
kind: "Field",
|
110537
|
+
name: { kind: "Name", value: "diaryEntryCreate" },
|
110538
|
+
arguments: [
|
110539
|
+
{
|
110540
|
+
kind: "Argument",
|
110541
|
+
name: { kind: "Name", value: "input" },
|
110542
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110543
|
+
},
|
110544
|
+
],
|
110545
|
+
selectionSet: {
|
110546
|
+
kind: "SelectionSet",
|
110547
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntryPayload" } }],
|
110548
|
+
},
|
110549
|
+
},
|
110550
|
+
],
|
110551
|
+
},
|
110552
|
+
},
|
110553
|
+
...DiaryEntryPayloadFragmentDoc.definitions,
|
110554
|
+
],
|
110555
|
+
};
|
110556
|
+
const DeleteDiaryEntryDocument = {
|
110557
|
+
kind: "Document",
|
110558
|
+
definitions: [
|
110559
|
+
{
|
110560
|
+
kind: "OperationDefinition",
|
110561
|
+
operation: "mutation",
|
110562
|
+
name: { kind: "Name", value: "deleteDiaryEntry" },
|
110563
|
+
variableDefinitions: [
|
110564
|
+
{
|
110565
|
+
kind: "VariableDefinition",
|
110566
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110567
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
110568
|
+
},
|
110569
|
+
],
|
110570
|
+
selectionSet: {
|
110571
|
+
kind: "SelectionSet",
|
110572
|
+
selections: [
|
110573
|
+
{
|
110574
|
+
kind: "Field",
|
110575
|
+
name: { kind: "Name", value: "diaryEntryDelete" },
|
110576
|
+
arguments: [
|
110577
|
+
{
|
110578
|
+
kind: "Argument",
|
110579
|
+
name: { kind: "Name", value: "id" },
|
110580
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110581
|
+
},
|
110582
|
+
],
|
110583
|
+
selectionSet: {
|
110584
|
+
kind: "SelectionSet",
|
110585
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
|
110586
|
+
},
|
110587
|
+
},
|
110588
|
+
],
|
110589
|
+
},
|
110590
|
+
},
|
110591
|
+
...DeletePayloadFragmentDoc.definitions,
|
110592
|
+
],
|
110593
|
+
};
|
110594
|
+
const UpdateDiaryEntryDocument = {
|
110595
|
+
kind: "Document",
|
110596
|
+
definitions: [
|
110597
|
+
{
|
110598
|
+
kind: "OperationDefinition",
|
110599
|
+
operation: "mutation",
|
110600
|
+
name: { kind: "Name", value: "updateDiaryEntry" },
|
110601
|
+
variableDefinitions: [
|
110602
|
+
{
|
110603
|
+
kind: "VariableDefinition",
|
110604
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110605
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
110606
|
+
},
|
110607
|
+
{
|
110608
|
+
kind: "VariableDefinition",
|
110609
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110610
|
+
type: {
|
110611
|
+
kind: "NonNullType",
|
110612
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "DiaryEntryUpdateInput" } },
|
110613
|
+
},
|
110614
|
+
},
|
110615
|
+
],
|
110616
|
+
selectionSet: {
|
110617
|
+
kind: "SelectionSet",
|
110618
|
+
selections: [
|
110619
|
+
{
|
110620
|
+
kind: "Field",
|
110621
|
+
name: { kind: "Name", value: "diaryEntryUpdate" },
|
110622
|
+
arguments: [
|
110623
|
+
{
|
110624
|
+
kind: "Argument",
|
110625
|
+
name: { kind: "Name", value: "id" },
|
110626
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110627
|
+
},
|
110628
|
+
{
|
110629
|
+
kind: "Argument",
|
110630
|
+
name: { kind: "Name", value: "input" },
|
110631
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110632
|
+
},
|
110633
|
+
],
|
110634
|
+
selectionSet: {
|
110635
|
+
kind: "SelectionSet",
|
110636
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DiaryEntryPayload" } }],
|
110637
|
+
},
|
110638
|
+
},
|
110639
|
+
],
|
110640
|
+
},
|
110641
|
+
},
|
110642
|
+
...DiaryEntryPayloadFragmentDoc.definitions,
|
110643
|
+
],
|
110644
|
+
};
|
110025
110645
|
const CreateDocumentDocument = {
|
110026
110646
|
kind: "Document",
|
110027
110647
|
definitions: [
|
@@ -110101,6 +110721,54 @@ const DeleteDocumentDocument = {
|
|
110101
110721
|
...DeletePayloadFragmentDoc.definitions,
|
110102
110722
|
],
|
110103
110723
|
};
|
110724
|
+
const DocumentReminderDocument = {
|
110725
|
+
kind: "Document",
|
110726
|
+
definitions: [
|
110727
|
+
{
|
110728
|
+
kind: "OperationDefinition",
|
110729
|
+
operation: "mutation",
|
110730
|
+
name: { kind: "Name", value: "documentReminder" },
|
110731
|
+
variableDefinitions: [
|
110732
|
+
{
|
110733
|
+
kind: "VariableDefinition",
|
110734
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110735
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
110736
|
+
},
|
110737
|
+
{
|
110738
|
+
kind: "VariableDefinition",
|
110739
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
|
110740
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "DateTime" } } },
|
110741
|
+
},
|
110742
|
+
],
|
110743
|
+
selectionSet: {
|
110744
|
+
kind: "SelectionSet",
|
110745
|
+
selections: [
|
110746
|
+
{
|
110747
|
+
kind: "Field",
|
110748
|
+
name: { kind: "Name", value: "documentReminder" },
|
110749
|
+
arguments: [
|
110750
|
+
{
|
110751
|
+
kind: "Argument",
|
110752
|
+
name: { kind: "Name", value: "id" },
|
110753
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110754
|
+
},
|
110755
|
+
{
|
110756
|
+
kind: "Argument",
|
110757
|
+
name: { kind: "Name", value: "reminderAt" },
|
110758
|
+
value: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
|
110759
|
+
},
|
110760
|
+
],
|
110761
|
+
selectionSet: {
|
110762
|
+
kind: "SelectionSet",
|
110763
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentPayload" } }],
|
110764
|
+
},
|
110765
|
+
},
|
110766
|
+
],
|
110767
|
+
},
|
110768
|
+
},
|
110769
|
+
...DocumentPayloadFragmentDoc.definitions,
|
110770
|
+
],
|
110771
|
+
};
|
110104
110772
|
const UpdateDocumentDocument = {
|
110105
110773
|
kind: "Document",
|
110106
110774
|
definitions: [
|
@@ -117119,6 +117787,355 @@ const UpdateTemplateDocument = {
|
|
117119
117787
|
...TemplatePayloadFragmentDoc.definitions,
|
117120
117788
|
],
|
117121
117789
|
};
|
117790
|
+
const CreateTimeScheduleDocument = {
|
117791
|
+
kind: "Document",
|
117792
|
+
definitions: [
|
117793
|
+
{
|
117794
|
+
kind: "OperationDefinition",
|
117795
|
+
operation: "mutation",
|
117796
|
+
name: { kind: "Name", value: "createTimeSchedule" },
|
117797
|
+
variableDefinitions: [
|
117798
|
+
{
|
117799
|
+
kind: "VariableDefinition",
|
117800
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
117801
|
+
type: {
|
117802
|
+
kind: "NonNullType",
|
117803
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "TimeScheduleCreateInput" } },
|
117804
|
+
},
|
117805
|
+
},
|
117806
|
+
],
|
117807
|
+
selectionSet: {
|
117808
|
+
kind: "SelectionSet",
|
117809
|
+
selections: [
|
117810
|
+
{
|
117811
|
+
kind: "Field",
|
117812
|
+
name: { kind: "Name", value: "timeScheduleCreate" },
|
117813
|
+
arguments: [
|
117814
|
+
{
|
117815
|
+
kind: "Argument",
|
117816
|
+
name: { kind: "Name", value: "input" },
|
117817
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
117818
|
+
},
|
117819
|
+
],
|
117820
|
+
selectionSet: {
|
117821
|
+
kind: "SelectionSet",
|
117822
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
|
117823
|
+
},
|
117824
|
+
},
|
117825
|
+
],
|
117826
|
+
},
|
117827
|
+
},
|
117828
|
+
...TimeSchedulePayloadFragmentDoc.definitions,
|
117829
|
+
],
|
117830
|
+
};
|
117831
|
+
const DeleteTimeScheduleDocument = {
|
117832
|
+
kind: "Document",
|
117833
|
+
definitions: [
|
117834
|
+
{
|
117835
|
+
kind: "OperationDefinition",
|
117836
|
+
operation: "mutation",
|
117837
|
+
name: { kind: "Name", value: "deleteTimeSchedule" },
|
117838
|
+
variableDefinitions: [
|
117839
|
+
{
|
117840
|
+
kind: "VariableDefinition",
|
117841
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
117842
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
117843
|
+
},
|
117844
|
+
],
|
117845
|
+
selectionSet: {
|
117846
|
+
kind: "SelectionSet",
|
117847
|
+
selections: [
|
117848
|
+
{
|
117849
|
+
kind: "Field",
|
117850
|
+
name: { kind: "Name", value: "timeScheduleDelete" },
|
117851
|
+
arguments: [
|
117852
|
+
{
|
117853
|
+
kind: "Argument",
|
117854
|
+
name: { kind: "Name", value: "id" },
|
117855
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
117856
|
+
},
|
117857
|
+
],
|
117858
|
+
selectionSet: {
|
117859
|
+
kind: "SelectionSet",
|
117860
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
|
117861
|
+
},
|
117862
|
+
},
|
117863
|
+
],
|
117864
|
+
},
|
117865
|
+
},
|
117866
|
+
...DeletePayloadFragmentDoc.definitions,
|
117867
|
+
],
|
117868
|
+
};
|
117869
|
+
const TimeScheduleRefreshIntegrationScheduleDocument = {
|
117870
|
+
kind: "Document",
|
117871
|
+
definitions: [
|
117872
|
+
{
|
117873
|
+
kind: "OperationDefinition",
|
117874
|
+
operation: "mutation",
|
117875
|
+
name: { kind: "Name", value: "timeScheduleRefreshIntegrationSchedule" },
|
117876
|
+
variableDefinitions: [
|
117877
|
+
{
|
117878
|
+
kind: "VariableDefinition",
|
117879
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
117880
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
117881
|
+
},
|
117882
|
+
],
|
117883
|
+
selectionSet: {
|
117884
|
+
kind: "SelectionSet",
|
117885
|
+
selections: [
|
117886
|
+
{
|
117887
|
+
kind: "Field",
|
117888
|
+
name: { kind: "Name", value: "timeScheduleRefreshIntegrationSchedule" },
|
117889
|
+
arguments: [
|
117890
|
+
{
|
117891
|
+
kind: "Argument",
|
117892
|
+
name: { kind: "Name", value: "id" },
|
117893
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
117894
|
+
},
|
117895
|
+
],
|
117896
|
+
selectionSet: {
|
117897
|
+
kind: "SelectionSet",
|
117898
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
|
117899
|
+
},
|
117900
|
+
},
|
117901
|
+
],
|
117902
|
+
},
|
117903
|
+
},
|
117904
|
+
...TimeSchedulePayloadFragmentDoc.definitions,
|
117905
|
+
],
|
117906
|
+
};
|
117907
|
+
const UpdateTimeScheduleDocument = {
|
117908
|
+
kind: "Document",
|
117909
|
+
definitions: [
|
117910
|
+
{
|
117911
|
+
kind: "OperationDefinition",
|
117912
|
+
operation: "mutation",
|
117913
|
+
name: { kind: "Name", value: "updateTimeSchedule" },
|
117914
|
+
variableDefinitions: [
|
117915
|
+
{
|
117916
|
+
kind: "VariableDefinition",
|
117917
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
117918
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
117919
|
+
},
|
117920
|
+
{
|
117921
|
+
kind: "VariableDefinition",
|
117922
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
117923
|
+
type: {
|
117924
|
+
kind: "NonNullType",
|
117925
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "TimeScheduleUpdateInput" } },
|
117926
|
+
},
|
117927
|
+
},
|
117928
|
+
],
|
117929
|
+
selectionSet: {
|
117930
|
+
kind: "SelectionSet",
|
117931
|
+
selections: [
|
117932
|
+
{
|
117933
|
+
kind: "Field",
|
117934
|
+
name: { kind: "Name", value: "timeScheduleUpdate" },
|
117935
|
+
arguments: [
|
117936
|
+
{
|
117937
|
+
kind: "Argument",
|
117938
|
+
name: { kind: "Name", value: "id" },
|
117939
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
117940
|
+
},
|
117941
|
+
{
|
117942
|
+
kind: "Argument",
|
117943
|
+
name: { kind: "Name", value: "input" },
|
117944
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
117945
|
+
},
|
117946
|
+
],
|
117947
|
+
selectionSet: {
|
117948
|
+
kind: "SelectionSet",
|
117949
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
|
117950
|
+
},
|
117951
|
+
},
|
117952
|
+
],
|
117953
|
+
},
|
117954
|
+
},
|
117955
|
+
...TimeSchedulePayloadFragmentDoc.definitions,
|
117956
|
+
],
|
117957
|
+
};
|
117958
|
+
const TimeScheduleUpsertExternalDocument = {
|
117959
|
+
kind: "Document",
|
117960
|
+
definitions: [
|
117961
|
+
{
|
117962
|
+
kind: "OperationDefinition",
|
117963
|
+
operation: "mutation",
|
117964
|
+
name: { kind: "Name", value: "timeScheduleUpsertExternal" },
|
117965
|
+
variableDefinitions: [
|
117966
|
+
{
|
117967
|
+
kind: "VariableDefinition",
|
117968
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "externalId" } },
|
117969
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
117970
|
+
},
|
117971
|
+
{
|
117972
|
+
kind: "VariableDefinition",
|
117973
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
117974
|
+
type: {
|
117975
|
+
kind: "NonNullType",
|
117976
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "TimeScheduleUpdateInput" } },
|
117977
|
+
},
|
117978
|
+
},
|
117979
|
+
],
|
117980
|
+
selectionSet: {
|
117981
|
+
kind: "SelectionSet",
|
117982
|
+
selections: [
|
117983
|
+
{
|
117984
|
+
kind: "Field",
|
117985
|
+
name: { kind: "Name", value: "timeScheduleUpsertExternal" },
|
117986
|
+
arguments: [
|
117987
|
+
{
|
117988
|
+
kind: "Argument",
|
117989
|
+
name: { kind: "Name", value: "externalId" },
|
117990
|
+
value: { kind: "Variable", name: { kind: "Name", value: "externalId" } },
|
117991
|
+
},
|
117992
|
+
{
|
117993
|
+
kind: "Argument",
|
117994
|
+
name: { kind: "Name", value: "input" },
|
117995
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
117996
|
+
},
|
117997
|
+
],
|
117998
|
+
selectionSet: {
|
117999
|
+
kind: "SelectionSet",
|
118000
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TimeSchedulePayload" } }],
|
118001
|
+
},
|
118002
|
+
},
|
118003
|
+
],
|
118004
|
+
},
|
118005
|
+
},
|
118006
|
+
...TimeSchedulePayloadFragmentDoc.definitions,
|
118007
|
+
],
|
118008
|
+
};
|
118009
|
+
const CreateTriageResponsibilityDocument = {
|
118010
|
+
kind: "Document",
|
118011
|
+
definitions: [
|
118012
|
+
{
|
118013
|
+
kind: "OperationDefinition",
|
118014
|
+
operation: "mutation",
|
118015
|
+
name: { kind: "Name", value: "createTriageResponsibility" },
|
118016
|
+
variableDefinitions: [
|
118017
|
+
{
|
118018
|
+
kind: "VariableDefinition",
|
118019
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
118020
|
+
type: {
|
118021
|
+
kind: "NonNullType",
|
118022
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "TriageResponsibilityCreateInput" } },
|
118023
|
+
},
|
118024
|
+
},
|
118025
|
+
],
|
118026
|
+
selectionSet: {
|
118027
|
+
kind: "SelectionSet",
|
118028
|
+
selections: [
|
118029
|
+
{
|
118030
|
+
kind: "Field",
|
118031
|
+
name: { kind: "Name", value: "triageResponsibilityCreate" },
|
118032
|
+
arguments: [
|
118033
|
+
{
|
118034
|
+
kind: "Argument",
|
118035
|
+
name: { kind: "Name", value: "input" },
|
118036
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
118037
|
+
},
|
118038
|
+
],
|
118039
|
+
selectionSet: {
|
118040
|
+
kind: "SelectionSet",
|
118041
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityPayload" } }],
|
118042
|
+
},
|
118043
|
+
},
|
118044
|
+
],
|
118045
|
+
},
|
118046
|
+
},
|
118047
|
+
...TriageResponsibilityPayloadFragmentDoc.definitions,
|
118048
|
+
],
|
118049
|
+
};
|
118050
|
+
const DeleteTriageResponsibilityDocument = {
|
118051
|
+
kind: "Document",
|
118052
|
+
definitions: [
|
118053
|
+
{
|
118054
|
+
kind: "OperationDefinition",
|
118055
|
+
operation: "mutation",
|
118056
|
+
name: { kind: "Name", value: "deleteTriageResponsibility" },
|
118057
|
+
variableDefinitions: [
|
118058
|
+
{
|
118059
|
+
kind: "VariableDefinition",
|
118060
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
118061
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
118062
|
+
},
|
118063
|
+
],
|
118064
|
+
selectionSet: {
|
118065
|
+
kind: "SelectionSet",
|
118066
|
+
selections: [
|
118067
|
+
{
|
118068
|
+
kind: "Field",
|
118069
|
+
name: { kind: "Name", value: "triageResponsibilityDelete" },
|
118070
|
+
arguments: [
|
118071
|
+
{
|
118072
|
+
kind: "Argument",
|
118073
|
+
name: { kind: "Name", value: "id" },
|
118074
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
118075
|
+
},
|
118076
|
+
],
|
118077
|
+
selectionSet: {
|
118078
|
+
kind: "SelectionSet",
|
118079
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
|
118080
|
+
},
|
118081
|
+
},
|
118082
|
+
],
|
118083
|
+
},
|
118084
|
+
},
|
118085
|
+
...DeletePayloadFragmentDoc.definitions,
|
118086
|
+
],
|
118087
|
+
};
|
118088
|
+
const UpdateTriageResponsibilityDocument = {
|
118089
|
+
kind: "Document",
|
118090
|
+
definitions: [
|
118091
|
+
{
|
118092
|
+
kind: "OperationDefinition",
|
118093
|
+
operation: "mutation",
|
118094
|
+
name: { kind: "Name", value: "updateTriageResponsibility" },
|
118095
|
+
variableDefinitions: [
|
118096
|
+
{
|
118097
|
+
kind: "VariableDefinition",
|
118098
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
118099
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
118100
|
+
},
|
118101
|
+
{
|
118102
|
+
kind: "VariableDefinition",
|
118103
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
118104
|
+
type: {
|
118105
|
+
kind: "NonNullType",
|
118106
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "TriageResponsibilityUpdateInput" } },
|
118107
|
+
},
|
118108
|
+
},
|
118109
|
+
],
|
118110
|
+
selectionSet: {
|
118111
|
+
kind: "SelectionSet",
|
118112
|
+
selections: [
|
118113
|
+
{
|
118114
|
+
kind: "Field",
|
118115
|
+
name: { kind: "Name", value: "triageResponsibilityUpdate" },
|
118116
|
+
arguments: [
|
118117
|
+
{
|
118118
|
+
kind: "Argument",
|
118119
|
+
name: { kind: "Name", value: "id" },
|
118120
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
118121
|
+
},
|
118122
|
+
{
|
118123
|
+
kind: "Argument",
|
118124
|
+
name: { kind: "Name", value: "input" },
|
118125
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
118126
|
+
},
|
118127
|
+
],
|
118128
|
+
selectionSet: {
|
118129
|
+
kind: "SelectionSet",
|
118130
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TriageResponsibilityPayload" } }],
|
118131
|
+
},
|
118132
|
+
},
|
118133
|
+
],
|
118134
|
+
},
|
118135
|
+
},
|
118136
|
+
...TriageResponsibilityPayloadFragmentDoc.definitions,
|
118137
|
+
],
|
118138
|
+
};
|
117122
118139
|
const UserDemoteAdminDocument = {
|
117123
118140
|
kind: "Document",
|
117124
118141
|
definitions: [
|
@@ -118118,6 +119135,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
118118
119135
|
ArchivePayloadFragmentDoc: ArchivePayloadFragmentDoc,
|
118119
119136
|
LabelNotificationSubscriptionFragmentDoc: LabelNotificationSubscriptionFragmentDoc,
|
118120
119137
|
ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
|
119138
|
+
ReminderFragmentDoc: ReminderFragmentDoc,
|
118121
119139
|
TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
|
118122
119140
|
UserAccountFragmentDoc: UserAccountFragmentDoc,
|
118123
119141
|
UserNotificationSubscriptionFragmentDoc: UserNotificationSubscriptionFragmentDoc,
|
@@ -118205,6 +119223,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
118205
119223
|
CycleFragmentDoc: CycleFragmentDoc,
|
118206
119224
|
CycleConnectionFragmentDoc: CycleConnectionFragmentDoc,
|
118207
119225
|
CyclePayloadFragmentDoc: CyclePayloadFragmentDoc,
|
119226
|
+
DiaryEntryFragmentDoc: DiaryEntryFragmentDoc,
|
119227
|
+
DiaryEntryConnectionFragmentDoc: DiaryEntryConnectionFragmentDoc,
|
119228
|
+
DiaryEntryPayloadFragmentDoc: DiaryEntryPayloadFragmentDoc,
|
118208
119229
|
DocumentFragmentDoc: DocumentFragmentDoc,
|
118209
119230
|
DocumentConnectionFragmentDoc: DocumentConnectionFragmentDoc,
|
118210
119231
|
DocumentContentHistoryTypeFragmentDoc: DocumentContentHistoryTypeFragmentDoc,
|
@@ -118412,6 +119433,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
118412
119433
|
Cycle_IssuesDocument: Cycle_IssuesDocument,
|
118413
119434
|
Cycle_UncompletedIssuesUponCloseDocument: Cycle_UncompletedIssuesUponCloseDocument,
|
118414
119435
|
CyclesDocument: CyclesDocument,
|
119436
|
+
DiaryEntryDocument: DiaryEntryDocument,
|
118415
119437
|
DocumentDocument: DocumentDocument,
|
118416
119438
|
DocumentContentHistoryDocument: DocumentContentHistoryDocument,
|
118417
119439
|
DocumentsDocument: DocumentsDocument,
|
@@ -118530,6 +119552,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
118530
119552
|
TemplateDocument: TemplateDocument,
|
118531
119553
|
TemplatesDocument: TemplatesDocument,
|
118532
119554
|
TemplatesForIntegrationDocument: TemplatesForIntegrationDocument,
|
119555
|
+
TimeScheduleDocument: TimeScheduleDocument,
|
119556
|
+
TimeSchedulesDocument: TimeSchedulesDocument,
|
119557
|
+
TriageResponsibilitiesDocument: TriageResponsibilitiesDocument,
|
119558
|
+
TriageResponsibilityDocument: TriageResponsibilityDocument,
|
119559
|
+
TriageResponsibility_ManualSelectionDocument: TriageResponsibility_ManualSelectionDocument,
|
118533
119560
|
UserDocument: UserDocument,
|
118534
119561
|
User_AssignedIssuesDocument: User_AssignedIssuesDocument,
|
118535
119562
|
User_CreatedIssuesDocument: User_CreatedIssuesDocument,
|
@@ -118580,8 +119607,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
118580
119607
|
CreateCycleDocument: CreateCycleDocument,
|
118581
119608
|
CycleShiftAllDocument: CycleShiftAllDocument,
|
118582
119609
|
UpdateCycleDocument: UpdateCycleDocument,
|
119610
|
+
CreateDiaryEntryDocument: CreateDiaryEntryDocument,
|
119611
|
+
DeleteDiaryEntryDocument: DeleteDiaryEntryDocument,
|
119612
|
+
UpdateDiaryEntryDocument: UpdateDiaryEntryDocument,
|
118583
119613
|
CreateDocumentDocument: CreateDocumentDocument,
|
118584
119614
|
DeleteDocumentDocument: DeleteDocumentDocument,
|
119615
|
+
DocumentReminderDocument: DocumentReminderDocument,
|
118585
119616
|
UpdateDocumentDocument: UpdateDocumentDocument,
|
118586
119617
|
CreateEmailIntakeAddressDocument: CreateEmailIntakeAddressDocument,
|
118587
119618
|
DeleteEmailIntakeAddressDocument: DeleteEmailIntakeAddressDocument,
|
@@ -118733,6 +119764,14 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
118733
119764
|
CreateTemplateDocument: CreateTemplateDocument,
|
118734
119765
|
DeleteTemplateDocument: DeleteTemplateDocument,
|
118735
119766
|
UpdateTemplateDocument: UpdateTemplateDocument,
|
119767
|
+
CreateTimeScheduleDocument: CreateTimeScheduleDocument,
|
119768
|
+
DeleteTimeScheduleDocument: DeleteTimeScheduleDocument,
|
119769
|
+
TimeScheduleRefreshIntegrationScheduleDocument: TimeScheduleRefreshIntegrationScheduleDocument,
|
119770
|
+
UpdateTimeScheduleDocument: UpdateTimeScheduleDocument,
|
119771
|
+
TimeScheduleUpsertExternalDocument: TimeScheduleUpsertExternalDocument,
|
119772
|
+
CreateTriageResponsibilityDocument: CreateTriageResponsibilityDocument,
|
119773
|
+
DeleteTriageResponsibilityDocument: DeleteTriageResponsibilityDocument,
|
119774
|
+
UpdateTriageResponsibilityDocument: UpdateTriageResponsibilityDocument,
|
118736
119775
|
UserDemoteAdminDocument: UserDemoteAdminDocument,
|
118737
119776
|
UserDemoteMemberDocument: UserDemoteMemberDocument,
|
118738
119777
|
UserDiscordConnectDocument: UserDiscordConnectDocument,
|
@@ -119912,216 +120951,281 @@ class CustomViewNotificationSubscription extends Request {
|
|
119912
120951
|
}
|
119913
120952
|
}
|
119914
120953
|
/**
|
119915
|
-
* CustomViewPayload model
|
120954
|
+
* CustomViewPayload model
|
120955
|
+
*
|
120956
|
+
* @param request - function to call the graphql client
|
120957
|
+
* @param data - L.CustomViewPayloadFragment response data
|
120958
|
+
*/
|
120959
|
+
class CustomViewPayload extends Request {
|
120960
|
+
constructor(request, data) {
|
120961
|
+
super(request);
|
120962
|
+
this.lastSyncId = data.lastSyncId;
|
120963
|
+
this.success = data.success;
|
120964
|
+
this._customView = data.customView;
|
120965
|
+
}
|
120966
|
+
/** The custom view that was created or updated. */
|
120967
|
+
get customView() {
|
120968
|
+
return new CustomViewQuery(this._request).fetch(this._customView.id);
|
120969
|
+
}
|
120970
|
+
}
|
120971
|
+
/**
|
120972
|
+
* CustomViewSuggestionPayload model
|
120973
|
+
*
|
120974
|
+
* @param request - function to call the graphql client
|
120975
|
+
* @param data - L.CustomViewSuggestionPayloadFragment response data
|
120976
|
+
*/
|
120977
|
+
class CustomViewSuggestionPayload extends Request {
|
120978
|
+
constructor(request, data) {
|
120979
|
+
var _a, _b, _c;
|
120980
|
+
super(request);
|
120981
|
+
this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
|
120982
|
+
this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
|
120983
|
+
this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
|
120984
|
+
}
|
120985
|
+
}
|
120986
|
+
/**
|
120987
|
+
* A set of issues to be resolved in a specified amount of time.
|
120988
|
+
*
|
120989
|
+
* @param request - function to call the graphql client
|
120990
|
+
* @param data - L.CycleFragment response data
|
120991
|
+
*/
|
120992
|
+
class Cycle extends Request {
|
120993
|
+
constructor(request, data) {
|
120994
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
120995
|
+
super(request);
|
120996
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120997
|
+
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
120998
|
+
this.completedAt = (_c = parseDate(data.completedAt)) !== null && _c !== void 0 ? _c : undefined;
|
120999
|
+
this.completedIssueCountHistory = data.completedIssueCountHistory;
|
121000
|
+
this.completedScopeHistory = data.completedScopeHistory;
|
121001
|
+
this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
|
121002
|
+
this.description = (_e = data.description) !== null && _e !== void 0 ? _e : undefined;
|
121003
|
+
this.endsAt = (_f = parseDate(data.endsAt)) !== null && _f !== void 0 ? _f : new Date();
|
121004
|
+
this.id = data.id;
|
121005
|
+
this.inProgressScopeHistory = data.inProgressScopeHistory;
|
121006
|
+
this.issueCountHistory = data.issueCountHistory;
|
121007
|
+
this.name = (_g = data.name) !== null && _g !== void 0 ? _g : undefined;
|
121008
|
+
this.number = data.number;
|
121009
|
+
this.progress = data.progress;
|
121010
|
+
this.scopeHistory = data.scopeHistory;
|
121011
|
+
this.startsAt = (_h = parseDate(data.startsAt)) !== null && _h !== void 0 ? _h : new Date();
|
121012
|
+
this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
|
121013
|
+
this._team = data.team;
|
121014
|
+
}
|
121015
|
+
/** The team that the cycle is associated with. */
|
121016
|
+
get team() {
|
121017
|
+
return new TeamQuery(this._request).fetch(this._team.id);
|
121018
|
+
}
|
121019
|
+
/** Issues associated with the cycle. */
|
121020
|
+
issues(variables) {
|
121021
|
+
return new Cycle_IssuesQuery(this._request, this.id, variables).fetch(variables);
|
121022
|
+
}
|
121023
|
+
/** Issues that weren't completed when the cycle was closed. */
|
121024
|
+
uncompletedIssuesUponClose(variables) {
|
121025
|
+
return new Cycle_UncompletedIssuesUponCloseQuery(this._request, this.id, variables).fetch(variables);
|
121026
|
+
}
|
121027
|
+
/** Archives a cycle. */
|
121028
|
+
archive() {
|
121029
|
+
return new ArchiveCycleMutation(this._request).fetch(this.id);
|
121030
|
+
}
|
121031
|
+
/** Creates a new cycle. */
|
121032
|
+
create(input) {
|
121033
|
+
return new CreateCycleMutation(this._request).fetch(input);
|
121034
|
+
}
|
121035
|
+
/** Updates a cycle. */
|
121036
|
+
update(input) {
|
121037
|
+
return new UpdateCycleMutation(this._request).fetch(this.id, input);
|
121038
|
+
}
|
121039
|
+
}
|
121040
|
+
/**
|
121041
|
+
* A generic payload return from entity archive mutations.
|
121042
|
+
*
|
121043
|
+
* @param request - function to call the graphql client
|
121044
|
+
* @param data - L.CycleArchivePayloadFragment response data
|
121045
|
+
*/
|
121046
|
+
class CycleArchivePayload extends Request {
|
121047
|
+
constructor(request, data) {
|
121048
|
+
var _a;
|
121049
|
+
super(request);
|
121050
|
+
this.lastSyncId = data.lastSyncId;
|
121051
|
+
this.success = data.success;
|
121052
|
+
this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
|
121053
|
+
}
|
121054
|
+
/** The archived/unarchived entity. Null if entity was deleted. */
|
121055
|
+
get entity() {
|
121056
|
+
var _a, _b;
|
121057
|
+
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;
|
121058
|
+
}
|
121059
|
+
}
|
121060
|
+
/**
|
121061
|
+
* CycleConnection model
|
121062
|
+
*
|
121063
|
+
* @param request - function to call the graphql client
|
121064
|
+
* @param fetch - function to trigger a refetch of this CycleConnection model
|
121065
|
+
* @param data - CycleConnection response data
|
121066
|
+
*/
|
121067
|
+
class CycleConnection extends Connection {
|
121068
|
+
constructor(request, fetch, data) {
|
121069
|
+
super(request, fetch, data.nodes.map(node => new Cycle(request, node)), new PageInfo(request, data.pageInfo));
|
121070
|
+
}
|
121071
|
+
}
|
121072
|
+
/**
|
121073
|
+
* A cycle notification subscription.
|
121074
|
+
*
|
121075
|
+
* @param request - function to call the graphql client
|
121076
|
+
* @param data - L.CycleNotificationSubscriptionFragment response data
|
121077
|
+
*/
|
121078
|
+
class CycleNotificationSubscription extends Request {
|
121079
|
+
constructor(request, data) {
|
121080
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
121081
|
+
super(request);
|
121082
|
+
this.active = data.active;
|
121083
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
121084
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
121085
|
+
this.id = data.id;
|
121086
|
+
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
121087
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
121088
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
121089
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
121090
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
121091
|
+
this._cycle = data.cycle;
|
121092
|
+
this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
|
121093
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
121094
|
+
this._subscriber = data.subscriber;
|
121095
|
+
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
121096
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
121097
|
+
}
|
121098
|
+
/** The contextual custom view associated with the notification subscription. */
|
121099
|
+
get customView() {
|
121100
|
+
var _a, _b;
|
121101
|
+
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;
|
121102
|
+
}
|
121103
|
+
/** The cycle subscribed to. */
|
121104
|
+
get cycle() {
|
121105
|
+
return new CycleQuery(this._request).fetch(this._cycle.id);
|
121106
|
+
}
|
121107
|
+
/** The contextual label view associated with the notification subscription. */
|
121108
|
+
get label() {
|
121109
|
+
var _a, _b;
|
121110
|
+
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;
|
121111
|
+
}
|
121112
|
+
/** The contextual project view associated with the notification subscription. */
|
121113
|
+
get project() {
|
121114
|
+
var _a, _b;
|
121115
|
+
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;
|
121116
|
+
}
|
121117
|
+
/** The user that subscribed to receive notifications. */
|
121118
|
+
get subscriber() {
|
121119
|
+
return new UserQuery(this._request).fetch(this._subscriber.id);
|
121120
|
+
}
|
121121
|
+
/** The team associated with the notification subscription. */
|
121122
|
+
get team() {
|
121123
|
+
var _a, _b;
|
121124
|
+
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;
|
121125
|
+
}
|
121126
|
+
/** The user view associated with the notification subscription. */
|
121127
|
+
get user() {
|
121128
|
+
var _a, _b;
|
121129
|
+
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;
|
121130
|
+
}
|
121131
|
+
}
|
121132
|
+
/**
|
121133
|
+
* CyclePayload model
|
119916
121134
|
*
|
119917
121135
|
* @param request - function to call the graphql client
|
119918
|
-
* @param data - L.
|
121136
|
+
* @param data - L.CyclePayloadFragment response data
|
119919
121137
|
*/
|
119920
|
-
class
|
121138
|
+
class CyclePayload extends Request {
|
119921
121139
|
constructor(request, data) {
|
121140
|
+
var _a;
|
119922
121141
|
super(request);
|
119923
121142
|
this.lastSyncId = data.lastSyncId;
|
119924
121143
|
this.success = data.success;
|
119925
|
-
this.
|
119926
|
-
}
|
119927
|
-
/** The custom view that was created or updated. */
|
119928
|
-
get customView() {
|
119929
|
-
return new CustomViewQuery(this._request).fetch(this._customView.id);
|
119930
|
-
}
|
119931
|
-
}
|
119932
|
-
/**
|
119933
|
-
* CustomViewSuggestionPayload model
|
119934
|
-
*
|
119935
|
-
* @param request - function to call the graphql client
|
119936
|
-
* @param data - L.CustomViewSuggestionPayloadFragment response data
|
119937
|
-
*/
|
119938
|
-
class CustomViewSuggestionPayload extends Request {
|
119939
|
-
constructor(request, data) {
|
119940
|
-
var _a, _b, _c;
|
119941
|
-
super(request);
|
119942
|
-
this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
|
119943
|
-
this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
|
119944
|
-
this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
|
119945
|
-
}
|
119946
|
-
}
|
119947
|
-
/**
|
119948
|
-
* A set of issues to be resolved in a specified amount of time.
|
119949
|
-
*
|
119950
|
-
* @param request - function to call the graphql client
|
119951
|
-
* @param data - L.CycleFragment response data
|
119952
|
-
*/
|
119953
|
-
class Cycle extends Request {
|
119954
|
-
constructor(request, data) {
|
119955
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
119956
|
-
super(request);
|
119957
|
-
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119958
|
-
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
119959
|
-
this.completedAt = (_c = parseDate(data.completedAt)) !== null && _c !== void 0 ? _c : undefined;
|
119960
|
-
this.completedIssueCountHistory = data.completedIssueCountHistory;
|
119961
|
-
this.completedScopeHistory = data.completedScopeHistory;
|
119962
|
-
this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
|
119963
|
-
this.description = (_e = data.description) !== null && _e !== void 0 ? _e : undefined;
|
119964
|
-
this.endsAt = (_f = parseDate(data.endsAt)) !== null && _f !== void 0 ? _f : new Date();
|
119965
|
-
this.id = data.id;
|
119966
|
-
this.inProgressScopeHistory = data.inProgressScopeHistory;
|
119967
|
-
this.issueCountHistory = data.issueCountHistory;
|
119968
|
-
this.name = (_g = data.name) !== null && _g !== void 0 ? _g : undefined;
|
119969
|
-
this.number = data.number;
|
119970
|
-
this.progress = data.progress;
|
119971
|
-
this.scopeHistory = data.scopeHistory;
|
119972
|
-
this.startsAt = (_h = parseDate(data.startsAt)) !== null && _h !== void 0 ? _h : new Date();
|
119973
|
-
this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
|
119974
|
-
this._team = data.team;
|
119975
|
-
}
|
119976
|
-
/** The team that the cycle is associated with. */
|
119977
|
-
get team() {
|
119978
|
-
return new TeamQuery(this._request).fetch(this._team.id);
|
119979
|
-
}
|
119980
|
-
/** Issues associated with the cycle. */
|
119981
|
-
issues(variables) {
|
119982
|
-
return new Cycle_IssuesQuery(this._request, this.id, variables).fetch(variables);
|
119983
|
-
}
|
119984
|
-
/** Issues that weren't completed when the cycle was closed. */
|
119985
|
-
uncompletedIssuesUponClose(variables) {
|
119986
|
-
return new Cycle_UncompletedIssuesUponCloseQuery(this._request, this.id, variables).fetch(variables);
|
119987
|
-
}
|
119988
|
-
/** Archives a cycle. */
|
119989
|
-
archive() {
|
119990
|
-
return new ArchiveCycleMutation(this._request).fetch(this.id);
|
119991
|
-
}
|
119992
|
-
/** Creates a new cycle. */
|
119993
|
-
create(input) {
|
119994
|
-
return new CreateCycleMutation(this._request).fetch(input);
|
121144
|
+
this._cycle = (_a = data.cycle) !== null && _a !== void 0 ? _a : undefined;
|
119995
121145
|
}
|
119996
|
-
/**
|
119997
|
-
|
119998
|
-
|
121146
|
+
/** The Cycle that was created or updated. */
|
121147
|
+
get cycle() {
|
121148
|
+
var _a, _b;
|
121149
|
+
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;
|
119999
121150
|
}
|
120000
121151
|
}
|
120001
121152
|
/**
|
120002
|
-
* A generic payload return from entity
|
121153
|
+
* A generic payload return from entity deletion mutations.
|
120003
121154
|
*
|
120004
121155
|
* @param request - function to call the graphql client
|
120005
|
-
* @param data - L.
|
121156
|
+
* @param data - L.DeletePayloadFragment response data
|
120006
121157
|
*/
|
120007
|
-
class
|
121158
|
+
class DeletePayload extends Request {
|
120008
121159
|
constructor(request, data) {
|
120009
|
-
var _a;
|
120010
121160
|
super(request);
|
121161
|
+
this.entityId = data.entityId;
|
120011
121162
|
this.lastSyncId = data.lastSyncId;
|
120012
121163
|
this.success = data.success;
|
120013
|
-
this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
|
120014
|
-
}
|
120015
|
-
/** The archived/unarchived entity. Null if entity was deleted. */
|
120016
|
-
get entity() {
|
120017
|
-
var _a, _b;
|
120018
|
-
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;
|
120019
121164
|
}
|
120020
121165
|
}
|
120021
121166
|
/**
|
120022
|
-
*
|
121167
|
+
* A diary entry
|
120023
121168
|
*
|
120024
121169
|
* @param request - function to call the graphql client
|
120025
|
-
* @param
|
120026
|
-
* @param data - CycleConnection response data
|
121170
|
+
* @param data - L.DiaryEntryFragment response data
|
120027
121171
|
*/
|
120028
|
-
class
|
120029
|
-
constructor(request, fetch, data) {
|
120030
|
-
super(request, fetch, data.nodes.map(node => new Cycle(request, node)), new PageInfo(request, data.pageInfo));
|
120031
|
-
}
|
120032
|
-
}
|
120033
|
-
/**
|
120034
|
-
* A cycle notification subscription.
|
120035
|
-
*
|
120036
|
-
* @param request - function to call the graphql client
|
120037
|
-
* @param data - L.CycleNotificationSubscriptionFragment response data
|
120038
|
-
*/
|
120039
|
-
class CycleNotificationSubscription extends Request {
|
121172
|
+
class DiaryEntry extends Request {
|
120040
121173
|
constructor(request, data) {
|
120041
|
-
var _a, _b, _c
|
121174
|
+
var _a, _b, _c;
|
120042
121175
|
super(request);
|
120043
|
-
this.active = data.active;
|
120044
121176
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120045
121177
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
121178
|
+
this.date = data.date;
|
120046
121179
|
this.id = data.id;
|
120047
|
-
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
120048
121180
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
120049
|
-
this.
|
120050
|
-
this.
|
120051
|
-
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
120052
|
-
this._cycle = data.cycle;
|
120053
|
-
this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
|
120054
|
-
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
120055
|
-
this._subscriber = data.subscriber;
|
120056
|
-
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
120057
|
-
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
120058
|
-
}
|
120059
|
-
/** The contextual custom view associated with the notification subscription. */
|
120060
|
-
get customView() {
|
120061
|
-
var _a, _b;
|
120062
|
-
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;
|
120063
|
-
}
|
120064
|
-
/** The cycle subscribed to. */
|
120065
|
-
get cycle() {
|
120066
|
-
return new CycleQuery(this._request).fetch(this._cycle.id);
|
120067
|
-
}
|
120068
|
-
/** The contextual label view associated with the notification subscription. */
|
120069
|
-
get label() {
|
120070
|
-
var _a, _b;
|
120071
|
-
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;
|
121181
|
+
this.url = data.url;
|
121182
|
+
this._user = data.user;
|
120072
121183
|
}
|
120073
|
-
/** The
|
120074
|
-
get
|
120075
|
-
|
120076
|
-
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;
|
121184
|
+
/** The user who the diary belongs to. */
|
121185
|
+
get user() {
|
121186
|
+
return new UserQuery(this._request).fetch(this._user.id);
|
120077
121187
|
}
|
120078
|
-
/**
|
120079
|
-
|
120080
|
-
return new
|
121188
|
+
/** Creates a new diary entry. */
|
121189
|
+
create(input) {
|
121190
|
+
return new CreateDiaryEntryMutation(this._request).fetch(input);
|
120081
121191
|
}
|
120082
|
-
/**
|
120083
|
-
|
120084
|
-
|
120085
|
-
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;
|
121192
|
+
/** Deletes a diaryEntry. */
|
121193
|
+
delete() {
|
121194
|
+
return new DeleteDiaryEntryMutation(this._request).fetch(this.id);
|
120086
121195
|
}
|
120087
|
-
/**
|
120088
|
-
|
120089
|
-
|
120090
|
-
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;
|
121196
|
+
/** Updates a diaryEntry. */
|
121197
|
+
update(input) {
|
121198
|
+
return new UpdateDiaryEntryMutation(this._request).fetch(this.id, input);
|
120091
121199
|
}
|
120092
121200
|
}
|
120093
121201
|
/**
|
120094
|
-
*
|
121202
|
+
* DiaryEntryConnection model
|
120095
121203
|
*
|
120096
121204
|
* @param request - function to call the graphql client
|
120097
|
-
* @param
|
121205
|
+
* @param fetch - function to trigger a refetch of this DiaryEntryConnection model
|
121206
|
+
* @param data - DiaryEntryConnection response data
|
120098
121207
|
*/
|
120099
|
-
class
|
120100
|
-
constructor(request, data) {
|
120101
|
-
|
120102
|
-
super(request);
|
120103
|
-
this.lastSyncId = data.lastSyncId;
|
120104
|
-
this.success = data.success;
|
120105
|
-
this._cycle = (_a = data.cycle) !== null && _a !== void 0 ? _a : undefined;
|
120106
|
-
}
|
120107
|
-
/** The Cycle that was created or updated. */
|
120108
|
-
get cycle() {
|
120109
|
-
var _a, _b;
|
120110
|
-
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;
|
121208
|
+
class DiaryEntryConnection extends Connection {
|
121209
|
+
constructor(request, fetch, data) {
|
121210
|
+
super(request, fetch, data.nodes.map(node => new DiaryEntry(request, node)), new PageInfo(request, data.pageInfo));
|
120111
121211
|
}
|
120112
121212
|
}
|
120113
121213
|
/**
|
120114
|
-
*
|
121214
|
+
* DiaryEntryPayload model
|
120115
121215
|
*
|
120116
121216
|
* @param request - function to call the graphql client
|
120117
|
-
* @param data - L.
|
121217
|
+
* @param data - L.DiaryEntryPayloadFragment response data
|
120118
121218
|
*/
|
120119
|
-
class
|
121219
|
+
class DiaryEntryPayload extends Request {
|
120120
121220
|
constructor(request, data) {
|
120121
121221
|
super(request);
|
120122
|
-
this.entityId = data.entityId;
|
120123
121222
|
this.lastSyncId = data.lastSyncId;
|
120124
121223
|
this.success = data.success;
|
121224
|
+
this._diaryEntry = data.diaryEntry;
|
121225
|
+
}
|
121226
|
+
/** The diary entry that was created or updated. */
|
121227
|
+
get diaryEntry() {
|
121228
|
+
return new DiaryEntryQuery(this._request).fetch(this._diaryEntry.id);
|
120125
121229
|
}
|
120126
121230
|
}
|
120127
121231
|
/**
|
@@ -124263,6 +125367,47 @@ class ReactionPayload extends Request {
|
|
124263
125367
|
this.reaction = new Reaction(request, data.reaction);
|
124264
125368
|
}
|
124265
125369
|
}
|
125370
|
+
/**
|
125371
|
+
* A reminder that can be attached to different entities.
|
125372
|
+
*
|
125373
|
+
* @param request - function to call the graphql client
|
125374
|
+
* @param data - L.ReminderFragment response data
|
125375
|
+
*/
|
125376
|
+
class Reminder extends Request {
|
125377
|
+
constructor(request, data) {
|
125378
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
125379
|
+
super(request);
|
125380
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
125381
|
+
this.comment = (_b = data.comment) !== null && _b !== void 0 ? _b : undefined;
|
125382
|
+
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
125383
|
+
this.id = data.id;
|
125384
|
+
this.remindAt = (_d = parseDate(data.remindAt)) !== null && _d !== void 0 ? _d : new Date();
|
125385
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
125386
|
+
this._documentId = (_f = data.documentId) !== null && _f !== void 0 ? _f : undefined;
|
125387
|
+
this._issueId = (_g = data.issueId) !== null && _g !== void 0 ? _g : undefined;
|
125388
|
+
this._projectId = (_h = data.projectId) !== null && _h !== void 0 ? _h : undefined;
|
125389
|
+
this._user = data.user;
|
125390
|
+
}
|
125391
|
+
/** The document that the reminder is associated with. */
|
125392
|
+
get documentId() {
|
125393
|
+
var _a, _b;
|
125394
|
+
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;
|
125395
|
+
}
|
125396
|
+
/** The issue that the reminder is associated with. */
|
125397
|
+
get issueId() {
|
125398
|
+
var _a, _b;
|
125399
|
+
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;
|
125400
|
+
}
|
125401
|
+
/** The project that the reminder is associated with. */
|
125402
|
+
get projectId() {
|
125403
|
+
var _a, _b;
|
125404
|
+
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;
|
125405
|
+
}
|
125406
|
+
/** The user that created a reminder. */
|
125407
|
+
get user() {
|
125408
|
+
return new UserQuery(this._request).fetch(this._user.id);
|
125409
|
+
}
|
125410
|
+
}
|
124266
125411
|
/**
|
124267
125412
|
* A roadmap for projects.
|
124268
125413
|
*
|
@@ -124627,7 +125772,7 @@ class SynchronizedPayload extends Request {
|
|
124627
125772
|
*/
|
124628
125773
|
class Team extends Request {
|
124629
125774
|
constructor(request, data) {
|
124630
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
|
125775
|
+
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;
|
124631
125776
|
super(request);
|
124632
125777
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
124633
125778
|
this.autoArchivePeriod = data.autoArchivePeriod;
|
@@ -124683,6 +125828,7 @@ class Team extends Request {
|
|
124683
125828
|
this._reviewWorkflowState = (_w = data.reviewWorkflowState) !== null && _w !== void 0 ? _w : undefined;
|
124684
125829
|
this._startWorkflowState = (_x = data.startWorkflowState) !== null && _x !== void 0 ? _x : undefined;
|
124685
125830
|
this._triageIssueState = (_y = data.triageIssueState) !== null && _y !== void 0 ? _y : undefined;
|
125831
|
+
this._triageResponsibility = (_z = data.triageResponsibility) !== null && _z !== void 0 ? _z : undefined;
|
124686
125832
|
}
|
124687
125833
|
/** Team's currently active cycle. */
|
124688
125834
|
get activeCycle() {
|
@@ -124777,6 +125923,13 @@ class Team extends Request {
|
|
124777
125923
|
? new WorkflowStateQuery(this._request).fetch((_b = this._triageIssueState) === null || _b === void 0 ? void 0 : _b.id)
|
124778
125924
|
: undefined;
|
124779
125925
|
}
|
125926
|
+
/** Team's triage responsibility. */
|
125927
|
+
get triageResponsibility() {
|
125928
|
+
var _a, _b;
|
125929
|
+
return ((_a = this._triageResponsibility) === null || _a === void 0 ? void 0 : _a.id)
|
125930
|
+
? new TriageResponsibilityQuery(this._request).fetch((_b = this._triageResponsibility) === null || _b === void 0 ? void 0 : _b.id)
|
125931
|
+
: undefined;
|
125932
|
+
}
|
124780
125933
|
/** Cycles associated with the team. */
|
124781
125934
|
cycles(variables) {
|
124782
125935
|
return new Team_CyclesQuery(this._request, this.id, variables).fetch(variables);
|
@@ -125051,6 +126204,7 @@ class Template extends Request {
|
|
125051
126204
|
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
125052
126205
|
this.id = data.id;
|
125053
126206
|
this.name = data.name;
|
126207
|
+
this.sortOrder = data.sortOrder;
|
125054
126208
|
this.templateData = (_d = parseJson(data.templateData)) !== null && _d !== void 0 ? _d : {};
|
125055
126209
|
this.type = data.type;
|
125056
126210
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
@@ -125149,6 +126303,18 @@ class TimeSchedule extends Request {
|
|
125149
126303
|
get organization() {
|
125150
126304
|
return new OrganizationQuery(this._request).fetch();
|
125151
126305
|
}
|
126306
|
+
/** Creates a new time schedule. */
|
126307
|
+
create(input) {
|
126308
|
+
return new CreateTimeScheduleMutation(this._request).fetch(input);
|
126309
|
+
}
|
126310
|
+
/** Deletes a time schedule. */
|
126311
|
+
delete() {
|
126312
|
+
return new DeleteTimeScheduleMutation(this._request).fetch(this.id);
|
126313
|
+
}
|
126314
|
+
/** Updates a time schedule. */
|
126315
|
+
update(input) {
|
126316
|
+
return new UpdateTimeScheduleMutation(this._request).fetch(this.id, input);
|
126317
|
+
}
|
125152
126318
|
}
|
125153
126319
|
/**
|
125154
126320
|
* TimeScheduleConnection model
|
@@ -125189,6 +126355,10 @@ class TimeSchedulePayload extends Request {
|
|
125189
126355
|
super(request);
|
125190
126356
|
this.lastSyncId = data.lastSyncId;
|
125191
126357
|
this.success = data.success;
|
126358
|
+
this._timeSchedule = data.timeSchedule;
|
126359
|
+
}
|
126360
|
+
get timeSchedule() {
|
126361
|
+
return new TimeScheduleQuery(this._request).fetch(this._timeSchedule.id);
|
125192
126362
|
}
|
125193
126363
|
}
|
125194
126364
|
/**
|
@@ -125199,7 +126369,7 @@ class TimeSchedulePayload extends Request {
|
|
125199
126369
|
*/
|
125200
126370
|
class TriageResponsibility extends Request {
|
125201
126371
|
constructor(request, data) {
|
125202
|
-
var _a, _b, _c, _d;
|
126372
|
+
var _a, _b, _c, _d, _e;
|
125203
126373
|
super(request);
|
125204
126374
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
125205
126375
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
@@ -125211,6 +126381,7 @@ class TriageResponsibility extends Request {
|
|
125211
126381
|
this.action = data.action;
|
125212
126382
|
this._currentUser = (_d = data.currentUser) !== null && _d !== void 0 ? _d : undefined;
|
125213
126383
|
this._team = data.team;
|
126384
|
+
this._timeSchedule = (_e = data.timeSchedule) !== null && _e !== void 0 ? _e : undefined;
|
125214
126385
|
}
|
125215
126386
|
/** The user currently responsible for triage. */
|
125216
126387
|
get currentUser() {
|
@@ -125221,6 +126392,23 @@ class TriageResponsibility extends Request {
|
|
125221
126392
|
get team() {
|
125222
126393
|
return new TeamQuery(this._request).fetch(this._team.id);
|
125223
126394
|
}
|
126395
|
+
/** The time schedule used for scheduling. */
|
126396
|
+
get timeSchedule() {
|
126397
|
+
var _a, _b;
|
126398
|
+
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;
|
126399
|
+
}
|
126400
|
+
/** Creates a new triage responsibility. */
|
126401
|
+
create(input) {
|
126402
|
+
return new CreateTriageResponsibilityMutation(this._request).fetch(input);
|
126403
|
+
}
|
126404
|
+
/** Deletes a triage responsibility. */
|
126405
|
+
delete() {
|
126406
|
+
return new DeleteTriageResponsibilityMutation(this._request).fetch(this.id);
|
126407
|
+
}
|
126408
|
+
/** Updates an existing triage responsibility. */
|
126409
|
+
update(input) {
|
126410
|
+
return new UpdateTriageResponsibilityMutation(this._request).fetch(this.id, input);
|
126411
|
+
}
|
125224
126412
|
}
|
125225
126413
|
/**
|
125226
126414
|
* TriageResponsibilityConnection model
|
@@ -125257,6 +126445,10 @@ class TriageResponsibilityPayload extends Request {
|
|
125257
126445
|
super(request);
|
125258
126446
|
this.lastSyncId = data.lastSyncId;
|
125259
126447
|
this.success = data.success;
|
126448
|
+
this._triageResponsibility = data.triageResponsibility;
|
126449
|
+
}
|
126450
|
+
get triageResponsibility() {
|
126451
|
+
return new TriageResponsibilityQuery(this._request).fetch(this._triageResponsibility.id);
|
125260
126452
|
}
|
125261
126453
|
}
|
125262
126454
|
/**
|
@@ -126425,6 +127617,31 @@ class CyclesQuery extends Request {
|
|
126425
127617
|
});
|
126426
127618
|
}
|
126427
127619
|
}
|
127620
|
+
/**
|
127621
|
+
* A fetchable DiaryEntry Query
|
127622
|
+
*
|
127623
|
+
* @param request - function to call the graphql client
|
127624
|
+
*/
|
127625
|
+
class DiaryEntryQuery extends Request {
|
127626
|
+
constructor(request) {
|
127627
|
+
super(request);
|
127628
|
+
}
|
127629
|
+
/**
|
127630
|
+
* Call the DiaryEntry query and return a DiaryEntry
|
127631
|
+
*
|
127632
|
+
* @param id - required id to pass to diaryEntry
|
127633
|
+
* @returns parsed response from DiaryEntryQuery
|
127634
|
+
*/
|
127635
|
+
fetch(id) {
|
127636
|
+
return __awaiter(this, void 0, void 0, function* () {
|
127637
|
+
const response = yield this._request(DiaryEntryDocument, {
|
127638
|
+
id,
|
127639
|
+
});
|
127640
|
+
const data = response.diaryEntry;
|
127641
|
+
return new DiaryEntry(this._request, data);
|
127642
|
+
});
|
127643
|
+
}
|
127644
|
+
}
|
126428
127645
|
/**
|
126429
127646
|
* A fetchable Document Query
|
126430
127647
|
*
|
@@ -128070,6 +129287,102 @@ class TemplatesForIntegrationQuery extends Request {
|
|
128070
129287
|
});
|
128071
129288
|
}
|
128072
129289
|
}
|
129290
|
+
/**
|
129291
|
+
* A fetchable TimeSchedule Query
|
129292
|
+
*
|
129293
|
+
* @param request - function to call the graphql client
|
129294
|
+
*/
|
129295
|
+
class TimeScheduleQuery extends Request {
|
129296
|
+
constructor(request) {
|
129297
|
+
super(request);
|
129298
|
+
}
|
129299
|
+
/**
|
129300
|
+
* Call the TimeSchedule query and return a TimeSchedule
|
129301
|
+
*
|
129302
|
+
* @param id - required id to pass to timeSchedule
|
129303
|
+
* @returns parsed response from TimeScheduleQuery
|
129304
|
+
*/
|
129305
|
+
fetch(id) {
|
129306
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129307
|
+
const response = yield this._request(TimeScheduleDocument, {
|
129308
|
+
id,
|
129309
|
+
});
|
129310
|
+
const data = response.timeSchedule;
|
129311
|
+
return new TimeSchedule(this._request, data);
|
129312
|
+
});
|
129313
|
+
}
|
129314
|
+
}
|
129315
|
+
/**
|
129316
|
+
* A fetchable TimeSchedules Query
|
129317
|
+
*
|
129318
|
+
* @param request - function to call the graphql client
|
129319
|
+
*/
|
129320
|
+
class TimeSchedulesQuery extends Request {
|
129321
|
+
constructor(request) {
|
129322
|
+
super(request);
|
129323
|
+
}
|
129324
|
+
/**
|
129325
|
+
* Call the TimeSchedules query and return a TimeScheduleConnection
|
129326
|
+
*
|
129327
|
+
* @param variables - variables to pass into the TimeSchedulesQuery
|
129328
|
+
* @returns parsed response from TimeSchedulesQuery
|
129329
|
+
*/
|
129330
|
+
fetch(variables) {
|
129331
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129332
|
+
const response = yield this._request(TimeSchedulesDocument, variables);
|
129333
|
+
const data = response.timeSchedules;
|
129334
|
+
return new TimeScheduleConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
|
129335
|
+
});
|
129336
|
+
}
|
129337
|
+
}
|
129338
|
+
/**
|
129339
|
+
* A fetchable TriageResponsibilities Query
|
129340
|
+
*
|
129341
|
+
* @param request - function to call the graphql client
|
129342
|
+
*/
|
129343
|
+
class TriageResponsibilitiesQuery extends Request {
|
129344
|
+
constructor(request) {
|
129345
|
+
super(request);
|
129346
|
+
}
|
129347
|
+
/**
|
129348
|
+
* Call the TriageResponsibilities query and return a TriageResponsibilityConnection
|
129349
|
+
*
|
129350
|
+
* @param variables - variables to pass into the TriageResponsibilitiesQuery
|
129351
|
+
* @returns parsed response from TriageResponsibilitiesQuery
|
129352
|
+
*/
|
129353
|
+
fetch(variables) {
|
129354
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129355
|
+
const response = yield this._request(TriageResponsibilitiesDocument, variables);
|
129356
|
+
const data = response.triageResponsibilities;
|
129357
|
+
return new TriageResponsibilityConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
|
129358
|
+
});
|
129359
|
+
}
|
129360
|
+
}
|
129361
|
+
/**
|
129362
|
+
* A fetchable TriageResponsibility Query
|
129363
|
+
*
|
129364
|
+
* @param request - function to call the graphql client
|
129365
|
+
*/
|
129366
|
+
class TriageResponsibilityQuery extends Request {
|
129367
|
+
constructor(request) {
|
129368
|
+
super(request);
|
129369
|
+
}
|
129370
|
+
/**
|
129371
|
+
* Call the TriageResponsibility query and return a TriageResponsibility
|
129372
|
+
*
|
129373
|
+
* @param id - required id to pass to triageResponsibility
|
129374
|
+
* @returns parsed response from TriageResponsibilityQuery
|
129375
|
+
*/
|
129376
|
+
fetch(id) {
|
129377
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129378
|
+
const response = yield this._request(TriageResponsibilityDocument, {
|
129379
|
+
id,
|
129380
|
+
});
|
129381
|
+
const data = response.triageResponsibility;
|
129382
|
+
return new TriageResponsibility(this._request, data);
|
129383
|
+
});
|
129384
|
+
}
|
129385
|
+
}
|
128073
129386
|
/**
|
128074
129387
|
* A fetchable User Query
|
128075
129388
|
*
|
@@ -129105,6 +130418,83 @@ class UpdateCycleMutation extends Request {
|
|
129105
130418
|
});
|
129106
130419
|
}
|
129107
130420
|
}
|
130421
|
+
/**
|
130422
|
+
* A fetchable CreateDiaryEntry Mutation
|
130423
|
+
*
|
130424
|
+
* @param request - function to call the graphql client
|
130425
|
+
*/
|
130426
|
+
class CreateDiaryEntryMutation extends Request {
|
130427
|
+
constructor(request) {
|
130428
|
+
super(request);
|
130429
|
+
}
|
130430
|
+
/**
|
130431
|
+
* Call the CreateDiaryEntry mutation and return a DiaryEntryPayload
|
130432
|
+
*
|
130433
|
+
* @param input - required input to pass to createDiaryEntry
|
130434
|
+
* @returns parsed response from CreateDiaryEntryMutation
|
130435
|
+
*/
|
130436
|
+
fetch(input) {
|
130437
|
+
return __awaiter(this, void 0, void 0, function* () {
|
130438
|
+
const response = yield this._request(CreateDiaryEntryDocument, {
|
130439
|
+
input,
|
130440
|
+
});
|
130441
|
+
const data = response.diaryEntryCreate;
|
130442
|
+
return new DiaryEntryPayload(this._request, data);
|
130443
|
+
});
|
130444
|
+
}
|
130445
|
+
}
|
130446
|
+
/**
|
130447
|
+
* A fetchable DeleteDiaryEntry Mutation
|
130448
|
+
*
|
130449
|
+
* @param request - function to call the graphql client
|
130450
|
+
*/
|
130451
|
+
class DeleteDiaryEntryMutation extends Request {
|
130452
|
+
constructor(request) {
|
130453
|
+
super(request);
|
130454
|
+
}
|
130455
|
+
/**
|
130456
|
+
* Call the DeleteDiaryEntry mutation and return a DeletePayload
|
130457
|
+
*
|
130458
|
+
* @param id - required id to pass to deleteDiaryEntry
|
130459
|
+
* @returns parsed response from DeleteDiaryEntryMutation
|
130460
|
+
*/
|
130461
|
+
fetch(id) {
|
130462
|
+
return __awaiter(this, void 0, void 0, function* () {
|
130463
|
+
const response = yield this._request(DeleteDiaryEntryDocument, {
|
130464
|
+
id,
|
130465
|
+
});
|
130466
|
+
const data = response.diaryEntryDelete;
|
130467
|
+
return new DeletePayload(this._request, data);
|
130468
|
+
});
|
130469
|
+
}
|
130470
|
+
}
|
130471
|
+
/**
|
130472
|
+
* A fetchable UpdateDiaryEntry Mutation
|
130473
|
+
*
|
130474
|
+
* @param request - function to call the graphql client
|
130475
|
+
*/
|
130476
|
+
class UpdateDiaryEntryMutation extends Request {
|
130477
|
+
constructor(request) {
|
130478
|
+
super(request);
|
130479
|
+
}
|
130480
|
+
/**
|
130481
|
+
* Call the UpdateDiaryEntry mutation and return a DiaryEntryPayload
|
130482
|
+
*
|
130483
|
+
* @param id - required id to pass to updateDiaryEntry
|
130484
|
+
* @param input - required input to pass to updateDiaryEntry
|
130485
|
+
* @returns parsed response from UpdateDiaryEntryMutation
|
130486
|
+
*/
|
130487
|
+
fetch(id, input) {
|
130488
|
+
return __awaiter(this, void 0, void 0, function* () {
|
130489
|
+
const response = yield this._request(UpdateDiaryEntryDocument, {
|
130490
|
+
id,
|
130491
|
+
input,
|
130492
|
+
});
|
130493
|
+
const data = response.diaryEntryUpdate;
|
130494
|
+
return new DiaryEntryPayload(this._request, data);
|
130495
|
+
});
|
130496
|
+
}
|
130497
|
+
}
|
129108
130498
|
/**
|
129109
130499
|
* A fetchable CreateDocument Mutation
|
129110
130500
|
*
|
@@ -129155,6 +130545,33 @@ class DeleteDocumentMutation extends Request {
|
|
129155
130545
|
});
|
129156
130546
|
}
|
129157
130547
|
}
|
130548
|
+
/**
|
130549
|
+
* A fetchable DocumentReminder Mutation
|
130550
|
+
*
|
130551
|
+
* @param request - function to call the graphql client
|
130552
|
+
*/
|
130553
|
+
class DocumentReminderMutation extends Request {
|
130554
|
+
constructor(request) {
|
130555
|
+
super(request);
|
130556
|
+
}
|
130557
|
+
/**
|
130558
|
+
* Call the DocumentReminder mutation and return a DocumentPayload
|
130559
|
+
*
|
130560
|
+
* @param id - required id to pass to documentReminder
|
130561
|
+
* @param reminderAt - required reminderAt to pass to documentReminder
|
130562
|
+
* @returns parsed response from DocumentReminderMutation
|
130563
|
+
*/
|
130564
|
+
fetch(id, reminderAt) {
|
130565
|
+
return __awaiter(this, void 0, void 0, function* () {
|
130566
|
+
const response = yield this._request(DocumentReminderDocument, {
|
130567
|
+
id,
|
130568
|
+
reminderAt,
|
130569
|
+
});
|
130570
|
+
const data = response.documentReminder;
|
130571
|
+
return new DocumentPayload(this._request, data);
|
130572
|
+
});
|
130573
|
+
}
|
130574
|
+
}
|
129158
130575
|
/**
|
129159
130576
|
* A fetchable UpdateDocument Mutation
|
129160
130577
|
*
|
@@ -133011,6 +134428,212 @@ class UpdateTemplateMutation extends Request {
|
|
133011
134428
|
});
|
133012
134429
|
}
|
133013
134430
|
}
|
134431
|
+
/**
|
134432
|
+
* A fetchable CreateTimeSchedule Mutation
|
134433
|
+
*
|
134434
|
+
* @param request - function to call the graphql client
|
134435
|
+
*/
|
134436
|
+
class CreateTimeScheduleMutation extends Request {
|
134437
|
+
constructor(request) {
|
134438
|
+
super(request);
|
134439
|
+
}
|
134440
|
+
/**
|
134441
|
+
* Call the CreateTimeSchedule mutation and return a TimeSchedulePayload
|
134442
|
+
*
|
134443
|
+
* @param input - required input to pass to createTimeSchedule
|
134444
|
+
* @returns parsed response from CreateTimeScheduleMutation
|
134445
|
+
*/
|
134446
|
+
fetch(input) {
|
134447
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134448
|
+
const response = yield this._request(CreateTimeScheduleDocument, {
|
134449
|
+
input,
|
134450
|
+
});
|
134451
|
+
const data = response.timeScheduleCreate;
|
134452
|
+
return new TimeSchedulePayload(this._request, data);
|
134453
|
+
});
|
134454
|
+
}
|
134455
|
+
}
|
134456
|
+
/**
|
134457
|
+
* A fetchable DeleteTimeSchedule Mutation
|
134458
|
+
*
|
134459
|
+
* @param request - function to call the graphql client
|
134460
|
+
*/
|
134461
|
+
class DeleteTimeScheduleMutation extends Request {
|
134462
|
+
constructor(request) {
|
134463
|
+
super(request);
|
134464
|
+
}
|
134465
|
+
/**
|
134466
|
+
* Call the DeleteTimeSchedule mutation and return a DeletePayload
|
134467
|
+
*
|
134468
|
+
* @param id - required id to pass to deleteTimeSchedule
|
134469
|
+
* @returns parsed response from DeleteTimeScheduleMutation
|
134470
|
+
*/
|
134471
|
+
fetch(id) {
|
134472
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134473
|
+
const response = yield this._request(DeleteTimeScheduleDocument, {
|
134474
|
+
id,
|
134475
|
+
});
|
134476
|
+
const data = response.timeScheduleDelete;
|
134477
|
+
return new DeletePayload(this._request, data);
|
134478
|
+
});
|
134479
|
+
}
|
134480
|
+
}
|
134481
|
+
/**
|
134482
|
+
* A fetchable TimeScheduleRefreshIntegrationSchedule Mutation
|
134483
|
+
*
|
134484
|
+
* @param request - function to call the graphql client
|
134485
|
+
*/
|
134486
|
+
class TimeScheduleRefreshIntegrationScheduleMutation extends Request {
|
134487
|
+
constructor(request) {
|
134488
|
+
super(request);
|
134489
|
+
}
|
134490
|
+
/**
|
134491
|
+
* Call the TimeScheduleRefreshIntegrationSchedule mutation and return a TimeSchedulePayload
|
134492
|
+
*
|
134493
|
+
* @param id - required id to pass to timeScheduleRefreshIntegrationSchedule
|
134494
|
+
* @returns parsed response from TimeScheduleRefreshIntegrationScheduleMutation
|
134495
|
+
*/
|
134496
|
+
fetch(id) {
|
134497
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134498
|
+
const response = yield this._request(TimeScheduleRefreshIntegrationScheduleDocument, {
|
134499
|
+
id,
|
134500
|
+
});
|
134501
|
+
const data = response.timeScheduleRefreshIntegrationSchedule;
|
134502
|
+
return new TimeSchedulePayload(this._request, data);
|
134503
|
+
});
|
134504
|
+
}
|
134505
|
+
}
|
134506
|
+
/**
|
134507
|
+
* A fetchable UpdateTimeSchedule Mutation
|
134508
|
+
*
|
134509
|
+
* @param request - function to call the graphql client
|
134510
|
+
*/
|
134511
|
+
class UpdateTimeScheduleMutation extends Request {
|
134512
|
+
constructor(request) {
|
134513
|
+
super(request);
|
134514
|
+
}
|
134515
|
+
/**
|
134516
|
+
* Call the UpdateTimeSchedule mutation and return a TimeSchedulePayload
|
134517
|
+
*
|
134518
|
+
* @param id - required id to pass to updateTimeSchedule
|
134519
|
+
* @param input - required input to pass to updateTimeSchedule
|
134520
|
+
* @returns parsed response from UpdateTimeScheduleMutation
|
134521
|
+
*/
|
134522
|
+
fetch(id, input) {
|
134523
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134524
|
+
const response = yield this._request(UpdateTimeScheduleDocument, {
|
134525
|
+
id,
|
134526
|
+
input,
|
134527
|
+
});
|
134528
|
+
const data = response.timeScheduleUpdate;
|
134529
|
+
return new TimeSchedulePayload(this._request, data);
|
134530
|
+
});
|
134531
|
+
}
|
134532
|
+
}
|
134533
|
+
/**
|
134534
|
+
* A fetchable TimeScheduleUpsertExternal Mutation
|
134535
|
+
*
|
134536
|
+
* @param request - function to call the graphql client
|
134537
|
+
*/
|
134538
|
+
class TimeScheduleUpsertExternalMutation extends Request {
|
134539
|
+
constructor(request) {
|
134540
|
+
super(request);
|
134541
|
+
}
|
134542
|
+
/**
|
134543
|
+
* Call the TimeScheduleUpsertExternal mutation and return a TimeSchedulePayload
|
134544
|
+
*
|
134545
|
+
* @param externalId - required externalId to pass to timeScheduleUpsertExternal
|
134546
|
+
* @param input - required input to pass to timeScheduleUpsertExternal
|
134547
|
+
* @returns parsed response from TimeScheduleUpsertExternalMutation
|
134548
|
+
*/
|
134549
|
+
fetch(externalId, input) {
|
134550
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134551
|
+
const response = yield this._request(TimeScheduleUpsertExternalDocument, {
|
134552
|
+
externalId,
|
134553
|
+
input,
|
134554
|
+
});
|
134555
|
+
const data = response.timeScheduleUpsertExternal;
|
134556
|
+
return new TimeSchedulePayload(this._request, data);
|
134557
|
+
});
|
134558
|
+
}
|
134559
|
+
}
|
134560
|
+
/**
|
134561
|
+
* A fetchable CreateTriageResponsibility Mutation
|
134562
|
+
*
|
134563
|
+
* @param request - function to call the graphql client
|
134564
|
+
*/
|
134565
|
+
class CreateTriageResponsibilityMutation extends Request {
|
134566
|
+
constructor(request) {
|
134567
|
+
super(request);
|
134568
|
+
}
|
134569
|
+
/**
|
134570
|
+
* Call the CreateTriageResponsibility mutation and return a TriageResponsibilityPayload
|
134571
|
+
*
|
134572
|
+
* @param input - required input to pass to createTriageResponsibility
|
134573
|
+
* @returns parsed response from CreateTriageResponsibilityMutation
|
134574
|
+
*/
|
134575
|
+
fetch(input) {
|
134576
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134577
|
+
const response = yield this._request(CreateTriageResponsibilityDocument, {
|
134578
|
+
input,
|
134579
|
+
});
|
134580
|
+
const data = response.triageResponsibilityCreate;
|
134581
|
+
return new TriageResponsibilityPayload(this._request, data);
|
134582
|
+
});
|
134583
|
+
}
|
134584
|
+
}
|
134585
|
+
/**
|
134586
|
+
* A fetchable DeleteTriageResponsibility Mutation
|
134587
|
+
*
|
134588
|
+
* @param request - function to call the graphql client
|
134589
|
+
*/
|
134590
|
+
class DeleteTriageResponsibilityMutation extends Request {
|
134591
|
+
constructor(request) {
|
134592
|
+
super(request);
|
134593
|
+
}
|
134594
|
+
/**
|
134595
|
+
* Call the DeleteTriageResponsibility mutation and return a DeletePayload
|
134596
|
+
*
|
134597
|
+
* @param id - required id to pass to deleteTriageResponsibility
|
134598
|
+
* @returns parsed response from DeleteTriageResponsibilityMutation
|
134599
|
+
*/
|
134600
|
+
fetch(id) {
|
134601
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134602
|
+
const response = yield this._request(DeleteTriageResponsibilityDocument, {
|
134603
|
+
id,
|
134604
|
+
});
|
134605
|
+
const data = response.triageResponsibilityDelete;
|
134606
|
+
return new DeletePayload(this._request, data);
|
134607
|
+
});
|
134608
|
+
}
|
134609
|
+
}
|
134610
|
+
/**
|
134611
|
+
* A fetchable UpdateTriageResponsibility Mutation
|
134612
|
+
*
|
134613
|
+
* @param request - function to call the graphql client
|
134614
|
+
*/
|
134615
|
+
class UpdateTriageResponsibilityMutation extends Request {
|
134616
|
+
constructor(request) {
|
134617
|
+
super(request);
|
134618
|
+
}
|
134619
|
+
/**
|
134620
|
+
* Call the UpdateTriageResponsibility mutation and return a TriageResponsibilityPayload
|
134621
|
+
*
|
134622
|
+
* @param id - required id to pass to updateTriageResponsibility
|
134623
|
+
* @param input - required input to pass to updateTriageResponsibility
|
134624
|
+
* @returns parsed response from UpdateTriageResponsibilityMutation
|
134625
|
+
*/
|
134626
|
+
fetch(id, input) {
|
134627
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134628
|
+
const response = yield this._request(UpdateTriageResponsibilityDocument, {
|
134629
|
+
id,
|
134630
|
+
input,
|
134631
|
+
});
|
134632
|
+
const data = response.triageResponsibilityUpdate;
|
134633
|
+
return new TriageResponsibilityPayload(this._request, data);
|
134634
|
+
});
|
134635
|
+
}
|
134636
|
+
}
|
133014
134637
|
/**
|
133015
134638
|
* A fetchable UserDemoteAdmin Mutation
|
133016
134639
|
*
|
@@ -135511,6 +137134,32 @@ class Team_WebhooksQuery extends Request {
|
|
135511
137134
|
});
|
135512
137135
|
}
|
135513
137136
|
}
|
137137
|
+
/**
|
137138
|
+
* A fetchable TriageResponsibility_ManualSelection Query
|
137139
|
+
*
|
137140
|
+
* @param request - function to call the graphql client
|
137141
|
+
* @param id - required id to pass to triageResponsibility
|
137142
|
+
*/
|
137143
|
+
class TriageResponsibility_ManualSelectionQuery extends Request {
|
137144
|
+
constructor(request, id) {
|
137145
|
+
super(request);
|
137146
|
+
this._id = id;
|
137147
|
+
}
|
137148
|
+
/**
|
137149
|
+
* Call the TriageResponsibility_ManualSelection query and return a TriageResponsibilityManualSelection
|
137150
|
+
*
|
137151
|
+
* @returns parsed response from TriageResponsibility_ManualSelectionQuery
|
137152
|
+
*/
|
137153
|
+
fetch() {
|
137154
|
+
return __awaiter(this, void 0, void 0, function* () {
|
137155
|
+
const response = yield this._request(TriageResponsibility_ManualSelectionDocument, {
|
137156
|
+
id: this._id,
|
137157
|
+
});
|
137158
|
+
const data = response.triageResponsibility.manualSelection;
|
137159
|
+
return data ? new TriageResponsibilityManualSelection(this._request, data) : undefined;
|
137160
|
+
});
|
137161
|
+
}
|
137162
|
+
}
|
135514
137163
|
/**
|
135515
137164
|
* A fetchable User_AssignedIssues Query
|
135516
137165
|
*
|
@@ -135929,6 +137578,15 @@ class LinearSdk extends Request {
|
|
135929
137578
|
cycles(variables) {
|
135930
137579
|
return new CyclesQuery(this._request).fetch(variables);
|
135931
137580
|
}
|
137581
|
+
/**
|
137582
|
+
* One specific diary entry.
|
137583
|
+
*
|
137584
|
+
* @param id - required id to pass to diaryEntry
|
137585
|
+
* @returns DiaryEntry
|
137586
|
+
*/
|
137587
|
+
diaryEntry(id) {
|
137588
|
+
return new DiaryEntryQuery(this._request).fetch(id);
|
137589
|
+
}
|
135932
137590
|
/**
|
135933
137591
|
* One specific document.
|
135934
137592
|
*
|
@@ -136536,6 +138194,42 @@ class LinearSdk extends Request {
|
|
136536
138194
|
templatesForIntegration(integrationType) {
|
136537
138195
|
return new TemplatesForIntegrationQuery(this._request).fetch(integrationType);
|
136538
138196
|
}
|
138197
|
+
/**
|
138198
|
+
* A specific time schedule.
|
138199
|
+
*
|
138200
|
+
* @param id - required id to pass to timeSchedule
|
138201
|
+
* @returns TimeSchedule
|
138202
|
+
*/
|
138203
|
+
timeSchedule(id) {
|
138204
|
+
return new TimeScheduleQuery(this._request).fetch(id);
|
138205
|
+
}
|
138206
|
+
/**
|
138207
|
+
* All time schedules.
|
138208
|
+
*
|
138209
|
+
* @param variables - variables to pass into the TimeSchedulesQuery
|
138210
|
+
* @returns TimeScheduleConnection
|
138211
|
+
*/
|
138212
|
+
timeSchedules(variables) {
|
138213
|
+
return new TimeSchedulesQuery(this._request).fetch(variables);
|
138214
|
+
}
|
138215
|
+
/**
|
138216
|
+
* All triage responsibilities.
|
138217
|
+
*
|
138218
|
+
* @param variables - variables to pass into the TriageResponsibilitiesQuery
|
138219
|
+
* @returns TriageResponsibilityConnection
|
138220
|
+
*/
|
138221
|
+
triageResponsibilities(variables) {
|
138222
|
+
return new TriageResponsibilitiesQuery(this._request).fetch(variables);
|
138223
|
+
}
|
138224
|
+
/**
|
138225
|
+
* A specific triage responsibility.
|
138226
|
+
*
|
138227
|
+
* @param id - required id to pass to triageResponsibility
|
138228
|
+
* @returns TriageResponsibility
|
138229
|
+
*/
|
138230
|
+
triageResponsibility(id) {
|
138231
|
+
return new TriageResponsibilityQuery(this._request).fetch(id);
|
138232
|
+
}
|
136539
138233
|
/**
|
136540
138234
|
* One specific user.
|
136541
138235
|
*
|
@@ -136933,6 +138627,34 @@ class LinearSdk extends Request {
|
|
136933
138627
|
updateCycle(id, input) {
|
136934
138628
|
return new UpdateCycleMutation(this._request).fetch(id, input);
|
136935
138629
|
}
|
138630
|
+
/**
|
138631
|
+
* Creates a new diary entry.
|
138632
|
+
*
|
138633
|
+
* @param input - required input to pass to createDiaryEntry
|
138634
|
+
* @returns DiaryEntryPayload
|
138635
|
+
*/
|
138636
|
+
createDiaryEntry(input) {
|
138637
|
+
return new CreateDiaryEntryMutation(this._request).fetch(input);
|
138638
|
+
}
|
138639
|
+
/**
|
138640
|
+
* Deletes a diaryEntry.
|
138641
|
+
*
|
138642
|
+
* @param id - required id to pass to deleteDiaryEntry
|
138643
|
+
* @returns DeletePayload
|
138644
|
+
*/
|
138645
|
+
deleteDiaryEntry(id) {
|
138646
|
+
return new DeleteDiaryEntryMutation(this._request).fetch(id);
|
138647
|
+
}
|
138648
|
+
/**
|
138649
|
+
* Updates a diaryEntry.
|
138650
|
+
*
|
138651
|
+
* @param id - required id to pass to updateDiaryEntry
|
138652
|
+
* @param input - required input to pass to updateDiaryEntry
|
138653
|
+
* @returns DiaryEntryPayload
|
138654
|
+
*/
|
138655
|
+
updateDiaryEntry(id, input) {
|
138656
|
+
return new UpdateDiaryEntryMutation(this._request).fetch(id, input);
|
138657
|
+
}
|
136936
138658
|
/**
|
136937
138659
|
* Creates a new document.
|
136938
138660
|
*
|
@@ -136951,6 +138673,16 @@ class LinearSdk extends Request {
|
|
136951
138673
|
deleteDocument(id) {
|
136952
138674
|
return new DeleteDocumentMutation(this._request).fetch(id);
|
136953
138675
|
}
|
138676
|
+
/**
|
138677
|
+
* Adds a document reminder. Will cause a notification to be sent when the issue reminder time is reached.
|
138678
|
+
*
|
138679
|
+
* @param id - required id to pass to documentReminder
|
138680
|
+
* @param reminderAt - required reminderAt to pass to documentReminder
|
138681
|
+
* @returns DocumentPayload
|
138682
|
+
*/
|
138683
|
+
documentReminder(id, reminderAt) {
|
138684
|
+
return new DocumentReminderMutation(this._request).fetch(id, reminderAt);
|
138685
|
+
}
|
136954
138686
|
/**
|
136955
138687
|
* Updates a document.
|
136956
138688
|
*
|
@@ -138383,6 +140115,81 @@ class LinearSdk extends Request {
|
|
138383
140115
|
updateTemplate(id, input) {
|
138384
140116
|
return new UpdateTemplateMutation(this._request).fetch(id, input);
|
138385
140117
|
}
|
140118
|
+
/**
|
140119
|
+
* Creates a new time schedule.
|
140120
|
+
*
|
140121
|
+
* @param input - required input to pass to createTimeSchedule
|
140122
|
+
* @returns TimeSchedulePayload
|
140123
|
+
*/
|
140124
|
+
createTimeSchedule(input) {
|
140125
|
+
return new CreateTimeScheduleMutation(this._request).fetch(input);
|
140126
|
+
}
|
140127
|
+
/**
|
140128
|
+
* Deletes a time schedule.
|
140129
|
+
*
|
140130
|
+
* @param id - required id to pass to deleteTimeSchedule
|
140131
|
+
* @returns DeletePayload
|
140132
|
+
*/
|
140133
|
+
deleteTimeSchedule(id) {
|
140134
|
+
return new DeleteTimeScheduleMutation(this._request).fetch(id);
|
140135
|
+
}
|
140136
|
+
/**
|
140137
|
+
* Refresh the integration schedule information.
|
140138
|
+
*
|
140139
|
+
* @param id - required id to pass to timeScheduleRefreshIntegrationSchedule
|
140140
|
+
* @returns TimeSchedulePayload
|
140141
|
+
*/
|
140142
|
+
timeScheduleRefreshIntegrationSchedule(id) {
|
140143
|
+
return new TimeScheduleRefreshIntegrationScheduleMutation(this._request).fetch(id);
|
140144
|
+
}
|
140145
|
+
/**
|
140146
|
+
* Updates a time schedule.
|
140147
|
+
*
|
140148
|
+
* @param id - required id to pass to updateTimeSchedule
|
140149
|
+
* @param input - required input to pass to updateTimeSchedule
|
140150
|
+
* @returns TimeSchedulePayload
|
140151
|
+
*/
|
140152
|
+
updateTimeSchedule(id, input) {
|
140153
|
+
return new UpdateTimeScheduleMutation(this._request).fetch(id, input);
|
140154
|
+
}
|
140155
|
+
/**
|
140156
|
+
* Upsert an external time schedule.
|
140157
|
+
*
|
140158
|
+
* @param externalId - required externalId to pass to timeScheduleUpsertExternal
|
140159
|
+
* @param input - required input to pass to timeScheduleUpsertExternal
|
140160
|
+
* @returns TimeSchedulePayload
|
140161
|
+
*/
|
140162
|
+
timeScheduleUpsertExternal(externalId, input) {
|
140163
|
+
return new TimeScheduleUpsertExternalMutation(this._request).fetch(externalId, input);
|
140164
|
+
}
|
140165
|
+
/**
|
140166
|
+
* Creates a new triage responsibility.
|
140167
|
+
*
|
140168
|
+
* @param input - required input to pass to createTriageResponsibility
|
140169
|
+
* @returns TriageResponsibilityPayload
|
140170
|
+
*/
|
140171
|
+
createTriageResponsibility(input) {
|
140172
|
+
return new CreateTriageResponsibilityMutation(this._request).fetch(input);
|
140173
|
+
}
|
140174
|
+
/**
|
140175
|
+
* Deletes a triage responsibility.
|
140176
|
+
*
|
140177
|
+
* @param id - required id to pass to deleteTriageResponsibility
|
140178
|
+
* @returns DeletePayload
|
140179
|
+
*/
|
140180
|
+
deleteTriageResponsibility(id) {
|
140181
|
+
return new DeleteTriageResponsibilityMutation(this._request).fetch(id);
|
140182
|
+
}
|
140183
|
+
/**
|
140184
|
+
* Updates an existing triage responsibility.
|
140185
|
+
*
|
140186
|
+
* @param id - required id to pass to updateTriageResponsibility
|
140187
|
+
* @param input - required input to pass to updateTriageResponsibility
|
140188
|
+
* @returns TriageResponsibilityPayload
|
140189
|
+
*/
|
140190
|
+
updateTriageResponsibility(id, input) {
|
140191
|
+
return new UpdateTriageResponsibilityMutation(this._request).fetch(id, input);
|
140192
|
+
}
|
138386
140193
|
/**
|
138387
140194
|
* Makes user a regular user. Can only be called by an admin.
|
138388
140195
|
*
|
@@ -138770,6 +140577,7 @@ exports.CreateCsvExportReportMutation = CreateCsvExportReportMutation;
|
|
138770
140577
|
exports.CreateCsvExportReportPayload = CreateCsvExportReportPayload;
|
138771
140578
|
exports.CreateCustomViewMutation = CreateCustomViewMutation;
|
138772
140579
|
exports.CreateCycleMutation = CreateCycleMutation;
|
140580
|
+
exports.CreateDiaryEntryMutation = CreateDiaryEntryMutation;
|
138773
140581
|
exports.CreateDocumentMutation = CreateDocumentMutation;
|
138774
140582
|
exports.CreateEmailIntakeAddressMutation = CreateEmailIntakeAddressMutation;
|
138775
140583
|
exports.CreateEmojiMutation = CreateEmojiMutation;
|
@@ -138800,6 +140608,8 @@ exports.CreateRoadmapToProjectMutation = CreateRoadmapToProjectMutation;
|
|
138800
140608
|
exports.CreateTeamMembershipMutation = CreateTeamMembershipMutation;
|
138801
140609
|
exports.CreateTeamMutation = CreateTeamMutation;
|
138802
140610
|
exports.CreateTemplateMutation = CreateTemplateMutation;
|
140611
|
+
exports.CreateTimeScheduleMutation = CreateTimeScheduleMutation;
|
140612
|
+
exports.CreateTriageResponsibilityMutation = CreateTriageResponsibilityMutation;
|
138803
140613
|
exports.CreateViewPreferencesMutation = CreateViewPreferencesMutation;
|
138804
140614
|
exports.CreateWebhookMutation = CreateWebhookMutation;
|
138805
140615
|
exports.CreateWorkflowStateMutation = CreateWorkflowStateMutation;
|
@@ -138832,6 +140642,7 @@ exports.DeleteApiKeyMutation = DeleteApiKeyMutation;
|
|
138832
140642
|
exports.DeleteAttachmentMutation = DeleteAttachmentMutation;
|
138833
140643
|
exports.DeleteCommentMutation = DeleteCommentMutation;
|
138834
140644
|
exports.DeleteCustomViewMutation = DeleteCustomViewMutation;
|
140645
|
+
exports.DeleteDiaryEntryMutation = DeleteDiaryEntryMutation;
|
138835
140646
|
exports.DeleteDocumentMutation = DeleteDocumentMutation;
|
138836
140647
|
exports.DeleteEmailIntakeAddressMutation = DeleteEmailIntakeAddressMutation;
|
138837
140648
|
exports.DeleteEmojiMutation = DeleteEmojiMutation;
|
@@ -138865,8 +140676,14 @@ exports.DeleteTeamKeyMutation = DeleteTeamKeyMutation;
|
|
138865
140676
|
exports.DeleteTeamMembershipMutation = DeleteTeamMembershipMutation;
|
138866
140677
|
exports.DeleteTeamMutation = DeleteTeamMutation;
|
138867
140678
|
exports.DeleteTemplateMutation = DeleteTemplateMutation;
|
140679
|
+
exports.DeleteTimeScheduleMutation = DeleteTimeScheduleMutation;
|
140680
|
+
exports.DeleteTriageResponsibilityMutation = DeleteTriageResponsibilityMutation;
|
138868
140681
|
exports.DeleteViewPreferencesMutation = DeleteViewPreferencesMutation;
|
138869
140682
|
exports.DeleteWebhookMutation = DeleteWebhookMutation;
|
140683
|
+
exports.DiaryEntry = DiaryEntry;
|
140684
|
+
exports.DiaryEntryConnection = DiaryEntryConnection;
|
140685
|
+
exports.DiaryEntryPayload = DiaryEntryPayload;
|
140686
|
+
exports.DiaryEntryQuery = DiaryEntryQuery;
|
138870
140687
|
exports.Document = Document;
|
138871
140688
|
exports.DocumentConnection = DocumentConnection;
|
138872
140689
|
exports.DocumentContent = DocumentContent;
|
@@ -138877,6 +140694,7 @@ exports.DocumentContentHistoryType = DocumentContentHistoryType;
|
|
138877
140694
|
exports.DocumentNotification = DocumentNotification;
|
138878
140695
|
exports.DocumentPayload = DocumentPayload;
|
138879
140696
|
exports.DocumentQuery = DocumentQuery;
|
140697
|
+
exports.DocumentReminderMutation = DocumentReminderMutation;
|
138880
140698
|
exports.DocumentSearchPayload = DocumentSearchPayload;
|
138881
140699
|
exports.DocumentSearchResult = DocumentSearchResult;
|
138882
140700
|
exports.DocumentSearchResultConnection = DocumentSearchResultConnection;
|
@@ -139191,6 +141009,7 @@ exports.Reaction = Reaction;
|
|
139191
141009
|
exports.ReactionConnection = ReactionConnection;
|
139192
141010
|
exports.ReactionPayload = ReactionPayload;
|
139193
141011
|
exports.RefreshGoogleSheetsDataMutation = RefreshGoogleSheetsDataMutation;
|
141012
|
+
exports.Reminder = Reminder;
|
139194
141013
|
exports.Request = Request;
|
139195
141014
|
exports.ResendOrganizationInviteMutation = ResendOrganizationInviteMutation;
|
139196
141015
|
exports.Roadmap = Roadmap;
|
@@ -139258,10 +141077,17 @@ exports.TimeSchedule = TimeSchedule;
|
|
139258
141077
|
exports.TimeScheduleConnection = TimeScheduleConnection;
|
139259
141078
|
exports.TimeScheduleEntry = TimeScheduleEntry;
|
139260
141079
|
exports.TimeSchedulePayload = TimeSchedulePayload;
|
141080
|
+
exports.TimeScheduleQuery = TimeScheduleQuery;
|
141081
|
+
exports.TimeScheduleRefreshIntegrationScheduleMutation = TimeScheduleRefreshIntegrationScheduleMutation;
|
141082
|
+
exports.TimeScheduleUpsertExternalMutation = TimeScheduleUpsertExternalMutation;
|
141083
|
+
exports.TimeSchedulesQuery = TimeSchedulesQuery;
|
141084
|
+
exports.TriageResponsibilitiesQuery = TriageResponsibilitiesQuery;
|
139261
141085
|
exports.TriageResponsibility = TriageResponsibility;
|
139262
141086
|
exports.TriageResponsibilityConnection = TriageResponsibilityConnection;
|
139263
141087
|
exports.TriageResponsibilityManualSelection = TriageResponsibilityManualSelection;
|
139264
141088
|
exports.TriageResponsibilityPayload = TriageResponsibilityPayload;
|
141089
|
+
exports.TriageResponsibilityQuery = TriageResponsibilityQuery;
|
141090
|
+
exports.TriageResponsibility_ManualSelectionQuery = TriageResponsibility_ManualSelectionQuery;
|
139265
141091
|
exports.UnarchiveIssueMutation = UnarchiveIssueMutation;
|
139266
141092
|
exports.UnarchiveNotificationMutation = UnarchiveNotificationMutation;
|
139267
141093
|
exports.UnarchiveProjectMutation = UnarchiveProjectMutation;
|
@@ -139273,6 +141099,7 @@ exports.UpdateAttachmentMutation = UpdateAttachmentMutation;
|
|
139273
141099
|
exports.UpdateCommentMutation = UpdateCommentMutation;
|
139274
141100
|
exports.UpdateCustomViewMutation = UpdateCustomViewMutation;
|
139275
141101
|
exports.UpdateCycleMutation = UpdateCycleMutation;
|
141102
|
+
exports.UpdateDiaryEntryMutation = UpdateDiaryEntryMutation;
|
139276
141103
|
exports.UpdateDocumentMutation = UpdateDocumentMutation;
|
139277
141104
|
exports.UpdateEmailIntakeAddressMutation = UpdateEmailIntakeAddressMutation;
|
139278
141105
|
exports.UpdateEntityExternalLinkMutation = UpdateEntityExternalLinkMutation;
|
@@ -139299,6 +141126,8 @@ exports.UpdateRoadmapToProjectMutation = UpdateRoadmapToProjectMutation;
|
|
139299
141126
|
exports.UpdateTeamMembershipMutation = UpdateTeamMembershipMutation;
|
139300
141127
|
exports.UpdateTeamMutation = UpdateTeamMutation;
|
139301
141128
|
exports.UpdateTemplateMutation = UpdateTemplateMutation;
|
141129
|
+
exports.UpdateTimeScheduleMutation = UpdateTimeScheduleMutation;
|
141130
|
+
exports.UpdateTriageResponsibilityMutation = UpdateTriageResponsibilityMutation;
|
139302
141131
|
exports.UpdateUserFlagMutation = UpdateUserFlagMutation;
|
139303
141132
|
exports.UpdateUserMutation = UpdateUserMutation;
|
139304
141133
|
exports.UpdateUserSettingsMutation = UpdateUserSettingsMutation;
|