@next-bricks/ai-portal 0.58.0 → 0.58.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +26 -26
- package/dist/chunks/{1488.89557180.js → 1488.46c471c4.js} +2 -2
- package/dist/chunks/{1488.89557180.js.map → 1488.46c471c4.js.map} +1 -1
- package/dist/chunks/2232.05ad07e2.js +2 -0
- package/dist/chunks/2232.05ad07e2.js.map +1 -0
- package/dist/chunks/{7041.d7408449.js → 7041.ff8d9ead.js} +2 -2
- package/dist/chunks/{7041.d7408449.js.map → 7041.ff8d9ead.js.map} +1 -1
- package/dist/chunks/{main.703a0465.js → main.2d14a300.js} +2 -2
- package/dist/chunks/{main.703a0465.js.map → main.2d14a300.js.map} +1 -1
- package/dist/examples.json +19 -19
- package/dist/{index.7d751c21.js → index.11c928b3.js} +2 -2
- package/dist/{index.7d751c21.js.map → index.11c928b3.js.map} +1 -1
- package/dist/manifest.json +229 -229
- package/dist/types.json +1268 -1268
- package/package.json +2 -2
- package/dist/chunks/2232.75f1ab0f.js +0 -2
- package/dist/chunks/2232.75f1ab0f.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -12,110 +12,6 @@
|
|
|
12
12
|
"events": [],
|
|
13
13
|
"methods": []
|
|
14
14
|
},
|
|
15
|
-
"ai-portal.stat-with-mini-chart": {
|
|
16
|
-
"properties": [
|
|
17
|
-
{
|
|
18
|
-
"name": "label",
|
|
19
|
-
"annotation": {
|
|
20
|
-
"type": "keyword",
|
|
21
|
-
"value": "string"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "value",
|
|
26
|
-
"annotation": {
|
|
27
|
-
"type": "keyword",
|
|
28
|
-
"value": "string"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "size",
|
|
33
|
-
"annotation": {
|
|
34
|
-
"type": "union",
|
|
35
|
-
"types": [
|
|
36
|
-
{
|
|
37
|
-
"type": "jsLiteral",
|
|
38
|
-
"value": "medium"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"type": "jsLiteral",
|
|
42
|
-
"value": "small"
|
|
43
|
-
}
|
|
44
|
-
]
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "lineColor",
|
|
49
|
-
"annotation": {
|
|
50
|
-
"type": "keyword",
|
|
51
|
-
"value": "string"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "showArea",
|
|
56
|
-
"annotation": {
|
|
57
|
-
"type": "keyword",
|
|
58
|
-
"value": "boolean"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"name": "min",
|
|
63
|
-
"annotation": {
|
|
64
|
-
"type": "keyword",
|
|
65
|
-
"value": "number"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "max",
|
|
70
|
-
"annotation": {
|
|
71
|
-
"type": "keyword",
|
|
72
|
-
"value": "number"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"name": "xField",
|
|
77
|
-
"annotation": {
|
|
78
|
-
"type": "keyword",
|
|
79
|
-
"value": "string"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "yField",
|
|
84
|
-
"annotation": {
|
|
85
|
-
"type": "keyword",
|
|
86
|
-
"value": "string"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"name": "data",
|
|
91
|
-
"annotation": {
|
|
92
|
-
"type": "array",
|
|
93
|
-
"elementType": {
|
|
94
|
-
"type": "reference",
|
|
95
|
-
"typeName": {
|
|
96
|
-
"type": "identifier",
|
|
97
|
-
"name": "Record"
|
|
98
|
-
},
|
|
99
|
-
"typeParameters": {
|
|
100
|
-
"type": "typeParameterInstantiation",
|
|
101
|
-
"params": [
|
|
102
|
-
{
|
|
103
|
-
"type": "keyword",
|
|
104
|
-
"value": "string"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"type": "keyword",
|
|
108
|
-
"value": "number"
|
|
109
|
-
}
|
|
110
|
-
]
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
],
|
|
116
|
-
"events": [],
|
|
117
|
-
"methods": []
|
|
118
|
-
},
|
|
119
15
|
"ai-portal.icon-button": {
|
|
120
16
|
"properties": [
|
|
121
17
|
{
|
|
@@ -194,6 +90,62 @@
|
|
|
194
90
|
}
|
|
195
91
|
]
|
|
196
92
|
},
|
|
93
|
+
"ai-portal.call-tool": {
|
|
94
|
+
"type": "provider",
|
|
95
|
+
"params": [
|
|
96
|
+
{
|
|
97
|
+
"name": "tool",
|
|
98
|
+
"annotation": {
|
|
99
|
+
"type": "reference",
|
|
100
|
+
"typeName": {
|
|
101
|
+
"type": "identifier",
|
|
102
|
+
"name": "ToolInfo"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "params",
|
|
108
|
+
"annotation": {
|
|
109
|
+
"type": "reference",
|
|
110
|
+
"typeName": {
|
|
111
|
+
"type": "identifier",
|
|
112
|
+
"name": "Record"
|
|
113
|
+
},
|
|
114
|
+
"typeParameters": {
|
|
115
|
+
"type": "typeParameterInstantiation",
|
|
116
|
+
"params": [
|
|
117
|
+
{
|
|
118
|
+
"type": "keyword",
|
|
119
|
+
"value": "string"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"type": "keyword",
|
|
123
|
+
"value": "unknown"
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"returns": {
|
|
131
|
+
"annotation": {
|
|
132
|
+
"type": "reference",
|
|
133
|
+
"typeName": {
|
|
134
|
+
"type": "identifier",
|
|
135
|
+
"name": "Promise"
|
|
136
|
+
},
|
|
137
|
+
"typeParameters": {
|
|
138
|
+
"type": "typeParameterInstantiation",
|
|
139
|
+
"params": [
|
|
140
|
+
{
|
|
141
|
+
"type": "keyword",
|
|
142
|
+
"value": "unknown"
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
197
149
|
"ai-portal.save-request-store": {
|
|
198
150
|
"type": "provider",
|
|
199
151
|
"params": [
|
|
@@ -695,62 +647,6 @@
|
|
|
695
647
|
}
|
|
696
648
|
}
|
|
697
649
|
},
|
|
698
|
-
"ai-portal.call-tool": {
|
|
699
|
-
"type": "provider",
|
|
700
|
-
"params": [
|
|
701
|
-
{
|
|
702
|
-
"name": "tool",
|
|
703
|
-
"annotation": {
|
|
704
|
-
"type": "reference",
|
|
705
|
-
"typeName": {
|
|
706
|
-
"type": "identifier",
|
|
707
|
-
"name": "ToolInfo"
|
|
708
|
-
}
|
|
709
|
-
}
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"name": "params",
|
|
713
|
-
"annotation": {
|
|
714
|
-
"type": "reference",
|
|
715
|
-
"typeName": {
|
|
716
|
-
"type": "identifier",
|
|
717
|
-
"name": "Record"
|
|
718
|
-
},
|
|
719
|
-
"typeParameters": {
|
|
720
|
-
"type": "typeParameterInstantiation",
|
|
721
|
-
"params": [
|
|
722
|
-
{
|
|
723
|
-
"type": "keyword",
|
|
724
|
-
"value": "string"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"type": "keyword",
|
|
728
|
-
"value": "unknown"
|
|
729
|
-
}
|
|
730
|
-
]
|
|
731
|
-
}
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
],
|
|
735
|
-
"returns": {
|
|
736
|
-
"annotation": {
|
|
737
|
-
"type": "reference",
|
|
738
|
-
"typeName": {
|
|
739
|
-
"type": "identifier",
|
|
740
|
-
"name": "Promise"
|
|
741
|
-
},
|
|
742
|
-
"typeParameters": {
|
|
743
|
-
"type": "typeParameterInstantiation",
|
|
744
|
-
"params": [
|
|
745
|
-
{
|
|
746
|
-
"type": "keyword",
|
|
747
|
-
"value": "unknown"
|
|
748
|
-
}
|
|
749
|
-
]
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
},
|
|
754
650
|
"ai-portal.set-chat-command": {
|
|
755
651
|
"type": "provider",
|
|
756
652
|
"params": [
|
|
@@ -816,54 +712,91 @@
|
|
|
816
712
|
}
|
|
817
713
|
]
|
|
818
714
|
},
|
|
819
|
-
"ai-portal.
|
|
715
|
+
"ai-portal.page-container": {
|
|
820
716
|
"properties": [
|
|
821
717
|
{
|
|
822
|
-
"name": "
|
|
718
|
+
"name": "pageTitle",
|
|
719
|
+
"annotation": {
|
|
720
|
+
"type": "keyword",
|
|
721
|
+
"value": "string"
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "breadcrumbs",
|
|
823
726
|
"annotation": {
|
|
824
727
|
"type": "array",
|
|
825
728
|
"elementType": {
|
|
826
729
|
"type": "reference",
|
|
827
730
|
"typeName": {
|
|
828
731
|
"type": "identifier",
|
|
829
|
-
"name": "
|
|
732
|
+
"name": "Breadcrumb"
|
|
830
733
|
}
|
|
831
734
|
}
|
|
832
735
|
}
|
|
833
736
|
},
|
|
834
737
|
{
|
|
835
|
-
"name": "
|
|
738
|
+
"name": "size",
|
|
836
739
|
"annotation": {
|
|
837
|
-
"type": "
|
|
838
|
-
"
|
|
740
|
+
"type": "union",
|
|
741
|
+
"types": [
|
|
742
|
+
{
|
|
743
|
+
"type": "jsLiteral",
|
|
744
|
+
"value": "medium"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"type": "jsLiteral",
|
|
748
|
+
"value": "small"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"type": "jsLiteral",
|
|
752
|
+
"value": "full"
|
|
753
|
+
}
|
|
754
|
+
]
|
|
839
755
|
}
|
|
840
|
-
}
|
|
841
|
-
],
|
|
842
|
-
"events": [
|
|
756
|
+
},
|
|
843
757
|
{
|
|
844
|
-
"name": "
|
|
845
|
-
"
|
|
846
|
-
"
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
"type": "
|
|
850
|
-
"
|
|
758
|
+
"name": "variant",
|
|
759
|
+
"annotation": {
|
|
760
|
+
"type": "union",
|
|
761
|
+
"types": [
|
|
762
|
+
{
|
|
763
|
+
"type": "jsLiteral",
|
|
764
|
+
"value": "default"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"type": "jsLiteral",
|
|
768
|
+
"value": "form"
|
|
851
769
|
}
|
|
852
|
-
|
|
770
|
+
]
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "sticky",
|
|
775
|
+
"annotation": {
|
|
776
|
+
"type": "keyword",
|
|
777
|
+
"value": "boolean"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "textContent",
|
|
782
|
+
"annotation": {
|
|
783
|
+
"type": "keyword",
|
|
784
|
+
"value": "string"
|
|
853
785
|
}
|
|
854
786
|
}
|
|
855
787
|
],
|
|
788
|
+
"events": [],
|
|
856
789
|
"methods": [],
|
|
857
790
|
"types": [
|
|
858
791
|
{
|
|
859
792
|
"type": "interface",
|
|
860
|
-
"name": "
|
|
793
|
+
"name": "Breadcrumb",
|
|
861
794
|
"body": [
|
|
862
795
|
{
|
|
863
796
|
"type": "propertySignature",
|
|
864
797
|
"key": {
|
|
865
798
|
"type": "identifier",
|
|
866
|
-
"name": "
|
|
799
|
+
"name": "text"
|
|
867
800
|
},
|
|
868
801
|
"annotation": {
|
|
869
802
|
"type": "keyword",
|
|
@@ -875,7 +808,7 @@
|
|
|
875
808
|
"type": "propertySignature",
|
|
876
809
|
"key": {
|
|
877
810
|
"type": "identifier",
|
|
878
|
-
"name": "
|
|
811
|
+
"name": "url"
|
|
879
812
|
},
|
|
880
813
|
"annotation": {
|
|
881
814
|
"type": "keyword",
|
|
@@ -887,91 +820,54 @@
|
|
|
887
820
|
}
|
|
888
821
|
]
|
|
889
822
|
},
|
|
890
|
-
"ai-portal.
|
|
823
|
+
"ai-portal.tab-list": {
|
|
891
824
|
"properties": [
|
|
892
825
|
{
|
|
893
|
-
"name": "
|
|
894
|
-
"annotation": {
|
|
895
|
-
"type": "keyword",
|
|
896
|
-
"value": "string"
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"name": "breadcrumbs",
|
|
826
|
+
"name": "tabs",
|
|
901
827
|
"annotation": {
|
|
902
828
|
"type": "array",
|
|
903
829
|
"elementType": {
|
|
904
830
|
"type": "reference",
|
|
905
831
|
"typeName": {
|
|
906
832
|
"type": "identifier",
|
|
907
|
-
"name": "
|
|
833
|
+
"name": "Tab"
|
|
908
834
|
}
|
|
909
835
|
}
|
|
910
836
|
}
|
|
911
837
|
},
|
|
912
838
|
{
|
|
913
|
-
"name": "
|
|
914
|
-
"annotation": {
|
|
915
|
-
"type": "union",
|
|
916
|
-
"types": [
|
|
917
|
-
{
|
|
918
|
-
"type": "jsLiteral",
|
|
919
|
-
"value": "medium"
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"type": "jsLiteral",
|
|
923
|
-
"value": "small"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"type": "jsLiteral",
|
|
927
|
-
"value": "full"
|
|
928
|
-
}
|
|
929
|
-
]
|
|
930
|
-
}
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"name": "variant",
|
|
934
|
-
"annotation": {
|
|
935
|
-
"type": "union",
|
|
936
|
-
"types": [
|
|
937
|
-
{
|
|
938
|
-
"type": "jsLiteral",
|
|
939
|
-
"value": "default"
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"type": "jsLiteral",
|
|
943
|
-
"value": "form"
|
|
944
|
-
}
|
|
945
|
-
]
|
|
946
|
-
}
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"name": "sticky",
|
|
839
|
+
"name": "activeTab",
|
|
950
840
|
"annotation": {
|
|
951
841
|
"type": "keyword",
|
|
952
|
-
"value": "
|
|
842
|
+
"value": "string"
|
|
953
843
|
}
|
|
954
|
-
}
|
|
844
|
+
}
|
|
845
|
+
],
|
|
846
|
+
"events": [
|
|
955
847
|
{
|
|
956
|
-
"name": "
|
|
957
|
-
"
|
|
958
|
-
"
|
|
959
|
-
|
|
848
|
+
"name": "tab.click",
|
|
849
|
+
"detail": {
|
|
850
|
+
"annotation": {
|
|
851
|
+
"type": "reference",
|
|
852
|
+
"typeName": {
|
|
853
|
+
"type": "identifier",
|
|
854
|
+
"name": "Tab"
|
|
855
|
+
}
|
|
856
|
+
}
|
|
960
857
|
}
|
|
961
858
|
}
|
|
962
859
|
],
|
|
963
|
-
"events": [],
|
|
964
860
|
"methods": [],
|
|
965
861
|
"types": [
|
|
966
862
|
{
|
|
967
863
|
"type": "interface",
|
|
968
|
-
"name": "
|
|
864
|
+
"name": "Tab",
|
|
969
865
|
"body": [
|
|
970
866
|
{
|
|
971
867
|
"type": "propertySignature",
|
|
972
868
|
"key": {
|
|
973
869
|
"type": "identifier",
|
|
974
|
-
"name": "
|
|
870
|
+
"name": "id"
|
|
975
871
|
},
|
|
976
872
|
"annotation": {
|
|
977
873
|
"type": "keyword",
|
|
@@ -983,7 +879,7 @@
|
|
|
983
879
|
"type": "propertySignature",
|
|
984
880
|
"key": {
|
|
985
881
|
"type": "identifier",
|
|
986
|
-
"name": "
|
|
882
|
+
"name": "label"
|
|
987
883
|
},
|
|
988
884
|
"annotation": {
|
|
989
885
|
"type": "keyword",
|
|
@@ -995,47 +891,114 @@
|
|
|
995
891
|
}
|
|
996
892
|
]
|
|
997
893
|
},
|
|
998
|
-
"ai-portal.
|
|
894
|
+
"ai-portal.stat-with-mini-chart": {
|
|
999
895
|
"properties": [
|
|
1000
896
|
{
|
|
1001
|
-
"name": "
|
|
897
|
+
"name": "label",
|
|
1002
898
|
"annotation": {
|
|
1003
|
-
"type": "
|
|
1004
|
-
"
|
|
1005
|
-
"type": "identifier",
|
|
1006
|
-
"name": "StickyContainerVariant"
|
|
1007
|
-
}
|
|
899
|
+
"type": "keyword",
|
|
900
|
+
"value": "string"
|
|
1008
901
|
}
|
|
1009
902
|
},
|
|
1010
903
|
{
|
|
1011
|
-
"name": "
|
|
904
|
+
"name": "value",
|
|
1012
905
|
"annotation": {
|
|
1013
906
|
"type": "keyword",
|
|
1014
907
|
"value": "string"
|
|
1015
908
|
}
|
|
1016
|
-
}
|
|
1017
|
-
],
|
|
1018
|
-
"events": [],
|
|
1019
|
-
"methods": [],
|
|
1020
|
-
"types": [
|
|
909
|
+
},
|
|
1021
910
|
{
|
|
1022
|
-
"
|
|
1023
|
-
"name": "StickyContainerVariant",
|
|
911
|
+
"name": "size",
|
|
1024
912
|
"annotation": {
|
|
1025
913
|
"type": "union",
|
|
1026
914
|
"types": [
|
|
1027
915
|
{
|
|
1028
916
|
"type": "jsLiteral",
|
|
1029
|
-
"value": "
|
|
917
|
+
"value": "medium"
|
|
1030
918
|
},
|
|
1031
919
|
{
|
|
1032
920
|
"type": "jsLiteral",
|
|
1033
|
-
"value": "
|
|
921
|
+
"value": "small"
|
|
1034
922
|
}
|
|
1035
923
|
]
|
|
1036
924
|
}
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "lineColor",
|
|
928
|
+
"annotation": {
|
|
929
|
+
"type": "keyword",
|
|
930
|
+
"value": "string"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"name": "showArea",
|
|
935
|
+
"annotation": {
|
|
936
|
+
"type": "keyword",
|
|
937
|
+
"value": "boolean"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "min",
|
|
942
|
+
"annotation": {
|
|
943
|
+
"type": "keyword",
|
|
944
|
+
"value": "number"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "max",
|
|
949
|
+
"annotation": {
|
|
950
|
+
"type": "keyword",
|
|
951
|
+
"value": "number"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "xField",
|
|
956
|
+
"annotation": {
|
|
957
|
+
"type": "keyword",
|
|
958
|
+
"value": "string"
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "yField",
|
|
963
|
+
"annotation": {
|
|
964
|
+
"type": "keyword",
|
|
965
|
+
"value": "string"
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "data",
|
|
970
|
+
"annotation": {
|
|
971
|
+
"type": "array",
|
|
972
|
+
"elementType": {
|
|
973
|
+
"type": "reference",
|
|
974
|
+
"typeName": {
|
|
975
|
+
"type": "identifier",
|
|
976
|
+
"name": "Record"
|
|
977
|
+
},
|
|
978
|
+
"typeParameters": {
|
|
979
|
+
"type": "typeParameterInstantiation",
|
|
980
|
+
"params": [
|
|
981
|
+
{
|
|
982
|
+
"type": "keyword",
|
|
983
|
+
"value": "string"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"type": "keyword",
|
|
987
|
+
"value": "number"
|
|
988
|
+
}
|
|
989
|
+
]
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
}
|
|
1037
993
|
}
|
|
1038
|
-
]
|
|
994
|
+
],
|
|
995
|
+
"events": [],
|
|
996
|
+
"methods": []
|
|
997
|
+
},
|
|
998
|
+
"ai-portal.elevo-logo": {
|
|
999
|
+
"properties": [],
|
|
1000
|
+
"events": [],
|
|
1001
|
+
"methods": []
|
|
1039
1002
|
},
|
|
1040
1003
|
"ai-portal.blank-state": {
|
|
1041
1004
|
"properties": [
|
|
@@ -1087,45 +1050,87 @@
|
|
|
1087
1050
|
}
|
|
1088
1051
|
]
|
|
1089
1052
|
},
|
|
1090
|
-
"ai-portal.
|
|
1053
|
+
"ai-portal.sticky-container": {
|
|
1091
1054
|
"properties": [
|
|
1092
1055
|
{
|
|
1093
|
-
"name": "
|
|
1094
|
-
"annotation": {
|
|
1095
|
-
"type": "keyword",
|
|
1096
|
-
"value": "string"
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"name": "description",
|
|
1056
|
+
"name": "variant",
|
|
1101
1057
|
"annotation": {
|
|
1102
|
-
"type": "
|
|
1103
|
-
"
|
|
1058
|
+
"type": "reference",
|
|
1059
|
+
"typeName": {
|
|
1060
|
+
"type": "identifier",
|
|
1061
|
+
"name": "StickyContainerVariant"
|
|
1062
|
+
}
|
|
1104
1063
|
}
|
|
1105
1064
|
},
|
|
1106
1065
|
{
|
|
1107
|
-
"name": "
|
|
1066
|
+
"name": "textContent",
|
|
1108
1067
|
"annotation": {
|
|
1109
1068
|
"type": "keyword",
|
|
1110
1069
|
"value": "string"
|
|
1111
1070
|
}
|
|
1112
|
-
}
|
|
1071
|
+
}
|
|
1072
|
+
],
|
|
1073
|
+
"events": [],
|
|
1074
|
+
"methods": [],
|
|
1075
|
+
"types": [
|
|
1113
1076
|
{
|
|
1114
|
-
"
|
|
1077
|
+
"type": "typeAlias",
|
|
1078
|
+
"name": "StickyContainerVariant",
|
|
1115
1079
|
"annotation": {
|
|
1116
1080
|
"type": "union",
|
|
1117
1081
|
"types": [
|
|
1118
1082
|
{
|
|
1119
|
-
"type": "
|
|
1120
|
-
"value": "
|
|
1083
|
+
"type": "jsLiteral",
|
|
1084
|
+
"value": "default"
|
|
1121
1085
|
},
|
|
1122
1086
|
{
|
|
1123
|
-
"type": "
|
|
1124
|
-
"
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1087
|
+
"type": "jsLiteral",
|
|
1088
|
+
"value": "home"
|
|
1089
|
+
}
|
|
1090
|
+
]
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
]
|
|
1094
|
+
},
|
|
1095
|
+
"ai-portal.elevo-card": {
|
|
1096
|
+
"properties": [
|
|
1097
|
+
{
|
|
1098
|
+
"name": "cardTitle",
|
|
1099
|
+
"annotation": {
|
|
1100
|
+
"type": "keyword",
|
|
1101
|
+
"value": "string"
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "description",
|
|
1106
|
+
"annotation": {
|
|
1107
|
+
"type": "keyword",
|
|
1108
|
+
"value": "string"
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "url",
|
|
1113
|
+
"annotation": {
|
|
1114
|
+
"type": "keyword",
|
|
1115
|
+
"value": "string"
|
|
1116
|
+
}
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "avatar",
|
|
1120
|
+
"annotation": {
|
|
1121
|
+
"type": "union",
|
|
1122
|
+
"types": [
|
|
1123
|
+
{
|
|
1124
|
+
"type": "keyword",
|
|
1125
|
+
"value": "string"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"type": "reference",
|
|
1129
|
+
"typeName": {
|
|
1130
|
+
"type": "identifier",
|
|
1131
|
+
"name": "GeneralIconProps"
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1129
1134
|
]
|
|
1130
1135
|
}
|
|
1131
1136
|
},
|
|
@@ -1149,11 +1154,6 @@
|
|
|
1149
1154
|
"events": [],
|
|
1150
1155
|
"methods": []
|
|
1151
1156
|
},
|
|
1152
|
-
"ai-portal.elevo-logo": {
|
|
1153
|
-
"properties": [],
|
|
1154
|
-
"events": [],
|
|
1155
|
-
"methods": []
|
|
1156
|
-
},
|
|
1157
1157
|
"ai-portal.project-knowledges": {
|
|
1158
1158
|
"properties": [
|
|
1159
1159
|
{
|
|
@@ -2066,300 +2066,274 @@
|
|
|
2066
2066
|
}
|
|
2067
2067
|
]
|
|
2068
2068
|
},
|
|
2069
|
-
"ai-portal.
|
|
2069
|
+
"ai-portal.activity-timeline": {
|
|
2070
2070
|
"properties": [
|
|
2071
2071
|
{
|
|
2072
|
-
"name": "
|
|
2073
|
-
"annotation": {
|
|
2074
|
-
"type": "keyword",
|
|
2075
|
-
"value": "string"
|
|
2076
|
-
}
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"name": "autoFocus",
|
|
2080
|
-
"annotation": {
|
|
2081
|
-
"type": "keyword",
|
|
2082
|
-
"value": "boolean"
|
|
2083
|
-
}
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"name": "submitDisabled",
|
|
2087
|
-
"annotation": {
|
|
2088
|
-
"type": "keyword",
|
|
2089
|
-
"value": "boolean"
|
|
2090
|
-
}
|
|
2091
|
-
},
|
|
2092
|
-
{
|
|
2093
|
-
"name": "supportsTerminate",
|
|
2094
|
-
"annotation": {
|
|
2095
|
-
"type": "keyword",
|
|
2096
|
-
"value": "boolean"
|
|
2097
|
-
}
|
|
2098
|
-
},
|
|
2099
|
-
{
|
|
2100
|
-
"name": "terminating",
|
|
2101
|
-
"annotation": {
|
|
2102
|
-
"type": "keyword",
|
|
2103
|
-
"value": "boolean"
|
|
2104
|
-
}
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"name": "uploadOptions",
|
|
2072
|
+
"name": "list",
|
|
2108
2073
|
"annotation": {
|
|
2109
|
-
"type": "
|
|
2110
|
-
"
|
|
2111
|
-
"type": "identifier",
|
|
2112
|
-
"name": "UploadOptions"
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
}
|
|
2116
|
-
],
|
|
2117
|
-
"events": [
|
|
2118
|
-
{
|
|
2119
|
-
"name": "message.submit",
|
|
2120
|
-
"detail": {
|
|
2121
|
-
"annotation": {
|
|
2122
|
-
"type": "keyword",
|
|
2123
|
-
"value": "string"
|
|
2124
|
-
}
|
|
2125
|
-
}
|
|
2126
|
-
},
|
|
2127
|
-
{
|
|
2128
|
-
"name": "chat.submit",
|
|
2129
|
-
"detail": {
|
|
2130
|
-
"annotation": {
|
|
2074
|
+
"type": "array",
|
|
2075
|
+
"elementType": {
|
|
2131
2076
|
"type": "reference",
|
|
2132
2077
|
"typeName": {
|
|
2133
2078
|
"type": "identifier",
|
|
2134
|
-
"name": "
|
|
2079
|
+
"name": "Activity"
|
|
2135
2080
|
}
|
|
2136
2081
|
}
|
|
2137
2082
|
}
|
|
2138
2083
|
},
|
|
2139
2084
|
{
|
|
2140
|
-
"name": "
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2143
|
-
|
|
2144
|
-
"value": "void"
|
|
2145
|
-
}
|
|
2085
|
+
"name": "chatUrlTemplate",
|
|
2086
|
+
"annotation": {
|
|
2087
|
+
"type": "keyword",
|
|
2088
|
+
"value": "string"
|
|
2146
2089
|
}
|
|
2147
2090
|
}
|
|
2148
2091
|
],
|
|
2092
|
+
"events": [],
|
|
2149
2093
|
"methods": [],
|
|
2150
2094
|
"types": [
|
|
2095
|
+
{
|
|
2096
|
+
"type": "typeAlias",
|
|
2097
|
+
"name": "Activity",
|
|
2098
|
+
"annotation": {
|
|
2099
|
+
"type": "union",
|
|
2100
|
+
"types": [
|
|
2101
|
+
{
|
|
2102
|
+
"type": "reference",
|
|
2103
|
+
"typeName": {
|
|
2104
|
+
"type": "identifier",
|
|
2105
|
+
"name": "ActivityOfCreateGoal"
|
|
2106
|
+
}
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"type": "reference",
|
|
2110
|
+
"typeName": {
|
|
2111
|
+
"type": "identifier",
|
|
2112
|
+
"name": "ActivityOfEditGoal"
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"type": "reference",
|
|
2117
|
+
"typeName": {
|
|
2118
|
+
"type": "identifier",
|
|
2119
|
+
"name": "ActivityOfDeleteGoal"
|
|
2120
|
+
}
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"type": "reference",
|
|
2124
|
+
"typeName": {
|
|
2125
|
+
"type": "identifier",
|
|
2126
|
+
"name": "ActivityOfDecomposeGoals"
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"type": "reference",
|
|
2131
|
+
"typeName": {
|
|
2132
|
+
"type": "identifier",
|
|
2133
|
+
"name": "ActivityOfAlterOwner"
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"type": "reference",
|
|
2138
|
+
"typeName": {
|
|
2139
|
+
"type": "identifier",
|
|
2140
|
+
"name": "ActivityOfAlterUser"
|
|
2141
|
+
}
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"type": "reference",
|
|
2145
|
+
"typeName": {
|
|
2146
|
+
"type": "identifier",
|
|
2147
|
+
"name": "ActivityOfAddComment"
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"type": "reference",
|
|
2152
|
+
"typeName": {
|
|
2153
|
+
"type": "identifier",
|
|
2154
|
+
"name": "ActivityOfStartConversation"
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
]
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2151
2160
|
{
|
|
2152
2161
|
"type": "interface",
|
|
2153
|
-
"name": "
|
|
2162
|
+
"name": "ActivityOfCreateGoal",
|
|
2154
2163
|
"body": [
|
|
2155
2164
|
{
|
|
2156
2165
|
"type": "propertySignature",
|
|
2157
2166
|
"key": {
|
|
2158
2167
|
"type": "identifier",
|
|
2159
|
-
"name": "
|
|
2168
|
+
"name": "action_type"
|
|
2160
2169
|
},
|
|
2161
2170
|
"annotation": {
|
|
2162
|
-
"type": "
|
|
2163
|
-
"value": "
|
|
2171
|
+
"type": "jsLiteral",
|
|
2172
|
+
"value": "create_goal"
|
|
2164
2173
|
},
|
|
2165
|
-
"optional": true,
|
|
2166
2174
|
"computed": false
|
|
2167
2175
|
},
|
|
2168
2176
|
{
|
|
2169
2177
|
"type": "propertySignature",
|
|
2170
2178
|
"key": {
|
|
2171
2179
|
"type": "identifier",
|
|
2172
|
-
"name": "
|
|
2180
|
+
"name": "metadata"
|
|
2173
2181
|
},
|
|
2174
2182
|
"annotation": {
|
|
2175
|
-
"type": "
|
|
2176
|
-
"
|
|
2183
|
+
"type": "typeLiteral",
|
|
2184
|
+
"members": [
|
|
2185
|
+
{
|
|
2186
|
+
"type": "propertySignature",
|
|
2187
|
+
"key": {
|
|
2188
|
+
"type": "identifier",
|
|
2189
|
+
"name": "goal_title"
|
|
2190
|
+
},
|
|
2191
|
+
"annotation": {
|
|
2192
|
+
"type": "keyword",
|
|
2193
|
+
"value": "string"
|
|
2194
|
+
},
|
|
2195
|
+
"computed": false
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"type": "propertySignature",
|
|
2199
|
+
"key": {
|
|
2200
|
+
"type": "identifier",
|
|
2201
|
+
"name": "goal_description"
|
|
2202
|
+
},
|
|
2203
|
+
"annotation": {
|
|
2204
|
+
"type": "keyword",
|
|
2205
|
+
"value": "string"
|
|
2206
|
+
},
|
|
2207
|
+
"optional": true,
|
|
2208
|
+
"computed": false
|
|
2209
|
+
}
|
|
2210
|
+
]
|
|
2177
2211
|
},
|
|
2178
|
-
"optional": true,
|
|
2179
2212
|
"computed": false
|
|
2180
|
-
}
|
|
2213
|
+
}
|
|
2214
|
+
],
|
|
2215
|
+
"extends": [
|
|
2216
|
+
{
|
|
2217
|
+
"type": "expressionWithTypeArguments",
|
|
2218
|
+
"expression": {
|
|
2219
|
+
"type": "identifier",
|
|
2220
|
+
"name": "ActivityBase"
|
|
2221
|
+
}
|
|
2222
|
+
}
|
|
2223
|
+
]
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"type": "interface",
|
|
2227
|
+
"name": "ActivityBase",
|
|
2228
|
+
"body": [
|
|
2181
2229
|
{
|
|
2182
2230
|
"type": "propertySignature",
|
|
2183
2231
|
"key": {
|
|
2184
2232
|
"type": "identifier",
|
|
2185
|
-
"name": "
|
|
2233
|
+
"name": "user_id"
|
|
2186
2234
|
},
|
|
2187
2235
|
"annotation": {
|
|
2188
2236
|
"type": "keyword",
|
|
2189
2237
|
"value": "string"
|
|
2190
2238
|
},
|
|
2191
|
-
"optional": true,
|
|
2192
2239
|
"computed": false
|
|
2193
2240
|
},
|
|
2194
2241
|
{
|
|
2195
2242
|
"type": "propertySignature",
|
|
2196
2243
|
"key": {
|
|
2197
2244
|
"type": "identifier",
|
|
2198
|
-
"name": "
|
|
2245
|
+
"name": "user_name"
|
|
2199
2246
|
},
|
|
2200
2247
|
"annotation": {
|
|
2201
2248
|
"type": "keyword",
|
|
2202
2249
|
"value": "string"
|
|
2203
2250
|
},
|
|
2204
|
-
"optional": true,
|
|
2205
2251
|
"computed": false
|
|
2206
2252
|
},
|
|
2207
2253
|
{
|
|
2208
2254
|
"type": "propertySignature",
|
|
2209
2255
|
"key": {
|
|
2210
2256
|
"type": "identifier",
|
|
2211
|
-
"name": "
|
|
2257
|
+
"name": "time"
|
|
2212
2258
|
},
|
|
2213
2259
|
"annotation": {
|
|
2214
2260
|
"type": "keyword",
|
|
2215
2261
|
"value": "number"
|
|
2216
2262
|
},
|
|
2217
|
-
"optional": true,
|
|
2218
|
-
"computed": false
|
|
2219
|
-
}
|
|
2220
|
-
]
|
|
2221
|
-
},
|
|
2222
|
-
{
|
|
2223
|
-
"type": "interface",
|
|
2224
|
-
"name": "ChatPayload",
|
|
2225
|
-
"body": [
|
|
2226
|
-
{
|
|
2227
|
-
"type": "propertySignature",
|
|
2228
|
-
"key": {
|
|
2229
|
-
"type": "identifier",
|
|
2230
|
-
"name": "content"
|
|
2231
|
-
},
|
|
2232
|
-
"annotation": {
|
|
2233
|
-
"type": "keyword",
|
|
2234
|
-
"value": "string"
|
|
2235
|
-
},
|
|
2236
|
-
"computed": false
|
|
2237
|
-
}
|
|
2238
|
-
],
|
|
2239
|
-
"extends": [
|
|
2240
|
-
{
|
|
2241
|
-
"type": "expressionWithTypeArguments",
|
|
2242
|
-
"expression": {
|
|
2243
|
-
"type": "identifier",
|
|
2244
|
-
"name": "ExtraChatPayload"
|
|
2245
|
-
}
|
|
2246
|
-
}
|
|
2247
|
-
]
|
|
2248
|
-
},
|
|
2249
|
-
{
|
|
2250
|
-
"type": "interface",
|
|
2251
|
-
"name": "ExtraChatPayload",
|
|
2252
|
-
"body": [
|
|
2253
|
-
{
|
|
2254
|
-
"type": "propertySignature",
|
|
2255
|
-
"key": {
|
|
2256
|
-
"type": "identifier",
|
|
2257
|
-
"name": "files"
|
|
2258
|
-
},
|
|
2259
|
-
"annotation": {
|
|
2260
|
-
"type": "array",
|
|
2261
|
-
"elementType": {
|
|
2262
|
-
"type": "reference",
|
|
2263
|
-
"typeName": {
|
|
2264
|
-
"type": "identifier",
|
|
2265
|
-
"name": "UploadFileInfo"
|
|
2266
|
-
}
|
|
2267
|
-
}
|
|
2268
|
-
},
|
|
2269
|
-
"optional": true,
|
|
2270
2263
|
"computed": false
|
|
2271
2264
|
},
|
|
2272
2265
|
{
|
|
2273
2266
|
"type": "propertySignature",
|
|
2274
2267
|
"key": {
|
|
2275
2268
|
"type": "identifier",
|
|
2276
|
-
"name": "
|
|
2269
|
+
"name": "action_type"
|
|
2277
2270
|
},
|
|
2278
2271
|
"annotation": {
|
|
2279
2272
|
"type": "union",
|
|
2280
2273
|
"types": [
|
|
2281
2274
|
{
|
|
2282
|
-
"type": "
|
|
2283
|
-
"
|
|
2284
|
-
"type": "identifier",
|
|
2285
|
-
"name": "CommandPayload"
|
|
2286
|
-
}
|
|
2275
|
+
"type": "jsLiteral",
|
|
2276
|
+
"value": "create_goal"
|
|
2287
2277
|
},
|
|
2288
2278
|
{
|
|
2289
|
-
"type": "
|
|
2290
|
-
"value": "
|
|
2291
|
-
}
|
|
2292
|
-
]
|
|
2293
|
-
},
|
|
2294
|
-
"optional": true,
|
|
2295
|
-
"computed": false
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"type": "propertySignature",
|
|
2299
|
-
"key": {
|
|
2300
|
-
"type": "identifier",
|
|
2301
|
-
"name": "aiEmployeeId"
|
|
2302
|
-
},
|
|
2303
|
-
"annotation": {
|
|
2304
|
-
"type": "union",
|
|
2305
|
-
"types": [
|
|
2279
|
+
"type": "jsLiteral",
|
|
2280
|
+
"value": "edit_goal"
|
|
2281
|
+
},
|
|
2306
2282
|
{
|
|
2307
|
-
"type": "
|
|
2308
|
-
"value": "
|
|
2283
|
+
"type": "jsLiteral",
|
|
2284
|
+
"value": "delete_goal"
|
|
2309
2285
|
},
|
|
2310
2286
|
{
|
|
2311
|
-
"type": "
|
|
2312
|
-
"value": "
|
|
2287
|
+
"type": "jsLiteral",
|
|
2288
|
+
"value": "decompose_goals"
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
"type": "jsLiteral",
|
|
2292
|
+
"value": "alter_owner"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"type": "jsLiteral",
|
|
2296
|
+
"value": "alter_user"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"type": "jsLiteral",
|
|
2300
|
+
"value": "add_comment"
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"type": "jsLiteral",
|
|
2304
|
+
"value": "start_conversation"
|
|
2313
2305
|
}
|
|
2314
2306
|
]
|
|
2315
2307
|
},
|
|
2316
|
-
"optional": true,
|
|
2317
2308
|
"computed": false
|
|
2318
|
-
}
|
|
2319
|
-
]
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"type": "interface",
|
|
2323
|
-
"name": "UploadFileInfo",
|
|
2324
|
-
"body": [
|
|
2309
|
+
},
|
|
2325
2310
|
{
|
|
2326
2311
|
"type": "propertySignature",
|
|
2327
2312
|
"key": {
|
|
2328
2313
|
"type": "identifier",
|
|
2329
|
-
"name": "
|
|
2314
|
+
"name": "metadata"
|
|
2330
2315
|
},
|
|
2331
2316
|
"annotation": {
|
|
2332
2317
|
"type": "keyword",
|
|
2333
|
-
"value": "
|
|
2318
|
+
"value": "unknown"
|
|
2334
2319
|
},
|
|
2335
2320
|
"computed": false
|
|
2336
2321
|
}
|
|
2337
2322
|
]
|
|
2338
2323
|
},
|
|
2339
|
-
{
|
|
2340
|
-
"type": "typeAlias",
|
|
2341
|
-
"name": "CommandPayload",
|
|
2342
|
-
"annotation": {
|
|
2343
|
-
"type": "reference",
|
|
2344
|
-
"typeName": {
|
|
2345
|
-
"type": "identifier",
|
|
2346
|
-
"name": "CommandPayloadServiceFlowStarting"
|
|
2347
|
-
}
|
|
2348
|
-
}
|
|
2349
|
-
},
|
|
2350
2324
|
{
|
|
2351
2325
|
"type": "interface",
|
|
2352
|
-
"name": "
|
|
2326
|
+
"name": "ActivityOfEditGoal",
|
|
2353
2327
|
"body": [
|
|
2354
2328
|
{
|
|
2355
2329
|
"type": "propertySignature",
|
|
2356
2330
|
"key": {
|
|
2357
2331
|
"type": "identifier",
|
|
2358
|
-
"name": "
|
|
2332
|
+
"name": "action_type"
|
|
2359
2333
|
},
|
|
2360
2334
|
"annotation": {
|
|
2361
2335
|
"type": "jsLiteral",
|
|
2362
|
-
"value": "
|
|
2336
|
+
"value": "edit_goal"
|
|
2363
2337
|
},
|
|
2364
2338
|
"computed": false
|
|
2365
2339
|
},
|
|
@@ -2367,7 +2341,7 @@
|
|
|
2367
2341
|
"type": "propertySignature",
|
|
2368
2342
|
"key": {
|
|
2369
2343
|
"type": "identifier",
|
|
2370
|
-
"name": "
|
|
2344
|
+
"name": "metadata"
|
|
2371
2345
|
},
|
|
2372
2346
|
"annotation": {
|
|
2373
2347
|
"type": "typeLiteral",
|
|
@@ -2376,11 +2350,38 @@
|
|
|
2376
2350
|
"type": "propertySignature",
|
|
2377
2351
|
"key": {
|
|
2378
2352
|
"type": "identifier",
|
|
2379
|
-
"name": "
|
|
2353
|
+
"name": "before"
|
|
2380
2354
|
},
|
|
2381
2355
|
"annotation": {
|
|
2382
|
-
"type": "
|
|
2383
|
-
"
|
|
2356
|
+
"type": "typeLiteral",
|
|
2357
|
+
"members": [
|
|
2358
|
+
{
|
|
2359
|
+
"type": "propertySignature",
|
|
2360
|
+
"key": {
|
|
2361
|
+
"type": "identifier",
|
|
2362
|
+
"name": "title"
|
|
2363
|
+
},
|
|
2364
|
+
"annotation": {
|
|
2365
|
+
"type": "keyword",
|
|
2366
|
+
"value": "string"
|
|
2367
|
+
},
|
|
2368
|
+
"optional": true,
|
|
2369
|
+
"computed": false
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"type": "propertySignature",
|
|
2373
|
+
"key": {
|
|
2374
|
+
"type": "identifier",
|
|
2375
|
+
"name": "description"
|
|
2376
|
+
},
|
|
2377
|
+
"annotation": {
|
|
2378
|
+
"type": "keyword",
|
|
2379
|
+
"value": "string"
|
|
2380
|
+
},
|
|
2381
|
+
"optional": true,
|
|
2382
|
+
"computed": false
|
|
2383
|
+
}
|
|
2384
|
+
]
|
|
2384
2385
|
},
|
|
2385
2386
|
"computed": false
|
|
2386
2387
|
},
|
|
@@ -2388,33 +2389,98 @@
|
|
|
2388
2389
|
"type": "propertySignature",
|
|
2389
2390
|
"key": {
|
|
2390
2391
|
"type": "identifier",
|
|
2391
|
-
"name": "
|
|
2392
|
+
"name": "after"
|
|
2392
2393
|
},
|
|
2393
2394
|
"annotation": {
|
|
2394
|
-
"type": "
|
|
2395
|
-
"
|
|
2395
|
+
"type": "typeLiteral",
|
|
2396
|
+
"members": [
|
|
2397
|
+
{
|
|
2398
|
+
"type": "propertySignature",
|
|
2399
|
+
"key": {
|
|
2400
|
+
"type": "identifier",
|
|
2401
|
+
"name": "title"
|
|
2402
|
+
},
|
|
2403
|
+
"annotation": {
|
|
2404
|
+
"type": "keyword",
|
|
2405
|
+
"value": "string"
|
|
2406
|
+
},
|
|
2407
|
+
"optional": true,
|
|
2408
|
+
"computed": false
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"type": "propertySignature",
|
|
2412
|
+
"key": {
|
|
2413
|
+
"type": "identifier",
|
|
2414
|
+
"name": "description"
|
|
2415
|
+
},
|
|
2416
|
+
"annotation": {
|
|
2417
|
+
"type": "keyword",
|
|
2418
|
+
"value": "string"
|
|
2419
|
+
},
|
|
2420
|
+
"optional": true,
|
|
2421
|
+
"computed": false
|
|
2422
|
+
}
|
|
2423
|
+
]
|
|
2396
2424
|
},
|
|
2397
|
-
"optional": true,
|
|
2398
2425
|
"computed": false
|
|
2399
|
-
}
|
|
2426
|
+
}
|
|
2427
|
+
]
|
|
2428
|
+
},
|
|
2429
|
+
"computed": false
|
|
2430
|
+
}
|
|
2431
|
+
],
|
|
2432
|
+
"extends": [
|
|
2433
|
+
{
|
|
2434
|
+
"type": "expressionWithTypeArguments",
|
|
2435
|
+
"expression": {
|
|
2436
|
+
"type": "identifier",
|
|
2437
|
+
"name": "ActivityBase"
|
|
2438
|
+
}
|
|
2439
|
+
}
|
|
2440
|
+
]
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"type": "interface",
|
|
2444
|
+
"name": "ActivityOfDeleteGoal",
|
|
2445
|
+
"body": [
|
|
2446
|
+
{
|
|
2447
|
+
"type": "propertySignature",
|
|
2448
|
+
"key": {
|
|
2449
|
+
"type": "identifier",
|
|
2450
|
+
"name": "action_type"
|
|
2451
|
+
},
|
|
2452
|
+
"annotation": {
|
|
2453
|
+
"type": "jsLiteral",
|
|
2454
|
+
"value": "delete_goal"
|
|
2455
|
+
},
|
|
2456
|
+
"computed": false
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"type": "propertySignature",
|
|
2460
|
+
"key": {
|
|
2461
|
+
"type": "identifier",
|
|
2462
|
+
"name": "metadata"
|
|
2463
|
+
},
|
|
2464
|
+
"annotation": {
|
|
2465
|
+
"type": "typeLiteral",
|
|
2466
|
+
"members": [
|
|
2400
2467
|
{
|
|
2401
2468
|
"type": "propertySignature",
|
|
2402
2469
|
"key": {
|
|
2403
2470
|
"type": "identifier",
|
|
2404
|
-
"name": "
|
|
2471
|
+
"name": "goal_title"
|
|
2405
2472
|
},
|
|
2406
2473
|
"annotation": {
|
|
2407
2474
|
"type": "keyword",
|
|
2408
2475
|
"value": "string"
|
|
2409
2476
|
},
|
|
2410
|
-
"optional": true,
|
|
2411
2477
|
"computed": false
|
|
2412
2478
|
},
|
|
2413
2479
|
{
|
|
2414
2480
|
"type": "propertySignature",
|
|
2415
2481
|
"key": {
|
|
2416
2482
|
"type": "identifier",
|
|
2417
|
-
"name": "
|
|
2483
|
+
"name": "goal_description"
|
|
2418
2484
|
},
|
|
2419
2485
|
"annotation": {
|
|
2420
2486
|
"type": "keyword",
|
|
@@ -2427,181 +2493,131 @@
|
|
|
2427
2493
|
},
|
|
2428
2494
|
"computed": false
|
|
2429
2495
|
}
|
|
2430
|
-
]
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
"properties": [
|
|
2436
|
-
{
|
|
2437
|
-
"name": "list",
|
|
2438
|
-
"annotation": {
|
|
2439
|
-
"type": "array",
|
|
2440
|
-
"elementType": {
|
|
2441
|
-
"type": "reference",
|
|
2442
|
-
"typeName": {
|
|
2443
|
-
"type": "identifier",
|
|
2444
|
-
"name": "Conversation"
|
|
2445
|
-
}
|
|
2446
|
-
}
|
|
2447
|
-
}
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"name": "urlTemplate",
|
|
2451
|
-
"annotation": {
|
|
2452
|
-
"type": "keyword",
|
|
2453
|
-
"value": "string"
|
|
2454
|
-
}
|
|
2455
|
-
},
|
|
2456
|
-
{
|
|
2457
|
-
"name": "actions",
|
|
2458
|
-
"annotation": {
|
|
2459
|
-
"type": "array",
|
|
2460
|
-
"elementType": {
|
|
2461
|
-
"type": "reference",
|
|
2462
|
-
"typeName": {
|
|
2463
|
-
"type": "identifier",
|
|
2464
|
-
"name": "ActionType"
|
|
2465
|
-
}
|
|
2466
|
-
}
|
|
2467
|
-
}
|
|
2468
|
-
},
|
|
2469
|
-
{
|
|
2470
|
-
"name": "goals",
|
|
2471
|
-
"annotation": {
|
|
2472
|
-
"type": "array",
|
|
2473
|
-
"elementType": {
|
|
2474
|
-
"type": "reference",
|
|
2475
|
-
"typeName": {
|
|
2476
|
-
"type": "identifier",
|
|
2477
|
-
"name": "Goal"
|
|
2478
|
-
}
|
|
2479
|
-
}
|
|
2480
|
-
}
|
|
2481
|
-
}
|
|
2482
|
-
],
|
|
2483
|
-
"events": [
|
|
2484
|
-
{
|
|
2485
|
-
"name": "goal.click",
|
|
2486
|
-
"detail": {
|
|
2487
|
-
"annotation": {
|
|
2488
|
-
"type": "reference",
|
|
2489
|
-
"typeName": {
|
|
2496
|
+
],
|
|
2497
|
+
"extends": [
|
|
2498
|
+
{
|
|
2499
|
+
"type": "expressionWithTypeArguments",
|
|
2500
|
+
"expression": {
|
|
2490
2501
|
"type": "identifier",
|
|
2491
|
-
"name": "
|
|
2502
|
+
"name": "ActivityBase"
|
|
2492
2503
|
}
|
|
2493
2504
|
}
|
|
2494
|
-
|
|
2505
|
+
]
|
|
2495
2506
|
},
|
|
2496
|
-
{
|
|
2497
|
-
"name": "action.click",
|
|
2498
|
-
"detail": {
|
|
2499
|
-
"annotation": {
|
|
2500
|
-
"type": "reference",
|
|
2501
|
-
"typeName": {
|
|
2502
|
-
"type": "identifier",
|
|
2503
|
-
"name": "ActionClickDetail"
|
|
2504
|
-
}
|
|
2505
|
-
}
|
|
2506
|
-
}
|
|
2507
|
-
}
|
|
2508
|
-
],
|
|
2509
|
-
"methods": [],
|
|
2510
|
-
"types": [
|
|
2511
2507
|
{
|
|
2512
2508
|
"type": "interface",
|
|
2513
|
-
"name": "
|
|
2509
|
+
"name": "ActivityOfDecomposeGoals",
|
|
2514
2510
|
"body": [
|
|
2515
2511
|
{
|
|
2516
2512
|
"type": "propertySignature",
|
|
2517
2513
|
"key": {
|
|
2518
2514
|
"type": "identifier",
|
|
2519
|
-
"name": "
|
|
2520
|
-
},
|
|
2521
|
-
"annotation": {
|
|
2522
|
-
"type": "keyword",
|
|
2523
|
-
"value": "string"
|
|
2524
|
-
},
|
|
2525
|
-
"computed": false
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"type": "propertySignature",
|
|
2529
|
-
"key": {
|
|
2530
|
-
"type": "identifier",
|
|
2531
|
-
"name": "title"
|
|
2532
|
-
},
|
|
2533
|
-
"annotation": {
|
|
2534
|
-
"type": "keyword",
|
|
2535
|
-
"value": "string"
|
|
2536
|
-
},
|
|
2537
|
-
"computed": false
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"type": "propertySignature",
|
|
2541
|
-
"key": {
|
|
2542
|
-
"type": "identifier",
|
|
2543
|
-
"name": "startTime"
|
|
2544
|
-
},
|
|
2545
|
-
"annotation": {
|
|
2546
|
-
"type": "keyword",
|
|
2547
|
-
"value": "number"
|
|
2548
|
-
},
|
|
2549
|
-
"computed": false
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"type": "propertySignature",
|
|
2553
|
-
"key": {
|
|
2554
|
-
"type": "identifier",
|
|
2555
|
-
"name": "description"
|
|
2515
|
+
"name": "action_type"
|
|
2556
2516
|
},
|
|
2557
2517
|
"annotation": {
|
|
2558
|
-
"type": "
|
|
2559
|
-
"value": "
|
|
2518
|
+
"type": "jsLiteral",
|
|
2519
|
+
"value": "decompose_goals"
|
|
2560
2520
|
},
|
|
2561
|
-
"optional": true,
|
|
2562
2521
|
"computed": false
|
|
2563
2522
|
},
|
|
2564
2523
|
{
|
|
2565
2524
|
"type": "propertySignature",
|
|
2566
2525
|
"key": {
|
|
2567
2526
|
"type": "identifier",
|
|
2568
|
-
"name": "
|
|
2527
|
+
"name": "metadata"
|
|
2569
2528
|
},
|
|
2570
2529
|
"annotation": {
|
|
2571
|
-
"type": "
|
|
2572
|
-
"
|
|
2530
|
+
"type": "typeLiteral",
|
|
2531
|
+
"members": [
|
|
2532
|
+
{
|
|
2533
|
+
"type": "propertySignature",
|
|
2534
|
+
"key": {
|
|
2535
|
+
"type": "identifier",
|
|
2536
|
+
"name": "sub_goals_count"
|
|
2537
|
+
},
|
|
2538
|
+
"annotation": {
|
|
2539
|
+
"type": "keyword",
|
|
2540
|
+
"value": "number"
|
|
2541
|
+
},
|
|
2542
|
+
"computed": false
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"type": "propertySignature",
|
|
2546
|
+
"key": {
|
|
2547
|
+
"type": "identifier",
|
|
2548
|
+
"name": "sub_goals"
|
|
2549
|
+
},
|
|
2550
|
+
"annotation": {
|
|
2551
|
+
"type": "reference",
|
|
2552
|
+
"typeName": {
|
|
2553
|
+
"type": "identifier",
|
|
2554
|
+
"name": "Array"
|
|
2555
|
+
},
|
|
2556
|
+
"typeParameters": {
|
|
2557
|
+
"type": "typeParameterInstantiation",
|
|
2558
|
+
"params": [
|
|
2559
|
+
{
|
|
2560
|
+
"type": "typeLiteral",
|
|
2561
|
+
"members": [
|
|
2562
|
+
{
|
|
2563
|
+
"type": "propertySignature",
|
|
2564
|
+
"key": {
|
|
2565
|
+
"type": "identifier",
|
|
2566
|
+
"name": "sub_goal_id"
|
|
2567
|
+
},
|
|
2568
|
+
"annotation": {
|
|
2569
|
+
"type": "keyword",
|
|
2570
|
+
"value": "string"
|
|
2571
|
+
},
|
|
2572
|
+
"computed": false
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"type": "propertySignature",
|
|
2576
|
+
"key": {
|
|
2577
|
+
"type": "identifier",
|
|
2578
|
+
"name": "title"
|
|
2579
|
+
},
|
|
2580
|
+
"annotation": {
|
|
2581
|
+
"type": "keyword",
|
|
2582
|
+
"value": "string"
|
|
2583
|
+
},
|
|
2584
|
+
"computed": false
|
|
2585
|
+
}
|
|
2586
|
+
]
|
|
2587
|
+
}
|
|
2588
|
+
]
|
|
2589
|
+
}
|
|
2590
|
+
},
|
|
2591
|
+
"computed": false
|
|
2592
|
+
}
|
|
2593
|
+
]
|
|
2573
2594
|
},
|
|
2574
|
-
"optional": true,
|
|
2575
2595
|
"computed": false
|
|
2576
|
-
}
|
|
2596
|
+
}
|
|
2597
|
+
],
|
|
2598
|
+
"extends": [
|
|
2577
2599
|
{
|
|
2578
|
-
"type": "
|
|
2579
|
-
"
|
|
2600
|
+
"type": "expressionWithTypeArguments",
|
|
2601
|
+
"expression": {
|
|
2580
2602
|
"type": "identifier",
|
|
2581
|
-
"name": "
|
|
2582
|
-
}
|
|
2583
|
-
"annotation": {
|
|
2584
|
-
"type": "keyword",
|
|
2585
|
-
"value": "string"
|
|
2586
|
-
},
|
|
2587
|
-
"optional": true,
|
|
2588
|
-
"computed": false
|
|
2603
|
+
"name": "ActivityBase"
|
|
2604
|
+
}
|
|
2589
2605
|
}
|
|
2590
2606
|
]
|
|
2591
2607
|
},
|
|
2592
2608
|
{
|
|
2593
2609
|
"type": "interface",
|
|
2594
|
-
"name": "
|
|
2610
|
+
"name": "ActivityOfAlterOwner",
|
|
2595
2611
|
"body": [
|
|
2596
2612
|
{
|
|
2597
2613
|
"type": "propertySignature",
|
|
2598
2614
|
"key": {
|
|
2599
2615
|
"type": "identifier",
|
|
2600
|
-
"name": "
|
|
2616
|
+
"name": "action_type"
|
|
2601
2617
|
},
|
|
2602
2618
|
"annotation": {
|
|
2603
|
-
"type": "
|
|
2604
|
-
"value": "
|
|
2619
|
+
"type": "jsLiteral",
|
|
2620
|
+
"value": "alter_owner"
|
|
2605
2621
|
},
|
|
2606
2622
|
"computed": false
|
|
2607
2623
|
},
|
|
@@ -2609,166 +2625,7 @@
|
|
|
2609
2625
|
"type": "propertySignature",
|
|
2610
2626
|
"key": {
|
|
2611
2627
|
"type": "identifier",
|
|
2612
|
-
"name": "
|
|
2613
|
-
},
|
|
2614
|
-
"annotation": {
|
|
2615
|
-
"type": "keyword",
|
|
2616
|
-
"value": "string"
|
|
2617
|
-
},
|
|
2618
|
-
"computed": false
|
|
2619
|
-
}
|
|
2620
|
-
]
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"type": "interface",
|
|
2624
|
-
"name": "ActionClickDetail",
|
|
2625
|
-
"body": [
|
|
2626
|
-
{
|
|
2627
|
-
"type": "propertySignature",
|
|
2628
|
-
"key": {
|
|
2629
|
-
"type": "identifier",
|
|
2630
|
-
"name": "action"
|
|
2631
|
-
},
|
|
2632
|
-
"annotation": {
|
|
2633
|
-
"type": "reference",
|
|
2634
|
-
"typeName": {
|
|
2635
|
-
"type": "identifier",
|
|
2636
|
-
"name": "SimpleActionType"
|
|
2637
|
-
}
|
|
2638
|
-
},
|
|
2639
|
-
"computed": false
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"type": "propertySignature",
|
|
2643
|
-
"key": {
|
|
2644
|
-
"type": "identifier",
|
|
2645
|
-
"name": "item"
|
|
2646
|
-
},
|
|
2647
|
-
"annotation": {
|
|
2648
|
-
"type": "reference",
|
|
2649
|
-
"typeName": {
|
|
2650
|
-
"type": "identifier",
|
|
2651
|
-
"name": "Conversation"
|
|
2652
|
-
}
|
|
2653
|
-
},
|
|
2654
|
-
"computed": false
|
|
2655
|
-
}
|
|
2656
|
-
]
|
|
2657
|
-
}
|
|
2658
|
-
]
|
|
2659
|
-
},
|
|
2660
|
-
"ai-portal.activity-timeline": {
|
|
2661
|
-
"properties": [
|
|
2662
|
-
{
|
|
2663
|
-
"name": "list",
|
|
2664
|
-
"annotation": {
|
|
2665
|
-
"type": "array",
|
|
2666
|
-
"elementType": {
|
|
2667
|
-
"type": "reference",
|
|
2668
|
-
"typeName": {
|
|
2669
|
-
"type": "identifier",
|
|
2670
|
-
"name": "Activity"
|
|
2671
|
-
}
|
|
2672
|
-
}
|
|
2673
|
-
}
|
|
2674
|
-
},
|
|
2675
|
-
{
|
|
2676
|
-
"name": "chatUrlTemplate",
|
|
2677
|
-
"annotation": {
|
|
2678
|
-
"type": "keyword",
|
|
2679
|
-
"value": "string"
|
|
2680
|
-
}
|
|
2681
|
-
}
|
|
2682
|
-
],
|
|
2683
|
-
"events": [],
|
|
2684
|
-
"methods": [],
|
|
2685
|
-
"types": [
|
|
2686
|
-
{
|
|
2687
|
-
"type": "typeAlias",
|
|
2688
|
-
"name": "Activity",
|
|
2689
|
-
"annotation": {
|
|
2690
|
-
"type": "union",
|
|
2691
|
-
"types": [
|
|
2692
|
-
{
|
|
2693
|
-
"type": "reference",
|
|
2694
|
-
"typeName": {
|
|
2695
|
-
"type": "identifier",
|
|
2696
|
-
"name": "ActivityOfCreateGoal"
|
|
2697
|
-
}
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"type": "reference",
|
|
2701
|
-
"typeName": {
|
|
2702
|
-
"type": "identifier",
|
|
2703
|
-
"name": "ActivityOfEditGoal"
|
|
2704
|
-
}
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"type": "reference",
|
|
2708
|
-
"typeName": {
|
|
2709
|
-
"type": "identifier",
|
|
2710
|
-
"name": "ActivityOfDeleteGoal"
|
|
2711
|
-
}
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"type": "reference",
|
|
2715
|
-
"typeName": {
|
|
2716
|
-
"type": "identifier",
|
|
2717
|
-
"name": "ActivityOfDecomposeGoals"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"type": "reference",
|
|
2722
|
-
"typeName": {
|
|
2723
|
-
"type": "identifier",
|
|
2724
|
-
"name": "ActivityOfAlterOwner"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
|
-
{
|
|
2728
|
-
"type": "reference",
|
|
2729
|
-
"typeName": {
|
|
2730
|
-
"type": "identifier",
|
|
2731
|
-
"name": "ActivityOfAlterUser"
|
|
2732
|
-
}
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"type": "reference",
|
|
2736
|
-
"typeName": {
|
|
2737
|
-
"type": "identifier",
|
|
2738
|
-
"name": "ActivityOfAddComment"
|
|
2739
|
-
}
|
|
2740
|
-
},
|
|
2741
|
-
{
|
|
2742
|
-
"type": "reference",
|
|
2743
|
-
"typeName": {
|
|
2744
|
-
"type": "identifier",
|
|
2745
|
-
"name": "ActivityOfStartConversation"
|
|
2746
|
-
}
|
|
2747
|
-
}
|
|
2748
|
-
]
|
|
2749
|
-
}
|
|
2750
|
-
},
|
|
2751
|
-
{
|
|
2752
|
-
"type": "interface",
|
|
2753
|
-
"name": "ActivityOfCreateGoal",
|
|
2754
|
-
"body": [
|
|
2755
|
-
{
|
|
2756
|
-
"type": "propertySignature",
|
|
2757
|
-
"key": {
|
|
2758
|
-
"type": "identifier",
|
|
2759
|
-
"name": "action_type"
|
|
2760
|
-
},
|
|
2761
|
-
"annotation": {
|
|
2762
|
-
"type": "jsLiteral",
|
|
2763
|
-
"value": "create_goal"
|
|
2764
|
-
},
|
|
2765
|
-
"computed": false
|
|
2766
|
-
},
|
|
2767
|
-
{
|
|
2768
|
-
"type": "propertySignature",
|
|
2769
|
-
"key": {
|
|
2770
|
-
"type": "identifier",
|
|
2771
|
-
"name": "metadata"
|
|
2628
|
+
"name": "metadata"
|
|
2772
2629
|
},
|
|
2773
2630
|
"annotation": {
|
|
2774
2631
|
"type": "typeLiteral",
|
|
@@ -2777,11 +2634,49 @@
|
|
|
2777
2634
|
"type": "propertySignature",
|
|
2778
2635
|
"key": {
|
|
2779
2636
|
"type": "identifier",
|
|
2780
|
-
"name": "
|
|
2637
|
+
"name": "before"
|
|
2781
2638
|
},
|
|
2782
2639
|
"annotation": {
|
|
2783
|
-
"type": "
|
|
2784
|
-
"
|
|
2640
|
+
"type": "typeLiteral",
|
|
2641
|
+
"members": [
|
|
2642
|
+
{
|
|
2643
|
+
"type": "propertySignature",
|
|
2644
|
+
"key": {
|
|
2645
|
+
"type": "identifier",
|
|
2646
|
+
"name": "owner"
|
|
2647
|
+
},
|
|
2648
|
+
"annotation": {
|
|
2649
|
+
"type": "typeLiteral",
|
|
2650
|
+
"members": [
|
|
2651
|
+
{
|
|
2652
|
+
"type": "propertySignature",
|
|
2653
|
+
"key": {
|
|
2654
|
+
"type": "identifier",
|
|
2655
|
+
"name": "user_id"
|
|
2656
|
+
},
|
|
2657
|
+
"annotation": {
|
|
2658
|
+
"type": "keyword",
|
|
2659
|
+
"value": "string"
|
|
2660
|
+
},
|
|
2661
|
+
"computed": false
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"type": "propertySignature",
|
|
2665
|
+
"key": {
|
|
2666
|
+
"type": "identifier",
|
|
2667
|
+
"name": "user_name"
|
|
2668
|
+
},
|
|
2669
|
+
"annotation": {
|
|
2670
|
+
"type": "keyword",
|
|
2671
|
+
"value": "string"
|
|
2672
|
+
},
|
|
2673
|
+
"computed": false
|
|
2674
|
+
}
|
|
2675
|
+
]
|
|
2676
|
+
},
|
|
2677
|
+
"computed": false
|
|
2678
|
+
}
|
|
2679
|
+
]
|
|
2785
2680
|
},
|
|
2786
2681
|
"computed": false
|
|
2787
2682
|
},
|
|
@@ -2789,13 +2684,50 @@
|
|
|
2789
2684
|
"type": "propertySignature",
|
|
2790
2685
|
"key": {
|
|
2791
2686
|
"type": "identifier",
|
|
2792
|
-
"name": "
|
|
2687
|
+
"name": "after"
|
|
2793
2688
|
},
|
|
2794
2689
|
"annotation": {
|
|
2795
|
-
"type": "
|
|
2796
|
-
"
|
|
2690
|
+
"type": "typeLiteral",
|
|
2691
|
+
"members": [
|
|
2692
|
+
{
|
|
2693
|
+
"type": "propertySignature",
|
|
2694
|
+
"key": {
|
|
2695
|
+
"type": "identifier",
|
|
2696
|
+
"name": "owner"
|
|
2697
|
+
},
|
|
2698
|
+
"annotation": {
|
|
2699
|
+
"type": "typeLiteral",
|
|
2700
|
+
"members": [
|
|
2701
|
+
{
|
|
2702
|
+
"type": "propertySignature",
|
|
2703
|
+
"key": {
|
|
2704
|
+
"type": "identifier",
|
|
2705
|
+
"name": "user_id"
|
|
2706
|
+
},
|
|
2707
|
+
"annotation": {
|
|
2708
|
+
"type": "keyword",
|
|
2709
|
+
"value": "string"
|
|
2710
|
+
},
|
|
2711
|
+
"computed": false
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"type": "propertySignature",
|
|
2715
|
+
"key": {
|
|
2716
|
+
"type": "identifier",
|
|
2717
|
+
"name": "user_name"
|
|
2718
|
+
},
|
|
2719
|
+
"annotation": {
|
|
2720
|
+
"type": "keyword",
|
|
2721
|
+
"value": "string"
|
|
2722
|
+
},
|
|
2723
|
+
"computed": false
|
|
2724
|
+
}
|
|
2725
|
+
]
|
|
2726
|
+
},
|
|
2727
|
+
"computed": false
|
|
2728
|
+
}
|
|
2729
|
+
]
|
|
2797
2730
|
},
|
|
2798
|
-
"optional": true,
|
|
2799
2731
|
"computed": false
|
|
2800
2732
|
}
|
|
2801
2733
|
]
|
|
@@ -2815,41 +2747,17 @@
|
|
|
2815
2747
|
},
|
|
2816
2748
|
{
|
|
2817
2749
|
"type": "interface",
|
|
2818
|
-
"name": "
|
|
2750
|
+
"name": "ActivityOfAlterUser",
|
|
2819
2751
|
"body": [
|
|
2820
2752
|
{
|
|
2821
2753
|
"type": "propertySignature",
|
|
2822
2754
|
"key": {
|
|
2823
2755
|
"type": "identifier",
|
|
2824
|
-
"name": "
|
|
2825
|
-
},
|
|
2826
|
-
"annotation": {
|
|
2827
|
-
"type": "keyword",
|
|
2828
|
-
"value": "string"
|
|
2829
|
-
},
|
|
2830
|
-
"computed": false
|
|
2831
|
-
},
|
|
2832
|
-
{
|
|
2833
|
-
"type": "propertySignature",
|
|
2834
|
-
"key": {
|
|
2835
|
-
"type": "identifier",
|
|
2836
|
-
"name": "user_name"
|
|
2837
|
-
},
|
|
2838
|
-
"annotation": {
|
|
2839
|
-
"type": "keyword",
|
|
2840
|
-
"value": "string"
|
|
2841
|
-
},
|
|
2842
|
-
"computed": false
|
|
2843
|
-
},
|
|
2844
|
-
{
|
|
2845
|
-
"type": "propertySignature",
|
|
2846
|
-
"key": {
|
|
2847
|
-
"type": "identifier",
|
|
2848
|
-
"name": "time"
|
|
2756
|
+
"name": "action_type"
|
|
2849
2757
|
},
|
|
2850
2758
|
"annotation": {
|
|
2851
|
-
"type": "
|
|
2852
|
-
"value": "
|
|
2759
|
+
"type": "jsLiteral",
|
|
2760
|
+
"value": "alter_user"
|
|
2853
2761
|
},
|
|
2854
2762
|
"computed": false
|
|
2855
2763
|
},
|
|
@@ -2857,86 +2765,11 @@
|
|
|
2857
2765
|
"type": "propertySignature",
|
|
2858
2766
|
"key": {
|
|
2859
2767
|
"type": "identifier",
|
|
2860
|
-
"name": "
|
|
2768
|
+
"name": "metadata"
|
|
2861
2769
|
},
|
|
2862
2770
|
"annotation": {
|
|
2863
|
-
"type": "
|
|
2864
|
-
"
|
|
2865
|
-
{
|
|
2866
|
-
"type": "jsLiteral",
|
|
2867
|
-
"value": "create_goal"
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"type": "jsLiteral",
|
|
2871
|
-
"value": "edit_goal"
|
|
2872
|
-
},
|
|
2873
|
-
{
|
|
2874
|
-
"type": "jsLiteral",
|
|
2875
|
-
"value": "delete_goal"
|
|
2876
|
-
},
|
|
2877
|
-
{
|
|
2878
|
-
"type": "jsLiteral",
|
|
2879
|
-
"value": "decompose_goals"
|
|
2880
|
-
},
|
|
2881
|
-
{
|
|
2882
|
-
"type": "jsLiteral",
|
|
2883
|
-
"value": "alter_owner"
|
|
2884
|
-
},
|
|
2885
|
-
{
|
|
2886
|
-
"type": "jsLiteral",
|
|
2887
|
-
"value": "alter_user"
|
|
2888
|
-
},
|
|
2889
|
-
{
|
|
2890
|
-
"type": "jsLiteral",
|
|
2891
|
-
"value": "add_comment"
|
|
2892
|
-
},
|
|
2893
|
-
{
|
|
2894
|
-
"type": "jsLiteral",
|
|
2895
|
-
"value": "start_conversation"
|
|
2896
|
-
}
|
|
2897
|
-
]
|
|
2898
|
-
},
|
|
2899
|
-
"computed": false
|
|
2900
|
-
},
|
|
2901
|
-
{
|
|
2902
|
-
"type": "propertySignature",
|
|
2903
|
-
"key": {
|
|
2904
|
-
"type": "identifier",
|
|
2905
|
-
"name": "metadata"
|
|
2906
|
-
},
|
|
2907
|
-
"annotation": {
|
|
2908
|
-
"type": "keyword",
|
|
2909
|
-
"value": "unknown"
|
|
2910
|
-
},
|
|
2911
|
-
"computed": false
|
|
2912
|
-
}
|
|
2913
|
-
]
|
|
2914
|
-
},
|
|
2915
|
-
{
|
|
2916
|
-
"type": "interface",
|
|
2917
|
-
"name": "ActivityOfEditGoal",
|
|
2918
|
-
"body": [
|
|
2919
|
-
{
|
|
2920
|
-
"type": "propertySignature",
|
|
2921
|
-
"key": {
|
|
2922
|
-
"type": "identifier",
|
|
2923
|
-
"name": "action_type"
|
|
2924
|
-
},
|
|
2925
|
-
"annotation": {
|
|
2926
|
-
"type": "jsLiteral",
|
|
2927
|
-
"value": "edit_goal"
|
|
2928
|
-
},
|
|
2929
|
-
"computed": false
|
|
2930
|
-
},
|
|
2931
|
-
{
|
|
2932
|
-
"type": "propertySignature",
|
|
2933
|
-
"key": {
|
|
2934
|
-
"type": "identifier",
|
|
2935
|
-
"name": "metadata"
|
|
2936
|
-
},
|
|
2937
|
-
"annotation": {
|
|
2938
|
-
"type": "typeLiteral",
|
|
2939
|
-
"members": [
|
|
2771
|
+
"type": "typeLiteral",
|
|
2772
|
+
"members": [
|
|
2940
2773
|
{
|
|
2941
2774
|
"type": "propertySignature",
|
|
2942
2775
|
"key": {
|
|
@@ -2950,26 +2783,49 @@
|
|
|
2950
2783
|
"type": "propertySignature",
|
|
2951
2784
|
"key": {
|
|
2952
2785
|
"type": "identifier",
|
|
2953
|
-
"name": "
|
|
2954
|
-
},
|
|
2955
|
-
"annotation": {
|
|
2956
|
-
"type": "keyword",
|
|
2957
|
-
"value": "string"
|
|
2958
|
-
},
|
|
2959
|
-
"optional": true,
|
|
2960
|
-
"computed": false
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"type": "propertySignature",
|
|
2964
|
-
"key": {
|
|
2965
|
-
"type": "identifier",
|
|
2966
|
-
"name": "description"
|
|
2786
|
+
"name": "users"
|
|
2967
2787
|
},
|
|
2968
2788
|
"annotation": {
|
|
2969
|
-
"type": "
|
|
2970
|
-
"
|
|
2789
|
+
"type": "reference",
|
|
2790
|
+
"typeName": {
|
|
2791
|
+
"type": "identifier",
|
|
2792
|
+
"name": "Array"
|
|
2793
|
+
},
|
|
2794
|
+
"typeParameters": {
|
|
2795
|
+
"type": "typeParameterInstantiation",
|
|
2796
|
+
"params": [
|
|
2797
|
+
{
|
|
2798
|
+
"type": "typeLiteral",
|
|
2799
|
+
"members": [
|
|
2800
|
+
{
|
|
2801
|
+
"type": "propertySignature",
|
|
2802
|
+
"key": {
|
|
2803
|
+
"type": "identifier",
|
|
2804
|
+
"name": "user_id"
|
|
2805
|
+
},
|
|
2806
|
+
"annotation": {
|
|
2807
|
+
"type": "keyword",
|
|
2808
|
+
"value": "string"
|
|
2809
|
+
},
|
|
2810
|
+
"computed": false
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"type": "propertySignature",
|
|
2814
|
+
"key": {
|
|
2815
|
+
"type": "identifier",
|
|
2816
|
+
"name": "user_name"
|
|
2817
|
+
},
|
|
2818
|
+
"annotation": {
|
|
2819
|
+
"type": "keyword",
|
|
2820
|
+
"value": "string"
|
|
2821
|
+
},
|
|
2822
|
+
"computed": false
|
|
2823
|
+
}
|
|
2824
|
+
]
|
|
2825
|
+
}
|
|
2826
|
+
]
|
|
2827
|
+
}
|
|
2971
2828
|
},
|
|
2972
|
-
"optional": true,
|
|
2973
2829
|
"computed": false
|
|
2974
2830
|
}
|
|
2975
2831
|
]
|
|
@@ -2989,26 +2845,49 @@
|
|
|
2989
2845
|
"type": "propertySignature",
|
|
2990
2846
|
"key": {
|
|
2991
2847
|
"type": "identifier",
|
|
2992
|
-
"name": "
|
|
2993
|
-
},
|
|
2994
|
-
"annotation": {
|
|
2995
|
-
"type": "keyword",
|
|
2996
|
-
"value": "string"
|
|
2997
|
-
},
|
|
2998
|
-
"optional": true,
|
|
2999
|
-
"computed": false
|
|
3000
|
-
},
|
|
3001
|
-
{
|
|
3002
|
-
"type": "propertySignature",
|
|
3003
|
-
"key": {
|
|
3004
|
-
"type": "identifier",
|
|
3005
|
-
"name": "description"
|
|
2848
|
+
"name": "users"
|
|
3006
2849
|
},
|
|
3007
2850
|
"annotation": {
|
|
3008
|
-
"type": "
|
|
3009
|
-
"
|
|
2851
|
+
"type": "reference",
|
|
2852
|
+
"typeName": {
|
|
2853
|
+
"type": "identifier",
|
|
2854
|
+
"name": "Array"
|
|
2855
|
+
},
|
|
2856
|
+
"typeParameters": {
|
|
2857
|
+
"type": "typeParameterInstantiation",
|
|
2858
|
+
"params": [
|
|
2859
|
+
{
|
|
2860
|
+
"type": "typeLiteral",
|
|
2861
|
+
"members": [
|
|
2862
|
+
{
|
|
2863
|
+
"type": "propertySignature",
|
|
2864
|
+
"key": {
|
|
2865
|
+
"type": "identifier",
|
|
2866
|
+
"name": "user_id"
|
|
2867
|
+
},
|
|
2868
|
+
"annotation": {
|
|
2869
|
+
"type": "keyword",
|
|
2870
|
+
"value": "string"
|
|
2871
|
+
},
|
|
2872
|
+
"computed": false
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"type": "propertySignature",
|
|
2876
|
+
"key": {
|
|
2877
|
+
"type": "identifier",
|
|
2878
|
+
"name": "user_name"
|
|
2879
|
+
},
|
|
2880
|
+
"annotation": {
|
|
2881
|
+
"type": "keyword",
|
|
2882
|
+
"value": "string"
|
|
2883
|
+
},
|
|
2884
|
+
"computed": false
|
|
2885
|
+
}
|
|
2886
|
+
]
|
|
2887
|
+
}
|
|
2888
|
+
]
|
|
2889
|
+
}
|
|
3010
2890
|
},
|
|
3011
|
-
"optional": true,
|
|
3012
2891
|
"computed": false
|
|
3013
2892
|
}
|
|
3014
2893
|
]
|
|
@@ -3032,7 +2911,7 @@
|
|
|
3032
2911
|
},
|
|
3033
2912
|
{
|
|
3034
2913
|
"type": "interface",
|
|
3035
|
-
"name": "
|
|
2914
|
+
"name": "ActivityOfAddComment",
|
|
3036
2915
|
"body": [
|
|
3037
2916
|
{
|
|
3038
2917
|
"type": "propertySignature",
|
|
@@ -3042,7 +2921,7 @@
|
|
|
3042
2921
|
},
|
|
3043
2922
|
"annotation": {
|
|
3044
2923
|
"type": "jsLiteral",
|
|
3045
|
-
"value": "
|
|
2924
|
+
"value": "add_comment"
|
|
3046
2925
|
},
|
|
3047
2926
|
"computed": false
|
|
3048
2927
|
},
|
|
@@ -3059,25 +2938,12 @@
|
|
|
3059
2938
|
"type": "propertySignature",
|
|
3060
2939
|
"key": {
|
|
3061
2940
|
"type": "identifier",
|
|
3062
|
-
"name": "
|
|
3063
|
-
},
|
|
3064
|
-
"annotation": {
|
|
3065
|
-
"type": "keyword",
|
|
3066
|
-
"value": "string"
|
|
3067
|
-
},
|
|
3068
|
-
"computed": false
|
|
3069
|
-
},
|
|
3070
|
-
{
|
|
3071
|
-
"type": "propertySignature",
|
|
3072
|
-
"key": {
|
|
3073
|
-
"type": "identifier",
|
|
3074
|
-
"name": "goal_description"
|
|
2941
|
+
"name": "comment_content"
|
|
3075
2942
|
},
|
|
3076
2943
|
"annotation": {
|
|
3077
2944
|
"type": "keyword",
|
|
3078
2945
|
"value": "string"
|
|
3079
2946
|
},
|
|
3080
|
-
"optional": true,
|
|
3081
2947
|
"computed": false
|
|
3082
2948
|
}
|
|
3083
2949
|
]
|
|
@@ -3097,7 +2963,7 @@
|
|
|
3097
2963
|
},
|
|
3098
2964
|
{
|
|
3099
2965
|
"type": "interface",
|
|
3100
|
-
"name": "
|
|
2966
|
+
"name": "ActivityOfStartConversation",
|
|
3101
2967
|
"body": [
|
|
3102
2968
|
{
|
|
3103
2969
|
"type": "propertySignature",
|
|
@@ -3107,7 +2973,7 @@
|
|
|
3107
2973
|
},
|
|
3108
2974
|
"annotation": {
|
|
3109
2975
|
"type": "jsLiteral",
|
|
3110
|
-
"value": "
|
|
2976
|
+
"value": "start_conversation"
|
|
3111
2977
|
},
|
|
3112
2978
|
"computed": false
|
|
3113
2979
|
},
|
|
@@ -3124,11 +2990,11 @@
|
|
|
3124
2990
|
"type": "propertySignature",
|
|
3125
2991
|
"key": {
|
|
3126
2992
|
"type": "identifier",
|
|
3127
|
-
"name": "
|
|
2993
|
+
"name": "conversation_id"
|
|
3128
2994
|
},
|
|
3129
2995
|
"annotation": {
|
|
3130
2996
|
"type": "keyword",
|
|
3131
|
-
"value": "
|
|
2997
|
+
"value": "string"
|
|
3132
2998
|
},
|
|
3133
2999
|
"computed": false
|
|
3134
3000
|
},
|
|
@@ -3136,49 +3002,25 @@
|
|
|
3136
3002
|
"type": "propertySignature",
|
|
3137
3003
|
"key": {
|
|
3138
3004
|
"type": "identifier",
|
|
3139
|
-
"name": "
|
|
3005
|
+
"name": "conversation_title"
|
|
3140
3006
|
},
|
|
3141
3007
|
"annotation": {
|
|
3142
|
-
"type": "
|
|
3143
|
-
"
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
"type": "identifier",
|
|
3157
|
-
"name": "sub_goal_id"
|
|
3158
|
-
},
|
|
3159
|
-
"annotation": {
|
|
3160
|
-
"type": "keyword",
|
|
3161
|
-
"value": "string"
|
|
3162
|
-
},
|
|
3163
|
-
"computed": false
|
|
3164
|
-
},
|
|
3165
|
-
{
|
|
3166
|
-
"type": "propertySignature",
|
|
3167
|
-
"key": {
|
|
3168
|
-
"type": "identifier",
|
|
3169
|
-
"name": "title"
|
|
3170
|
-
},
|
|
3171
|
-
"annotation": {
|
|
3172
|
-
"type": "keyword",
|
|
3173
|
-
"value": "string"
|
|
3174
|
-
},
|
|
3175
|
-
"computed": false
|
|
3176
|
-
}
|
|
3177
|
-
]
|
|
3178
|
-
}
|
|
3179
|
-
]
|
|
3180
|
-
}
|
|
3008
|
+
"type": "keyword",
|
|
3009
|
+
"value": "string"
|
|
3010
|
+
},
|
|
3011
|
+
"computed": false
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"type": "propertySignature",
|
|
3015
|
+
"key": {
|
|
3016
|
+
"type": "identifier",
|
|
3017
|
+
"name": "conversation_description"
|
|
3018
|
+
},
|
|
3019
|
+
"annotation": {
|
|
3020
|
+
"type": "keyword",
|
|
3021
|
+
"value": "string"
|
|
3181
3022
|
},
|
|
3023
|
+
"optional": true,
|
|
3182
3024
|
"computed": false
|
|
3183
3025
|
}
|
|
3184
3026
|
]
|
|
@@ -3195,20 +3037,99 @@
|
|
|
3195
3037
|
}
|
|
3196
3038
|
}
|
|
3197
3039
|
]
|
|
3040
|
+
}
|
|
3041
|
+
]
|
|
3042
|
+
},
|
|
3043
|
+
"ai-portal.project-conversations": {
|
|
3044
|
+
"properties": [
|
|
3045
|
+
{
|
|
3046
|
+
"name": "list",
|
|
3047
|
+
"annotation": {
|
|
3048
|
+
"type": "array",
|
|
3049
|
+
"elementType": {
|
|
3050
|
+
"type": "reference",
|
|
3051
|
+
"typeName": {
|
|
3052
|
+
"type": "identifier",
|
|
3053
|
+
"name": "Conversation"
|
|
3054
|
+
}
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "urlTemplate",
|
|
3060
|
+
"annotation": {
|
|
3061
|
+
"type": "keyword",
|
|
3062
|
+
"value": "string"
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"name": "actions",
|
|
3067
|
+
"annotation": {
|
|
3068
|
+
"type": "array",
|
|
3069
|
+
"elementType": {
|
|
3070
|
+
"type": "reference",
|
|
3071
|
+
"typeName": {
|
|
3072
|
+
"type": "identifier",
|
|
3073
|
+
"name": "ActionType"
|
|
3074
|
+
}
|
|
3075
|
+
}
|
|
3076
|
+
}
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "goals",
|
|
3080
|
+
"annotation": {
|
|
3081
|
+
"type": "array",
|
|
3082
|
+
"elementType": {
|
|
3083
|
+
"type": "reference",
|
|
3084
|
+
"typeName": {
|
|
3085
|
+
"type": "identifier",
|
|
3086
|
+
"name": "Goal"
|
|
3087
|
+
}
|
|
3088
|
+
}
|
|
3089
|
+
}
|
|
3090
|
+
}
|
|
3091
|
+
],
|
|
3092
|
+
"events": [
|
|
3093
|
+
{
|
|
3094
|
+
"name": "goal.click",
|
|
3095
|
+
"detail": {
|
|
3096
|
+
"annotation": {
|
|
3097
|
+
"type": "reference",
|
|
3098
|
+
"typeName": {
|
|
3099
|
+
"type": "identifier",
|
|
3100
|
+
"name": "Conversation"
|
|
3101
|
+
}
|
|
3102
|
+
}
|
|
3103
|
+
}
|
|
3198
3104
|
},
|
|
3105
|
+
{
|
|
3106
|
+
"name": "action.click",
|
|
3107
|
+
"detail": {
|
|
3108
|
+
"annotation": {
|
|
3109
|
+
"type": "reference",
|
|
3110
|
+
"typeName": {
|
|
3111
|
+
"type": "identifier",
|
|
3112
|
+
"name": "ActionClickDetail"
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
}
|
|
3116
|
+
}
|
|
3117
|
+
],
|
|
3118
|
+
"methods": [],
|
|
3119
|
+
"types": [
|
|
3199
3120
|
{
|
|
3200
3121
|
"type": "interface",
|
|
3201
|
-
"name": "
|
|
3122
|
+
"name": "Conversation",
|
|
3202
3123
|
"body": [
|
|
3203
3124
|
{
|
|
3204
3125
|
"type": "propertySignature",
|
|
3205
3126
|
"key": {
|
|
3206
3127
|
"type": "identifier",
|
|
3207
|
-
"name": "
|
|
3128
|
+
"name": "conversationId"
|
|
3208
3129
|
},
|
|
3209
3130
|
"annotation": {
|
|
3210
|
-
"type": "
|
|
3211
|
-
"value": "
|
|
3131
|
+
"type": "keyword",
|
|
3132
|
+
"value": "string"
|
|
3212
3133
|
},
|
|
3213
3134
|
"computed": false
|
|
3214
3135
|
},
|
|
@@ -3216,139 +3137,113 @@
|
|
|
3216
3137
|
"type": "propertySignature",
|
|
3217
3138
|
"key": {
|
|
3218
3139
|
"type": "identifier",
|
|
3219
|
-
"name": "
|
|
3140
|
+
"name": "title"
|
|
3220
3141
|
},
|
|
3221
3142
|
"annotation": {
|
|
3222
|
-
"type": "
|
|
3223
|
-
"
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
"type": "keyword",
|
|
3262
|
-
"value": "string"
|
|
3263
|
-
},
|
|
3264
|
-
"computed": false
|
|
3265
|
-
}
|
|
3266
|
-
]
|
|
3267
|
-
},
|
|
3268
|
-
"computed": false
|
|
3269
|
-
}
|
|
3270
|
-
]
|
|
3271
|
-
},
|
|
3272
|
-
"computed": false
|
|
3273
|
-
},
|
|
3274
|
-
{
|
|
3275
|
-
"type": "propertySignature",
|
|
3276
|
-
"key": {
|
|
3277
|
-
"type": "identifier",
|
|
3278
|
-
"name": "after"
|
|
3279
|
-
},
|
|
3280
|
-
"annotation": {
|
|
3281
|
-
"type": "typeLiteral",
|
|
3282
|
-
"members": [
|
|
3283
|
-
{
|
|
3284
|
-
"type": "propertySignature",
|
|
3285
|
-
"key": {
|
|
3286
|
-
"type": "identifier",
|
|
3287
|
-
"name": "owner"
|
|
3288
|
-
},
|
|
3289
|
-
"annotation": {
|
|
3290
|
-
"type": "typeLiteral",
|
|
3291
|
-
"members": [
|
|
3292
|
-
{
|
|
3293
|
-
"type": "propertySignature",
|
|
3294
|
-
"key": {
|
|
3295
|
-
"type": "identifier",
|
|
3296
|
-
"name": "user_id"
|
|
3297
|
-
},
|
|
3298
|
-
"annotation": {
|
|
3299
|
-
"type": "keyword",
|
|
3300
|
-
"value": "string"
|
|
3301
|
-
},
|
|
3302
|
-
"computed": false
|
|
3303
|
-
},
|
|
3304
|
-
{
|
|
3305
|
-
"type": "propertySignature",
|
|
3306
|
-
"key": {
|
|
3307
|
-
"type": "identifier",
|
|
3308
|
-
"name": "user_name"
|
|
3309
|
-
},
|
|
3310
|
-
"annotation": {
|
|
3311
|
-
"type": "keyword",
|
|
3312
|
-
"value": "string"
|
|
3313
|
-
},
|
|
3314
|
-
"computed": false
|
|
3315
|
-
}
|
|
3316
|
-
]
|
|
3317
|
-
},
|
|
3318
|
-
"computed": false
|
|
3319
|
-
}
|
|
3320
|
-
]
|
|
3321
|
-
},
|
|
3322
|
-
"computed": false
|
|
3323
|
-
}
|
|
3324
|
-
]
|
|
3143
|
+
"type": "keyword",
|
|
3144
|
+
"value": "string"
|
|
3145
|
+
},
|
|
3146
|
+
"computed": false
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"type": "propertySignature",
|
|
3150
|
+
"key": {
|
|
3151
|
+
"type": "identifier",
|
|
3152
|
+
"name": "startTime"
|
|
3153
|
+
},
|
|
3154
|
+
"annotation": {
|
|
3155
|
+
"type": "keyword",
|
|
3156
|
+
"value": "number"
|
|
3157
|
+
},
|
|
3158
|
+
"computed": false
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"type": "propertySignature",
|
|
3162
|
+
"key": {
|
|
3163
|
+
"type": "identifier",
|
|
3164
|
+
"name": "description"
|
|
3165
|
+
},
|
|
3166
|
+
"annotation": {
|
|
3167
|
+
"type": "keyword",
|
|
3168
|
+
"value": "string"
|
|
3169
|
+
},
|
|
3170
|
+
"optional": true,
|
|
3171
|
+
"computed": false
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"type": "propertySignature",
|
|
3175
|
+
"key": {
|
|
3176
|
+
"type": "identifier",
|
|
3177
|
+
"name": "goalInstanceId"
|
|
3178
|
+
},
|
|
3179
|
+
"annotation": {
|
|
3180
|
+
"type": "keyword",
|
|
3181
|
+
"value": "string"
|
|
3325
3182
|
},
|
|
3183
|
+
"optional": true,
|
|
3184
|
+
"computed": false
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"type": "propertySignature",
|
|
3188
|
+
"key": {
|
|
3189
|
+
"type": "identifier",
|
|
3190
|
+
"name": "username"
|
|
3191
|
+
},
|
|
3192
|
+
"annotation": {
|
|
3193
|
+
"type": "keyword",
|
|
3194
|
+
"value": "string"
|
|
3195
|
+
},
|
|
3196
|
+
"optional": true,
|
|
3326
3197
|
"computed": false
|
|
3327
3198
|
}
|
|
3328
|
-
]
|
|
3329
|
-
|
|
3199
|
+
]
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"type": "interface",
|
|
3203
|
+
"name": "Goal",
|
|
3204
|
+
"body": [
|
|
3330
3205
|
{
|
|
3331
|
-
"type": "
|
|
3332
|
-
"
|
|
3206
|
+
"type": "propertySignature",
|
|
3207
|
+
"key": {
|
|
3333
3208
|
"type": "identifier",
|
|
3334
|
-
"name": "
|
|
3335
|
-
}
|
|
3209
|
+
"name": "instanceId"
|
|
3210
|
+
},
|
|
3211
|
+
"annotation": {
|
|
3212
|
+
"type": "keyword",
|
|
3213
|
+
"value": "string"
|
|
3214
|
+
},
|
|
3215
|
+
"computed": false
|
|
3216
|
+
},
|
|
3217
|
+
{
|
|
3218
|
+
"type": "propertySignature",
|
|
3219
|
+
"key": {
|
|
3220
|
+
"type": "identifier",
|
|
3221
|
+
"name": "title"
|
|
3222
|
+
},
|
|
3223
|
+
"annotation": {
|
|
3224
|
+
"type": "keyword",
|
|
3225
|
+
"value": "string"
|
|
3226
|
+
},
|
|
3227
|
+
"computed": false
|
|
3336
3228
|
}
|
|
3337
3229
|
]
|
|
3338
3230
|
},
|
|
3339
3231
|
{
|
|
3340
3232
|
"type": "interface",
|
|
3341
|
-
"name": "
|
|
3233
|
+
"name": "ActionClickDetail",
|
|
3342
3234
|
"body": [
|
|
3343
3235
|
{
|
|
3344
3236
|
"type": "propertySignature",
|
|
3345
3237
|
"key": {
|
|
3346
3238
|
"type": "identifier",
|
|
3347
|
-
"name": "
|
|
3239
|
+
"name": "action"
|
|
3348
3240
|
},
|
|
3349
3241
|
"annotation": {
|
|
3350
|
-
"type": "
|
|
3351
|
-
"
|
|
3242
|
+
"type": "reference",
|
|
3243
|
+
"typeName": {
|
|
3244
|
+
"type": "identifier",
|
|
3245
|
+
"name": "SimpleActionType"
|
|
3246
|
+
}
|
|
3352
3247
|
},
|
|
3353
3248
|
"computed": false
|
|
3354
3249
|
},
|
|
@@ -3356,136 +3251,187 @@
|
|
|
3356
3251
|
"type": "propertySignature",
|
|
3357
3252
|
"key": {
|
|
3358
3253
|
"type": "identifier",
|
|
3359
|
-
"name": "
|
|
3254
|
+
"name": "item"
|
|
3360
3255
|
},
|
|
3361
3256
|
"annotation": {
|
|
3362
|
-
"type": "
|
|
3363
|
-
"
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3257
|
+
"type": "reference",
|
|
3258
|
+
"typeName": {
|
|
3259
|
+
"type": "identifier",
|
|
3260
|
+
"name": "Conversation"
|
|
3261
|
+
}
|
|
3262
|
+
},
|
|
3263
|
+
"computed": false
|
|
3264
|
+
}
|
|
3265
|
+
]
|
|
3266
|
+
}
|
|
3267
|
+
]
|
|
3268
|
+
},
|
|
3269
|
+
"ai-portal.chat-input": {
|
|
3270
|
+
"properties": [
|
|
3271
|
+
{
|
|
3272
|
+
"name": "placeholder",
|
|
3273
|
+
"annotation": {
|
|
3274
|
+
"type": "keyword",
|
|
3275
|
+
"value": "string"
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"name": "autoFocus",
|
|
3280
|
+
"annotation": {
|
|
3281
|
+
"type": "keyword",
|
|
3282
|
+
"value": "boolean"
|
|
3283
|
+
}
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"name": "submitDisabled",
|
|
3287
|
+
"annotation": {
|
|
3288
|
+
"type": "keyword",
|
|
3289
|
+
"value": "boolean"
|
|
3290
|
+
}
|
|
3291
|
+
},
|
|
3292
|
+
{
|
|
3293
|
+
"name": "supportsTerminate",
|
|
3294
|
+
"annotation": {
|
|
3295
|
+
"type": "keyword",
|
|
3296
|
+
"value": "boolean"
|
|
3297
|
+
}
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"name": "terminating",
|
|
3301
|
+
"annotation": {
|
|
3302
|
+
"type": "keyword",
|
|
3303
|
+
"value": "boolean"
|
|
3304
|
+
}
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"name": "uploadOptions",
|
|
3308
|
+
"annotation": {
|
|
3309
|
+
"type": "reference",
|
|
3310
|
+
"typeName": {
|
|
3311
|
+
"type": "identifier",
|
|
3312
|
+
"name": "UploadOptions"
|
|
3313
|
+
}
|
|
3314
|
+
}
|
|
3315
|
+
}
|
|
3316
|
+
],
|
|
3317
|
+
"events": [
|
|
3318
|
+
{
|
|
3319
|
+
"name": "message.submit",
|
|
3320
|
+
"detail": {
|
|
3321
|
+
"annotation": {
|
|
3322
|
+
"type": "keyword",
|
|
3323
|
+
"value": "string"
|
|
3324
|
+
}
|
|
3325
|
+
}
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
"name": "chat.submit",
|
|
3329
|
+
"detail": {
|
|
3330
|
+
"annotation": {
|
|
3331
|
+
"type": "reference",
|
|
3332
|
+
"typeName": {
|
|
3333
|
+
"type": "identifier",
|
|
3334
|
+
"name": "ChatPayload"
|
|
3335
|
+
}
|
|
3336
|
+
}
|
|
3337
|
+
}
|
|
3338
|
+
},
|
|
3339
|
+
{
|
|
3340
|
+
"name": "terminate",
|
|
3341
|
+
"detail": {
|
|
3342
|
+
"annotation": {
|
|
3343
|
+
"type": "keyword",
|
|
3344
|
+
"value": "void"
|
|
3345
|
+
}
|
|
3346
|
+
}
|
|
3347
|
+
}
|
|
3348
|
+
],
|
|
3349
|
+
"methods": [],
|
|
3350
|
+
"types": [
|
|
3351
|
+
{
|
|
3352
|
+
"type": "interface",
|
|
3353
|
+
"name": "UploadOptions",
|
|
3354
|
+
"body": [
|
|
3355
|
+
{
|
|
3356
|
+
"type": "propertySignature",
|
|
3357
|
+
"key": {
|
|
3358
|
+
"type": "identifier",
|
|
3359
|
+
"name": "enabled"
|
|
3360
|
+
},
|
|
3361
|
+
"annotation": {
|
|
3362
|
+
"type": "keyword",
|
|
3363
|
+
"value": "boolean"
|
|
3364
|
+
},
|
|
3365
|
+
"optional": true,
|
|
3366
|
+
"computed": false
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"type": "propertySignature",
|
|
3370
|
+
"key": {
|
|
3371
|
+
"type": "identifier",
|
|
3372
|
+
"name": "dragDisabled"
|
|
3373
|
+
},
|
|
3374
|
+
"annotation": {
|
|
3375
|
+
"type": "keyword",
|
|
3376
|
+
"value": "boolean"
|
|
3377
|
+
},
|
|
3378
|
+
"optional": true,
|
|
3379
|
+
"computed": false
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"type": "propertySignature",
|
|
3383
|
+
"key": {
|
|
3384
|
+
"type": "identifier",
|
|
3385
|
+
"name": "dragTips"
|
|
3386
|
+
},
|
|
3387
|
+
"annotation": {
|
|
3388
|
+
"type": "keyword",
|
|
3389
|
+
"value": "string"
|
|
3390
|
+
},
|
|
3391
|
+
"optional": true,
|
|
3392
|
+
"computed": false
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"type": "propertySignature",
|
|
3396
|
+
"key": {
|
|
3397
|
+
"type": "identifier",
|
|
3398
|
+
"name": "accept"
|
|
3399
|
+
},
|
|
3400
|
+
"annotation": {
|
|
3401
|
+
"type": "keyword",
|
|
3402
|
+
"value": "string"
|
|
3403
|
+
},
|
|
3404
|
+
"optional": true,
|
|
3405
|
+
"computed": false
|
|
3406
|
+
},
|
|
3407
|
+
{
|
|
3408
|
+
"type": "propertySignature",
|
|
3409
|
+
"key": {
|
|
3410
|
+
"type": "identifier",
|
|
3411
|
+
"name": "maxFiles"
|
|
3412
|
+
},
|
|
3413
|
+
"annotation": {
|
|
3414
|
+
"type": "keyword",
|
|
3415
|
+
"value": "number"
|
|
3416
|
+
},
|
|
3417
|
+
"optional": true,
|
|
3418
|
+
"computed": false
|
|
3419
|
+
}
|
|
3420
|
+
]
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"type": "interface",
|
|
3424
|
+
"name": "ChatPayload",
|
|
3425
|
+
"body": [
|
|
3426
|
+
{
|
|
3427
|
+
"type": "propertySignature",
|
|
3428
|
+
"key": {
|
|
3429
|
+
"type": "identifier",
|
|
3430
|
+
"name": "content"
|
|
3431
|
+
},
|
|
3432
|
+
"annotation": {
|
|
3433
|
+
"type": "keyword",
|
|
3434
|
+
"value": "string"
|
|
3489
3435
|
},
|
|
3490
3436
|
"computed": false
|
|
3491
3437
|
}
|
|
@@ -3495,76 +3441,125 @@
|
|
|
3495
3441
|
"type": "expressionWithTypeArguments",
|
|
3496
3442
|
"expression": {
|
|
3497
3443
|
"type": "identifier",
|
|
3498
|
-
"name": "
|
|
3444
|
+
"name": "ExtraChatPayload"
|
|
3499
3445
|
}
|
|
3500
3446
|
}
|
|
3501
3447
|
]
|
|
3502
3448
|
},
|
|
3503
3449
|
{
|
|
3504
3450
|
"type": "interface",
|
|
3505
|
-
"name": "
|
|
3451
|
+
"name": "ExtraChatPayload",
|
|
3506
3452
|
"body": [
|
|
3507
3453
|
{
|
|
3508
3454
|
"type": "propertySignature",
|
|
3509
3455
|
"key": {
|
|
3510
3456
|
"type": "identifier",
|
|
3511
|
-
"name": "
|
|
3457
|
+
"name": "files"
|
|
3512
3458
|
},
|
|
3513
3459
|
"annotation": {
|
|
3514
|
-
"type": "
|
|
3515
|
-
"
|
|
3460
|
+
"type": "array",
|
|
3461
|
+
"elementType": {
|
|
3462
|
+
"type": "reference",
|
|
3463
|
+
"typeName": {
|
|
3464
|
+
"type": "identifier",
|
|
3465
|
+
"name": "UploadFileInfo"
|
|
3466
|
+
}
|
|
3467
|
+
}
|
|
3516
3468
|
},
|
|
3469
|
+
"optional": true,
|
|
3517
3470
|
"computed": false
|
|
3518
3471
|
},
|
|
3519
3472
|
{
|
|
3520
3473
|
"type": "propertySignature",
|
|
3521
3474
|
"key": {
|
|
3522
3475
|
"type": "identifier",
|
|
3523
|
-
"name": "
|
|
3476
|
+
"name": "cmd"
|
|
3524
3477
|
},
|
|
3525
3478
|
"annotation": {
|
|
3526
|
-
"type": "
|
|
3527
|
-
"
|
|
3479
|
+
"type": "union",
|
|
3480
|
+
"types": [
|
|
3528
3481
|
{
|
|
3529
|
-
"type": "
|
|
3530
|
-
"
|
|
3482
|
+
"type": "reference",
|
|
3483
|
+
"typeName": {
|
|
3531
3484
|
"type": "identifier",
|
|
3532
|
-
"name": "
|
|
3533
|
-
}
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3485
|
+
"name": "CommandPayload"
|
|
3486
|
+
}
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"type": "keyword",
|
|
3490
|
+
"value": "null"
|
|
3491
|
+
}
|
|
3492
|
+
]
|
|
3493
|
+
},
|
|
3494
|
+
"optional": true,
|
|
3495
|
+
"computed": false
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"type": "propertySignature",
|
|
3499
|
+
"key": {
|
|
3500
|
+
"type": "identifier",
|
|
3501
|
+
"name": "aiEmployeeId"
|
|
3502
|
+
},
|
|
3503
|
+
"annotation": {
|
|
3504
|
+
"type": "union",
|
|
3505
|
+
"types": [
|
|
3506
|
+
{
|
|
3507
|
+
"type": "keyword",
|
|
3508
|
+
"value": "string"
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"type": "keyword",
|
|
3512
|
+
"value": "null"
|
|
3539
3513
|
}
|
|
3540
3514
|
]
|
|
3541
3515
|
},
|
|
3516
|
+
"optional": true,
|
|
3542
3517
|
"computed": false
|
|
3543
3518
|
}
|
|
3544
|
-
]
|
|
3545
|
-
|
|
3519
|
+
]
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"type": "interface",
|
|
3523
|
+
"name": "UploadFileInfo",
|
|
3524
|
+
"body": [
|
|
3546
3525
|
{
|
|
3547
|
-
"type": "
|
|
3548
|
-
"
|
|
3526
|
+
"type": "propertySignature",
|
|
3527
|
+
"key": {
|
|
3549
3528
|
"type": "identifier",
|
|
3550
|
-
"name": "
|
|
3551
|
-
}
|
|
3529
|
+
"name": "fileId"
|
|
3530
|
+
},
|
|
3531
|
+
"annotation": {
|
|
3532
|
+
"type": "keyword",
|
|
3533
|
+
"value": "string"
|
|
3534
|
+
},
|
|
3535
|
+
"computed": false
|
|
3552
3536
|
}
|
|
3553
3537
|
]
|
|
3554
3538
|
},
|
|
3539
|
+
{
|
|
3540
|
+
"type": "typeAlias",
|
|
3541
|
+
"name": "CommandPayload",
|
|
3542
|
+
"annotation": {
|
|
3543
|
+
"type": "reference",
|
|
3544
|
+
"typeName": {
|
|
3545
|
+
"type": "identifier",
|
|
3546
|
+
"name": "CommandPayloadServiceFlowStarting"
|
|
3547
|
+
}
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3555
3550
|
{
|
|
3556
3551
|
"type": "interface",
|
|
3557
|
-
"name": "
|
|
3552
|
+
"name": "CommandPayloadServiceFlowStarting",
|
|
3558
3553
|
"body": [
|
|
3559
3554
|
{
|
|
3560
3555
|
"type": "propertySignature",
|
|
3561
3556
|
"key": {
|
|
3562
3557
|
"type": "identifier",
|
|
3563
|
-
"name": "
|
|
3558
|
+
"name": "type"
|
|
3564
3559
|
},
|
|
3565
3560
|
"annotation": {
|
|
3566
3561
|
"type": "jsLiteral",
|
|
3567
|
-
"value": "
|
|
3562
|
+
"value": "serviceFlowStarting"
|
|
3568
3563
|
},
|
|
3569
3564
|
"computed": false
|
|
3570
3565
|
},
|
|
@@ -3572,7 +3567,7 @@
|
|
|
3572
3567
|
"type": "propertySignature",
|
|
3573
3568
|
"key": {
|
|
3574
3569
|
"type": "identifier",
|
|
3575
|
-
"name": "
|
|
3570
|
+
"name": "serviceFlowStarting"
|
|
3576
3571
|
},
|
|
3577
3572
|
"annotation": {
|
|
3578
3573
|
"type": "typeLiteral",
|
|
@@ -3581,7 +3576,7 @@
|
|
|
3581
3576
|
"type": "propertySignature",
|
|
3582
3577
|
"key": {
|
|
3583
3578
|
"type": "identifier",
|
|
3584
|
-
"name": "
|
|
3579
|
+
"name": "spaceInstanceId"
|
|
3585
3580
|
},
|
|
3586
3581
|
"annotation": {
|
|
3587
3582
|
"type": "keyword",
|
|
@@ -3593,19 +3588,33 @@
|
|
|
3593
3588
|
"type": "propertySignature",
|
|
3594
3589
|
"key": {
|
|
3595
3590
|
"type": "identifier",
|
|
3596
|
-
"name": "
|
|
3591
|
+
"name": "spaceName"
|
|
3597
3592
|
},
|
|
3598
3593
|
"annotation": {
|
|
3599
3594
|
"type": "keyword",
|
|
3600
3595
|
"value": "string"
|
|
3601
3596
|
},
|
|
3597
|
+
"optional": true,
|
|
3602
3598
|
"computed": false
|
|
3603
3599
|
},
|
|
3604
3600
|
{
|
|
3605
3601
|
"type": "propertySignature",
|
|
3606
3602
|
"key": {
|
|
3607
3603
|
"type": "identifier",
|
|
3608
|
-
"name": "
|
|
3604
|
+
"name": "flowInstanceId"
|
|
3605
|
+
},
|
|
3606
|
+
"annotation": {
|
|
3607
|
+
"type": "keyword",
|
|
3608
|
+
"value": "string"
|
|
3609
|
+
},
|
|
3610
|
+
"optional": true,
|
|
3611
|
+
"computed": false
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
"type": "propertySignature",
|
|
3615
|
+
"key": {
|
|
3616
|
+
"type": "identifier",
|
|
3617
|
+
"name": "flowName"
|
|
3609
3618
|
},
|
|
3610
3619
|
"annotation": {
|
|
3611
3620
|
"type": "keyword",
|
|
@@ -3618,15 +3627,6 @@
|
|
|
3618
3627
|
},
|
|
3619
3628
|
"computed": false
|
|
3620
3629
|
}
|
|
3621
|
-
],
|
|
3622
|
-
"extends": [
|
|
3623
|
-
{
|
|
3624
|
-
"type": "expressionWithTypeArguments",
|
|
3625
|
-
"expression": {
|
|
3626
|
-
"type": "identifier",
|
|
3627
|
-
"name": "ActivityBase"
|
|
3628
|
-
}
|
|
3629
|
-
}
|
|
3630
3630
|
]
|
|
3631
3631
|
}
|
|
3632
3632
|
]
|