@next-bricks/ai-portal 0.58.1 → 0.58.3
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 +36 -32
- package/dist/chunks/1488.d2c97a97.js +2 -0
- package/dist/chunks/1488.d2c97a97.js.map +1 -0
- package/dist/chunks/151.a5affad6.js +2 -0
- package/dist/chunks/151.a5affad6.js.map +1 -0
- package/dist/chunks/2232.fa4338ad.js +2 -0
- package/dist/chunks/2232.fa4338ad.js.map +1 -0
- package/dist/chunks/2324.c7c2427a.js +2 -0
- package/dist/chunks/2324.c7c2427a.js.map +1 -0
- package/dist/chunks/7238.9abe2a64.js +3 -0
- package/dist/chunks/{3848.01a4987f.js.LICENSE.txt → 7238.9abe2a64.js.LICENSE.txt} +2 -0
- package/dist/chunks/7238.9abe2a64.js.map +1 -0
- package/dist/chunks/7586.b406d4bf.js +2 -0
- package/dist/chunks/7586.b406d4bf.js.map +1 -0
- package/dist/chunks/9496.9bf2d483.js +2 -0
- package/dist/chunks/9496.9bf2d483.js.map +1 -0
- package/dist/chunks/chat-box.041da849.js +2 -0
- package/dist/chunks/chat-box.041da849.js.map +1 -0
- package/dist/chunks/chat-input.2c5e645b.js +2 -0
- package/dist/chunks/chat-input.2c5e645b.js.map +1 -0
- package/dist/chunks/chat-stream.6ca6e5c4.js +2 -0
- package/dist/chunks/chat-stream.6ca6e5c4.js.map +1 -0
- package/dist/chunks/cruise-canvas.12cab553.js +2 -0
- package/dist/chunks/cruise-canvas.12cab553.js.map +1 -0
- package/dist/chunks/{main.2d14a300.js → main.17b51dc3.js} +2 -2
- package/dist/chunks/{main.2d14a300.js.map → main.17b51dc3.js.map} +1 -1
- package/dist/chunks/notice-dropdown.37b8ffb2.js.map +1 -1
- package/dist/examples.json +16 -16
- package/dist/{index.11c928b3.js → index.fd3d8371.js} +2 -2
- package/dist/{index.11c928b3.js.map → index.fd3d8371.js.map} +1 -1
- package/dist/manifest.json +342 -322
- package/dist/types.json +1701 -1588
- package/dist-types/chat-stream/ChatStream.d.ts +2 -1
- package/dist-types/chat-stream/UserMessage/UserMessage.d.ts +2 -1
- package/dist-types/chat-stream/index.d.ts +5 -1
- package/dist-types/chat-stream/interfaces.d.ts +1 -0
- package/dist-types/cruise-canvas/CruiseCanvas.d.ts +1 -1
- package/dist-types/cruise-canvas/NodeRequirement/NodeRequirement.d.ts +2 -1
- package/dist-types/cruise-canvas/index.d.ts +7 -0
- package/dist-types/cruise-canvas/interfaces.d.ts +1 -0
- package/dist-types/notice-dropdown/index.d.ts +1 -12
- package/dist-types/shared/FileUpload/UploadButton.d.ts +1 -3
- package/dist-types/shared/ReadableCommand/ReadableCommand.d.ts +3 -2
- package/dist-types/shared/bricks.d.ts +10 -0
- package/dist-types/shared/fetchEmployee.d.ts +3 -0
- package/dist-types/shared/fetchEmployee.spec.d.ts +1 -0
- package/dist-types/shared/interfaces.d.ts +7 -0
- package/dist-types/shared/useFilesUploading.d.ts +5 -3
- package/package.json +2 -2
- package/dist/chunks/1488.46c471c4.js +0 -2
- package/dist/chunks/1488.46c471c4.js.map +0 -1
- package/dist/chunks/151.b87bccc0.js +0 -2
- package/dist/chunks/151.b87bccc0.js.map +0 -1
- package/dist/chunks/2232.05ad07e2.js +0 -2
- package/dist/chunks/2232.05ad07e2.js.map +0 -1
- package/dist/chunks/3848.01a4987f.js +0 -3
- package/dist/chunks/3848.01a4987f.js.map +0 -1
- package/dist/chunks/4002.68156a0e.js +0 -3
- package/dist/chunks/4002.68156a0e.js.LICENSE.txt +0 -1
- package/dist/chunks/4002.68156a0e.js.map +0 -1
- package/dist/chunks/7041.ff8d9ead.js +0 -2
- package/dist/chunks/7041.ff8d9ead.js.map +0 -1
- package/dist/chunks/9496.08074e2b.js +0 -2
- package/dist/chunks/9496.08074e2b.js.map +0 -1
- package/dist/chunks/chat-box.1b2a4a02.js +0 -2
- package/dist/chunks/chat-box.1b2a4a02.js.map +0 -1
- package/dist/chunks/chat-input.3ca07b82.js +0 -2
- package/dist/chunks/chat-input.3ca07b82.js.map +0 -1
- package/dist/chunks/chat-stream.a7c4f58d.js +0 -2
- package/dist/chunks/chat-stream.a7c4f58d.js.map +0 -1
- package/dist/chunks/cruise-canvas.b444c4ca.js +0 -2
- package/dist/chunks/cruise-canvas.b444c4ca.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -12,6 +12,110 @@
|
|
|
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
|
+
},
|
|
15
119
|
"ai-portal.icon-button": {
|
|
16
120
|
"properties": [
|
|
17
121
|
{
|
|
@@ -891,110 +995,6 @@
|
|
|
891
995
|
}
|
|
892
996
|
]
|
|
893
997
|
},
|
|
894
|
-
"ai-portal.stat-with-mini-chart": {
|
|
895
|
-
"properties": [
|
|
896
|
-
{
|
|
897
|
-
"name": "label",
|
|
898
|
-
"annotation": {
|
|
899
|
-
"type": "keyword",
|
|
900
|
-
"value": "string"
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"name": "value",
|
|
905
|
-
"annotation": {
|
|
906
|
-
"type": "keyword",
|
|
907
|
-
"value": "string"
|
|
908
|
-
}
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
"name": "size",
|
|
912
|
-
"annotation": {
|
|
913
|
-
"type": "union",
|
|
914
|
-
"types": [
|
|
915
|
-
{
|
|
916
|
-
"type": "jsLiteral",
|
|
917
|
-
"value": "medium"
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"type": "jsLiteral",
|
|
921
|
-
"value": "small"
|
|
922
|
-
}
|
|
923
|
-
]
|
|
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
|
-
}
|
|
993
|
-
}
|
|
994
|
-
],
|
|
995
|
-
"events": [],
|
|
996
|
-
"methods": []
|
|
997
|
-
},
|
|
998
998
|
"ai-portal.elevo-logo": {
|
|
999
999
|
"properties": [],
|
|
1000
1000
|
"events": [],
|
|
@@ -2066,7 +2066,7 @@
|
|
|
2066
2066
|
}
|
|
2067
2067
|
]
|
|
2068
2068
|
},
|
|
2069
|
-
"ai-portal.
|
|
2069
|
+
"ai-portal.project-conversations": {
|
|
2070
2070
|
"properties": [
|
|
2071
2071
|
{
|
|
2072
2072
|
"name": "list",
|
|
@@ -2076,100 +2076,86 @@
|
|
|
2076
2076
|
"type": "reference",
|
|
2077
2077
|
"typeName": {
|
|
2078
2078
|
"type": "identifier",
|
|
2079
|
-
"name": "
|
|
2079
|
+
"name": "Conversation"
|
|
2080
2080
|
}
|
|
2081
2081
|
}
|
|
2082
2082
|
}
|
|
2083
2083
|
},
|
|
2084
2084
|
{
|
|
2085
|
-
"name": "
|
|
2085
|
+
"name": "urlTemplate",
|
|
2086
2086
|
"annotation": {
|
|
2087
2087
|
"type": "keyword",
|
|
2088
2088
|
"value": "string"
|
|
2089
2089
|
}
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"name": "actions",
|
|
2093
|
+
"annotation": {
|
|
2094
|
+
"type": "array",
|
|
2095
|
+
"elementType": {
|
|
2096
|
+
"type": "reference",
|
|
2097
|
+
"typeName": {
|
|
2098
|
+
"type": "identifier",
|
|
2099
|
+
"name": "ActionType"
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"name": "goals",
|
|
2106
|
+
"annotation": {
|
|
2107
|
+
"type": "array",
|
|
2108
|
+
"elementType": {
|
|
2109
|
+
"type": "reference",
|
|
2110
|
+
"typeName": {
|
|
2111
|
+
"type": "identifier",
|
|
2112
|
+
"name": "Goal"
|
|
2113
|
+
}
|
|
2114
|
+
}
|
|
2115
|
+
}
|
|
2090
2116
|
}
|
|
2091
2117
|
],
|
|
2092
|
-
"events": [
|
|
2093
|
-
"methods": [],
|
|
2094
|
-
"types": [
|
|
2118
|
+
"events": [
|
|
2095
2119
|
{
|
|
2096
|
-
"
|
|
2097
|
-
"
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
"
|
|
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
|
-
}
|
|
2120
|
+
"name": "goal.click",
|
|
2121
|
+
"detail": {
|
|
2122
|
+
"annotation": {
|
|
2123
|
+
"type": "reference",
|
|
2124
|
+
"typeName": {
|
|
2125
|
+
"type": "identifier",
|
|
2126
|
+
"name": "Conversation"
|
|
2156
2127
|
}
|
|
2157
|
-
|
|
2128
|
+
}
|
|
2158
2129
|
}
|
|
2159
2130
|
},
|
|
2131
|
+
{
|
|
2132
|
+
"name": "action.click",
|
|
2133
|
+
"detail": {
|
|
2134
|
+
"annotation": {
|
|
2135
|
+
"type": "reference",
|
|
2136
|
+
"typeName": {
|
|
2137
|
+
"type": "identifier",
|
|
2138
|
+
"name": "ActionClickDetail"
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
2143
|
+
],
|
|
2144
|
+
"methods": [],
|
|
2145
|
+
"types": [
|
|
2160
2146
|
{
|
|
2161
2147
|
"type": "interface",
|
|
2162
|
-
"name": "
|
|
2148
|
+
"name": "Conversation",
|
|
2163
2149
|
"body": [
|
|
2164
2150
|
{
|
|
2165
2151
|
"type": "propertySignature",
|
|
2166
2152
|
"key": {
|
|
2167
2153
|
"type": "identifier",
|
|
2168
|
-
"name": "
|
|
2154
|
+
"name": "conversationId"
|
|
2169
2155
|
},
|
|
2170
2156
|
"annotation": {
|
|
2171
|
-
"type": "
|
|
2172
|
-
"value": "
|
|
2157
|
+
"type": "keyword",
|
|
2158
|
+
"value": "string"
|
|
2173
2159
|
},
|
|
2174
2160
|
"computed": false
|
|
2175
2161
|
},
|
|
@@ -2177,133 +2163,80 @@
|
|
|
2177
2163
|
"type": "propertySignature",
|
|
2178
2164
|
"key": {
|
|
2179
2165
|
"type": "identifier",
|
|
2180
|
-
"name": "
|
|
2166
|
+
"name": "title"
|
|
2181
2167
|
},
|
|
2182
2168
|
"annotation": {
|
|
2183
|
-
"type": "
|
|
2184
|
-
"
|
|
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
|
-
]
|
|
2169
|
+
"type": "keyword",
|
|
2170
|
+
"value": "string"
|
|
2211
2171
|
},
|
|
2212
2172
|
"computed": false
|
|
2213
|
-
}
|
|
2214
|
-
],
|
|
2215
|
-
"extends": [
|
|
2173
|
+
},
|
|
2216
2174
|
{
|
|
2217
|
-
"type": "
|
|
2218
|
-
"
|
|
2175
|
+
"type": "propertySignature",
|
|
2176
|
+
"key": {
|
|
2219
2177
|
"type": "identifier",
|
|
2220
|
-
"name": "
|
|
2221
|
-
}
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
"body": [
|
|
2178
|
+
"name": "startTime"
|
|
2179
|
+
},
|
|
2180
|
+
"annotation": {
|
|
2181
|
+
"type": "keyword",
|
|
2182
|
+
"value": "number"
|
|
2183
|
+
},
|
|
2184
|
+
"computed": false
|
|
2185
|
+
},
|
|
2229
2186
|
{
|
|
2230
2187
|
"type": "propertySignature",
|
|
2231
2188
|
"key": {
|
|
2232
2189
|
"type": "identifier",
|
|
2233
|
-
"name": "
|
|
2190
|
+
"name": "description"
|
|
2234
2191
|
},
|
|
2235
2192
|
"annotation": {
|
|
2236
2193
|
"type": "keyword",
|
|
2237
2194
|
"value": "string"
|
|
2238
2195
|
},
|
|
2196
|
+
"optional": true,
|
|
2239
2197
|
"computed": false
|
|
2240
2198
|
},
|
|
2241
2199
|
{
|
|
2242
2200
|
"type": "propertySignature",
|
|
2243
2201
|
"key": {
|
|
2244
2202
|
"type": "identifier",
|
|
2245
|
-
"name": "
|
|
2203
|
+
"name": "goalInstanceId"
|
|
2246
2204
|
},
|
|
2247
2205
|
"annotation": {
|
|
2248
2206
|
"type": "keyword",
|
|
2249
2207
|
"value": "string"
|
|
2250
2208
|
},
|
|
2209
|
+
"optional": true,
|
|
2251
2210
|
"computed": false
|
|
2252
2211
|
},
|
|
2253
2212
|
{
|
|
2254
2213
|
"type": "propertySignature",
|
|
2255
2214
|
"key": {
|
|
2256
2215
|
"type": "identifier",
|
|
2257
|
-
"name": "
|
|
2216
|
+
"name": "username"
|
|
2258
2217
|
},
|
|
2259
2218
|
"annotation": {
|
|
2260
2219
|
"type": "keyword",
|
|
2261
|
-
"value": "
|
|
2220
|
+
"value": "string"
|
|
2262
2221
|
},
|
|
2222
|
+
"optional": true,
|
|
2263
2223
|
"computed": false
|
|
2264
|
-
}
|
|
2224
|
+
}
|
|
2225
|
+
]
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"type": "interface",
|
|
2229
|
+
"name": "Goal",
|
|
2230
|
+
"body": [
|
|
2265
2231
|
{
|
|
2266
2232
|
"type": "propertySignature",
|
|
2267
2233
|
"key": {
|
|
2268
2234
|
"type": "identifier",
|
|
2269
|
-
"name": "
|
|
2235
|
+
"name": "instanceId"
|
|
2270
2236
|
},
|
|
2271
2237
|
"annotation": {
|
|
2272
|
-
"type": "
|
|
2273
|
-
"
|
|
2274
|
-
{
|
|
2275
|
-
"type": "jsLiteral",
|
|
2276
|
-
"value": "create_goal"
|
|
2277
|
-
},
|
|
2278
|
-
{
|
|
2279
|
-
"type": "jsLiteral",
|
|
2280
|
-
"value": "edit_goal"
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
"type": "jsLiteral",
|
|
2284
|
-
"value": "delete_goal"
|
|
2285
|
-
},
|
|
2286
|
-
{
|
|
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"
|
|
2305
|
-
}
|
|
2306
|
-
]
|
|
2238
|
+
"type": "keyword",
|
|
2239
|
+
"value": "string"
|
|
2307
2240
|
},
|
|
2308
2241
|
"computed": false
|
|
2309
2242
|
},
|
|
@@ -2311,11 +2244,11 @@
|
|
|
2311
2244
|
"type": "propertySignature",
|
|
2312
2245
|
"key": {
|
|
2313
2246
|
"type": "identifier",
|
|
2314
|
-
"name": "
|
|
2247
|
+
"name": "title"
|
|
2315
2248
|
},
|
|
2316
2249
|
"annotation": {
|
|
2317
2250
|
"type": "keyword",
|
|
2318
|
-
"value": "
|
|
2251
|
+
"value": "string"
|
|
2319
2252
|
},
|
|
2320
2253
|
"computed": false
|
|
2321
2254
|
}
|
|
@@ -2323,17 +2256,20 @@
|
|
|
2323
2256
|
},
|
|
2324
2257
|
{
|
|
2325
2258
|
"type": "interface",
|
|
2326
|
-
"name": "
|
|
2259
|
+
"name": "ActionClickDetail",
|
|
2327
2260
|
"body": [
|
|
2328
2261
|
{
|
|
2329
2262
|
"type": "propertySignature",
|
|
2330
2263
|
"key": {
|
|
2331
2264
|
"type": "identifier",
|
|
2332
|
-
"name": "
|
|
2265
|
+
"name": "action"
|
|
2333
2266
|
},
|
|
2334
2267
|
"annotation": {
|
|
2335
|
-
"type": "
|
|
2336
|
-
"
|
|
2268
|
+
"type": "reference",
|
|
2269
|
+
"typeName": {
|
|
2270
|
+
"type": "identifier",
|
|
2271
|
+
"name": "SimpleActionType"
|
|
2272
|
+
}
|
|
2337
2273
|
},
|
|
2338
2274
|
"computed": false
|
|
2339
2275
|
},
|
|
@@ -2341,155 +2277,187 @@
|
|
|
2341
2277
|
"type": "propertySignature",
|
|
2342
2278
|
"key": {
|
|
2343
2279
|
"type": "identifier",
|
|
2344
|
-
"name": "
|
|
2280
|
+
"name": "item"
|
|
2345
2281
|
},
|
|
2346
2282
|
"annotation": {
|
|
2347
|
-
"type": "
|
|
2348
|
-
"
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
"type": "identifier",
|
|
2353
|
-
"name": "before"
|
|
2354
|
-
},
|
|
2355
|
-
"annotation": {
|
|
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
|
-
]
|
|
2385
|
-
},
|
|
2386
|
-
"computed": false
|
|
2387
|
-
},
|
|
2388
|
-
{
|
|
2389
|
-
"type": "propertySignature",
|
|
2390
|
-
"key": {
|
|
2391
|
-
"type": "identifier",
|
|
2392
|
-
"name": "after"
|
|
2393
|
-
},
|
|
2394
|
-
"annotation": {
|
|
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
|
-
]
|
|
2424
|
-
},
|
|
2425
|
-
"computed": false
|
|
2426
|
-
}
|
|
2427
|
-
]
|
|
2283
|
+
"type": "reference",
|
|
2284
|
+
"typeName": {
|
|
2285
|
+
"type": "identifier",
|
|
2286
|
+
"name": "Conversation"
|
|
2287
|
+
}
|
|
2428
2288
|
},
|
|
2429
2289
|
"computed": false
|
|
2430
2290
|
}
|
|
2431
|
-
]
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2291
|
+
]
|
|
2292
|
+
}
|
|
2293
|
+
]
|
|
2294
|
+
},
|
|
2295
|
+
"ai-portal.chat-input": {
|
|
2296
|
+
"properties": [
|
|
2297
|
+
{
|
|
2298
|
+
"name": "placeholder",
|
|
2299
|
+
"annotation": {
|
|
2300
|
+
"type": "keyword",
|
|
2301
|
+
"value": "string"
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "autoFocus",
|
|
2306
|
+
"annotation": {
|
|
2307
|
+
"type": "keyword",
|
|
2308
|
+
"value": "boolean"
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"name": "submitDisabled",
|
|
2313
|
+
"annotation": {
|
|
2314
|
+
"type": "keyword",
|
|
2315
|
+
"value": "boolean"
|
|
2316
|
+
}
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"name": "supportsTerminate",
|
|
2320
|
+
"annotation": {
|
|
2321
|
+
"type": "keyword",
|
|
2322
|
+
"value": "boolean"
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"name": "terminating",
|
|
2327
|
+
"annotation": {
|
|
2328
|
+
"type": "keyword",
|
|
2329
|
+
"value": "boolean"
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"name": "uploadOptions",
|
|
2334
|
+
"annotation": {
|
|
2335
|
+
"type": "reference",
|
|
2336
|
+
"typeName": {
|
|
2337
|
+
"type": "identifier",
|
|
2338
|
+
"name": "UploadOptions"
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
],
|
|
2343
|
+
"events": [
|
|
2344
|
+
{
|
|
2345
|
+
"name": "message.submit",
|
|
2346
|
+
"detail": {
|
|
2347
|
+
"annotation": {
|
|
2348
|
+
"type": "keyword",
|
|
2349
|
+
"value": "string"
|
|
2350
|
+
}
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"name": "chat.submit",
|
|
2355
|
+
"detail": {
|
|
2356
|
+
"annotation": {
|
|
2357
|
+
"type": "reference",
|
|
2358
|
+
"typeName": {
|
|
2436
2359
|
"type": "identifier",
|
|
2437
|
-
"name": "
|
|
2360
|
+
"name": "ChatPayload"
|
|
2438
2361
|
}
|
|
2439
2362
|
}
|
|
2440
|
-
|
|
2363
|
+
}
|
|
2441
2364
|
},
|
|
2365
|
+
{
|
|
2366
|
+
"name": "terminate",
|
|
2367
|
+
"detail": {
|
|
2368
|
+
"annotation": {
|
|
2369
|
+
"type": "keyword",
|
|
2370
|
+
"value": "void"
|
|
2371
|
+
}
|
|
2372
|
+
}
|
|
2373
|
+
}
|
|
2374
|
+
],
|
|
2375
|
+
"methods": [],
|
|
2376
|
+
"types": [
|
|
2442
2377
|
{
|
|
2443
2378
|
"type": "interface",
|
|
2444
|
-
"name": "
|
|
2379
|
+
"name": "UploadOptions",
|
|
2445
2380
|
"body": [
|
|
2446
2381
|
{
|
|
2447
2382
|
"type": "propertySignature",
|
|
2448
2383
|
"key": {
|
|
2449
2384
|
"type": "identifier",
|
|
2450
|
-
"name": "
|
|
2385
|
+
"name": "enabled"
|
|
2451
2386
|
},
|
|
2452
2387
|
"annotation": {
|
|
2453
|
-
"type": "
|
|
2454
|
-
"value": "
|
|
2388
|
+
"type": "keyword",
|
|
2389
|
+
"value": "boolean"
|
|
2455
2390
|
},
|
|
2391
|
+
"optional": true,
|
|
2456
2392
|
"computed": false
|
|
2457
2393
|
},
|
|
2458
2394
|
{
|
|
2459
2395
|
"type": "propertySignature",
|
|
2460
2396
|
"key": {
|
|
2461
2397
|
"type": "identifier",
|
|
2462
|
-
"name": "
|
|
2398
|
+
"name": "dragDisabled"
|
|
2463
2399
|
},
|
|
2464
2400
|
"annotation": {
|
|
2465
|
-
"type": "
|
|
2466
|
-
"
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2401
|
+
"type": "keyword",
|
|
2402
|
+
"value": "boolean"
|
|
2403
|
+
},
|
|
2404
|
+
"optional": true,
|
|
2405
|
+
"computed": false
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"type": "propertySignature",
|
|
2409
|
+
"key": {
|
|
2410
|
+
"type": "identifier",
|
|
2411
|
+
"name": "dragTips"
|
|
2412
|
+
},
|
|
2413
|
+
"annotation": {
|
|
2414
|
+
"type": "keyword",
|
|
2415
|
+
"value": "string"
|
|
2416
|
+
},
|
|
2417
|
+
"optional": true,
|
|
2418
|
+
"computed": false
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
"type": "propertySignature",
|
|
2422
|
+
"key": {
|
|
2423
|
+
"type": "identifier",
|
|
2424
|
+
"name": "accept"
|
|
2425
|
+
},
|
|
2426
|
+
"annotation": {
|
|
2427
|
+
"type": "keyword",
|
|
2428
|
+
"value": "string"
|
|
2429
|
+
},
|
|
2430
|
+
"optional": true,
|
|
2431
|
+
"computed": false
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"type": "propertySignature",
|
|
2435
|
+
"key": {
|
|
2436
|
+
"type": "identifier",
|
|
2437
|
+
"name": "maxFiles"
|
|
2438
|
+
},
|
|
2439
|
+
"annotation": {
|
|
2440
|
+
"type": "keyword",
|
|
2441
|
+
"value": "number"
|
|
2442
|
+
},
|
|
2443
|
+
"optional": true,
|
|
2444
|
+
"computed": false
|
|
2445
|
+
}
|
|
2446
|
+
]
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"type": "interface",
|
|
2450
|
+
"name": "ChatPayload",
|
|
2451
|
+
"body": [
|
|
2452
|
+
{
|
|
2453
|
+
"type": "propertySignature",
|
|
2454
|
+
"key": {
|
|
2455
|
+
"type": "identifier",
|
|
2456
|
+
"name": "content"
|
|
2457
|
+
},
|
|
2458
|
+
"annotation": {
|
|
2459
|
+
"type": "keyword",
|
|
2460
|
+
"value": "string"
|
|
2493
2461
|
},
|
|
2494
2462
|
"computed": false
|
|
2495
2463
|
}
|
|
@@ -2499,125 +2467,125 @@
|
|
|
2499
2467
|
"type": "expressionWithTypeArguments",
|
|
2500
2468
|
"expression": {
|
|
2501
2469
|
"type": "identifier",
|
|
2502
|
-
"name": "
|
|
2470
|
+
"name": "ExtraChatPayload"
|
|
2503
2471
|
}
|
|
2504
2472
|
}
|
|
2505
2473
|
]
|
|
2506
2474
|
},
|
|
2507
2475
|
{
|
|
2508
2476
|
"type": "interface",
|
|
2509
|
-
"name": "
|
|
2477
|
+
"name": "ExtraChatPayload",
|
|
2510
2478
|
"body": [
|
|
2511
2479
|
{
|
|
2512
2480
|
"type": "propertySignature",
|
|
2513
2481
|
"key": {
|
|
2514
2482
|
"type": "identifier",
|
|
2515
|
-
"name": "
|
|
2483
|
+
"name": "files"
|
|
2516
2484
|
},
|
|
2517
2485
|
"annotation": {
|
|
2518
|
-
"type": "
|
|
2519
|
-
"
|
|
2486
|
+
"type": "array",
|
|
2487
|
+
"elementType": {
|
|
2488
|
+
"type": "reference",
|
|
2489
|
+
"typeName": {
|
|
2490
|
+
"type": "identifier",
|
|
2491
|
+
"name": "UploadFileInfo"
|
|
2492
|
+
}
|
|
2493
|
+
}
|
|
2520
2494
|
},
|
|
2495
|
+
"optional": true,
|
|
2521
2496
|
"computed": false
|
|
2522
2497
|
},
|
|
2523
2498
|
{
|
|
2524
2499
|
"type": "propertySignature",
|
|
2525
2500
|
"key": {
|
|
2526
2501
|
"type": "identifier",
|
|
2527
|
-
"name": "
|
|
2502
|
+
"name": "cmd"
|
|
2528
2503
|
},
|
|
2529
2504
|
"annotation": {
|
|
2530
|
-
"type": "
|
|
2531
|
-
"
|
|
2505
|
+
"type": "union",
|
|
2506
|
+
"types": [
|
|
2532
2507
|
{
|
|
2533
|
-
"type": "
|
|
2534
|
-
"
|
|
2535
|
-
"type": "identifier",
|
|
2536
|
-
"name": "
|
|
2537
|
-
}
|
|
2538
|
-
"annotation": {
|
|
2539
|
-
"type": "keyword",
|
|
2540
|
-
"value": "number"
|
|
2541
|
-
},
|
|
2542
|
-
"computed": false
|
|
2508
|
+
"type": "reference",
|
|
2509
|
+
"typeName": {
|
|
2510
|
+
"type": "identifier",
|
|
2511
|
+
"name": "CommandPayload"
|
|
2512
|
+
}
|
|
2543
2513
|
},
|
|
2544
2514
|
{
|
|
2545
|
-
"type": "
|
|
2546
|
-
"
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
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
|
|
2515
|
+
"type": "keyword",
|
|
2516
|
+
"value": "null"
|
|
2517
|
+
}
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
"optional": true,
|
|
2521
|
+
"computed": false
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"type": "propertySignature",
|
|
2525
|
+
"key": {
|
|
2526
|
+
"type": "identifier",
|
|
2527
|
+
"name": "aiEmployeeId"
|
|
2528
|
+
},
|
|
2529
|
+
"annotation": {
|
|
2530
|
+
"type": "union",
|
|
2531
|
+
"types": [
|
|
2532
|
+
{
|
|
2533
|
+
"type": "keyword",
|
|
2534
|
+
"value": "string"
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"type": "keyword",
|
|
2538
|
+
"value": "null"
|
|
2592
2539
|
}
|
|
2593
2540
|
]
|
|
2594
2541
|
},
|
|
2542
|
+
"optional": true,
|
|
2595
2543
|
"computed": false
|
|
2596
2544
|
}
|
|
2597
|
-
]
|
|
2598
|
-
|
|
2545
|
+
]
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"type": "interface",
|
|
2549
|
+
"name": "UploadFileInfo",
|
|
2550
|
+
"body": [
|
|
2599
2551
|
{
|
|
2600
|
-
"type": "
|
|
2601
|
-
"
|
|
2552
|
+
"type": "propertySignature",
|
|
2553
|
+
"key": {
|
|
2602
2554
|
"type": "identifier",
|
|
2603
|
-
"name": "
|
|
2604
|
-
}
|
|
2555
|
+
"name": "fileId"
|
|
2556
|
+
},
|
|
2557
|
+
"annotation": {
|
|
2558
|
+
"type": "keyword",
|
|
2559
|
+
"value": "string"
|
|
2560
|
+
},
|
|
2561
|
+
"computed": false
|
|
2605
2562
|
}
|
|
2606
2563
|
]
|
|
2607
2564
|
},
|
|
2565
|
+
{
|
|
2566
|
+
"type": "typeAlias",
|
|
2567
|
+
"name": "CommandPayload",
|
|
2568
|
+
"annotation": {
|
|
2569
|
+
"type": "reference",
|
|
2570
|
+
"typeName": {
|
|
2571
|
+
"type": "identifier",
|
|
2572
|
+
"name": "CommandPayloadServiceFlowStarting"
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
},
|
|
2608
2576
|
{
|
|
2609
2577
|
"type": "interface",
|
|
2610
|
-
"name": "
|
|
2578
|
+
"name": "CommandPayloadServiceFlowStarting",
|
|
2611
2579
|
"body": [
|
|
2612
2580
|
{
|
|
2613
2581
|
"type": "propertySignature",
|
|
2614
2582
|
"key": {
|
|
2615
2583
|
"type": "identifier",
|
|
2616
|
-
"name": "
|
|
2584
|
+
"name": "type"
|
|
2617
2585
|
},
|
|
2618
2586
|
"annotation": {
|
|
2619
2587
|
"type": "jsLiteral",
|
|
2620
|
-
"value": "
|
|
2588
|
+
"value": "serviceFlowStarting"
|
|
2621
2589
|
},
|
|
2622
2590
|
"computed": false
|
|
2623
2591
|
},
|
|
@@ -2625,7 +2593,7 @@
|
|
|
2625
2593
|
"type": "propertySignature",
|
|
2626
2594
|
"key": {
|
|
2627
2595
|
"type": "identifier",
|
|
2628
|
-
"name": "
|
|
2596
|
+
"name": "serviceFlowStarting"
|
|
2629
2597
|
},
|
|
2630
2598
|
"annotation": {
|
|
2631
2599
|
"type": "typeLiteral",
|
|
@@ -2634,49 +2602,11 @@
|
|
|
2634
2602
|
"type": "propertySignature",
|
|
2635
2603
|
"key": {
|
|
2636
2604
|
"type": "identifier",
|
|
2637
|
-
"name": "
|
|
2605
|
+
"name": "spaceInstanceId"
|
|
2638
2606
|
},
|
|
2639
2607
|
"annotation": {
|
|
2640
|
-
"type": "
|
|
2641
|
-
"
|
|
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
|
-
]
|
|
2608
|
+
"type": "keyword",
|
|
2609
|
+
"value": "string"
|
|
2680
2610
|
},
|
|
2681
2611
|
"computed": false
|
|
2682
2612
|
},
|
|
@@ -2684,70 +2614,170 @@
|
|
|
2684
2614
|
"type": "propertySignature",
|
|
2685
2615
|
"key": {
|
|
2686
2616
|
"type": "identifier",
|
|
2687
|
-
"name": "
|
|
2617
|
+
"name": "spaceName"
|
|
2688
2618
|
},
|
|
2689
2619
|
"annotation": {
|
|
2690
|
-
"type": "
|
|
2691
|
-
"
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
},
|
|
2719
|
-
"annotation": {
|
|
2720
|
-
"type": "keyword",
|
|
2721
|
-
"value": "string"
|
|
2722
|
-
},
|
|
2723
|
-
"computed": false
|
|
2724
|
-
}
|
|
2725
|
-
]
|
|
2726
|
-
},
|
|
2727
|
-
"computed": false
|
|
2728
|
-
}
|
|
2729
|
-
]
|
|
2620
|
+
"type": "keyword",
|
|
2621
|
+
"value": "string"
|
|
2622
|
+
},
|
|
2623
|
+
"optional": true,
|
|
2624
|
+
"computed": false
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"type": "propertySignature",
|
|
2628
|
+
"key": {
|
|
2629
|
+
"type": "identifier",
|
|
2630
|
+
"name": "flowInstanceId"
|
|
2631
|
+
},
|
|
2632
|
+
"annotation": {
|
|
2633
|
+
"type": "keyword",
|
|
2634
|
+
"value": "string"
|
|
2635
|
+
},
|
|
2636
|
+
"optional": true,
|
|
2637
|
+
"computed": false
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"type": "propertySignature",
|
|
2641
|
+
"key": {
|
|
2642
|
+
"type": "identifier",
|
|
2643
|
+
"name": "flowName"
|
|
2644
|
+
},
|
|
2645
|
+
"annotation": {
|
|
2646
|
+
"type": "keyword",
|
|
2647
|
+
"value": "string"
|
|
2730
2648
|
},
|
|
2649
|
+
"optional": true,
|
|
2731
2650
|
"computed": false
|
|
2732
2651
|
}
|
|
2733
2652
|
]
|
|
2734
2653
|
},
|
|
2735
2654
|
"computed": false
|
|
2736
2655
|
}
|
|
2737
|
-
],
|
|
2738
|
-
"extends": [
|
|
2739
|
-
{
|
|
2740
|
-
"type": "expressionWithTypeArguments",
|
|
2741
|
-
"expression": {
|
|
2742
|
-
"type": "identifier",
|
|
2743
|
-
"name": "ActivityBase"
|
|
2744
|
-
}
|
|
2745
|
-
}
|
|
2746
2656
|
]
|
|
2747
|
-
}
|
|
2657
|
+
}
|
|
2658
|
+
]
|
|
2659
|
+
},
|
|
2660
|
+
"ai-portal.show-case": {
|
|
2661
|
+
"properties": [
|
|
2748
2662
|
{
|
|
2749
|
-
"
|
|
2750
|
-
"
|
|
2663
|
+
"name": "caseTitle",
|
|
2664
|
+
"annotation": {
|
|
2665
|
+
"type": "keyword",
|
|
2666
|
+
"value": "string"
|
|
2667
|
+
}
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
"name": "summary",
|
|
2671
|
+
"annotation": {
|
|
2672
|
+
"type": "keyword",
|
|
2673
|
+
"value": "string"
|
|
2674
|
+
}
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"name": "url",
|
|
2678
|
+
"annotation": {
|
|
2679
|
+
"type": "keyword",
|
|
2680
|
+
"value": "string"
|
|
2681
|
+
}
|
|
2682
|
+
}
|
|
2683
|
+
],
|
|
2684
|
+
"events": [],
|
|
2685
|
+
"methods": []
|
|
2686
|
+
},
|
|
2687
|
+
"ai-portal.activity-timeline": {
|
|
2688
|
+
"properties": [
|
|
2689
|
+
{
|
|
2690
|
+
"name": "list",
|
|
2691
|
+
"annotation": {
|
|
2692
|
+
"type": "array",
|
|
2693
|
+
"elementType": {
|
|
2694
|
+
"type": "reference",
|
|
2695
|
+
"typeName": {
|
|
2696
|
+
"type": "identifier",
|
|
2697
|
+
"name": "Activity"
|
|
2698
|
+
}
|
|
2699
|
+
}
|
|
2700
|
+
}
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"name": "chatUrlTemplate",
|
|
2704
|
+
"annotation": {
|
|
2705
|
+
"type": "keyword",
|
|
2706
|
+
"value": "string"
|
|
2707
|
+
}
|
|
2708
|
+
}
|
|
2709
|
+
],
|
|
2710
|
+
"events": [],
|
|
2711
|
+
"methods": [],
|
|
2712
|
+
"types": [
|
|
2713
|
+
{
|
|
2714
|
+
"type": "typeAlias",
|
|
2715
|
+
"name": "Activity",
|
|
2716
|
+
"annotation": {
|
|
2717
|
+
"type": "union",
|
|
2718
|
+
"types": [
|
|
2719
|
+
{
|
|
2720
|
+
"type": "reference",
|
|
2721
|
+
"typeName": {
|
|
2722
|
+
"type": "identifier",
|
|
2723
|
+
"name": "ActivityOfCreateGoal"
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"type": "reference",
|
|
2728
|
+
"typeName": {
|
|
2729
|
+
"type": "identifier",
|
|
2730
|
+
"name": "ActivityOfEditGoal"
|
|
2731
|
+
}
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"type": "reference",
|
|
2735
|
+
"typeName": {
|
|
2736
|
+
"type": "identifier",
|
|
2737
|
+
"name": "ActivityOfDeleteGoal"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"type": "reference",
|
|
2742
|
+
"typeName": {
|
|
2743
|
+
"type": "identifier",
|
|
2744
|
+
"name": "ActivityOfDecomposeGoals"
|
|
2745
|
+
}
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"type": "reference",
|
|
2749
|
+
"typeName": {
|
|
2750
|
+
"type": "identifier",
|
|
2751
|
+
"name": "ActivityOfAlterOwner"
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"type": "reference",
|
|
2756
|
+
"typeName": {
|
|
2757
|
+
"type": "identifier",
|
|
2758
|
+
"name": "ActivityOfAlterUser"
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"type": "reference",
|
|
2763
|
+
"typeName": {
|
|
2764
|
+
"type": "identifier",
|
|
2765
|
+
"name": "ActivityOfAddComment"
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"type": "reference",
|
|
2770
|
+
"typeName": {
|
|
2771
|
+
"type": "identifier",
|
|
2772
|
+
"name": "ActivityOfStartConversation"
|
|
2773
|
+
}
|
|
2774
|
+
}
|
|
2775
|
+
]
|
|
2776
|
+
}
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"type": "interface",
|
|
2780
|
+
"name": "ActivityOfCreateGoal",
|
|
2751
2781
|
"body": [
|
|
2752
2782
|
{
|
|
2753
2783
|
"type": "propertySignature",
|
|
@@ -2757,7 +2787,7 @@
|
|
|
2757
2787
|
},
|
|
2758
2788
|
"annotation": {
|
|
2759
2789
|
"type": "jsLiteral",
|
|
2760
|
-
"value": "
|
|
2790
|
+
"value": "create_goal"
|
|
2761
2791
|
},
|
|
2762
2792
|
"computed": false
|
|
2763
2793
|
},
|
|
@@ -2774,61 +2804,11 @@
|
|
|
2774
2804
|
"type": "propertySignature",
|
|
2775
2805
|
"key": {
|
|
2776
2806
|
"type": "identifier",
|
|
2777
|
-
"name": "
|
|
2807
|
+
"name": "goal_title"
|
|
2778
2808
|
},
|
|
2779
2809
|
"annotation": {
|
|
2780
|
-
"type": "
|
|
2781
|
-
"
|
|
2782
|
-
{
|
|
2783
|
-
"type": "propertySignature",
|
|
2784
|
-
"key": {
|
|
2785
|
-
"type": "identifier",
|
|
2786
|
-
"name": "users"
|
|
2787
|
-
},
|
|
2788
|
-
"annotation": {
|
|
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
|
-
}
|
|
2828
|
-
},
|
|
2829
|
-
"computed": false
|
|
2830
|
-
}
|
|
2831
|
-
]
|
|
2810
|
+
"type": "keyword",
|
|
2811
|
+
"value": "string"
|
|
2832
2812
|
},
|
|
2833
2813
|
"computed": false
|
|
2834
2814
|
},
|
|
@@ -2836,62 +2816,13 @@
|
|
|
2836
2816
|
"type": "propertySignature",
|
|
2837
2817
|
"key": {
|
|
2838
2818
|
"type": "identifier",
|
|
2839
|
-
"name": "
|
|
2819
|
+
"name": "goal_description"
|
|
2840
2820
|
},
|
|
2841
2821
|
"annotation": {
|
|
2842
|
-
"type": "
|
|
2843
|
-
"
|
|
2844
|
-
{
|
|
2845
|
-
"type": "propertySignature",
|
|
2846
|
-
"key": {
|
|
2847
|
-
"type": "identifier",
|
|
2848
|
-
"name": "users"
|
|
2849
|
-
},
|
|
2850
|
-
"annotation": {
|
|
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
|
-
}
|
|
2890
|
-
},
|
|
2891
|
-
"computed": false
|
|
2892
|
-
}
|
|
2893
|
-
]
|
|
2822
|
+
"type": "keyword",
|
|
2823
|
+
"value": "string"
|
|
2894
2824
|
},
|
|
2825
|
+
"optional": true,
|
|
2895
2826
|
"computed": false
|
|
2896
2827
|
}
|
|
2897
2828
|
]
|
|
@@ -2911,17 +2842,17 @@
|
|
|
2911
2842
|
},
|
|
2912
2843
|
{
|
|
2913
2844
|
"type": "interface",
|
|
2914
|
-
"name": "
|
|
2845
|
+
"name": "ActivityBase",
|
|
2915
2846
|
"body": [
|
|
2916
2847
|
{
|
|
2917
2848
|
"type": "propertySignature",
|
|
2918
2849
|
"key": {
|
|
2919
2850
|
"type": "identifier",
|
|
2920
|
-
"name": "
|
|
2851
|
+
"name": "user_id"
|
|
2921
2852
|
},
|
|
2922
2853
|
"annotation": {
|
|
2923
|
-
"type": "
|
|
2924
|
-
"value": "
|
|
2854
|
+
"type": "keyword",
|
|
2855
|
+
"value": "string"
|
|
2925
2856
|
},
|
|
2926
2857
|
"computed": false
|
|
2927
2858
|
},
|
|
@@ -2929,41 +2860,88 @@
|
|
|
2929
2860
|
"type": "propertySignature",
|
|
2930
2861
|
"key": {
|
|
2931
2862
|
"type": "identifier",
|
|
2932
|
-
"name": "
|
|
2863
|
+
"name": "user_name"
|
|
2933
2864
|
},
|
|
2934
2865
|
"annotation": {
|
|
2935
|
-
"type": "
|
|
2936
|
-
"
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2866
|
+
"type": "keyword",
|
|
2867
|
+
"value": "string"
|
|
2868
|
+
},
|
|
2869
|
+
"computed": false
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"type": "propertySignature",
|
|
2873
|
+
"key": {
|
|
2874
|
+
"type": "identifier",
|
|
2875
|
+
"name": "time"
|
|
2876
|
+
},
|
|
2877
|
+
"annotation": {
|
|
2878
|
+
"type": "keyword",
|
|
2879
|
+
"value": "number"
|
|
2880
|
+
},
|
|
2881
|
+
"computed": false
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"type": "propertySignature",
|
|
2885
|
+
"key": {
|
|
2886
|
+
"type": "identifier",
|
|
2887
|
+
"name": "action_type"
|
|
2888
|
+
},
|
|
2889
|
+
"annotation": {
|
|
2890
|
+
"type": "union",
|
|
2891
|
+
"types": [
|
|
2892
|
+
{
|
|
2893
|
+
"type": "jsLiteral",
|
|
2894
|
+
"value": "create_goal"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"type": "jsLiteral",
|
|
2898
|
+
"value": "edit_goal"
|
|
2899
|
+
},
|
|
2900
|
+
{
|
|
2901
|
+
"type": "jsLiteral",
|
|
2902
|
+
"value": "delete_goal"
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"type": "jsLiteral",
|
|
2906
|
+
"value": "decompose_goals"
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"type": "jsLiteral",
|
|
2910
|
+
"value": "alter_owner"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"type": "jsLiteral",
|
|
2914
|
+
"value": "alter_user"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"type": "jsLiteral",
|
|
2918
|
+
"value": "add_comment"
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"type": "jsLiteral",
|
|
2922
|
+
"value": "start_conversation"
|
|
2948
2923
|
}
|
|
2949
2924
|
]
|
|
2950
2925
|
},
|
|
2951
2926
|
"computed": false
|
|
2952
|
-
}
|
|
2953
|
-
],
|
|
2954
|
-
"extends": [
|
|
2927
|
+
},
|
|
2955
2928
|
{
|
|
2956
|
-
"type": "
|
|
2957
|
-
"
|
|
2929
|
+
"type": "propertySignature",
|
|
2930
|
+
"key": {
|
|
2958
2931
|
"type": "identifier",
|
|
2959
|
-
"name": "
|
|
2960
|
-
}
|
|
2932
|
+
"name": "metadata"
|
|
2933
|
+
},
|
|
2934
|
+
"annotation": {
|
|
2935
|
+
"type": "keyword",
|
|
2936
|
+
"value": "unknown"
|
|
2937
|
+
},
|
|
2938
|
+
"computed": false
|
|
2961
2939
|
}
|
|
2962
2940
|
]
|
|
2963
2941
|
},
|
|
2964
2942
|
{
|
|
2965
2943
|
"type": "interface",
|
|
2966
|
-
"name": "
|
|
2944
|
+
"name": "ActivityOfEditGoal",
|
|
2967
2945
|
"body": [
|
|
2968
2946
|
{
|
|
2969
2947
|
"type": "propertySignature",
|
|
@@ -2973,7 +2951,7 @@
|
|
|
2973
2951
|
},
|
|
2974
2952
|
"annotation": {
|
|
2975
2953
|
"type": "jsLiteral",
|
|
2976
|
-
"value": "
|
|
2954
|
+
"value": "edit_goal"
|
|
2977
2955
|
},
|
|
2978
2956
|
"computed": false
|
|
2979
2957
|
},
|
|
@@ -2990,23 +2968,38 @@
|
|
|
2990
2968
|
"type": "propertySignature",
|
|
2991
2969
|
"key": {
|
|
2992
2970
|
"type": "identifier",
|
|
2993
|
-
"name": "
|
|
2994
|
-
},
|
|
2995
|
-
"annotation": {
|
|
2996
|
-
"type": "keyword",
|
|
2997
|
-
"value": "string"
|
|
2998
|
-
},
|
|
2999
|
-
"computed": false
|
|
3000
|
-
},
|
|
3001
|
-
{
|
|
3002
|
-
"type": "propertySignature",
|
|
3003
|
-
"key": {
|
|
3004
|
-
"type": "identifier",
|
|
3005
|
-
"name": "conversation_title"
|
|
2971
|
+
"name": "before"
|
|
3006
2972
|
},
|
|
3007
2973
|
"annotation": {
|
|
3008
|
-
"type": "
|
|
3009
|
-
"
|
|
2974
|
+
"type": "typeLiteral",
|
|
2975
|
+
"members": [
|
|
2976
|
+
{
|
|
2977
|
+
"type": "propertySignature",
|
|
2978
|
+
"key": {
|
|
2979
|
+
"type": "identifier",
|
|
2980
|
+
"name": "title"
|
|
2981
|
+
},
|
|
2982
|
+
"annotation": {
|
|
2983
|
+
"type": "keyword",
|
|
2984
|
+
"value": "string"
|
|
2985
|
+
},
|
|
2986
|
+
"optional": true,
|
|
2987
|
+
"computed": false
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
"type": "propertySignature",
|
|
2991
|
+
"key": {
|
|
2992
|
+
"type": "identifier",
|
|
2993
|
+
"name": "description"
|
|
2994
|
+
},
|
|
2995
|
+
"annotation": {
|
|
2996
|
+
"type": "keyword",
|
|
2997
|
+
"value": "string"
|
|
2998
|
+
},
|
|
2999
|
+
"optional": true,
|
|
3000
|
+
"computed": false
|
|
3001
|
+
}
|
|
3002
|
+
]
|
|
3010
3003
|
},
|
|
3011
3004
|
"computed": false
|
|
3012
3005
|
},
|
|
@@ -3014,13 +3007,39 @@
|
|
|
3014
3007
|
"type": "propertySignature",
|
|
3015
3008
|
"key": {
|
|
3016
3009
|
"type": "identifier",
|
|
3017
|
-
"name": "
|
|
3010
|
+
"name": "after"
|
|
3018
3011
|
},
|
|
3019
3012
|
"annotation": {
|
|
3020
|
-
"type": "
|
|
3021
|
-
"
|
|
3013
|
+
"type": "typeLiteral",
|
|
3014
|
+
"members": [
|
|
3015
|
+
{
|
|
3016
|
+
"type": "propertySignature",
|
|
3017
|
+
"key": {
|
|
3018
|
+
"type": "identifier",
|
|
3019
|
+
"name": "title"
|
|
3020
|
+
},
|
|
3021
|
+
"annotation": {
|
|
3022
|
+
"type": "keyword",
|
|
3023
|
+
"value": "string"
|
|
3024
|
+
},
|
|
3025
|
+
"optional": true,
|
|
3026
|
+
"computed": false
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"type": "propertySignature",
|
|
3030
|
+
"key": {
|
|
3031
|
+
"type": "identifier",
|
|
3032
|
+
"name": "description"
|
|
3033
|
+
},
|
|
3034
|
+
"annotation": {
|
|
3035
|
+
"type": "keyword",
|
|
3036
|
+
"value": "string"
|
|
3037
|
+
},
|
|
3038
|
+
"optional": true,
|
|
3039
|
+
"computed": false
|
|
3040
|
+
}
|
|
3041
|
+
]
|
|
3022
3042
|
},
|
|
3023
|
-
"optional": true,
|
|
3024
3043
|
"computed": false
|
|
3025
3044
|
}
|
|
3026
3045
|
]
|
|
@@ -3037,99 +3056,20 @@
|
|
|
3037
3056
|
}
|
|
3038
3057
|
}
|
|
3039
3058
|
]
|
|
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
|
-
}
|
|
3104
3059
|
},
|
|
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": [
|
|
3120
3060
|
{
|
|
3121
3061
|
"type": "interface",
|
|
3122
|
-
"name": "
|
|
3062
|
+
"name": "ActivityOfDeleteGoal",
|
|
3123
3063
|
"body": [
|
|
3124
3064
|
{
|
|
3125
3065
|
"type": "propertySignature",
|
|
3126
3066
|
"key": {
|
|
3127
3067
|
"type": "identifier",
|
|
3128
|
-
"name": "
|
|
3068
|
+
"name": "action_type"
|
|
3129
3069
|
},
|
|
3130
3070
|
"annotation": {
|
|
3131
|
-
"type": "
|
|
3132
|
-
"value": "
|
|
3071
|
+
"type": "jsLiteral",
|
|
3072
|
+
"value": "delete_goal"
|
|
3133
3073
|
},
|
|
3134
3074
|
"computed": false
|
|
3135
3075
|
},
|
|
@@ -3137,80 +3077,64 @@
|
|
|
3137
3077
|
"type": "propertySignature",
|
|
3138
3078
|
"key": {
|
|
3139
3079
|
"type": "identifier",
|
|
3140
|
-
"name": "
|
|
3080
|
+
"name": "metadata"
|
|
3141
3081
|
},
|
|
3142
3082
|
"annotation": {
|
|
3143
|
-
"type": "
|
|
3144
|
-
"
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
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"
|
|
3083
|
+
"type": "typeLiteral",
|
|
3084
|
+
"members": [
|
|
3085
|
+
{
|
|
3086
|
+
"type": "propertySignature",
|
|
3087
|
+
"key": {
|
|
3088
|
+
"type": "identifier",
|
|
3089
|
+
"name": "goal_title"
|
|
3090
|
+
},
|
|
3091
|
+
"annotation": {
|
|
3092
|
+
"type": "keyword",
|
|
3093
|
+
"value": "string"
|
|
3094
|
+
},
|
|
3095
|
+
"computed": false
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"type": "propertySignature",
|
|
3099
|
+
"key": {
|
|
3100
|
+
"type": "identifier",
|
|
3101
|
+
"name": "goal_description"
|
|
3102
|
+
},
|
|
3103
|
+
"annotation": {
|
|
3104
|
+
"type": "keyword",
|
|
3105
|
+
"value": "string"
|
|
3106
|
+
},
|
|
3107
|
+
"optional": true,
|
|
3108
|
+
"computed": false
|
|
3109
|
+
}
|
|
3110
|
+
]
|
|
3182
3111
|
},
|
|
3183
|
-
"optional": true,
|
|
3184
3112
|
"computed": false
|
|
3185
|
-
}
|
|
3113
|
+
}
|
|
3114
|
+
],
|
|
3115
|
+
"extends": [
|
|
3186
3116
|
{
|
|
3187
|
-
"type": "
|
|
3188
|
-
"
|
|
3117
|
+
"type": "expressionWithTypeArguments",
|
|
3118
|
+
"expression": {
|
|
3189
3119
|
"type": "identifier",
|
|
3190
|
-
"name": "
|
|
3191
|
-
}
|
|
3192
|
-
"annotation": {
|
|
3193
|
-
"type": "keyword",
|
|
3194
|
-
"value": "string"
|
|
3195
|
-
},
|
|
3196
|
-
"optional": true,
|
|
3197
|
-
"computed": false
|
|
3120
|
+
"name": "ActivityBase"
|
|
3121
|
+
}
|
|
3198
3122
|
}
|
|
3199
3123
|
]
|
|
3200
3124
|
},
|
|
3201
3125
|
{
|
|
3202
3126
|
"type": "interface",
|
|
3203
|
-
"name": "
|
|
3127
|
+
"name": "ActivityOfDecomposeGoals",
|
|
3204
3128
|
"body": [
|
|
3205
3129
|
{
|
|
3206
3130
|
"type": "propertySignature",
|
|
3207
3131
|
"key": {
|
|
3208
3132
|
"type": "identifier",
|
|
3209
|
-
"name": "
|
|
3133
|
+
"name": "action_type"
|
|
3210
3134
|
},
|
|
3211
3135
|
"annotation": {
|
|
3212
|
-
"type": "
|
|
3213
|
-
"value": "
|
|
3136
|
+
"type": "jsLiteral",
|
|
3137
|
+
"value": "decompose_goals"
|
|
3214
3138
|
},
|
|
3215
3139
|
"computed": false
|
|
3216
3140
|
},
|
|
@@ -3218,32 +3142,100 @@
|
|
|
3218
3142
|
"type": "propertySignature",
|
|
3219
3143
|
"key": {
|
|
3220
3144
|
"type": "identifier",
|
|
3221
|
-
"name": "
|
|
3145
|
+
"name": "metadata"
|
|
3222
3146
|
},
|
|
3223
3147
|
"annotation": {
|
|
3224
|
-
"type": "
|
|
3225
|
-
"
|
|
3148
|
+
"type": "typeLiteral",
|
|
3149
|
+
"members": [
|
|
3150
|
+
{
|
|
3151
|
+
"type": "propertySignature",
|
|
3152
|
+
"key": {
|
|
3153
|
+
"type": "identifier",
|
|
3154
|
+
"name": "sub_goals_count"
|
|
3155
|
+
},
|
|
3156
|
+
"annotation": {
|
|
3157
|
+
"type": "keyword",
|
|
3158
|
+
"value": "number"
|
|
3159
|
+
},
|
|
3160
|
+
"computed": false
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"type": "propertySignature",
|
|
3164
|
+
"key": {
|
|
3165
|
+
"type": "identifier",
|
|
3166
|
+
"name": "sub_goals"
|
|
3167
|
+
},
|
|
3168
|
+
"annotation": {
|
|
3169
|
+
"type": "reference",
|
|
3170
|
+
"typeName": {
|
|
3171
|
+
"type": "identifier",
|
|
3172
|
+
"name": "Array"
|
|
3173
|
+
},
|
|
3174
|
+
"typeParameters": {
|
|
3175
|
+
"type": "typeParameterInstantiation",
|
|
3176
|
+
"params": [
|
|
3177
|
+
{
|
|
3178
|
+
"type": "typeLiteral",
|
|
3179
|
+
"members": [
|
|
3180
|
+
{
|
|
3181
|
+
"type": "propertySignature",
|
|
3182
|
+
"key": {
|
|
3183
|
+
"type": "identifier",
|
|
3184
|
+
"name": "sub_goal_id"
|
|
3185
|
+
},
|
|
3186
|
+
"annotation": {
|
|
3187
|
+
"type": "keyword",
|
|
3188
|
+
"value": "string"
|
|
3189
|
+
},
|
|
3190
|
+
"computed": false
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"type": "propertySignature",
|
|
3194
|
+
"key": {
|
|
3195
|
+
"type": "identifier",
|
|
3196
|
+
"name": "title"
|
|
3197
|
+
},
|
|
3198
|
+
"annotation": {
|
|
3199
|
+
"type": "keyword",
|
|
3200
|
+
"value": "string"
|
|
3201
|
+
},
|
|
3202
|
+
"computed": false
|
|
3203
|
+
}
|
|
3204
|
+
]
|
|
3205
|
+
}
|
|
3206
|
+
]
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3209
|
+
"computed": false
|
|
3210
|
+
}
|
|
3211
|
+
]
|
|
3226
3212
|
},
|
|
3227
3213
|
"computed": false
|
|
3228
3214
|
}
|
|
3215
|
+
],
|
|
3216
|
+
"extends": [
|
|
3217
|
+
{
|
|
3218
|
+
"type": "expressionWithTypeArguments",
|
|
3219
|
+
"expression": {
|
|
3220
|
+
"type": "identifier",
|
|
3221
|
+
"name": "ActivityBase"
|
|
3222
|
+
}
|
|
3223
|
+
}
|
|
3229
3224
|
]
|
|
3230
3225
|
},
|
|
3231
3226
|
{
|
|
3232
3227
|
"type": "interface",
|
|
3233
|
-
"name": "
|
|
3228
|
+
"name": "ActivityOfAlterOwner",
|
|
3234
3229
|
"body": [
|
|
3235
3230
|
{
|
|
3236
3231
|
"type": "propertySignature",
|
|
3237
3232
|
"key": {
|
|
3238
3233
|
"type": "identifier",
|
|
3239
|
-
"name": "
|
|
3234
|
+
"name": "action_type"
|
|
3240
3235
|
},
|
|
3241
3236
|
"annotation": {
|
|
3242
|
-
"type": "
|
|
3243
|
-
"
|
|
3244
|
-
"type": "identifier",
|
|
3245
|
-
"name": "SimpleActionType"
|
|
3246
|
-
}
|
|
3237
|
+
"type": "jsLiteral",
|
|
3238
|
+
"value": "alter_owner"
|
|
3247
3239
|
},
|
|
3248
3240
|
"computed": false
|
|
3249
3241
|
},
|
|
@@ -3251,187 +3243,112 @@
|
|
|
3251
3243
|
"type": "propertySignature",
|
|
3252
3244
|
"key": {
|
|
3253
3245
|
"type": "identifier",
|
|
3254
|
-
"name": "
|
|
3246
|
+
"name": "metadata"
|
|
3255
3247
|
},
|
|
3256
3248
|
"annotation": {
|
|
3257
|
-
"type": "
|
|
3258
|
-
"
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
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"
|
|
3249
|
+
"type": "typeLiteral",
|
|
3250
|
+
"members": [
|
|
3251
|
+
{
|
|
3252
|
+
"type": "propertySignature",
|
|
3253
|
+
"key": {
|
|
3254
|
+
"type": "identifier",
|
|
3255
|
+
"name": "before"
|
|
3256
|
+
},
|
|
3257
|
+
"annotation": {
|
|
3258
|
+
"type": "typeLiteral",
|
|
3259
|
+
"members": [
|
|
3260
|
+
{
|
|
3261
|
+
"type": "propertySignature",
|
|
3262
|
+
"key": {
|
|
3263
|
+
"type": "identifier",
|
|
3264
|
+
"name": "owner"
|
|
3265
|
+
},
|
|
3266
|
+
"annotation": {
|
|
3267
|
+
"type": "typeLiteral",
|
|
3268
|
+
"members": [
|
|
3269
|
+
{
|
|
3270
|
+
"type": "propertySignature",
|
|
3271
|
+
"key": {
|
|
3272
|
+
"type": "identifier",
|
|
3273
|
+
"name": "user_id"
|
|
3274
|
+
},
|
|
3275
|
+
"annotation": {
|
|
3276
|
+
"type": "keyword",
|
|
3277
|
+
"value": "string"
|
|
3278
|
+
},
|
|
3279
|
+
"computed": false
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"type": "propertySignature",
|
|
3283
|
+
"key": {
|
|
3284
|
+
"type": "identifier",
|
|
3285
|
+
"name": "user_name"
|
|
3286
|
+
},
|
|
3287
|
+
"annotation": {
|
|
3288
|
+
"type": "keyword",
|
|
3289
|
+
"value": "string"
|
|
3290
|
+
},
|
|
3291
|
+
"computed": false
|
|
3292
|
+
}
|
|
3293
|
+
]
|
|
3294
|
+
},
|
|
3295
|
+
"computed": false
|
|
3296
|
+
}
|
|
3297
|
+
]
|
|
3298
|
+
},
|
|
3299
|
+
"computed": false
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"type": "propertySignature",
|
|
3303
|
+
"key": {
|
|
3304
|
+
"type": "identifier",
|
|
3305
|
+
"name": "after"
|
|
3306
|
+
},
|
|
3307
|
+
"annotation": {
|
|
3308
|
+
"type": "typeLiteral",
|
|
3309
|
+
"members": [
|
|
3310
|
+
{
|
|
3311
|
+
"type": "propertySignature",
|
|
3312
|
+
"key": {
|
|
3313
|
+
"type": "identifier",
|
|
3314
|
+
"name": "owner"
|
|
3315
|
+
},
|
|
3316
|
+
"annotation": {
|
|
3317
|
+
"type": "typeLiteral",
|
|
3318
|
+
"members": [
|
|
3319
|
+
{
|
|
3320
|
+
"type": "propertySignature",
|
|
3321
|
+
"key": {
|
|
3322
|
+
"type": "identifier",
|
|
3323
|
+
"name": "user_id"
|
|
3324
|
+
},
|
|
3325
|
+
"annotation": {
|
|
3326
|
+
"type": "keyword",
|
|
3327
|
+
"value": "string"
|
|
3328
|
+
},
|
|
3329
|
+
"computed": false
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"type": "propertySignature",
|
|
3333
|
+
"key": {
|
|
3334
|
+
"type": "identifier",
|
|
3335
|
+
"name": "user_name"
|
|
3336
|
+
},
|
|
3337
|
+
"annotation": {
|
|
3338
|
+
"type": "keyword",
|
|
3339
|
+
"value": "string"
|
|
3340
|
+
},
|
|
3341
|
+
"computed": false
|
|
3342
|
+
}
|
|
3343
|
+
]
|
|
3344
|
+
},
|
|
3345
|
+
"computed": false
|
|
3346
|
+
}
|
|
3347
|
+
]
|
|
3348
|
+
},
|
|
3349
|
+
"computed": false
|
|
3350
|
+
}
|
|
3351
|
+
]
|
|
3435
3352
|
},
|
|
3436
3353
|
"computed": false
|
|
3437
3354
|
}
|
|
@@ -3441,482 +3358,188 @@
|
|
|
3441
3358
|
"type": "expressionWithTypeArguments",
|
|
3442
3359
|
"expression": {
|
|
3443
3360
|
"type": "identifier",
|
|
3444
|
-
"name": "
|
|
3361
|
+
"name": "ActivityBase"
|
|
3445
3362
|
}
|
|
3446
3363
|
}
|
|
3447
3364
|
]
|
|
3448
3365
|
},
|
|
3449
3366
|
{
|
|
3450
3367
|
"type": "interface",
|
|
3451
|
-
"name": "
|
|
3368
|
+
"name": "ActivityOfAlterUser",
|
|
3452
3369
|
"body": [
|
|
3453
3370
|
{
|
|
3454
3371
|
"type": "propertySignature",
|
|
3455
3372
|
"key": {
|
|
3456
3373
|
"type": "identifier",
|
|
3457
|
-
"name": "
|
|
3374
|
+
"name": "action_type"
|
|
3458
3375
|
},
|
|
3459
3376
|
"annotation": {
|
|
3460
|
-
"type": "
|
|
3461
|
-
"
|
|
3462
|
-
"type": "reference",
|
|
3463
|
-
"typeName": {
|
|
3464
|
-
"type": "identifier",
|
|
3465
|
-
"name": "UploadFileInfo"
|
|
3466
|
-
}
|
|
3467
|
-
}
|
|
3377
|
+
"type": "jsLiteral",
|
|
3378
|
+
"value": "alter_user"
|
|
3468
3379
|
},
|
|
3469
|
-
"optional": true,
|
|
3470
3380
|
"computed": false
|
|
3471
3381
|
},
|
|
3472
3382
|
{
|
|
3473
3383
|
"type": "propertySignature",
|
|
3474
3384
|
"key": {
|
|
3475
3385
|
"type": "identifier",
|
|
3476
|
-
"name": "
|
|
3386
|
+
"name": "metadata"
|
|
3477
3387
|
},
|
|
3478
3388
|
"annotation": {
|
|
3479
|
-
"type": "
|
|
3480
|
-
"
|
|
3389
|
+
"type": "typeLiteral",
|
|
3390
|
+
"members": [
|
|
3481
3391
|
{
|
|
3482
|
-
"type": "
|
|
3483
|
-
"
|
|
3392
|
+
"type": "propertySignature",
|
|
3393
|
+
"key": {
|
|
3484
3394
|
"type": "identifier",
|
|
3485
|
-
"name": "
|
|
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"
|
|
3513
|
-
}
|
|
3514
|
-
]
|
|
3515
|
-
},
|
|
3516
|
-
"optional": true,
|
|
3517
|
-
"computed": false
|
|
3518
|
-
}
|
|
3519
|
-
]
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"type": "interface",
|
|
3523
|
-
"name": "UploadFileInfo",
|
|
3524
|
-
"body": [
|
|
3525
|
-
{
|
|
3526
|
-
"type": "propertySignature",
|
|
3527
|
-
"key": {
|
|
3528
|
-
"type": "identifier",
|
|
3529
|
-
"name": "fileId"
|
|
3530
|
-
},
|
|
3531
|
-
"annotation": {
|
|
3532
|
-
"type": "keyword",
|
|
3533
|
-
"value": "string"
|
|
3534
|
-
},
|
|
3535
|
-
"computed": false
|
|
3536
|
-
}
|
|
3537
|
-
]
|
|
3538
|
-
},
|
|
3539
|
-
{
|
|
3540
|
-
"type": "typeAlias",
|
|
3541
|
-
"name": "CommandPayload",
|
|
3542
|
-
"annotation": {
|
|
3543
|
-
"type": "reference",
|
|
3544
|
-
"typeName": {
|
|
3545
|
-
"type": "identifier",
|
|
3546
|
-
"name": "CommandPayloadServiceFlowStarting"
|
|
3547
|
-
}
|
|
3548
|
-
}
|
|
3549
|
-
},
|
|
3550
|
-
{
|
|
3551
|
-
"type": "interface",
|
|
3552
|
-
"name": "CommandPayloadServiceFlowStarting",
|
|
3553
|
-
"body": [
|
|
3554
|
-
{
|
|
3555
|
-
"type": "propertySignature",
|
|
3556
|
-
"key": {
|
|
3557
|
-
"type": "identifier",
|
|
3558
|
-
"name": "type"
|
|
3559
|
-
},
|
|
3560
|
-
"annotation": {
|
|
3561
|
-
"type": "jsLiteral",
|
|
3562
|
-
"value": "serviceFlowStarting"
|
|
3563
|
-
},
|
|
3564
|
-
"computed": false
|
|
3565
|
-
},
|
|
3566
|
-
{
|
|
3567
|
-
"type": "propertySignature",
|
|
3568
|
-
"key": {
|
|
3569
|
-
"type": "identifier",
|
|
3570
|
-
"name": "serviceFlowStarting"
|
|
3571
|
-
},
|
|
3572
|
-
"annotation": {
|
|
3573
|
-
"type": "typeLiteral",
|
|
3574
|
-
"members": [
|
|
3575
|
-
{
|
|
3576
|
-
"type": "propertySignature",
|
|
3577
|
-
"key": {
|
|
3578
|
-
"type": "identifier",
|
|
3579
|
-
"name": "spaceInstanceId"
|
|
3580
|
-
},
|
|
3581
|
-
"annotation": {
|
|
3582
|
-
"type": "keyword",
|
|
3583
|
-
"value": "string"
|
|
3584
|
-
},
|
|
3585
|
-
"computed": false
|
|
3586
|
-
},
|
|
3587
|
-
{
|
|
3588
|
-
"type": "propertySignature",
|
|
3589
|
-
"key": {
|
|
3590
|
-
"type": "identifier",
|
|
3591
|
-
"name": "spaceName"
|
|
3592
|
-
},
|
|
3593
|
-
"annotation": {
|
|
3594
|
-
"type": "keyword",
|
|
3595
|
-
"value": "string"
|
|
3596
|
-
},
|
|
3597
|
-
"optional": true,
|
|
3598
|
-
"computed": false
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"type": "propertySignature",
|
|
3602
|
-
"key": {
|
|
3603
|
-
"type": "identifier",
|
|
3604
|
-
"name": "flowInstanceId"
|
|
3395
|
+
"name": "before"
|
|
3605
3396
|
},
|
|
3606
3397
|
"annotation": {
|
|
3607
|
-
"type": "
|
|
3608
|
-
"
|
|
3398
|
+
"type": "typeLiteral",
|
|
3399
|
+
"members": [
|
|
3400
|
+
{
|
|
3401
|
+
"type": "propertySignature",
|
|
3402
|
+
"key": {
|
|
3403
|
+
"type": "identifier",
|
|
3404
|
+
"name": "users"
|
|
3405
|
+
},
|
|
3406
|
+
"annotation": {
|
|
3407
|
+
"type": "reference",
|
|
3408
|
+
"typeName": {
|
|
3409
|
+
"type": "identifier",
|
|
3410
|
+
"name": "Array"
|
|
3411
|
+
},
|
|
3412
|
+
"typeParameters": {
|
|
3413
|
+
"type": "typeParameterInstantiation",
|
|
3414
|
+
"params": [
|
|
3415
|
+
{
|
|
3416
|
+
"type": "typeLiteral",
|
|
3417
|
+
"members": [
|
|
3418
|
+
{
|
|
3419
|
+
"type": "propertySignature",
|
|
3420
|
+
"key": {
|
|
3421
|
+
"type": "identifier",
|
|
3422
|
+
"name": "user_id"
|
|
3423
|
+
},
|
|
3424
|
+
"annotation": {
|
|
3425
|
+
"type": "keyword",
|
|
3426
|
+
"value": "string"
|
|
3427
|
+
},
|
|
3428
|
+
"computed": false
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"type": "propertySignature",
|
|
3432
|
+
"key": {
|
|
3433
|
+
"type": "identifier",
|
|
3434
|
+
"name": "user_name"
|
|
3435
|
+
},
|
|
3436
|
+
"annotation": {
|
|
3437
|
+
"type": "keyword",
|
|
3438
|
+
"value": "string"
|
|
3439
|
+
},
|
|
3440
|
+
"computed": false
|
|
3441
|
+
}
|
|
3442
|
+
]
|
|
3443
|
+
}
|
|
3444
|
+
]
|
|
3445
|
+
}
|
|
3446
|
+
},
|
|
3447
|
+
"computed": false
|
|
3448
|
+
}
|
|
3449
|
+
]
|
|
3609
3450
|
},
|
|
3610
|
-
"optional": true,
|
|
3611
3451
|
"computed": false
|
|
3612
3452
|
},
|
|
3613
3453
|
{
|
|
3614
3454
|
"type": "propertySignature",
|
|
3615
3455
|
"key": {
|
|
3616
3456
|
"type": "identifier",
|
|
3617
|
-
"name": "
|
|
3457
|
+
"name": "after"
|
|
3618
3458
|
},
|
|
3619
3459
|
"annotation": {
|
|
3620
|
-
"type": "
|
|
3621
|
-
"
|
|
3460
|
+
"type": "typeLiteral",
|
|
3461
|
+
"members": [
|
|
3462
|
+
{
|
|
3463
|
+
"type": "propertySignature",
|
|
3464
|
+
"key": {
|
|
3465
|
+
"type": "identifier",
|
|
3466
|
+
"name": "users"
|
|
3467
|
+
},
|
|
3468
|
+
"annotation": {
|
|
3469
|
+
"type": "reference",
|
|
3470
|
+
"typeName": {
|
|
3471
|
+
"type": "identifier",
|
|
3472
|
+
"name": "Array"
|
|
3473
|
+
},
|
|
3474
|
+
"typeParameters": {
|
|
3475
|
+
"type": "typeParameterInstantiation",
|
|
3476
|
+
"params": [
|
|
3477
|
+
{
|
|
3478
|
+
"type": "typeLiteral",
|
|
3479
|
+
"members": [
|
|
3480
|
+
{
|
|
3481
|
+
"type": "propertySignature",
|
|
3482
|
+
"key": {
|
|
3483
|
+
"type": "identifier",
|
|
3484
|
+
"name": "user_id"
|
|
3485
|
+
},
|
|
3486
|
+
"annotation": {
|
|
3487
|
+
"type": "keyword",
|
|
3488
|
+
"value": "string"
|
|
3489
|
+
},
|
|
3490
|
+
"computed": false
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"type": "propertySignature",
|
|
3494
|
+
"key": {
|
|
3495
|
+
"type": "identifier",
|
|
3496
|
+
"name": "user_name"
|
|
3497
|
+
},
|
|
3498
|
+
"annotation": {
|
|
3499
|
+
"type": "keyword",
|
|
3500
|
+
"value": "string"
|
|
3501
|
+
},
|
|
3502
|
+
"computed": false
|
|
3503
|
+
}
|
|
3504
|
+
]
|
|
3505
|
+
}
|
|
3506
|
+
]
|
|
3507
|
+
}
|
|
3508
|
+
},
|
|
3509
|
+
"computed": false
|
|
3510
|
+
}
|
|
3511
|
+
]
|
|
3622
3512
|
},
|
|
3623
|
-
"
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
"computed": false
|
|
3629
|
-
}
|
|
3630
|
-
]
|
|
3631
|
-
}
|
|
3632
|
-
]
|
|
3633
|
-
},
|
|
3634
|
-
"ai-portal.show-case": {
|
|
3635
|
-
"properties": [
|
|
3636
|
-
{
|
|
3637
|
-
"name": "caseTitle",
|
|
3638
|
-
"annotation": {
|
|
3639
|
-
"type": "keyword",
|
|
3640
|
-
"value": "string"
|
|
3641
|
-
}
|
|
3642
|
-
},
|
|
3643
|
-
{
|
|
3644
|
-
"name": "summary",
|
|
3645
|
-
"annotation": {
|
|
3646
|
-
"type": "keyword",
|
|
3647
|
-
"value": "string"
|
|
3648
|
-
}
|
|
3649
|
-
},
|
|
3650
|
-
{
|
|
3651
|
-
"name": "url",
|
|
3652
|
-
"annotation": {
|
|
3653
|
-
"type": "keyword",
|
|
3654
|
-
"value": "string"
|
|
3655
|
-
}
|
|
3656
|
-
}
|
|
3657
|
-
],
|
|
3658
|
-
"events": [],
|
|
3659
|
-
"methods": []
|
|
3660
|
-
},
|
|
3661
|
-
"ai-portal.flow-tabs": {
|
|
3662
|
-
"properties": [
|
|
3663
|
-
{
|
|
3664
|
-
"name": "tabs",
|
|
3665
|
-
"annotation": {
|
|
3666
|
-
"type": "array",
|
|
3667
|
-
"elementType": {
|
|
3668
|
-
"type": "reference",
|
|
3669
|
-
"typeName": {
|
|
3670
|
-
"type": "identifier",
|
|
3671
|
-
"name": "Tab"
|
|
3672
|
-
}
|
|
3673
|
-
}
|
|
3674
|
-
}
|
|
3675
|
-
},
|
|
3676
|
-
{
|
|
3677
|
-
"name": "activeTab",
|
|
3678
|
-
"annotation": {
|
|
3679
|
-
"type": "keyword",
|
|
3680
|
-
"value": "string"
|
|
3681
|
-
}
|
|
3682
|
-
}
|
|
3683
|
-
],
|
|
3684
|
-
"events": [
|
|
3685
|
-
{
|
|
3686
|
-
"name": "tab.click",
|
|
3687
|
-
"detail": {
|
|
3688
|
-
"annotation": {
|
|
3689
|
-
"type": "reference",
|
|
3690
|
-
"typeName": {
|
|
3691
|
-
"type": "identifier",
|
|
3692
|
-
"name": "Tab"
|
|
3693
|
-
}
|
|
3694
|
-
}
|
|
3695
|
-
}
|
|
3696
|
-
}
|
|
3697
|
-
],
|
|
3698
|
-
"methods": [],
|
|
3699
|
-
"types": [
|
|
3700
|
-
{
|
|
3701
|
-
"type": "interface",
|
|
3702
|
-
"name": "Tab",
|
|
3703
|
-
"body": [
|
|
3704
|
-
{
|
|
3705
|
-
"type": "propertySignature",
|
|
3706
|
-
"key": {
|
|
3707
|
-
"type": "identifier",
|
|
3708
|
-
"name": "id"
|
|
3709
|
-
},
|
|
3710
|
-
"annotation": {
|
|
3711
|
-
"type": "keyword",
|
|
3712
|
-
"value": "string"
|
|
3713
|
-
},
|
|
3714
|
-
"computed": false
|
|
3715
|
-
},
|
|
3716
|
-
{
|
|
3717
|
-
"type": "propertySignature",
|
|
3718
|
-
"key": {
|
|
3719
|
-
"type": "identifier",
|
|
3720
|
-
"name": "label"
|
|
3721
|
-
},
|
|
3722
|
-
"annotation": {
|
|
3723
|
-
"type": "keyword",
|
|
3724
|
-
"value": "string"
|
|
3725
|
-
},
|
|
3726
|
-
"computed": false
|
|
3727
|
-
}
|
|
3728
|
-
]
|
|
3729
|
-
}
|
|
3730
|
-
]
|
|
3731
|
-
},
|
|
3732
|
-
"ai-portal.stage-flow": {
|
|
3733
|
-
"properties": [
|
|
3734
|
-
{
|
|
3735
|
-
"name": "spec",
|
|
3736
|
-
"annotation": {
|
|
3737
|
-
"type": "array",
|
|
3738
|
-
"elementType": {
|
|
3739
|
-
"type": "reference",
|
|
3740
|
-
"typeName": {
|
|
3741
|
-
"type": "identifier",
|
|
3742
|
-
"name": "Stage"
|
|
3743
|
-
}
|
|
3744
|
-
}
|
|
3745
|
-
}
|
|
3746
|
-
},
|
|
3747
|
-
{
|
|
3748
|
-
"name": "aiEmployees",
|
|
3749
|
-
"annotation": {
|
|
3750
|
-
"type": "array",
|
|
3751
|
-
"elementType": {
|
|
3752
|
-
"type": "reference",
|
|
3753
|
-
"typeName": {
|
|
3754
|
-
"type": "identifier",
|
|
3755
|
-
"name": "AIEmployee"
|
|
3756
|
-
}
|
|
3757
|
-
}
|
|
3758
|
-
}
|
|
3759
|
-
},
|
|
3760
|
-
{
|
|
3761
|
-
"name": "readOnly",
|
|
3762
|
-
"annotation": {
|
|
3763
|
-
"type": "keyword",
|
|
3764
|
-
"value": "boolean"
|
|
3765
|
-
}
|
|
3766
|
-
}
|
|
3767
|
-
],
|
|
3768
|
-
"events": [
|
|
3769
|
-
{
|
|
3770
|
-
"name": "change",
|
|
3771
|
-
"detail": {
|
|
3772
|
-
"annotation": {
|
|
3773
|
-
"type": "array",
|
|
3774
|
-
"elementType": {
|
|
3775
|
-
"type": "reference",
|
|
3776
|
-
"typeName": {
|
|
3777
|
-
"type": "identifier",
|
|
3778
|
-
"name": "Stage"
|
|
3779
|
-
}
|
|
3780
|
-
}
|
|
3781
|
-
}
|
|
3782
|
-
}
|
|
3783
|
-
},
|
|
3784
|
-
{
|
|
3785
|
-
"name": "add.activity",
|
|
3786
|
-
"detail": {
|
|
3787
|
-
"annotation": {
|
|
3788
|
-
"type": "typeLiteral",
|
|
3789
|
-
"members": [
|
|
3790
|
-
{
|
|
3791
|
-
"type": "propertySignature",
|
|
3792
|
-
"key": {
|
|
3793
|
-
"type": "identifier",
|
|
3794
|
-
"name": "stage"
|
|
3795
|
-
},
|
|
3796
|
-
"annotation": {
|
|
3797
|
-
"type": "reference",
|
|
3798
|
-
"typeName": {
|
|
3799
|
-
"type": "identifier",
|
|
3800
|
-
"name": "Stage"
|
|
3801
|
-
}
|
|
3802
|
-
},
|
|
3803
|
-
"computed": false
|
|
3804
|
-
}
|
|
3805
|
-
]
|
|
3806
|
-
}
|
|
3807
|
-
}
|
|
3808
|
-
},
|
|
3809
|
-
{
|
|
3810
|
-
"name": "edit.activity",
|
|
3811
|
-
"detail": {
|
|
3812
|
-
"annotation": {
|
|
3813
|
-
"type": "reference",
|
|
3814
|
-
"typeName": {
|
|
3815
|
-
"type": "identifier",
|
|
3816
|
-
"name": "EditActivityDetail"
|
|
3817
|
-
}
|
|
3818
|
-
}
|
|
3819
|
-
}
|
|
3820
|
-
}
|
|
3821
|
-
],
|
|
3822
|
-
"methods": [
|
|
3823
|
-
{
|
|
3824
|
-
"name": "addActivity",
|
|
3825
|
-
"params": [
|
|
3826
|
-
{
|
|
3827
|
-
"name": "stage",
|
|
3828
|
-
"annotation": {
|
|
3829
|
-
"type": "reference",
|
|
3830
|
-
"typeName": {
|
|
3831
|
-
"type": "identifier",
|
|
3832
|
-
"name": "Stage"
|
|
3833
|
-
}
|
|
3834
|
-
}
|
|
3835
|
-
},
|
|
3836
|
-
{
|
|
3837
|
-
"name": "activity",
|
|
3838
|
-
"annotation": {
|
|
3839
|
-
"type": "reference",
|
|
3840
|
-
"typeName": {
|
|
3841
|
-
"type": "identifier",
|
|
3842
|
-
"name": "FlowActivity"
|
|
3843
|
-
}
|
|
3844
|
-
}
|
|
3845
|
-
}
|
|
3846
|
-
],
|
|
3847
|
-
"returns": {}
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"name": "editActivity",
|
|
3851
|
-
"params": [
|
|
3852
|
-
{
|
|
3853
|
-
"name": "stage",
|
|
3854
|
-
"annotation": {
|
|
3855
|
-
"type": "reference",
|
|
3856
|
-
"typeName": {
|
|
3857
|
-
"type": "identifier",
|
|
3858
|
-
"name": "Stage"
|
|
3859
|
-
}
|
|
3860
|
-
}
|
|
3861
|
-
},
|
|
3862
|
-
{
|
|
3863
|
-
"name": "activity",
|
|
3864
|
-
"annotation": {
|
|
3865
|
-
"type": "reference",
|
|
3866
|
-
"typeName": {
|
|
3867
|
-
"type": "identifier",
|
|
3868
|
-
"name": "FlowActivity"
|
|
3869
|
-
}
|
|
3870
|
-
}
|
|
3871
|
-
},
|
|
3872
|
-
{
|
|
3873
|
-
"name": "activityIndex",
|
|
3874
|
-
"annotation": {
|
|
3875
|
-
"type": "keyword",
|
|
3876
|
-
"value": "number"
|
|
3877
|
-
}
|
|
3513
|
+
"computed": false
|
|
3514
|
+
}
|
|
3515
|
+
]
|
|
3516
|
+
},
|
|
3517
|
+
"computed": false
|
|
3878
3518
|
}
|
|
3879
3519
|
],
|
|
3880
|
-
"
|
|
3881
|
-
},
|
|
3882
|
-
{
|
|
3883
|
-
"name": "deleteActivity",
|
|
3884
|
-
"params": [
|
|
3885
|
-
{
|
|
3886
|
-
"name": "stage",
|
|
3887
|
-
"annotation": {
|
|
3888
|
-
"type": "reference",
|
|
3889
|
-
"typeName": {
|
|
3890
|
-
"type": "identifier",
|
|
3891
|
-
"name": "Stage"
|
|
3892
|
-
}
|
|
3893
|
-
}
|
|
3894
|
-
},
|
|
3520
|
+
"extends": [
|
|
3895
3521
|
{
|
|
3896
|
-
"
|
|
3897
|
-
"
|
|
3898
|
-
"type": "
|
|
3899
|
-
"
|
|
3522
|
+
"type": "expressionWithTypeArguments",
|
|
3523
|
+
"expression": {
|
|
3524
|
+
"type": "identifier",
|
|
3525
|
+
"name": "ActivityBase"
|
|
3900
3526
|
}
|
|
3901
3527
|
}
|
|
3902
|
-
]
|
|
3903
|
-
|
|
3904
|
-
}
|
|
3905
|
-
],
|
|
3906
|
-
"types": [
|
|
3528
|
+
]
|
|
3529
|
+
},
|
|
3907
3530
|
{
|
|
3908
3531
|
"type": "interface",
|
|
3909
|
-
"name": "
|
|
3532
|
+
"name": "ActivityOfAddComment",
|
|
3910
3533
|
"body": [
|
|
3911
3534
|
{
|
|
3912
3535
|
"type": "propertySignature",
|
|
3913
3536
|
"key": {
|
|
3914
3537
|
"type": "identifier",
|
|
3915
|
-
"name": "
|
|
3538
|
+
"name": "action_type"
|
|
3916
3539
|
},
|
|
3917
3540
|
"annotation": {
|
|
3918
|
-
"type": "
|
|
3919
|
-
"value": "
|
|
3541
|
+
"type": "jsLiteral",
|
|
3542
|
+
"value": "add_comment"
|
|
3920
3543
|
},
|
|
3921
3544
|
"computed": false
|
|
3922
3545
|
},
|
|
@@ -3924,154 +3547,169 @@
|
|
|
3924
3547
|
"type": "propertySignature",
|
|
3925
3548
|
"key": {
|
|
3926
3549
|
"type": "identifier",
|
|
3927
|
-
"name": "
|
|
3550
|
+
"name": "metadata"
|
|
3928
3551
|
},
|
|
3929
3552
|
"annotation": {
|
|
3930
|
-
"type": "
|
|
3931
|
-
"
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
"
|
|
3935
|
-
|
|
3553
|
+
"type": "typeLiteral",
|
|
3554
|
+
"members": [
|
|
3555
|
+
{
|
|
3556
|
+
"type": "propertySignature",
|
|
3557
|
+
"key": {
|
|
3558
|
+
"type": "identifier",
|
|
3559
|
+
"name": "comment_content"
|
|
3560
|
+
},
|
|
3561
|
+
"annotation": {
|
|
3562
|
+
"type": "keyword",
|
|
3563
|
+
"value": "string"
|
|
3564
|
+
},
|
|
3565
|
+
"computed": false
|
|
3936
3566
|
}
|
|
3937
|
-
|
|
3567
|
+
]
|
|
3938
3568
|
},
|
|
3939
|
-
"optional": true,
|
|
3940
3569
|
"computed": false
|
|
3941
3570
|
}
|
|
3571
|
+
],
|
|
3572
|
+
"extends": [
|
|
3573
|
+
{
|
|
3574
|
+
"type": "expressionWithTypeArguments",
|
|
3575
|
+
"expression": {
|
|
3576
|
+
"type": "identifier",
|
|
3577
|
+
"name": "ActivityBase"
|
|
3578
|
+
}
|
|
3579
|
+
}
|
|
3942
3580
|
]
|
|
3943
3581
|
},
|
|
3944
3582
|
{
|
|
3945
3583
|
"type": "interface",
|
|
3946
|
-
"name": "
|
|
3584
|
+
"name": "ActivityOfStartConversation",
|
|
3947
3585
|
"body": [
|
|
3948
3586
|
{
|
|
3949
3587
|
"type": "propertySignature",
|
|
3950
3588
|
"key": {
|
|
3951
3589
|
"type": "identifier",
|
|
3952
|
-
"name": "
|
|
3953
|
-
},
|
|
3954
|
-
"annotation": {
|
|
3955
|
-
"type": "keyword",
|
|
3956
|
-
"value": "string"
|
|
3957
|
-
},
|
|
3958
|
-
"computed": false
|
|
3959
|
-
},
|
|
3960
|
-
{
|
|
3961
|
-
"type": "propertySignature",
|
|
3962
|
-
"key": {
|
|
3963
|
-
"type": "identifier",
|
|
3964
|
-
"name": "description"
|
|
3965
|
-
},
|
|
3966
|
-
"annotation": {
|
|
3967
|
-
"type": "keyword",
|
|
3968
|
-
"value": "string"
|
|
3969
|
-
},
|
|
3970
|
-
"optional": true,
|
|
3971
|
-
"computed": false
|
|
3972
|
-
},
|
|
3973
|
-
{
|
|
3974
|
-
"type": "propertySignature",
|
|
3975
|
-
"key": {
|
|
3976
|
-
"type": "identifier",
|
|
3977
|
-
"name": "aiEmployeeId"
|
|
3590
|
+
"name": "action_type"
|
|
3978
3591
|
},
|
|
3979
3592
|
"annotation": {
|
|
3980
|
-
"type": "
|
|
3981
|
-
"value": "
|
|
3593
|
+
"type": "jsLiteral",
|
|
3594
|
+
"value": "start_conversation"
|
|
3982
3595
|
},
|
|
3983
|
-
"optional": true,
|
|
3984
3596
|
"computed": false
|
|
3985
3597
|
},
|
|
3986
3598
|
{
|
|
3987
3599
|
"type": "propertySignature",
|
|
3988
3600
|
"key": {
|
|
3989
3601
|
"type": "identifier",
|
|
3990
|
-
"name": "
|
|
3602
|
+
"name": "metadata"
|
|
3991
3603
|
},
|
|
3992
3604
|
"annotation": {
|
|
3993
|
-
"type": "
|
|
3994
|
-
"
|
|
3605
|
+
"type": "typeLiteral",
|
|
3606
|
+
"members": [
|
|
3607
|
+
{
|
|
3608
|
+
"type": "propertySignature",
|
|
3609
|
+
"key": {
|
|
3610
|
+
"type": "identifier",
|
|
3611
|
+
"name": "conversation_id"
|
|
3612
|
+
},
|
|
3613
|
+
"annotation": {
|
|
3614
|
+
"type": "keyword",
|
|
3615
|
+
"value": "string"
|
|
3616
|
+
},
|
|
3617
|
+
"computed": false
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"type": "propertySignature",
|
|
3621
|
+
"key": {
|
|
3622
|
+
"type": "identifier",
|
|
3623
|
+
"name": "conversation_title"
|
|
3624
|
+
},
|
|
3625
|
+
"annotation": {
|
|
3626
|
+
"type": "keyword",
|
|
3627
|
+
"value": "string"
|
|
3628
|
+
},
|
|
3629
|
+
"computed": false
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"type": "propertySignature",
|
|
3633
|
+
"key": {
|
|
3634
|
+
"type": "identifier",
|
|
3635
|
+
"name": "conversation_description"
|
|
3636
|
+
},
|
|
3637
|
+
"annotation": {
|
|
3638
|
+
"type": "keyword",
|
|
3639
|
+
"value": "string"
|
|
3640
|
+
},
|
|
3641
|
+
"optional": true,
|
|
3642
|
+
"computed": false
|
|
3643
|
+
}
|
|
3644
|
+
]
|
|
3995
3645
|
},
|
|
3996
|
-
"optional": true,
|
|
3997
3646
|
"computed": false
|
|
3998
|
-
}
|
|
3647
|
+
}
|
|
3648
|
+
],
|
|
3649
|
+
"extends": [
|
|
3999
3650
|
{
|
|
4000
|
-
"type": "
|
|
4001
|
-
"
|
|
3651
|
+
"type": "expressionWithTypeArguments",
|
|
3652
|
+
"expression": {
|
|
4002
3653
|
"type": "identifier",
|
|
4003
|
-
"name": "
|
|
4004
|
-
}
|
|
4005
|
-
"annotation": {
|
|
4006
|
-
"type": "keyword",
|
|
4007
|
-
"value": "string"
|
|
4008
|
-
},
|
|
4009
|
-
"optional": true,
|
|
4010
|
-
"computed": false
|
|
3654
|
+
"name": "ActivityBase"
|
|
3655
|
+
}
|
|
4011
3656
|
}
|
|
4012
3657
|
]
|
|
4013
|
-
}
|
|
3658
|
+
}
|
|
3659
|
+
]
|
|
3660
|
+
},
|
|
3661
|
+
"ai-portal.flow-tabs": {
|
|
3662
|
+
"properties": [
|
|
4014
3663
|
{
|
|
4015
|
-
"
|
|
4016
|
-
"
|
|
4017
|
-
|
|
4018
|
-
{
|
|
4019
|
-
"type": "
|
|
4020
|
-
"
|
|
4021
|
-
"type": "identifier",
|
|
4022
|
-
"name": "employeeId"
|
|
4023
|
-
},
|
|
4024
|
-
"annotation": {
|
|
4025
|
-
"type": "keyword",
|
|
4026
|
-
"value": "string"
|
|
4027
|
-
},
|
|
4028
|
-
"computed": false
|
|
4029
|
-
},
|
|
4030
|
-
{
|
|
4031
|
-
"type": "propertySignature",
|
|
4032
|
-
"key": {
|
|
3664
|
+
"name": "tabs",
|
|
3665
|
+
"annotation": {
|
|
3666
|
+
"type": "array",
|
|
3667
|
+
"elementType": {
|
|
3668
|
+
"type": "reference",
|
|
3669
|
+
"typeName": {
|
|
4033
3670
|
"type": "identifier",
|
|
4034
|
-
"name": "
|
|
4035
|
-
}
|
|
4036
|
-
"annotation": {
|
|
4037
|
-
"type": "keyword",
|
|
4038
|
-
"value": "string"
|
|
4039
|
-
},
|
|
4040
|
-
"computed": false
|
|
3671
|
+
"name": "Tab"
|
|
3672
|
+
}
|
|
4041
3673
|
}
|
|
4042
|
-
|
|
3674
|
+
}
|
|
4043
3675
|
},
|
|
4044
3676
|
{
|
|
4045
|
-
"
|
|
4046
|
-
"
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
3677
|
+
"name": "activeTab",
|
|
3678
|
+
"annotation": {
|
|
3679
|
+
"type": "keyword",
|
|
3680
|
+
"value": "string"
|
|
3681
|
+
}
|
|
3682
|
+
}
|
|
3683
|
+
],
|
|
3684
|
+
"events": [
|
|
3685
|
+
{
|
|
3686
|
+
"name": "tab.click",
|
|
3687
|
+
"detail": {
|
|
3688
|
+
"annotation": {
|
|
3689
|
+
"type": "reference",
|
|
3690
|
+
"typeName": {
|
|
4051
3691
|
"type": "identifier",
|
|
4052
|
-
"name": "
|
|
4053
|
-
}
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
3692
|
+
"name": "Tab"
|
|
3693
|
+
}
|
|
3694
|
+
}
|
|
3695
|
+
}
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"methods": [],
|
|
3699
|
+
"types": [
|
|
3700
|
+
{
|
|
3701
|
+
"type": "interface",
|
|
3702
|
+
"name": "Tab",
|
|
3703
|
+
"body": [
|
|
4063
3704
|
{
|
|
4064
3705
|
"type": "propertySignature",
|
|
4065
3706
|
"key": {
|
|
4066
3707
|
"type": "identifier",
|
|
4067
|
-
"name": "
|
|
3708
|
+
"name": "id"
|
|
4068
3709
|
},
|
|
4069
3710
|
"annotation": {
|
|
4070
|
-
"type": "
|
|
4071
|
-
"
|
|
4072
|
-
"type": "identifier",
|
|
4073
|
-
"name": "FlowActivity"
|
|
4074
|
-
}
|
|
3711
|
+
"type": "keyword",
|
|
3712
|
+
"value": "string"
|
|
4075
3713
|
},
|
|
4076
3714
|
"computed": false
|
|
4077
3715
|
},
|
|
@@ -4079,11 +3717,11 @@
|
|
|
4079
3717
|
"type": "propertySignature",
|
|
4080
3718
|
"key": {
|
|
4081
3719
|
"type": "identifier",
|
|
4082
|
-
"name": "
|
|
3720
|
+
"name": "label"
|
|
4083
3721
|
},
|
|
4084
3722
|
"annotation": {
|
|
4085
3723
|
"type": "keyword",
|
|
4086
|
-
"value": "
|
|
3724
|
+
"value": "string"
|
|
4087
3725
|
},
|
|
4088
3726
|
"computed": false
|
|
4089
3727
|
}
|
|
@@ -4373,79 +4011,436 @@
|
|
|
4373
4011
|
"type": "keyword",
|
|
4374
4012
|
"value": "void"
|
|
4375
4013
|
}
|
|
4376
|
-
}
|
|
4014
|
+
}
|
|
4015
|
+
}
|
|
4016
|
+
],
|
|
4017
|
+
"methods": [],
|
|
4018
|
+
"types": [
|
|
4019
|
+
{
|
|
4020
|
+
"type": "interface",
|
|
4021
|
+
"name": "NoticeItem",
|
|
4022
|
+
"body": [
|
|
4023
|
+
{
|
|
4024
|
+
"type": "propertySignature",
|
|
4025
|
+
"key": {
|
|
4026
|
+
"type": "identifier",
|
|
4027
|
+
"name": "id"
|
|
4028
|
+
},
|
|
4029
|
+
"annotation": {
|
|
4030
|
+
"type": "keyword",
|
|
4031
|
+
"value": "string"
|
|
4032
|
+
},
|
|
4033
|
+
"computed": false
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"type": "propertySignature",
|
|
4037
|
+
"key": {
|
|
4038
|
+
"type": "identifier",
|
|
4039
|
+
"name": "type"
|
|
4040
|
+
},
|
|
4041
|
+
"annotation": {
|
|
4042
|
+
"type": "keyword",
|
|
4043
|
+
"value": "string"
|
|
4044
|
+
},
|
|
4045
|
+
"computed": false
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"type": "propertySignature",
|
|
4049
|
+
"key": {
|
|
4050
|
+
"type": "identifier",
|
|
4051
|
+
"name": "isUnread"
|
|
4052
|
+
},
|
|
4053
|
+
"annotation": {
|
|
4054
|
+
"type": "keyword",
|
|
4055
|
+
"value": "boolean"
|
|
4056
|
+
},
|
|
4057
|
+
"computed": false
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"type": "propertySignature",
|
|
4061
|
+
"key": {
|
|
4062
|
+
"type": "identifier",
|
|
4063
|
+
"name": "title"
|
|
4064
|
+
},
|
|
4065
|
+
"annotation": {
|
|
4066
|
+
"type": "keyword",
|
|
4067
|
+
"value": "string"
|
|
4068
|
+
},
|
|
4069
|
+
"computed": false
|
|
4070
|
+
},
|
|
4071
|
+
{
|
|
4072
|
+
"type": "propertySignature",
|
|
4073
|
+
"key": {
|
|
4074
|
+
"type": "identifier",
|
|
4075
|
+
"name": "description"
|
|
4076
|
+
},
|
|
4077
|
+
"annotation": {
|
|
4078
|
+
"type": "keyword",
|
|
4079
|
+
"value": "string"
|
|
4080
|
+
},
|
|
4081
|
+
"computed": false
|
|
4082
|
+
}
|
|
4083
|
+
]
|
|
4084
|
+
}
|
|
4085
|
+
]
|
|
4086
|
+
},
|
|
4087
|
+
"ai-portal.stage-flow": {
|
|
4088
|
+
"properties": [
|
|
4089
|
+
{
|
|
4090
|
+
"name": "spec",
|
|
4091
|
+
"annotation": {
|
|
4092
|
+
"type": "array",
|
|
4093
|
+
"elementType": {
|
|
4094
|
+
"type": "reference",
|
|
4095
|
+
"typeName": {
|
|
4096
|
+
"type": "identifier",
|
|
4097
|
+
"name": "Stage"
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
}
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"name": "aiEmployees",
|
|
4104
|
+
"annotation": {
|
|
4105
|
+
"type": "array",
|
|
4106
|
+
"elementType": {
|
|
4107
|
+
"type": "reference",
|
|
4108
|
+
"typeName": {
|
|
4109
|
+
"type": "identifier",
|
|
4110
|
+
"name": "AIEmployee"
|
|
4111
|
+
}
|
|
4112
|
+
}
|
|
4113
|
+
}
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"name": "readOnly",
|
|
4117
|
+
"annotation": {
|
|
4118
|
+
"type": "keyword",
|
|
4119
|
+
"value": "boolean"
|
|
4120
|
+
}
|
|
4121
|
+
}
|
|
4122
|
+
],
|
|
4123
|
+
"events": [
|
|
4124
|
+
{
|
|
4125
|
+
"name": "change",
|
|
4126
|
+
"detail": {
|
|
4127
|
+
"annotation": {
|
|
4128
|
+
"type": "array",
|
|
4129
|
+
"elementType": {
|
|
4130
|
+
"type": "reference",
|
|
4131
|
+
"typeName": {
|
|
4132
|
+
"type": "identifier",
|
|
4133
|
+
"name": "Stage"
|
|
4134
|
+
}
|
|
4135
|
+
}
|
|
4136
|
+
}
|
|
4137
|
+
}
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
"name": "add.activity",
|
|
4141
|
+
"detail": {
|
|
4142
|
+
"annotation": {
|
|
4143
|
+
"type": "typeLiteral",
|
|
4144
|
+
"members": [
|
|
4145
|
+
{
|
|
4146
|
+
"type": "propertySignature",
|
|
4147
|
+
"key": {
|
|
4148
|
+
"type": "identifier",
|
|
4149
|
+
"name": "stage"
|
|
4150
|
+
},
|
|
4151
|
+
"annotation": {
|
|
4152
|
+
"type": "reference",
|
|
4153
|
+
"typeName": {
|
|
4154
|
+
"type": "identifier",
|
|
4155
|
+
"name": "Stage"
|
|
4156
|
+
}
|
|
4157
|
+
},
|
|
4158
|
+
"computed": false
|
|
4159
|
+
}
|
|
4160
|
+
]
|
|
4161
|
+
}
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "edit.activity",
|
|
4166
|
+
"detail": {
|
|
4167
|
+
"annotation": {
|
|
4168
|
+
"type": "reference",
|
|
4169
|
+
"typeName": {
|
|
4170
|
+
"type": "identifier",
|
|
4171
|
+
"name": "EditActivityDetail"
|
|
4172
|
+
}
|
|
4173
|
+
}
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
],
|
|
4177
|
+
"methods": [
|
|
4178
|
+
{
|
|
4179
|
+
"name": "addActivity",
|
|
4180
|
+
"params": [
|
|
4181
|
+
{
|
|
4182
|
+
"name": "stage",
|
|
4183
|
+
"annotation": {
|
|
4184
|
+
"type": "reference",
|
|
4185
|
+
"typeName": {
|
|
4186
|
+
"type": "identifier",
|
|
4187
|
+
"name": "Stage"
|
|
4188
|
+
}
|
|
4189
|
+
}
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"name": "activity",
|
|
4193
|
+
"annotation": {
|
|
4194
|
+
"type": "reference",
|
|
4195
|
+
"typeName": {
|
|
4196
|
+
"type": "identifier",
|
|
4197
|
+
"name": "FlowActivity"
|
|
4198
|
+
}
|
|
4199
|
+
}
|
|
4200
|
+
}
|
|
4201
|
+
],
|
|
4202
|
+
"returns": {}
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"name": "editActivity",
|
|
4206
|
+
"params": [
|
|
4207
|
+
{
|
|
4208
|
+
"name": "stage",
|
|
4209
|
+
"annotation": {
|
|
4210
|
+
"type": "reference",
|
|
4211
|
+
"typeName": {
|
|
4212
|
+
"type": "identifier",
|
|
4213
|
+
"name": "Stage"
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "activity",
|
|
4219
|
+
"annotation": {
|
|
4220
|
+
"type": "reference",
|
|
4221
|
+
"typeName": {
|
|
4222
|
+
"type": "identifier",
|
|
4223
|
+
"name": "FlowActivity"
|
|
4224
|
+
}
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "activityIndex",
|
|
4229
|
+
"annotation": {
|
|
4230
|
+
"type": "keyword",
|
|
4231
|
+
"value": "number"
|
|
4232
|
+
}
|
|
4233
|
+
}
|
|
4234
|
+
],
|
|
4235
|
+
"returns": {}
|
|
4236
|
+
},
|
|
4237
|
+
{
|
|
4238
|
+
"name": "deleteActivity",
|
|
4239
|
+
"params": [
|
|
4240
|
+
{
|
|
4241
|
+
"name": "stage",
|
|
4242
|
+
"annotation": {
|
|
4243
|
+
"type": "reference",
|
|
4244
|
+
"typeName": {
|
|
4245
|
+
"type": "identifier",
|
|
4246
|
+
"name": "Stage"
|
|
4247
|
+
}
|
|
4248
|
+
}
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"name": "activityIndex",
|
|
4252
|
+
"annotation": {
|
|
4253
|
+
"type": "keyword",
|
|
4254
|
+
"value": "number"
|
|
4255
|
+
}
|
|
4256
|
+
}
|
|
4257
|
+
],
|
|
4258
|
+
"returns": {}
|
|
4377
4259
|
}
|
|
4378
4260
|
],
|
|
4379
|
-
"methods": [],
|
|
4380
4261
|
"types": [
|
|
4381
4262
|
{
|
|
4382
4263
|
"type": "interface",
|
|
4383
|
-
"name": "
|
|
4264
|
+
"name": "Stage",
|
|
4384
4265
|
"body": [
|
|
4385
4266
|
{
|
|
4386
4267
|
"type": "propertySignature",
|
|
4387
4268
|
"key": {
|
|
4388
4269
|
"type": "identifier",
|
|
4389
|
-
"name": "
|
|
4270
|
+
"name": "name"
|
|
4390
4271
|
},
|
|
4391
4272
|
"annotation": {
|
|
4392
4273
|
"type": "keyword",
|
|
4393
4274
|
"value": "string"
|
|
4394
4275
|
},
|
|
4395
|
-
"computed": false
|
|
4396
|
-
"description": "消息唯一标识"
|
|
4276
|
+
"computed": false
|
|
4397
4277
|
},
|
|
4398
4278
|
{
|
|
4399
4279
|
"type": "propertySignature",
|
|
4400
4280
|
"key": {
|
|
4401
4281
|
"type": "identifier",
|
|
4402
|
-
"name": "
|
|
4282
|
+
"name": "serviceFlowActivities"
|
|
4283
|
+
},
|
|
4284
|
+
"annotation": {
|
|
4285
|
+
"type": "array",
|
|
4286
|
+
"elementType": {
|
|
4287
|
+
"type": "reference",
|
|
4288
|
+
"typeName": {
|
|
4289
|
+
"type": "identifier",
|
|
4290
|
+
"name": "FlowActivity"
|
|
4291
|
+
}
|
|
4292
|
+
}
|
|
4293
|
+
},
|
|
4294
|
+
"optional": true,
|
|
4295
|
+
"computed": false
|
|
4296
|
+
}
|
|
4297
|
+
]
|
|
4298
|
+
},
|
|
4299
|
+
{
|
|
4300
|
+
"type": "interface",
|
|
4301
|
+
"name": "FlowActivity",
|
|
4302
|
+
"body": [
|
|
4303
|
+
{
|
|
4304
|
+
"type": "propertySignature",
|
|
4305
|
+
"key": {
|
|
4306
|
+
"type": "identifier",
|
|
4307
|
+
"name": "name"
|
|
4403
4308
|
},
|
|
4404
4309
|
"annotation": {
|
|
4405
4310
|
"type": "keyword",
|
|
4406
4311
|
"value": "string"
|
|
4407
4312
|
},
|
|
4408
|
-
"computed": false
|
|
4409
|
-
"description": "消息类型"
|
|
4313
|
+
"computed": false
|
|
4410
4314
|
},
|
|
4411
4315
|
{
|
|
4412
4316
|
"type": "propertySignature",
|
|
4413
4317
|
"key": {
|
|
4414
4318
|
"type": "identifier",
|
|
4415
|
-
"name": "
|
|
4319
|
+
"name": "description"
|
|
4416
4320
|
},
|
|
4417
4321
|
"annotation": {
|
|
4418
4322
|
"type": "keyword",
|
|
4419
|
-
"value": "
|
|
4323
|
+
"value": "string"
|
|
4420
4324
|
},
|
|
4421
|
-
"
|
|
4422
|
-
"
|
|
4325
|
+
"optional": true,
|
|
4326
|
+
"computed": false
|
|
4423
4327
|
},
|
|
4424
4328
|
{
|
|
4425
4329
|
"type": "propertySignature",
|
|
4426
4330
|
"key": {
|
|
4427
4331
|
"type": "identifier",
|
|
4428
|
-
"name": "
|
|
4332
|
+
"name": "aiEmployeeId"
|
|
4429
4333
|
},
|
|
4430
4334
|
"annotation": {
|
|
4431
4335
|
"type": "keyword",
|
|
4432
4336
|
"value": "string"
|
|
4433
4337
|
},
|
|
4434
|
-
"
|
|
4435
|
-
"
|
|
4338
|
+
"optional": true,
|
|
4339
|
+
"computed": false
|
|
4436
4340
|
},
|
|
4437
4341
|
{
|
|
4438
4342
|
"type": "propertySignature",
|
|
4439
4343
|
"key": {
|
|
4440
4344
|
"type": "identifier",
|
|
4441
|
-
"name": "
|
|
4345
|
+
"name": "hilRules"
|
|
4442
4346
|
},
|
|
4443
4347
|
"annotation": {
|
|
4444
4348
|
"type": "keyword",
|
|
4445
4349
|
"value": "string"
|
|
4446
4350
|
},
|
|
4447
|
-
"
|
|
4448
|
-
"
|
|
4351
|
+
"optional": true,
|
|
4352
|
+
"computed": false
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"type": "propertySignature",
|
|
4356
|
+
"key": {
|
|
4357
|
+
"type": "identifier",
|
|
4358
|
+
"name": "hilUser"
|
|
4359
|
+
},
|
|
4360
|
+
"annotation": {
|
|
4361
|
+
"type": "keyword",
|
|
4362
|
+
"value": "string"
|
|
4363
|
+
},
|
|
4364
|
+
"optional": true,
|
|
4365
|
+
"computed": false
|
|
4366
|
+
}
|
|
4367
|
+
]
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
"type": "interface",
|
|
4371
|
+
"name": "AIEmployee",
|
|
4372
|
+
"body": [
|
|
4373
|
+
{
|
|
4374
|
+
"type": "propertySignature",
|
|
4375
|
+
"key": {
|
|
4376
|
+
"type": "identifier",
|
|
4377
|
+
"name": "employeeId"
|
|
4378
|
+
},
|
|
4379
|
+
"annotation": {
|
|
4380
|
+
"type": "keyword",
|
|
4381
|
+
"value": "string"
|
|
4382
|
+
},
|
|
4383
|
+
"computed": false
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"type": "propertySignature",
|
|
4387
|
+
"key": {
|
|
4388
|
+
"type": "identifier",
|
|
4389
|
+
"name": "name"
|
|
4390
|
+
},
|
|
4391
|
+
"annotation": {
|
|
4392
|
+
"type": "keyword",
|
|
4393
|
+
"value": "string"
|
|
4394
|
+
},
|
|
4395
|
+
"computed": false
|
|
4396
|
+
}
|
|
4397
|
+
]
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
"type": "interface",
|
|
4401
|
+
"name": "EditActivityDetail",
|
|
4402
|
+
"body": [
|
|
4403
|
+
{
|
|
4404
|
+
"type": "propertySignature",
|
|
4405
|
+
"key": {
|
|
4406
|
+
"type": "identifier",
|
|
4407
|
+
"name": "stage"
|
|
4408
|
+
},
|
|
4409
|
+
"annotation": {
|
|
4410
|
+
"type": "reference",
|
|
4411
|
+
"typeName": {
|
|
4412
|
+
"type": "identifier",
|
|
4413
|
+
"name": "Stage"
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
4416
|
+
"computed": false
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"type": "propertySignature",
|
|
4420
|
+
"key": {
|
|
4421
|
+
"type": "identifier",
|
|
4422
|
+
"name": "activity"
|
|
4423
|
+
},
|
|
4424
|
+
"annotation": {
|
|
4425
|
+
"type": "reference",
|
|
4426
|
+
"typeName": {
|
|
4427
|
+
"type": "identifier",
|
|
4428
|
+
"name": "FlowActivity"
|
|
4429
|
+
}
|
|
4430
|
+
},
|
|
4431
|
+
"computed": false
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"type": "propertySignature",
|
|
4435
|
+
"key": {
|
|
4436
|
+
"type": "identifier",
|
|
4437
|
+
"name": "activityIndex"
|
|
4438
|
+
},
|
|
4439
|
+
"annotation": {
|
|
4440
|
+
"type": "keyword",
|
|
4441
|
+
"value": "number"
|
|
4442
|
+
},
|
|
4443
|
+
"computed": false
|
|
4449
4444
|
}
|
|
4450
4445
|
]
|
|
4451
4446
|
}
|
|
@@ -5930,6 +5925,29 @@
|
|
|
5930
5925
|
"name": "UploadOptions"
|
|
5931
5926
|
}
|
|
5932
5927
|
}
|
|
5928
|
+
},
|
|
5929
|
+
{
|
|
5930
|
+
"name": "toolbarBrick",
|
|
5931
|
+
"annotation": {
|
|
5932
|
+
"type": "typeLiteral",
|
|
5933
|
+
"members": [
|
|
5934
|
+
{
|
|
5935
|
+
"type": "propertySignature",
|
|
5936
|
+
"key": {
|
|
5937
|
+
"type": "identifier",
|
|
5938
|
+
"name": "useBrick"
|
|
5939
|
+
},
|
|
5940
|
+
"annotation": {
|
|
5941
|
+
"type": "reference",
|
|
5942
|
+
"typeName": {
|
|
5943
|
+
"type": "identifier",
|
|
5944
|
+
"name": "UseSingleBrickConf"
|
|
5945
|
+
}
|
|
5946
|
+
},
|
|
5947
|
+
"computed": false
|
|
5948
|
+
}
|
|
5949
|
+
]
|
|
5950
|
+
}
|
|
5933
5951
|
}
|
|
5934
5952
|
],
|
|
5935
5953
|
"events": [
|
|
@@ -6653,6 +6671,26 @@
|
|
|
6653
6671
|
"name": "UploadOptions"
|
|
6654
6672
|
}
|
|
6655
6673
|
}
|
|
6674
|
+
},
|
|
6675
|
+
{
|
|
6676
|
+
"name": "notices",
|
|
6677
|
+
"annotation": {
|
|
6678
|
+
"type": "array",
|
|
6679
|
+
"elementType": {
|
|
6680
|
+
"type": "reference",
|
|
6681
|
+
"typeName": {
|
|
6682
|
+
"type": "identifier",
|
|
6683
|
+
"name": "NoticeItem"
|
|
6684
|
+
}
|
|
6685
|
+
}
|
|
6686
|
+
}
|
|
6687
|
+
},
|
|
6688
|
+
{
|
|
6689
|
+
"name": "showNoticeIcon",
|
|
6690
|
+
"annotation": {
|
|
6691
|
+
"type": "keyword",
|
|
6692
|
+
"value": "boolean"
|
|
6693
|
+
}
|
|
6656
6694
|
}
|
|
6657
6695
|
],
|
|
6658
6696
|
"events": [
|
|
@@ -6715,6 +6753,15 @@
|
|
|
6715
6753
|
}
|
|
6716
6754
|
}
|
|
6717
6755
|
}
|
|
6756
|
+
},
|
|
6757
|
+
{
|
|
6758
|
+
"name": "mark.notices.read",
|
|
6759
|
+
"detail": {
|
|
6760
|
+
"annotation": {
|
|
6761
|
+
"type": "keyword",
|
|
6762
|
+
"value": "void"
|
|
6763
|
+
}
|
|
6764
|
+
}
|
|
6718
6765
|
}
|
|
6719
6766
|
],
|
|
6720
6767
|
"methods": [
|
|
@@ -7151,6 +7198,72 @@
|
|
|
7151
7198
|
}
|
|
7152
7199
|
]
|
|
7153
7200
|
},
|
|
7201
|
+
{
|
|
7202
|
+
"type": "interface",
|
|
7203
|
+
"name": "NoticeItem",
|
|
7204
|
+
"body": [
|
|
7205
|
+
{
|
|
7206
|
+
"type": "propertySignature",
|
|
7207
|
+
"key": {
|
|
7208
|
+
"type": "identifier",
|
|
7209
|
+
"name": "id"
|
|
7210
|
+
},
|
|
7211
|
+
"annotation": {
|
|
7212
|
+
"type": "keyword",
|
|
7213
|
+
"value": "string"
|
|
7214
|
+
},
|
|
7215
|
+
"computed": false
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"type": "propertySignature",
|
|
7219
|
+
"key": {
|
|
7220
|
+
"type": "identifier",
|
|
7221
|
+
"name": "type"
|
|
7222
|
+
},
|
|
7223
|
+
"annotation": {
|
|
7224
|
+
"type": "keyword",
|
|
7225
|
+
"value": "string"
|
|
7226
|
+
},
|
|
7227
|
+
"computed": false
|
|
7228
|
+
},
|
|
7229
|
+
{
|
|
7230
|
+
"type": "propertySignature",
|
|
7231
|
+
"key": {
|
|
7232
|
+
"type": "identifier",
|
|
7233
|
+
"name": "isUnread"
|
|
7234
|
+
},
|
|
7235
|
+
"annotation": {
|
|
7236
|
+
"type": "keyword",
|
|
7237
|
+
"value": "boolean"
|
|
7238
|
+
},
|
|
7239
|
+
"computed": false
|
|
7240
|
+
},
|
|
7241
|
+
{
|
|
7242
|
+
"type": "propertySignature",
|
|
7243
|
+
"key": {
|
|
7244
|
+
"type": "identifier",
|
|
7245
|
+
"name": "title"
|
|
7246
|
+
},
|
|
7247
|
+
"annotation": {
|
|
7248
|
+
"type": "keyword",
|
|
7249
|
+
"value": "string"
|
|
7250
|
+
},
|
|
7251
|
+
"computed": false
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"type": "propertySignature",
|
|
7255
|
+
"key": {
|
|
7256
|
+
"type": "identifier",
|
|
7257
|
+
"name": "description"
|
|
7258
|
+
},
|
|
7259
|
+
"annotation": {
|
|
7260
|
+
"type": "keyword",
|
|
7261
|
+
"value": "string"
|
|
7262
|
+
},
|
|
7263
|
+
"computed": false
|
|
7264
|
+
}
|
|
7265
|
+
]
|
|
7266
|
+
},
|
|
7154
7267
|
{
|
|
7155
7268
|
"type": "interface",
|
|
7156
7269
|
"name": "FeedbackDetail",
|