@next-bricks/ai-portal 0.59.4 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +36 -32
- package/dist/chunks/2232.02cd2bbc.js.map +1 -1
- package/dist/chunks/6792.0efb2d00.js +2 -0
- package/dist/chunks/6792.0efb2d00.js.map +1 -0
- package/dist/chunks/chat-box.991e397f.js.map +1 -1
- package/dist/chunks/gantt-chart.c8cdcd66.js +2 -0
- package/dist/chunks/gantt-chart.c8cdcd66.js.map +1 -0
- package/dist/chunks/{main.2a8a7df5.js → main.87ffc00f.js} +2 -2
- package/dist/chunks/{main.2a8a7df5.js.map → main.87ffc00f.js.map} +1 -1
- package/dist/chunks/{notice-dropdown.c4604581.js → notice-dropdown.365134e6.js} +2 -2
- package/dist/chunks/notice-dropdown.365134e6.js.map +1 -0
- package/dist/chunks/{notice-list.f15560fb.js → notice-list.d51c0103.js} +3 -3
- package/dist/chunks/notice-list.d51c0103.js.map +1 -0
- package/dist/chunks/set-chat-command.367b9c88.js.map +1 -1
- package/dist/examples.json +19 -16
- package/dist/index.a91518b7.js +2 -0
- package/dist/index.a91518b7.js.map +1 -0
- package/dist/manifest.json +195 -163
- package/dist/types.json +600 -432
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/chat-stream/useConversationStream.spec.d.ts +1 -0
- package/dist-types/data-providers/set-chat-command.d.ts +1 -1
- package/dist-types/gantt-chart/GanttBar.d.ts +2 -0
- package/dist-types/gantt-chart/GanttBar.spec.d.ts +1 -0
- package/dist-types/gantt-chart/constants.d.ts +5 -0
- package/dist-types/gantt-chart/getStateIcon.d.ts +6 -0
- package/dist-types/gantt-chart/i18n.d.ts +17 -0
- package/dist-types/gantt-chart/index.d.ts +23 -0
- package/dist-types/gantt-chart/index.spec.d.ts +1 -0
- package/dist-types/gantt-chart/interfaces.d.ts +12 -0
- package/dist-types/gantt-chart/utils.d.ts +6 -0
- package/dist-types/gantt-chart/utils.spec.d.ts +1 -0
- package/dist-types/notice-dropdown/index.d.ts +10 -1
- package/dist-types/notice-list/index.d.ts +1 -1
- package/dist-types/shared/PlanProgress/PlanProgress.d.ts +3 -3
- package/dist-types/shared/getFlatChunks.spec.d.ts +1 -0
- package/dist-types/shared/getTaskTree.spec.d.ts +1 -0
- package/dist-types/shared/interfaces.d.ts +6 -13
- package/dist-types/shared/useServiceFlowPlan.d.ts +2 -2
- package/docs/gantt-chart.md +37 -0
- package/package.json +2 -2
- package/dist/chunks/2621.2e553d56.js +0 -2
- package/dist/chunks/2621.2e553d56.js.map +0 -1
- package/dist/chunks/notice-dropdown.c4604581.js.map +0 -1
- package/dist/chunks/notice-list.f15560fb.js.map +0 -1
- package/dist/index.8eb595d7.js +0 -2
- package/dist/index.8eb595d7.js.map +0 -1
- /package/dist/chunks/{notice-list.f15560fb.js.LICENSE.txt → notice-list.d51c0103.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,121 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-portal.stat-with-mini-chart": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "label",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "string"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "value",
|
|
13
|
+
"annotation": {
|
|
14
|
+
"type": "keyword",
|
|
15
|
+
"value": "string"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "size",
|
|
20
|
+
"annotation": {
|
|
21
|
+
"type": "union",
|
|
22
|
+
"types": [
|
|
23
|
+
{
|
|
24
|
+
"type": "jsLiteral",
|
|
25
|
+
"value": "medium"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"type": "jsLiteral",
|
|
29
|
+
"value": "small"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "lineColor",
|
|
36
|
+
"annotation": {
|
|
37
|
+
"type": "keyword",
|
|
38
|
+
"value": "string"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "showArea",
|
|
43
|
+
"annotation": {
|
|
44
|
+
"type": "keyword",
|
|
45
|
+
"value": "boolean"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "min",
|
|
50
|
+
"annotation": {
|
|
51
|
+
"type": "keyword",
|
|
52
|
+
"value": "number"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "max",
|
|
57
|
+
"annotation": {
|
|
58
|
+
"type": "keyword",
|
|
59
|
+
"value": "number"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "xField",
|
|
64
|
+
"annotation": {
|
|
65
|
+
"type": "keyword",
|
|
66
|
+
"value": "string"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "yField",
|
|
71
|
+
"annotation": {
|
|
72
|
+
"type": "keyword",
|
|
73
|
+
"value": "string"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "data",
|
|
78
|
+
"annotation": {
|
|
79
|
+
"type": "array",
|
|
80
|
+
"elementType": {
|
|
81
|
+
"type": "reference",
|
|
82
|
+
"typeName": {
|
|
83
|
+
"type": "identifier",
|
|
84
|
+
"name": "Record"
|
|
85
|
+
},
|
|
86
|
+
"typeParameters": {
|
|
87
|
+
"type": "typeParameterInstantiation",
|
|
88
|
+
"params": [
|
|
89
|
+
{
|
|
90
|
+
"type": "keyword",
|
|
91
|
+
"value": "string"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "keyword",
|
|
95
|
+
"value": "number"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"events": [],
|
|
104
|
+
"methods": []
|
|
105
|
+
},
|
|
106
|
+
"ai-portal.home-container": {
|
|
107
|
+
"properties": [
|
|
108
|
+
{
|
|
109
|
+
"name": "sticky",
|
|
110
|
+
"annotation": {
|
|
111
|
+
"type": "keyword",
|
|
112
|
+
"value": "boolean"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"events": [],
|
|
117
|
+
"methods": []
|
|
118
|
+
},
|
|
2
119
|
"ai-portal.icon-button": {
|
|
3
120
|
"properties": [
|
|
4
121
|
{
|
|
@@ -84,19 +201,6 @@
|
|
|
84
201
|
}
|
|
85
202
|
]
|
|
86
203
|
},
|
|
87
|
-
"ai-portal.home-container": {
|
|
88
|
-
"properties": [
|
|
89
|
-
{
|
|
90
|
-
"name": "sticky",
|
|
91
|
-
"annotation": {
|
|
92
|
-
"type": "keyword",
|
|
93
|
-
"value": "boolean"
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
],
|
|
97
|
-
"events": [],
|
|
98
|
-
"methods": []
|
|
99
|
-
},
|
|
100
204
|
"ai-portal.call-tool": {
|
|
101
205
|
"type": "provider",
|
|
102
206
|
"params": [
|
|
@@ -698,7 +802,6 @@
|
|
|
698
802
|
"type": "keyword",
|
|
699
803
|
"value": "string"
|
|
700
804
|
},
|
|
701
|
-
"optional": true,
|
|
702
805
|
"computed": false
|
|
703
806
|
},
|
|
704
807
|
{
|
|
@@ -899,110 +1002,6 @@
|
|
|
899
1002
|
}
|
|
900
1003
|
]
|
|
901
1004
|
},
|
|
902
|
-
"ai-portal.stat-with-mini-chart": {
|
|
903
|
-
"properties": [
|
|
904
|
-
{
|
|
905
|
-
"name": "label",
|
|
906
|
-
"annotation": {
|
|
907
|
-
"type": "keyword",
|
|
908
|
-
"value": "string"
|
|
909
|
-
}
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"name": "value",
|
|
913
|
-
"annotation": {
|
|
914
|
-
"type": "keyword",
|
|
915
|
-
"value": "string"
|
|
916
|
-
}
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"name": "size",
|
|
920
|
-
"annotation": {
|
|
921
|
-
"type": "union",
|
|
922
|
-
"types": [
|
|
923
|
-
{
|
|
924
|
-
"type": "jsLiteral",
|
|
925
|
-
"value": "medium"
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"type": "jsLiteral",
|
|
929
|
-
"value": "small"
|
|
930
|
-
}
|
|
931
|
-
]
|
|
932
|
-
}
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"name": "lineColor",
|
|
936
|
-
"annotation": {
|
|
937
|
-
"type": "keyword",
|
|
938
|
-
"value": "string"
|
|
939
|
-
}
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"name": "showArea",
|
|
943
|
-
"annotation": {
|
|
944
|
-
"type": "keyword",
|
|
945
|
-
"value": "boolean"
|
|
946
|
-
}
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"name": "min",
|
|
950
|
-
"annotation": {
|
|
951
|
-
"type": "keyword",
|
|
952
|
-
"value": "number"
|
|
953
|
-
}
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"name": "max",
|
|
957
|
-
"annotation": {
|
|
958
|
-
"type": "keyword",
|
|
959
|
-
"value": "number"
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"name": "xField",
|
|
964
|
-
"annotation": {
|
|
965
|
-
"type": "keyword",
|
|
966
|
-
"value": "string"
|
|
967
|
-
}
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"name": "yField",
|
|
971
|
-
"annotation": {
|
|
972
|
-
"type": "keyword",
|
|
973
|
-
"value": "string"
|
|
974
|
-
}
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"name": "data",
|
|
978
|
-
"annotation": {
|
|
979
|
-
"type": "array",
|
|
980
|
-
"elementType": {
|
|
981
|
-
"type": "reference",
|
|
982
|
-
"typeName": {
|
|
983
|
-
"type": "identifier",
|
|
984
|
-
"name": "Record"
|
|
985
|
-
},
|
|
986
|
-
"typeParameters": {
|
|
987
|
-
"type": "typeParameterInstantiation",
|
|
988
|
-
"params": [
|
|
989
|
-
{
|
|
990
|
-
"type": "keyword",
|
|
991
|
-
"value": "string"
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"type": "keyword",
|
|
995
|
-
"value": "number"
|
|
996
|
-
}
|
|
997
|
-
]
|
|
998
|
-
}
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
],
|
|
1003
|
-
"events": [],
|
|
1004
|
-
"methods": []
|
|
1005
|
-
},
|
|
1006
1005
|
"ai-portal.elevo-logo": {
|
|
1007
1006
|
"properties": [],
|
|
1008
1007
|
"events": [],
|
|
@@ -1767,6 +1766,26 @@
|
|
|
1767
1766
|
}
|
|
1768
1767
|
]
|
|
1769
1768
|
},
|
|
1769
|
+
"ai-portal.preview-container": {
|
|
1770
|
+
"properties": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "source",
|
|
1773
|
+
"annotation": {
|
|
1774
|
+
"type": "keyword",
|
|
1775
|
+
"value": "string"
|
|
1776
|
+
}
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"name": "url",
|
|
1780
|
+
"annotation": {
|
|
1781
|
+
"type": "keyword",
|
|
1782
|
+
"value": "string"
|
|
1783
|
+
}
|
|
1784
|
+
}
|
|
1785
|
+
],
|
|
1786
|
+
"events": [],
|
|
1787
|
+
"methods": []
|
|
1788
|
+
},
|
|
1770
1789
|
"ai-portal.dropdown-select": {
|
|
1771
1790
|
"properties": [
|
|
1772
1791
|
{
|
|
@@ -2054,25 +2073,231 @@
|
|
|
2054
2073
|
}
|
|
2055
2074
|
]
|
|
2056
2075
|
},
|
|
2057
|
-
"ai-portal.
|
|
2076
|
+
"ai-portal.project-conversations": {
|
|
2058
2077
|
"properties": [
|
|
2059
2078
|
{
|
|
2060
|
-
"name": "
|
|
2079
|
+
"name": "list",
|
|
2061
2080
|
"annotation": {
|
|
2062
|
-
"type": "
|
|
2063
|
-
"
|
|
2081
|
+
"type": "array",
|
|
2082
|
+
"elementType": {
|
|
2083
|
+
"type": "reference",
|
|
2084
|
+
"typeName": {
|
|
2085
|
+
"type": "identifier",
|
|
2086
|
+
"name": "Conversation"
|
|
2087
|
+
}
|
|
2088
|
+
}
|
|
2064
2089
|
}
|
|
2065
2090
|
},
|
|
2066
2091
|
{
|
|
2067
|
-
"name": "
|
|
2092
|
+
"name": "urlTemplate",
|
|
2068
2093
|
"annotation": {
|
|
2069
2094
|
"type": "keyword",
|
|
2070
2095
|
"value": "string"
|
|
2071
2096
|
}
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"name": "actions",
|
|
2100
|
+
"annotation": {
|
|
2101
|
+
"type": "array",
|
|
2102
|
+
"elementType": {
|
|
2103
|
+
"type": "reference",
|
|
2104
|
+
"typeName": {
|
|
2105
|
+
"type": "identifier",
|
|
2106
|
+
"name": "ActionType"
|
|
2107
|
+
}
|
|
2108
|
+
}
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"name": "goals",
|
|
2113
|
+
"annotation": {
|
|
2114
|
+
"type": "array",
|
|
2115
|
+
"elementType": {
|
|
2116
|
+
"type": "reference",
|
|
2117
|
+
"typeName": {
|
|
2118
|
+
"type": "identifier",
|
|
2119
|
+
"name": "Goal"
|
|
2120
|
+
}
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2072
2123
|
}
|
|
2073
2124
|
],
|
|
2074
|
-
"events": [
|
|
2075
|
-
|
|
2125
|
+
"events": [
|
|
2126
|
+
{
|
|
2127
|
+
"name": "goal.click",
|
|
2128
|
+
"detail": {
|
|
2129
|
+
"annotation": {
|
|
2130
|
+
"type": "reference",
|
|
2131
|
+
"typeName": {
|
|
2132
|
+
"type": "identifier",
|
|
2133
|
+
"name": "Conversation"
|
|
2134
|
+
}
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"name": "action.click",
|
|
2140
|
+
"detail": {
|
|
2141
|
+
"annotation": {
|
|
2142
|
+
"type": "reference",
|
|
2143
|
+
"typeName": {
|
|
2144
|
+
"type": "identifier",
|
|
2145
|
+
"name": "ActionClickDetail"
|
|
2146
|
+
}
|
|
2147
|
+
}
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2150
|
+
],
|
|
2151
|
+
"methods": [],
|
|
2152
|
+
"types": [
|
|
2153
|
+
{
|
|
2154
|
+
"type": "interface",
|
|
2155
|
+
"name": "Conversation",
|
|
2156
|
+
"body": [
|
|
2157
|
+
{
|
|
2158
|
+
"type": "propertySignature",
|
|
2159
|
+
"key": {
|
|
2160
|
+
"type": "identifier",
|
|
2161
|
+
"name": "conversationId"
|
|
2162
|
+
},
|
|
2163
|
+
"annotation": {
|
|
2164
|
+
"type": "keyword",
|
|
2165
|
+
"value": "string"
|
|
2166
|
+
},
|
|
2167
|
+
"computed": false
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
"type": "propertySignature",
|
|
2171
|
+
"key": {
|
|
2172
|
+
"type": "identifier",
|
|
2173
|
+
"name": "title"
|
|
2174
|
+
},
|
|
2175
|
+
"annotation": {
|
|
2176
|
+
"type": "keyword",
|
|
2177
|
+
"value": "string"
|
|
2178
|
+
},
|
|
2179
|
+
"computed": false
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"type": "propertySignature",
|
|
2183
|
+
"key": {
|
|
2184
|
+
"type": "identifier",
|
|
2185
|
+
"name": "startTime"
|
|
2186
|
+
},
|
|
2187
|
+
"annotation": {
|
|
2188
|
+
"type": "keyword",
|
|
2189
|
+
"value": "number"
|
|
2190
|
+
},
|
|
2191
|
+
"computed": false
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"type": "propertySignature",
|
|
2195
|
+
"key": {
|
|
2196
|
+
"type": "identifier",
|
|
2197
|
+
"name": "description"
|
|
2198
|
+
},
|
|
2199
|
+
"annotation": {
|
|
2200
|
+
"type": "keyword",
|
|
2201
|
+
"value": "string"
|
|
2202
|
+
},
|
|
2203
|
+
"optional": true,
|
|
2204
|
+
"computed": false
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
"type": "propertySignature",
|
|
2208
|
+
"key": {
|
|
2209
|
+
"type": "identifier",
|
|
2210
|
+
"name": "goalInstanceId"
|
|
2211
|
+
},
|
|
2212
|
+
"annotation": {
|
|
2213
|
+
"type": "keyword",
|
|
2214
|
+
"value": "string"
|
|
2215
|
+
},
|
|
2216
|
+
"optional": true,
|
|
2217
|
+
"computed": false
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"type": "propertySignature",
|
|
2221
|
+
"key": {
|
|
2222
|
+
"type": "identifier",
|
|
2223
|
+
"name": "username"
|
|
2224
|
+
},
|
|
2225
|
+
"annotation": {
|
|
2226
|
+
"type": "keyword",
|
|
2227
|
+
"value": "string"
|
|
2228
|
+
},
|
|
2229
|
+
"optional": true,
|
|
2230
|
+
"computed": false
|
|
2231
|
+
}
|
|
2232
|
+
]
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"type": "interface",
|
|
2236
|
+
"name": "Goal",
|
|
2237
|
+
"body": [
|
|
2238
|
+
{
|
|
2239
|
+
"type": "propertySignature",
|
|
2240
|
+
"key": {
|
|
2241
|
+
"type": "identifier",
|
|
2242
|
+
"name": "instanceId"
|
|
2243
|
+
},
|
|
2244
|
+
"annotation": {
|
|
2245
|
+
"type": "keyword",
|
|
2246
|
+
"value": "string"
|
|
2247
|
+
},
|
|
2248
|
+
"computed": false
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"type": "propertySignature",
|
|
2252
|
+
"key": {
|
|
2253
|
+
"type": "identifier",
|
|
2254
|
+
"name": "title"
|
|
2255
|
+
},
|
|
2256
|
+
"annotation": {
|
|
2257
|
+
"type": "keyword",
|
|
2258
|
+
"value": "string"
|
|
2259
|
+
},
|
|
2260
|
+
"computed": false
|
|
2261
|
+
}
|
|
2262
|
+
]
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"type": "interface",
|
|
2266
|
+
"name": "ActionClickDetail",
|
|
2267
|
+
"body": [
|
|
2268
|
+
{
|
|
2269
|
+
"type": "propertySignature",
|
|
2270
|
+
"key": {
|
|
2271
|
+
"type": "identifier",
|
|
2272
|
+
"name": "action"
|
|
2273
|
+
},
|
|
2274
|
+
"annotation": {
|
|
2275
|
+
"type": "reference",
|
|
2276
|
+
"typeName": {
|
|
2277
|
+
"type": "identifier",
|
|
2278
|
+
"name": "SimpleActionType"
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2281
|
+
"computed": false
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"type": "propertySignature",
|
|
2285
|
+
"key": {
|
|
2286
|
+
"type": "identifier",
|
|
2287
|
+
"name": "item"
|
|
2288
|
+
},
|
|
2289
|
+
"annotation": {
|
|
2290
|
+
"type": "reference",
|
|
2291
|
+
"typeName": {
|
|
2292
|
+
"type": "identifier",
|
|
2293
|
+
"name": "Conversation"
|
|
2294
|
+
}
|
|
2295
|
+
},
|
|
2296
|
+
"computed": false
|
|
2297
|
+
}
|
|
2298
|
+
]
|
|
2299
|
+
}
|
|
2300
|
+
]
|
|
2076
2301
|
},
|
|
2077
2302
|
"ai-portal.activity-timeline": {
|
|
2078
2303
|
"properties": [
|
|
@@ -2928,297 +3153,8 @@
|
|
|
2928
3153
|
"name": "action_type"
|
|
2929
3154
|
},
|
|
2930
3155
|
"annotation": {
|
|
2931
|
-
"type": "jsLiteral",
|
|
2932
|
-
"value": "add_comment"
|
|
2933
|
-
},
|
|
2934
|
-
"computed": false
|
|
2935
|
-
},
|
|
2936
|
-
{
|
|
2937
|
-
"type": "propertySignature",
|
|
2938
|
-
"key": {
|
|
2939
|
-
"type": "identifier",
|
|
2940
|
-
"name": "metadata"
|
|
2941
|
-
},
|
|
2942
|
-
"annotation": {
|
|
2943
|
-
"type": "typeLiteral",
|
|
2944
|
-
"members": [
|
|
2945
|
-
{
|
|
2946
|
-
"type": "propertySignature",
|
|
2947
|
-
"key": {
|
|
2948
|
-
"type": "identifier",
|
|
2949
|
-
"name": "comment_content"
|
|
2950
|
-
},
|
|
2951
|
-
"annotation": {
|
|
2952
|
-
"type": "keyword",
|
|
2953
|
-
"value": "string"
|
|
2954
|
-
},
|
|
2955
|
-
"computed": false
|
|
2956
|
-
}
|
|
2957
|
-
]
|
|
2958
|
-
},
|
|
2959
|
-
"computed": false
|
|
2960
|
-
}
|
|
2961
|
-
],
|
|
2962
|
-
"extends": [
|
|
2963
|
-
{
|
|
2964
|
-
"type": "expressionWithTypeArguments",
|
|
2965
|
-
"expression": {
|
|
2966
|
-
"type": "identifier",
|
|
2967
|
-
"name": "ActivityBase"
|
|
2968
|
-
}
|
|
2969
|
-
}
|
|
2970
|
-
]
|
|
2971
|
-
},
|
|
2972
|
-
{
|
|
2973
|
-
"type": "interface",
|
|
2974
|
-
"name": "ActivityOfStartConversation",
|
|
2975
|
-
"body": [
|
|
2976
|
-
{
|
|
2977
|
-
"type": "propertySignature",
|
|
2978
|
-
"key": {
|
|
2979
|
-
"type": "identifier",
|
|
2980
|
-
"name": "action_type"
|
|
2981
|
-
},
|
|
2982
|
-
"annotation": {
|
|
2983
|
-
"type": "jsLiteral",
|
|
2984
|
-
"value": "start_conversation"
|
|
2985
|
-
},
|
|
2986
|
-
"computed": false
|
|
2987
|
-
},
|
|
2988
|
-
{
|
|
2989
|
-
"type": "propertySignature",
|
|
2990
|
-
"key": {
|
|
2991
|
-
"type": "identifier",
|
|
2992
|
-
"name": "metadata"
|
|
2993
|
-
},
|
|
2994
|
-
"annotation": {
|
|
2995
|
-
"type": "typeLiteral",
|
|
2996
|
-
"members": [
|
|
2997
|
-
{
|
|
2998
|
-
"type": "propertySignature",
|
|
2999
|
-
"key": {
|
|
3000
|
-
"type": "identifier",
|
|
3001
|
-
"name": "conversation_id"
|
|
3002
|
-
},
|
|
3003
|
-
"annotation": {
|
|
3004
|
-
"type": "keyword",
|
|
3005
|
-
"value": "string"
|
|
3006
|
-
},
|
|
3007
|
-
"computed": false
|
|
3008
|
-
},
|
|
3009
|
-
{
|
|
3010
|
-
"type": "propertySignature",
|
|
3011
|
-
"key": {
|
|
3012
|
-
"type": "identifier",
|
|
3013
|
-
"name": "conversation_title"
|
|
3014
|
-
},
|
|
3015
|
-
"annotation": {
|
|
3016
|
-
"type": "keyword",
|
|
3017
|
-
"value": "string"
|
|
3018
|
-
},
|
|
3019
|
-
"computed": false
|
|
3020
|
-
},
|
|
3021
|
-
{
|
|
3022
|
-
"type": "propertySignature",
|
|
3023
|
-
"key": {
|
|
3024
|
-
"type": "identifier",
|
|
3025
|
-
"name": "conversation_description"
|
|
3026
|
-
},
|
|
3027
|
-
"annotation": {
|
|
3028
|
-
"type": "keyword",
|
|
3029
|
-
"value": "string"
|
|
3030
|
-
},
|
|
3031
|
-
"optional": true,
|
|
3032
|
-
"computed": false
|
|
3033
|
-
}
|
|
3034
|
-
]
|
|
3035
|
-
},
|
|
3036
|
-
"computed": false
|
|
3037
|
-
}
|
|
3038
|
-
],
|
|
3039
|
-
"extends": [
|
|
3040
|
-
{
|
|
3041
|
-
"type": "expressionWithTypeArguments",
|
|
3042
|
-
"expression": {
|
|
3043
|
-
"type": "identifier",
|
|
3044
|
-
"name": "ActivityBase"
|
|
3045
|
-
}
|
|
3046
|
-
}
|
|
3047
|
-
]
|
|
3048
|
-
}
|
|
3049
|
-
]
|
|
3050
|
-
},
|
|
3051
|
-
"ai-portal.project-conversations": {
|
|
3052
|
-
"properties": [
|
|
3053
|
-
{
|
|
3054
|
-
"name": "list",
|
|
3055
|
-
"annotation": {
|
|
3056
|
-
"type": "array",
|
|
3057
|
-
"elementType": {
|
|
3058
|
-
"type": "reference",
|
|
3059
|
-
"typeName": {
|
|
3060
|
-
"type": "identifier",
|
|
3061
|
-
"name": "Conversation"
|
|
3062
|
-
}
|
|
3063
|
-
}
|
|
3064
|
-
}
|
|
3065
|
-
},
|
|
3066
|
-
{
|
|
3067
|
-
"name": "urlTemplate",
|
|
3068
|
-
"annotation": {
|
|
3069
|
-
"type": "keyword",
|
|
3070
|
-
"value": "string"
|
|
3071
|
-
}
|
|
3072
|
-
},
|
|
3073
|
-
{
|
|
3074
|
-
"name": "actions",
|
|
3075
|
-
"annotation": {
|
|
3076
|
-
"type": "array",
|
|
3077
|
-
"elementType": {
|
|
3078
|
-
"type": "reference",
|
|
3079
|
-
"typeName": {
|
|
3080
|
-
"type": "identifier",
|
|
3081
|
-
"name": "ActionType"
|
|
3082
|
-
}
|
|
3083
|
-
}
|
|
3084
|
-
}
|
|
3085
|
-
},
|
|
3086
|
-
{
|
|
3087
|
-
"name": "goals",
|
|
3088
|
-
"annotation": {
|
|
3089
|
-
"type": "array",
|
|
3090
|
-
"elementType": {
|
|
3091
|
-
"type": "reference",
|
|
3092
|
-
"typeName": {
|
|
3093
|
-
"type": "identifier",
|
|
3094
|
-
"name": "Goal"
|
|
3095
|
-
}
|
|
3096
|
-
}
|
|
3097
|
-
}
|
|
3098
|
-
}
|
|
3099
|
-
],
|
|
3100
|
-
"events": [
|
|
3101
|
-
{
|
|
3102
|
-
"name": "goal.click",
|
|
3103
|
-
"detail": {
|
|
3104
|
-
"annotation": {
|
|
3105
|
-
"type": "reference",
|
|
3106
|
-
"typeName": {
|
|
3107
|
-
"type": "identifier",
|
|
3108
|
-
"name": "Conversation"
|
|
3109
|
-
}
|
|
3110
|
-
}
|
|
3111
|
-
}
|
|
3112
|
-
},
|
|
3113
|
-
{
|
|
3114
|
-
"name": "action.click",
|
|
3115
|
-
"detail": {
|
|
3116
|
-
"annotation": {
|
|
3117
|
-
"type": "reference",
|
|
3118
|
-
"typeName": {
|
|
3119
|
-
"type": "identifier",
|
|
3120
|
-
"name": "ActionClickDetail"
|
|
3121
|
-
}
|
|
3122
|
-
}
|
|
3123
|
-
}
|
|
3124
|
-
}
|
|
3125
|
-
],
|
|
3126
|
-
"methods": [],
|
|
3127
|
-
"types": [
|
|
3128
|
-
{
|
|
3129
|
-
"type": "interface",
|
|
3130
|
-
"name": "Conversation",
|
|
3131
|
-
"body": [
|
|
3132
|
-
{
|
|
3133
|
-
"type": "propertySignature",
|
|
3134
|
-
"key": {
|
|
3135
|
-
"type": "identifier",
|
|
3136
|
-
"name": "conversationId"
|
|
3137
|
-
},
|
|
3138
|
-
"annotation": {
|
|
3139
|
-
"type": "keyword",
|
|
3140
|
-
"value": "string"
|
|
3141
|
-
},
|
|
3142
|
-
"computed": false
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"type": "propertySignature",
|
|
3146
|
-
"key": {
|
|
3147
|
-
"type": "identifier",
|
|
3148
|
-
"name": "title"
|
|
3149
|
-
},
|
|
3150
|
-
"annotation": {
|
|
3151
|
-
"type": "keyword",
|
|
3152
|
-
"value": "string"
|
|
3153
|
-
},
|
|
3154
|
-
"computed": false
|
|
3155
|
-
},
|
|
3156
|
-
{
|
|
3157
|
-
"type": "propertySignature",
|
|
3158
|
-
"key": {
|
|
3159
|
-
"type": "identifier",
|
|
3160
|
-
"name": "startTime"
|
|
3161
|
-
},
|
|
3162
|
-
"annotation": {
|
|
3163
|
-
"type": "keyword",
|
|
3164
|
-
"value": "number"
|
|
3165
|
-
},
|
|
3166
|
-
"computed": false
|
|
3167
|
-
},
|
|
3168
|
-
{
|
|
3169
|
-
"type": "propertySignature",
|
|
3170
|
-
"key": {
|
|
3171
|
-
"type": "identifier",
|
|
3172
|
-
"name": "description"
|
|
3173
|
-
},
|
|
3174
|
-
"annotation": {
|
|
3175
|
-
"type": "keyword",
|
|
3176
|
-
"value": "string"
|
|
3177
|
-
},
|
|
3178
|
-
"optional": true,
|
|
3179
|
-
"computed": false
|
|
3180
|
-
},
|
|
3181
|
-
{
|
|
3182
|
-
"type": "propertySignature",
|
|
3183
|
-
"key": {
|
|
3184
|
-
"type": "identifier",
|
|
3185
|
-
"name": "goalInstanceId"
|
|
3186
|
-
},
|
|
3187
|
-
"annotation": {
|
|
3188
|
-
"type": "keyword",
|
|
3189
|
-
"value": "string"
|
|
3190
|
-
},
|
|
3191
|
-
"optional": true,
|
|
3192
|
-
"computed": false
|
|
3193
|
-
},
|
|
3194
|
-
{
|
|
3195
|
-
"type": "propertySignature",
|
|
3196
|
-
"key": {
|
|
3197
|
-
"type": "identifier",
|
|
3198
|
-
"name": "username"
|
|
3199
|
-
},
|
|
3200
|
-
"annotation": {
|
|
3201
|
-
"type": "keyword",
|
|
3202
|
-
"value": "string"
|
|
3203
|
-
},
|
|
3204
|
-
"optional": true,
|
|
3205
|
-
"computed": false
|
|
3206
|
-
}
|
|
3207
|
-
]
|
|
3208
|
-
},
|
|
3209
|
-
{
|
|
3210
|
-
"type": "interface",
|
|
3211
|
-
"name": "Goal",
|
|
3212
|
-
"body": [
|
|
3213
|
-
{
|
|
3214
|
-
"type": "propertySignature",
|
|
3215
|
-
"key": {
|
|
3216
|
-
"type": "identifier",
|
|
3217
|
-
"name": "instanceId"
|
|
3218
|
-
},
|
|
3219
|
-
"annotation": {
|
|
3220
|
-
"type": "keyword",
|
|
3221
|
-
"value": "string"
|
|
3156
|
+
"type": "jsLiteral",
|
|
3157
|
+
"value": "add_comment"
|
|
3222
3158
|
},
|
|
3223
3159
|
"computed": false
|
|
3224
3160
|
},
|
|
@@ -3226,32 +3162,51 @@
|
|
|
3226
3162
|
"type": "propertySignature",
|
|
3227
3163
|
"key": {
|
|
3228
3164
|
"type": "identifier",
|
|
3229
|
-
"name": "
|
|
3165
|
+
"name": "metadata"
|
|
3230
3166
|
},
|
|
3231
3167
|
"annotation": {
|
|
3232
|
-
"type": "
|
|
3233
|
-
"
|
|
3168
|
+
"type": "typeLiteral",
|
|
3169
|
+
"members": [
|
|
3170
|
+
{
|
|
3171
|
+
"type": "propertySignature",
|
|
3172
|
+
"key": {
|
|
3173
|
+
"type": "identifier",
|
|
3174
|
+
"name": "comment_content"
|
|
3175
|
+
},
|
|
3176
|
+
"annotation": {
|
|
3177
|
+
"type": "keyword",
|
|
3178
|
+
"value": "string"
|
|
3179
|
+
},
|
|
3180
|
+
"computed": false
|
|
3181
|
+
}
|
|
3182
|
+
]
|
|
3234
3183
|
},
|
|
3235
3184
|
"computed": false
|
|
3236
3185
|
}
|
|
3186
|
+
],
|
|
3187
|
+
"extends": [
|
|
3188
|
+
{
|
|
3189
|
+
"type": "expressionWithTypeArguments",
|
|
3190
|
+
"expression": {
|
|
3191
|
+
"type": "identifier",
|
|
3192
|
+
"name": "ActivityBase"
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3237
3195
|
]
|
|
3238
3196
|
},
|
|
3239
3197
|
{
|
|
3240
3198
|
"type": "interface",
|
|
3241
|
-
"name": "
|
|
3199
|
+
"name": "ActivityOfStartConversation",
|
|
3242
3200
|
"body": [
|
|
3243
3201
|
{
|
|
3244
3202
|
"type": "propertySignature",
|
|
3245
3203
|
"key": {
|
|
3246
3204
|
"type": "identifier",
|
|
3247
|
-
"name": "
|
|
3205
|
+
"name": "action_type"
|
|
3248
3206
|
},
|
|
3249
3207
|
"annotation": {
|
|
3250
|
-
"type": "
|
|
3251
|
-
"
|
|
3252
|
-
"type": "identifier",
|
|
3253
|
-
"name": "SimpleActionType"
|
|
3254
|
-
}
|
|
3208
|
+
"type": "jsLiteral",
|
|
3209
|
+
"value": "start_conversation"
|
|
3255
3210
|
},
|
|
3256
3211
|
"computed": false
|
|
3257
3212
|
},
|
|
@@ -3259,17 +3214,61 @@
|
|
|
3259
3214
|
"type": "propertySignature",
|
|
3260
3215
|
"key": {
|
|
3261
3216
|
"type": "identifier",
|
|
3262
|
-
"name": "
|
|
3217
|
+
"name": "metadata"
|
|
3263
3218
|
},
|
|
3264
3219
|
"annotation": {
|
|
3265
|
-
"type": "
|
|
3266
|
-
"
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3220
|
+
"type": "typeLiteral",
|
|
3221
|
+
"members": [
|
|
3222
|
+
{
|
|
3223
|
+
"type": "propertySignature",
|
|
3224
|
+
"key": {
|
|
3225
|
+
"type": "identifier",
|
|
3226
|
+
"name": "conversation_id"
|
|
3227
|
+
},
|
|
3228
|
+
"annotation": {
|
|
3229
|
+
"type": "keyword",
|
|
3230
|
+
"value": "string"
|
|
3231
|
+
},
|
|
3232
|
+
"computed": false
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"type": "propertySignature",
|
|
3236
|
+
"key": {
|
|
3237
|
+
"type": "identifier",
|
|
3238
|
+
"name": "conversation_title"
|
|
3239
|
+
},
|
|
3240
|
+
"annotation": {
|
|
3241
|
+
"type": "keyword",
|
|
3242
|
+
"value": "string"
|
|
3243
|
+
},
|
|
3244
|
+
"computed": false
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"type": "propertySignature",
|
|
3248
|
+
"key": {
|
|
3249
|
+
"type": "identifier",
|
|
3250
|
+
"name": "conversation_description"
|
|
3251
|
+
},
|
|
3252
|
+
"annotation": {
|
|
3253
|
+
"type": "keyword",
|
|
3254
|
+
"value": "string"
|
|
3255
|
+
},
|
|
3256
|
+
"optional": true,
|
|
3257
|
+
"computed": false
|
|
3258
|
+
}
|
|
3259
|
+
]
|
|
3270
3260
|
},
|
|
3271
3261
|
"computed": false
|
|
3272
3262
|
}
|
|
3263
|
+
],
|
|
3264
|
+
"extends": [
|
|
3265
|
+
{
|
|
3266
|
+
"type": "expressionWithTypeArguments",
|
|
3267
|
+
"expression": {
|
|
3268
|
+
"type": "identifier",
|
|
3269
|
+
"name": "ActivityBase"
|
|
3270
|
+
}
|
|
3271
|
+
}
|
|
3273
3272
|
]
|
|
3274
3273
|
}
|
|
3275
3274
|
]
|
|
@@ -4515,6 +4514,20 @@
|
|
|
4515
4514
|
"value": "number"
|
|
4516
4515
|
},
|
|
4517
4516
|
"computed": false
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"type": "propertySignature",
|
|
4520
|
+
"key": {
|
|
4521
|
+
"type": "identifier",
|
|
4522
|
+
"name": "url"
|
|
4523
|
+
},
|
|
4524
|
+
"annotation": {
|
|
4525
|
+
"type": "keyword",
|
|
4526
|
+
"value": "string"
|
|
4527
|
+
},
|
|
4528
|
+
"optional": true,
|
|
4529
|
+
"computed": false,
|
|
4530
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
4518
4531
|
}
|
|
4519
4532
|
]
|
|
4520
4533
|
}
|
|
@@ -4686,6 +4699,20 @@
|
|
|
4686
4699
|
"value": "number"
|
|
4687
4700
|
},
|
|
4688
4701
|
"computed": false
|
|
4702
|
+
},
|
|
4703
|
+
{
|
|
4704
|
+
"type": "propertySignature",
|
|
4705
|
+
"key": {
|
|
4706
|
+
"type": "identifier",
|
|
4707
|
+
"name": "url"
|
|
4708
|
+
},
|
|
4709
|
+
"annotation": {
|
|
4710
|
+
"type": "keyword",
|
|
4711
|
+
"value": "string"
|
|
4712
|
+
},
|
|
4713
|
+
"optional": true,
|
|
4714
|
+
"computed": false,
|
|
4715
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
4689
4716
|
}
|
|
4690
4717
|
]
|
|
4691
4718
|
}
|
|
@@ -5265,6 +5292,147 @@
|
|
|
5265
5292
|
}
|
|
5266
5293
|
]
|
|
5267
5294
|
},
|
|
5295
|
+
"ai-portal.gantt-chart": {
|
|
5296
|
+
"properties": [
|
|
5297
|
+
{
|
|
5298
|
+
"name": "chartTitle",
|
|
5299
|
+
"annotation": {
|
|
5300
|
+
"type": "keyword",
|
|
5301
|
+
"value": "string"
|
|
5302
|
+
}
|
|
5303
|
+
},
|
|
5304
|
+
{
|
|
5305
|
+
"name": "nodes",
|
|
5306
|
+
"annotation": {
|
|
5307
|
+
"type": "array",
|
|
5308
|
+
"elementType": {
|
|
5309
|
+
"type": "reference",
|
|
5310
|
+
"typeName": {
|
|
5311
|
+
"type": "identifier",
|
|
5312
|
+
"name": "GanttNode"
|
|
5313
|
+
}
|
|
5314
|
+
}
|
|
5315
|
+
}
|
|
5316
|
+
}
|
|
5317
|
+
],
|
|
5318
|
+
"events": [
|
|
5319
|
+
{
|
|
5320
|
+
"name": "node.click",
|
|
5321
|
+
"detail": {
|
|
5322
|
+
"annotation": {
|
|
5323
|
+
"type": "reference",
|
|
5324
|
+
"typeName": {
|
|
5325
|
+
"type": "identifier",
|
|
5326
|
+
"name": "GanttNode"
|
|
5327
|
+
}
|
|
5328
|
+
}
|
|
5329
|
+
}
|
|
5330
|
+
},
|
|
5331
|
+
{
|
|
5332
|
+
"name": "fullscreen.click",
|
|
5333
|
+
"detail": {
|
|
5334
|
+
"annotation": {
|
|
5335
|
+
"type": "keyword",
|
|
5336
|
+
"value": "void"
|
|
5337
|
+
}
|
|
5338
|
+
}
|
|
5339
|
+
}
|
|
5340
|
+
],
|
|
5341
|
+
"methods": [],
|
|
5342
|
+
"types": [
|
|
5343
|
+
{
|
|
5344
|
+
"type": "interface",
|
|
5345
|
+
"name": "GanttNode",
|
|
5346
|
+
"body": [
|
|
5347
|
+
{
|
|
5348
|
+
"type": "propertySignature",
|
|
5349
|
+
"key": {
|
|
5350
|
+
"type": "identifier",
|
|
5351
|
+
"name": "name"
|
|
5352
|
+
},
|
|
5353
|
+
"annotation": {
|
|
5354
|
+
"type": "keyword",
|
|
5355
|
+
"value": "string"
|
|
5356
|
+
},
|
|
5357
|
+
"computed": false
|
|
5358
|
+
},
|
|
5359
|
+
{
|
|
5360
|
+
"type": "propertySignature",
|
|
5361
|
+
"key": {
|
|
5362
|
+
"type": "identifier",
|
|
5363
|
+
"name": "state"
|
|
5364
|
+
},
|
|
5365
|
+
"annotation": {
|
|
5366
|
+
"type": "union",
|
|
5367
|
+
"types": [
|
|
5368
|
+
{
|
|
5369
|
+
"type": "reference",
|
|
5370
|
+
"typeName": {
|
|
5371
|
+
"type": "identifier",
|
|
5372
|
+
"name": "TaskState"
|
|
5373
|
+
}
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"type": "reference",
|
|
5377
|
+
"typeName": {
|
|
5378
|
+
"type": "identifier",
|
|
5379
|
+
"name": "JobState"
|
|
5380
|
+
}
|
|
5381
|
+
}
|
|
5382
|
+
]
|
|
5383
|
+
},
|
|
5384
|
+
"optional": true,
|
|
5385
|
+
"computed": false
|
|
5386
|
+
},
|
|
5387
|
+
{
|
|
5388
|
+
"type": "propertySignature",
|
|
5389
|
+
"key": {
|
|
5390
|
+
"type": "identifier",
|
|
5391
|
+
"name": "startTime"
|
|
5392
|
+
},
|
|
5393
|
+
"annotation": {
|
|
5394
|
+
"type": "keyword",
|
|
5395
|
+
"value": "number"
|
|
5396
|
+
},
|
|
5397
|
+
"optional": true,
|
|
5398
|
+
"computed": false
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"type": "propertySignature",
|
|
5402
|
+
"key": {
|
|
5403
|
+
"type": "identifier",
|
|
5404
|
+
"name": "endTime"
|
|
5405
|
+
},
|
|
5406
|
+
"annotation": {
|
|
5407
|
+
"type": "keyword",
|
|
5408
|
+
"value": "number"
|
|
5409
|
+
},
|
|
5410
|
+
"optional": true,
|
|
5411
|
+
"computed": false
|
|
5412
|
+
},
|
|
5413
|
+
{
|
|
5414
|
+
"type": "propertySignature",
|
|
5415
|
+
"key": {
|
|
5416
|
+
"type": "identifier",
|
|
5417
|
+
"name": "children"
|
|
5418
|
+
},
|
|
5419
|
+
"annotation": {
|
|
5420
|
+
"type": "array",
|
|
5421
|
+
"elementType": {
|
|
5422
|
+
"type": "reference",
|
|
5423
|
+
"typeName": {
|
|
5424
|
+
"type": "identifier",
|
|
5425
|
+
"name": "GanttNode"
|
|
5426
|
+
}
|
|
5427
|
+
}
|
|
5428
|
+
},
|
|
5429
|
+
"optional": true,
|
|
5430
|
+
"computed": false
|
|
5431
|
+
}
|
|
5432
|
+
]
|
|
5433
|
+
}
|
|
5434
|
+
]
|
|
5435
|
+
},
|
|
5268
5436
|
"ai-portal.goal-card-list": {
|
|
5269
5437
|
"properties": [
|
|
5270
5438
|
{
|