@next-bricks/ai-portal 0.61.0 → 0.61.2

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/types.json CHANGED
@@ -1,4 +1,17 @@
1
1
  {
2
+ "ai-portal.home-container": {
3
+ "properties": [
4
+ {
5
+ "name": "sticky",
6
+ "annotation": {
7
+ "type": "keyword",
8
+ "value": "boolean"
9
+ }
10
+ }
11
+ ],
12
+ "events": [],
13
+ "methods": []
14
+ },
2
15
  "ai-portal.stat-with-mini-chart": {
3
16
  "properties": [
4
17
  {
@@ -108,10 +121,37 @@
108
121
  {
109
122
  "name": "icon",
110
123
  "annotation": {
111
- "type": "reference",
112
- "typeName": {
113
- "type": "identifier",
114
- "name": "GeneralIconProps"
124
+ "type": "parenthesizedType",
125
+ "annotation": {
126
+ "type": "intersection",
127
+ "types": [
128
+ {
129
+ "type": "reference",
130
+ "typeName": {
131
+ "type": "identifier",
132
+ "name": "GeneralIconProps"
133
+ }
134
+ },
135
+ {
136
+ "type": "reference",
137
+ "typeName": {
138
+ "type": "identifier",
139
+ "name": "HTMLAttributes"
140
+ },
141
+ "typeParameters": {
142
+ "type": "typeParameterInstantiation",
143
+ "params": [
144
+ {
145
+ "type": "reference",
146
+ "typeName": {
147
+ "type": "identifier",
148
+ "name": "GeneralIcon"
149
+ }
150
+ }
151
+ ]
152
+ }
153
+ }
154
+ ]
115
155
  }
116
156
  }
117
157
  },
@@ -828,6 +868,7 @@
828
868
  "type": "keyword",
829
869
  "value": "string"
830
870
  },
871
+ "optional": true,
831
872
  "computed": false
832
873
  },
833
874
  {
@@ -1462,6 +1503,7 @@
1462
1503
  "type": "keyword",
1463
1504
  "value": "string"
1464
1505
  },
1506
+ "optional": true,
1465
1507
  "computed": false
1466
1508
  },
1467
1509
  {
@@ -1521,6 +1563,71 @@
1521
1563
  }
1522
1564
  }
1523
1565
  },
1566
+ "ai-portal.set-chat-command": {
1567
+ "type": "provider",
1568
+ "params": [
1569
+ {
1570
+ "name": "command",
1571
+ "annotation": {
1572
+ "type": "union",
1573
+ "types": [
1574
+ {
1575
+ "type": "reference",
1576
+ "typeName": {
1577
+ "type": "identifier",
1578
+ "name": "ChatCommand"
1579
+ }
1580
+ },
1581
+ {
1582
+ "type": "keyword",
1583
+ "value": "null"
1584
+ }
1585
+ ]
1586
+ }
1587
+ }
1588
+ ],
1589
+ "returns": {
1590
+ "annotation": {
1591
+ "type": "keyword",
1592
+ "value": "void"
1593
+ }
1594
+ },
1595
+ "types": [
1596
+ {
1597
+ "type": "interface",
1598
+ "name": "ChatCommand",
1599
+ "body": [
1600
+ {
1601
+ "type": "propertySignature",
1602
+ "key": {
1603
+ "type": "identifier",
1604
+ "name": "command"
1605
+ },
1606
+ "annotation": {
1607
+ "type": "keyword",
1608
+ "value": "string"
1609
+ },
1610
+ "computed": false
1611
+ },
1612
+ {
1613
+ "type": "propertySignature",
1614
+ "key": {
1615
+ "type": "identifier",
1616
+ "name": "payload"
1617
+ },
1618
+ "annotation": {
1619
+ "type": "reference",
1620
+ "typeName": {
1621
+ "type": "identifier",
1622
+ "name": "CommandPayload"
1623
+ }
1624
+ },
1625
+ "computed": false
1626
+ }
1627
+ ]
1628
+ }
1629
+ ]
1630
+ },
1524
1631
  "ai-portal.page-container": {
1525
1632
  "properties": [
1526
1633
  {
@@ -1629,71 +1736,6 @@
1629
1736
  }
1630
1737
  ]
1631
1738
  },
1632
- "ai-portal.set-chat-command": {
1633
- "type": "provider",
1634
- "params": [
1635
- {
1636
- "name": "command",
1637
- "annotation": {
1638
- "type": "union",
1639
- "types": [
1640
- {
1641
- "type": "reference",
1642
- "typeName": {
1643
- "type": "identifier",
1644
- "name": "ChatCommand"
1645
- }
1646
- },
1647
- {
1648
- "type": "keyword",
1649
- "value": "null"
1650
- }
1651
- ]
1652
- }
1653
- }
1654
- ],
1655
- "returns": {
1656
- "annotation": {
1657
- "type": "keyword",
1658
- "value": "void"
1659
- }
1660
- },
1661
- "types": [
1662
- {
1663
- "type": "interface",
1664
- "name": "ChatCommand",
1665
- "body": [
1666
- {
1667
- "type": "propertySignature",
1668
- "key": {
1669
- "type": "identifier",
1670
- "name": "command"
1671
- },
1672
- "annotation": {
1673
- "type": "keyword",
1674
- "value": "string"
1675
- },
1676
- "computed": false
1677
- },
1678
- {
1679
- "type": "propertySignature",
1680
- "key": {
1681
- "type": "identifier",
1682
- "name": "payload"
1683
- },
1684
- "annotation": {
1685
- "type": "reference",
1686
- "typeName": {
1687
- "type": "identifier",
1688
- "name": "CommandPayload"
1689
- }
1690
- },
1691
- "computed": false
1692
- }
1693
- ]
1694
- }
1695
- ]
1696
- },
1697
1739
  "ai-portal.tab-list": {
1698
1740
  "properties": [
1699
1741
  {
@@ -1765,19 +1807,6 @@
1765
1807
  }
1766
1808
  ]
1767
1809
  },
1768
- "ai-portal.home-container": {
1769
- "properties": [
1770
- {
1771
- "name": "sticky",
1772
- "annotation": {
1773
- "type": "keyword",
1774
- "value": "boolean"
1775
- }
1776
- }
1777
- ],
1778
- "events": [],
1779
- "methods": []
1780
- },
1781
1810
  "ai-portal.elevo-logo": {
1782
1811
  "properties": [],
1783
1812
  "events": [],
@@ -2107,7 +2136,7 @@
2107
2136
  }
2108
2137
  ]
2109
2138
  },
2110
- "ai-portal.mcp-tools": {
2139
+ "ai-portal.show-cases": {
2111
2140
  "properties": [
2112
2141
  {
2113
2142
  "name": "list",
@@ -2117,13 +2146,13 @@
2117
2146
  "type": "reference",
2118
2147
  "typeName": {
2119
2148
  "type": "identifier",
2120
- "name": "McpTool"
2149
+ "name": "ShowCaseType"
2121
2150
  }
2122
2151
  }
2123
2152
  }
2124
2153
  },
2125
2154
  {
2126
- "name": "stickyTop",
2155
+ "name": "limit",
2127
2156
  "annotation": {
2128
2157
  "type": "keyword",
2129
2158
  "value": "number"
@@ -2135,13 +2164,13 @@
2135
2164
  "types": [
2136
2165
  {
2137
2166
  "type": "interface",
2138
- "name": "McpTool",
2167
+ "name": "ShowCaseType",
2139
2168
  "body": [
2140
2169
  {
2141
2170
  "type": "propertySignature",
2142
2171
  "key": {
2143
2172
  "type": "identifier",
2144
- "name": "name"
2173
+ "name": "conversationId"
2145
2174
  },
2146
2175
  "annotation": {
2147
2176
  "type": "keyword",
@@ -2165,7 +2194,7 @@
2165
2194
  "type": "propertySignature",
2166
2195
  "key": {
2167
2196
  "type": "identifier",
2168
- "name": "description"
2197
+ "name": "summary"
2169
2198
  },
2170
2199
  "annotation": {
2171
2200
  "type": "keyword",
@@ -2177,44 +2206,7 @@
2177
2206
  "type": "propertySignature",
2178
2207
  "key": {
2179
2208
  "type": "identifier",
2180
- "name": "icon"
2181
- },
2182
- "annotation": {
2183
- "type": "reference",
2184
- "typeName": {
2185
- "type": "identifier",
2186
- "name": "GeneralIconProps"
2187
- }
2188
- },
2189
- "optional": true,
2190
- "computed": false
2191
- },
2192
- {
2193
- "type": "propertySignature",
2194
- "key": {
2195
- "type": "identifier",
2196
- "name": "server"
2197
- },
2198
- "annotation": {
2199
- "type": "reference",
2200
- "typeName": {
2201
- "type": "identifier",
2202
- "name": "McpServer"
2203
- }
2204
- },
2205
- "computed": false
2206
- }
2207
- ]
2208
- },
2209
- {
2210
- "type": "interface",
2211
- "name": "McpServer",
2212
- "body": [
2213
- {
2214
- "type": "propertySignature",
2215
- "key": {
2216
- "type": "identifier",
2217
- "name": "id"
2209
+ "name": "scenario"
2218
2210
  },
2219
2211
  "annotation": {
2220
2212
  "type": "keyword",
@@ -2226,19 +2218,20 @@
2226
2218
  "type": "propertySignature",
2227
2219
  "key": {
2228
2220
  "type": "identifier",
2229
- "name": "name"
2221
+ "name": "url"
2230
2222
  },
2231
2223
  "annotation": {
2232
2224
  "type": "keyword",
2233
2225
  "value": "string"
2234
2226
  },
2227
+ "optional": true,
2235
2228
  "computed": false
2236
2229
  }
2237
2230
  ]
2238
2231
  }
2239
2232
  ]
2240
2233
  },
2241
- "ai-portal.show-cases": {
2234
+ "ai-portal.mcp-tools": {
2242
2235
  "properties": [
2243
2236
  {
2244
2237
  "name": "list",
@@ -2248,13 +2241,13 @@
2248
2241
  "type": "reference",
2249
2242
  "typeName": {
2250
2243
  "type": "identifier",
2251
- "name": "ShowCaseType"
2244
+ "name": "McpTool"
2252
2245
  }
2253
2246
  }
2254
2247
  }
2255
2248
  },
2256
2249
  {
2257
- "name": "limit",
2250
+ "name": "stickyTop",
2258
2251
  "annotation": {
2259
2252
  "type": "keyword",
2260
2253
  "value": "number"
@@ -2266,13 +2259,13 @@
2266
2259
  "types": [
2267
2260
  {
2268
2261
  "type": "interface",
2269
- "name": "ShowCaseType",
2262
+ "name": "McpTool",
2270
2263
  "body": [
2271
2264
  {
2272
2265
  "type": "propertySignature",
2273
2266
  "key": {
2274
2267
  "type": "identifier",
2275
- "name": "conversationId"
2268
+ "name": "name"
2276
2269
  },
2277
2270
  "annotation": {
2278
2271
  "type": "keyword",
@@ -2296,7 +2289,7 @@
2296
2289
  "type": "propertySignature",
2297
2290
  "key": {
2298
2291
  "type": "identifier",
2299
- "name": "summary"
2292
+ "name": "description"
2300
2293
  },
2301
2294
  "annotation": {
2302
2295
  "type": "keyword",
@@ -2308,25 +2301,61 @@
2308
2301
  "type": "propertySignature",
2309
2302
  "key": {
2310
2303
  "type": "identifier",
2311
- "name": "scenario"
2304
+ "name": "icon"
2312
2305
  },
2313
2306
  "annotation": {
2314
- "type": "keyword",
2315
- "value": "string"
2316
- },
2317
- "computed": false
2318
- },
2319
- {
2307
+ "type": "reference",
2308
+ "typeName": {
2309
+ "type": "identifier",
2310
+ "name": "GeneralIconProps"
2311
+ }
2312
+ },
2313
+ "optional": true,
2314
+ "computed": false
2315
+ },
2316
+ {
2320
2317
  "type": "propertySignature",
2321
2318
  "key": {
2322
2319
  "type": "identifier",
2323
- "name": "url"
2320
+ "name": "server"
2321
+ },
2322
+ "annotation": {
2323
+ "type": "reference",
2324
+ "typeName": {
2325
+ "type": "identifier",
2326
+ "name": "McpServer"
2327
+ }
2328
+ },
2329
+ "computed": false
2330
+ }
2331
+ ]
2332
+ },
2333
+ {
2334
+ "type": "interface",
2335
+ "name": "McpServer",
2336
+ "body": [
2337
+ {
2338
+ "type": "propertySignature",
2339
+ "key": {
2340
+ "type": "identifier",
2341
+ "name": "id"
2342
+ },
2343
+ "annotation": {
2344
+ "type": "keyword",
2345
+ "value": "string"
2346
+ },
2347
+ "computed": false
2348
+ },
2349
+ {
2350
+ "type": "propertySignature",
2351
+ "key": {
2352
+ "type": "identifier",
2353
+ "name": "name"
2324
2354
  },
2325
2355
  "annotation": {
2326
2356
  "type": "keyword",
2327
2357
  "value": "string"
2328
2358
  },
2329
- "optional": true,
2330
2359
  "computed": false
2331
2360
  }
2332
2361
  ]
@@ -2849,7 +2878,7 @@
2849
2878
  }
2850
2879
  ]
2851
2880
  },
2852
- "ai-portal.activity-timeline": {
2881
+ "ai-portal.project-conversations": {
2853
2882
  "properties": [
2854
2883
  {
2855
2884
  "name": "list",
@@ -2859,100 +2888,86 @@
2859
2888
  "type": "reference",
2860
2889
  "typeName": {
2861
2890
  "type": "identifier",
2862
- "name": "Activity"
2891
+ "name": "Conversation"
2863
2892
  }
2864
2893
  }
2865
2894
  }
2866
2895
  },
2867
2896
  {
2868
- "name": "chatUrlTemplate",
2897
+ "name": "urlTemplate",
2869
2898
  "annotation": {
2870
2899
  "type": "keyword",
2871
2900
  "value": "string"
2872
2901
  }
2902
+ },
2903
+ {
2904
+ "name": "actions",
2905
+ "annotation": {
2906
+ "type": "array",
2907
+ "elementType": {
2908
+ "type": "reference",
2909
+ "typeName": {
2910
+ "type": "identifier",
2911
+ "name": "ActionType"
2912
+ }
2913
+ }
2914
+ }
2915
+ },
2916
+ {
2917
+ "name": "goals",
2918
+ "annotation": {
2919
+ "type": "array",
2920
+ "elementType": {
2921
+ "type": "reference",
2922
+ "typeName": {
2923
+ "type": "identifier",
2924
+ "name": "Goal"
2925
+ }
2926
+ }
2927
+ }
2873
2928
  }
2874
2929
  ],
2875
- "events": [],
2876
- "methods": [],
2877
- "types": [
2930
+ "events": [
2878
2931
  {
2879
- "type": "typeAlias",
2880
- "name": "Activity",
2881
- "annotation": {
2882
- "type": "union",
2883
- "types": [
2884
- {
2885
- "type": "reference",
2886
- "typeName": {
2887
- "type": "identifier",
2888
- "name": "ActivityOfCreateGoal"
2889
- }
2890
- },
2891
- {
2892
- "type": "reference",
2893
- "typeName": {
2894
- "type": "identifier",
2895
- "name": "ActivityOfEditGoal"
2896
- }
2897
- },
2898
- {
2899
- "type": "reference",
2900
- "typeName": {
2901
- "type": "identifier",
2902
- "name": "ActivityOfDeleteGoal"
2903
- }
2904
- },
2905
- {
2906
- "type": "reference",
2907
- "typeName": {
2908
- "type": "identifier",
2909
- "name": "ActivityOfDecomposeGoals"
2910
- }
2911
- },
2912
- {
2913
- "type": "reference",
2914
- "typeName": {
2915
- "type": "identifier",
2916
- "name": "ActivityOfAlterOwner"
2917
- }
2918
- },
2919
- {
2920
- "type": "reference",
2921
- "typeName": {
2922
- "type": "identifier",
2923
- "name": "ActivityOfAlterUser"
2924
- }
2925
- },
2926
- {
2927
- "type": "reference",
2928
- "typeName": {
2929
- "type": "identifier",
2930
- "name": "ActivityOfAddComment"
2931
- }
2932
- },
2933
- {
2934
- "type": "reference",
2935
- "typeName": {
2936
- "type": "identifier",
2937
- "name": "ActivityOfStartConversation"
2938
- }
2932
+ "name": "goal.click",
2933
+ "detail": {
2934
+ "annotation": {
2935
+ "type": "reference",
2936
+ "typeName": {
2937
+ "type": "identifier",
2938
+ "name": "Conversation"
2939
2939
  }
2940
- ]
2940
+ }
2941
2941
  }
2942
2942
  },
2943
+ {
2944
+ "name": "action.click",
2945
+ "detail": {
2946
+ "annotation": {
2947
+ "type": "reference",
2948
+ "typeName": {
2949
+ "type": "identifier",
2950
+ "name": "ActionClickDetail"
2951
+ }
2952
+ }
2953
+ }
2954
+ }
2955
+ ],
2956
+ "methods": [],
2957
+ "types": [
2943
2958
  {
2944
2959
  "type": "interface",
2945
- "name": "ActivityOfCreateGoal",
2960
+ "name": "Conversation",
2946
2961
  "body": [
2947
2962
  {
2948
2963
  "type": "propertySignature",
2949
2964
  "key": {
2950
2965
  "type": "identifier",
2951
- "name": "action_type"
2966
+ "name": "conversationId"
2952
2967
  },
2953
2968
  "annotation": {
2954
- "type": "jsLiteral",
2955
- "value": "create_goal"
2969
+ "type": "keyword",
2970
+ "value": "string"
2956
2971
  },
2957
2972
  "computed": false
2958
2973
  },
@@ -2960,102 +2975,342 @@
2960
2975
  "type": "propertySignature",
2961
2976
  "key": {
2962
2977
  "type": "identifier",
2963
- "name": "metadata"
2978
+ "name": "title"
2964
2979
  },
2965
2980
  "annotation": {
2966
- "type": "typeLiteral",
2967
- "members": [
2968
- {
2969
- "type": "propertySignature",
2970
- "key": {
2971
- "type": "identifier",
2972
- "name": "goal_title"
2973
- },
2974
- "annotation": {
2975
- "type": "keyword",
2976
- "value": "string"
2977
- },
2978
- "computed": false
2979
- },
2980
- {
2981
- "type": "propertySignature",
2982
- "key": {
2983
- "type": "identifier",
2984
- "name": "goal_description"
2985
- },
2986
- "annotation": {
2987
- "type": "keyword",
2988
- "value": "string"
2989
- },
2990
- "optional": true,
2991
- "computed": false
2992
- }
2993
- ]
2981
+ "type": "keyword",
2982
+ "value": "string"
2994
2983
  },
2995
2984
  "computed": false
2996
- }
2997
- ],
2998
- "extends": [
2985
+ },
2999
2986
  {
3000
- "type": "expressionWithTypeArguments",
3001
- "expression": {
2987
+ "type": "propertySignature",
2988
+ "key": {
3002
2989
  "type": "identifier",
3003
- "name": "ActivityBase"
3004
- }
3005
- }
3006
- ]
3007
- },
3008
- {
3009
- "type": "interface",
3010
- "name": "ActivityBase",
3011
- "body": [
2990
+ "name": "startTime"
2991
+ },
2992
+ "annotation": {
2993
+ "type": "keyword",
2994
+ "value": "number"
2995
+ },
2996
+ "computed": false
2997
+ },
3012
2998
  {
3013
2999
  "type": "propertySignature",
3014
3000
  "key": {
3015
3001
  "type": "identifier",
3016
- "name": "user_id"
3002
+ "name": "description"
3017
3003
  },
3018
3004
  "annotation": {
3019
3005
  "type": "keyword",
3020
3006
  "value": "string"
3021
3007
  },
3008
+ "optional": true,
3022
3009
  "computed": false
3023
3010
  },
3024
3011
  {
3025
3012
  "type": "propertySignature",
3026
3013
  "key": {
3027
3014
  "type": "identifier",
3028
- "name": "user_name"
3015
+ "name": "goalInstanceId"
3029
3016
  },
3030
3017
  "annotation": {
3031
3018
  "type": "keyword",
3032
3019
  "value": "string"
3033
3020
  },
3021
+ "optional": true,
3034
3022
  "computed": false
3035
3023
  },
3036
3024
  {
3037
3025
  "type": "propertySignature",
3038
3026
  "key": {
3039
3027
  "type": "identifier",
3040
- "name": "time"
3028
+ "name": "username"
3041
3029
  },
3042
3030
  "annotation": {
3043
3031
  "type": "keyword",
3044
- "value": "number"
3032
+ "value": "string"
3045
3033
  },
3034
+ "optional": true,
3046
3035
  "computed": false
3047
- },
3036
+ }
3037
+ ]
3038
+ },
3039
+ {
3040
+ "type": "interface",
3041
+ "name": "Goal",
3042
+ "body": [
3048
3043
  {
3049
3044
  "type": "propertySignature",
3050
3045
  "key": {
3051
3046
  "type": "identifier",
3052
- "name": "action_type"
3047
+ "name": "instanceId"
3053
3048
  },
3054
3049
  "annotation": {
3055
- "type": "union",
3056
- "types": [
3057
- {
3058
- "type": "jsLiteral",
3050
+ "type": "keyword",
3051
+ "value": "string"
3052
+ },
3053
+ "computed": false
3054
+ },
3055
+ {
3056
+ "type": "propertySignature",
3057
+ "key": {
3058
+ "type": "identifier",
3059
+ "name": "title"
3060
+ },
3061
+ "annotation": {
3062
+ "type": "keyword",
3063
+ "value": "string"
3064
+ },
3065
+ "computed": false
3066
+ }
3067
+ ]
3068
+ },
3069
+ {
3070
+ "type": "interface",
3071
+ "name": "ActionClickDetail",
3072
+ "body": [
3073
+ {
3074
+ "type": "propertySignature",
3075
+ "key": {
3076
+ "type": "identifier",
3077
+ "name": "action"
3078
+ },
3079
+ "annotation": {
3080
+ "type": "reference",
3081
+ "typeName": {
3082
+ "type": "identifier",
3083
+ "name": "SimpleActionType"
3084
+ }
3085
+ },
3086
+ "computed": false
3087
+ },
3088
+ {
3089
+ "type": "propertySignature",
3090
+ "key": {
3091
+ "type": "identifier",
3092
+ "name": "item"
3093
+ },
3094
+ "annotation": {
3095
+ "type": "reference",
3096
+ "typeName": {
3097
+ "type": "identifier",
3098
+ "name": "Conversation"
3099
+ }
3100
+ },
3101
+ "computed": false
3102
+ }
3103
+ ]
3104
+ }
3105
+ ]
3106
+ },
3107
+ "ai-portal.activity-timeline": {
3108
+ "properties": [
3109
+ {
3110
+ "name": "list",
3111
+ "annotation": {
3112
+ "type": "array",
3113
+ "elementType": {
3114
+ "type": "reference",
3115
+ "typeName": {
3116
+ "type": "identifier",
3117
+ "name": "Activity"
3118
+ }
3119
+ }
3120
+ }
3121
+ },
3122
+ {
3123
+ "name": "chatUrlTemplate",
3124
+ "annotation": {
3125
+ "type": "keyword",
3126
+ "value": "string"
3127
+ }
3128
+ }
3129
+ ],
3130
+ "events": [],
3131
+ "methods": [],
3132
+ "types": [
3133
+ {
3134
+ "type": "typeAlias",
3135
+ "name": "Activity",
3136
+ "annotation": {
3137
+ "type": "union",
3138
+ "types": [
3139
+ {
3140
+ "type": "reference",
3141
+ "typeName": {
3142
+ "type": "identifier",
3143
+ "name": "ActivityOfCreateGoal"
3144
+ }
3145
+ },
3146
+ {
3147
+ "type": "reference",
3148
+ "typeName": {
3149
+ "type": "identifier",
3150
+ "name": "ActivityOfEditGoal"
3151
+ }
3152
+ },
3153
+ {
3154
+ "type": "reference",
3155
+ "typeName": {
3156
+ "type": "identifier",
3157
+ "name": "ActivityOfDeleteGoal"
3158
+ }
3159
+ },
3160
+ {
3161
+ "type": "reference",
3162
+ "typeName": {
3163
+ "type": "identifier",
3164
+ "name": "ActivityOfDecomposeGoals"
3165
+ }
3166
+ },
3167
+ {
3168
+ "type": "reference",
3169
+ "typeName": {
3170
+ "type": "identifier",
3171
+ "name": "ActivityOfAlterOwner"
3172
+ }
3173
+ },
3174
+ {
3175
+ "type": "reference",
3176
+ "typeName": {
3177
+ "type": "identifier",
3178
+ "name": "ActivityOfAlterUser"
3179
+ }
3180
+ },
3181
+ {
3182
+ "type": "reference",
3183
+ "typeName": {
3184
+ "type": "identifier",
3185
+ "name": "ActivityOfAddComment"
3186
+ }
3187
+ },
3188
+ {
3189
+ "type": "reference",
3190
+ "typeName": {
3191
+ "type": "identifier",
3192
+ "name": "ActivityOfStartConversation"
3193
+ }
3194
+ }
3195
+ ]
3196
+ }
3197
+ },
3198
+ {
3199
+ "type": "interface",
3200
+ "name": "ActivityOfCreateGoal",
3201
+ "body": [
3202
+ {
3203
+ "type": "propertySignature",
3204
+ "key": {
3205
+ "type": "identifier",
3206
+ "name": "action_type"
3207
+ },
3208
+ "annotation": {
3209
+ "type": "jsLiteral",
3210
+ "value": "create_goal"
3211
+ },
3212
+ "computed": false
3213
+ },
3214
+ {
3215
+ "type": "propertySignature",
3216
+ "key": {
3217
+ "type": "identifier",
3218
+ "name": "metadata"
3219
+ },
3220
+ "annotation": {
3221
+ "type": "typeLiteral",
3222
+ "members": [
3223
+ {
3224
+ "type": "propertySignature",
3225
+ "key": {
3226
+ "type": "identifier",
3227
+ "name": "goal_title"
3228
+ },
3229
+ "annotation": {
3230
+ "type": "keyword",
3231
+ "value": "string"
3232
+ },
3233
+ "computed": false
3234
+ },
3235
+ {
3236
+ "type": "propertySignature",
3237
+ "key": {
3238
+ "type": "identifier",
3239
+ "name": "goal_description"
3240
+ },
3241
+ "annotation": {
3242
+ "type": "keyword",
3243
+ "value": "string"
3244
+ },
3245
+ "optional": true,
3246
+ "computed": false
3247
+ }
3248
+ ]
3249
+ },
3250
+ "computed": false
3251
+ }
3252
+ ],
3253
+ "extends": [
3254
+ {
3255
+ "type": "expressionWithTypeArguments",
3256
+ "expression": {
3257
+ "type": "identifier",
3258
+ "name": "ActivityBase"
3259
+ }
3260
+ }
3261
+ ]
3262
+ },
3263
+ {
3264
+ "type": "interface",
3265
+ "name": "ActivityBase",
3266
+ "body": [
3267
+ {
3268
+ "type": "propertySignature",
3269
+ "key": {
3270
+ "type": "identifier",
3271
+ "name": "user_id"
3272
+ },
3273
+ "annotation": {
3274
+ "type": "keyword",
3275
+ "value": "string"
3276
+ },
3277
+ "computed": false
3278
+ },
3279
+ {
3280
+ "type": "propertySignature",
3281
+ "key": {
3282
+ "type": "identifier",
3283
+ "name": "user_name"
3284
+ },
3285
+ "annotation": {
3286
+ "type": "keyword",
3287
+ "value": "string"
3288
+ },
3289
+ "computed": false
3290
+ },
3291
+ {
3292
+ "type": "propertySignature",
3293
+ "key": {
3294
+ "type": "identifier",
3295
+ "name": "time"
3296
+ },
3297
+ "annotation": {
3298
+ "type": "keyword",
3299
+ "value": "number"
3300
+ },
3301
+ "computed": false
3302
+ },
3303
+ {
3304
+ "type": "propertySignature",
3305
+ "key": {
3306
+ "type": "identifier",
3307
+ "name": "action_type"
3308
+ },
3309
+ "annotation": {
3310
+ "type": "union",
3311
+ "types": [
3312
+ {
3313
+ "type": "jsLiteral",
3059
3314
  "value": "create_goal"
3060
3315
  },
3061
3316
  {
@@ -4237,286 +4492,60 @@
4237
4492
  },
4238
4493
  "annotation": {
4239
4494
  "type": "union",
4240
- "types": [
4241
- {
4242
- "type": "reference",
4243
- "typeName": {
4244
- "type": "identifier",
4245
- "name": "CommandPayload"
4246
- }
4247
- },
4248
- {
4249
- "type": "keyword",
4250
- "value": "null"
4251
- }
4252
- ]
4253
- },
4254
- "optional": true,
4255
- "computed": false
4256
- },
4257
- {
4258
- "type": "propertySignature",
4259
- "key": {
4260
- "type": "identifier",
4261
- "name": "aiEmployeeId"
4262
- },
4263
- "annotation": {
4264
- "type": "union",
4265
- "types": [
4266
- {
4267
- "type": "keyword",
4268
- "value": "string"
4269
- },
4270
- {
4271
- "type": "keyword",
4272
- "value": "null"
4273
- }
4274
- ]
4275
- },
4276
- "optional": true,
4277
- "computed": false
4278
- }
4279
- ]
4280
- },
4281
- {
4282
- "type": "interface",
4283
- "name": "UploadFileInfo",
4284
- "body": [
4285
- {
4286
- "type": "propertySignature",
4287
- "key": {
4288
- "type": "identifier",
4289
- "name": "fileId"
4290
- },
4291
- "annotation": {
4292
- "type": "keyword",
4293
- "value": "string"
4294
- },
4295
- "computed": false
4296
- }
4297
- ]
4298
- }
4299
- ]
4300
- },
4301
- "ai-portal.project-conversations": {
4302
- "properties": [
4303
- {
4304
- "name": "list",
4305
- "annotation": {
4306
- "type": "array",
4307
- "elementType": {
4308
- "type": "reference",
4309
- "typeName": {
4310
- "type": "identifier",
4311
- "name": "Conversation"
4312
- }
4313
- }
4314
- }
4315
- },
4316
- {
4317
- "name": "urlTemplate",
4318
- "annotation": {
4319
- "type": "keyword",
4320
- "value": "string"
4321
- }
4322
- },
4323
- {
4324
- "name": "actions",
4325
- "annotation": {
4326
- "type": "array",
4327
- "elementType": {
4328
- "type": "reference",
4329
- "typeName": {
4330
- "type": "identifier",
4331
- "name": "ActionType"
4332
- }
4333
- }
4334
- }
4335
- },
4336
- {
4337
- "name": "goals",
4338
- "annotation": {
4339
- "type": "array",
4340
- "elementType": {
4341
- "type": "reference",
4342
- "typeName": {
4343
- "type": "identifier",
4344
- "name": "Goal"
4345
- }
4346
- }
4347
- }
4348
- }
4349
- ],
4350
- "events": [
4351
- {
4352
- "name": "goal.click",
4353
- "detail": {
4354
- "annotation": {
4355
- "type": "reference",
4356
- "typeName": {
4357
- "type": "identifier",
4358
- "name": "Conversation"
4359
- }
4360
- }
4361
- }
4362
- },
4363
- {
4364
- "name": "action.click",
4365
- "detail": {
4366
- "annotation": {
4367
- "type": "reference",
4368
- "typeName": {
4369
- "type": "identifier",
4370
- "name": "ActionClickDetail"
4371
- }
4372
- }
4373
- }
4374
- }
4375
- ],
4376
- "methods": [],
4377
- "types": [
4378
- {
4379
- "type": "interface",
4380
- "name": "Conversation",
4381
- "body": [
4382
- {
4383
- "type": "propertySignature",
4384
- "key": {
4385
- "type": "identifier",
4386
- "name": "conversationId"
4387
- },
4388
- "annotation": {
4389
- "type": "keyword",
4390
- "value": "string"
4391
- },
4392
- "computed": false
4393
- },
4394
- {
4395
- "type": "propertySignature",
4396
- "key": {
4397
- "type": "identifier",
4398
- "name": "title"
4399
- },
4400
- "annotation": {
4401
- "type": "keyword",
4402
- "value": "string"
4403
- },
4404
- "computed": false
4405
- },
4406
- {
4407
- "type": "propertySignature",
4408
- "key": {
4409
- "type": "identifier",
4410
- "name": "startTime"
4411
- },
4412
- "annotation": {
4413
- "type": "keyword",
4414
- "value": "number"
4415
- },
4416
- "computed": false
4417
- },
4418
- {
4419
- "type": "propertySignature",
4420
- "key": {
4421
- "type": "identifier",
4422
- "name": "description"
4423
- },
4424
- "annotation": {
4425
- "type": "keyword",
4426
- "value": "string"
4427
- },
4428
- "optional": true,
4429
- "computed": false
4430
- },
4431
- {
4432
- "type": "propertySignature",
4433
- "key": {
4434
- "type": "identifier",
4435
- "name": "goalInstanceId"
4436
- },
4437
- "annotation": {
4438
- "type": "keyword",
4439
- "value": "string"
4440
- },
4441
- "optional": true,
4442
- "computed": false
4443
- },
4444
- {
4445
- "type": "propertySignature",
4446
- "key": {
4447
- "type": "identifier",
4448
- "name": "username"
4449
- },
4450
- "annotation": {
4451
- "type": "keyword",
4452
- "value": "string"
4453
- },
4454
- "optional": true,
4455
- "computed": false
4456
- }
4457
- ]
4458
- },
4459
- {
4460
- "type": "interface",
4461
- "name": "Goal",
4462
- "body": [
4463
- {
4464
- "type": "propertySignature",
4465
- "key": {
4466
- "type": "identifier",
4467
- "name": "instanceId"
4468
- },
4469
- "annotation": {
4470
- "type": "keyword",
4471
- "value": "string"
4495
+ "types": [
4496
+ {
4497
+ "type": "reference",
4498
+ "typeName": {
4499
+ "type": "identifier",
4500
+ "name": "CommandPayload"
4501
+ }
4502
+ },
4503
+ {
4504
+ "type": "keyword",
4505
+ "value": "null"
4506
+ }
4507
+ ]
4472
4508
  },
4509
+ "optional": true,
4473
4510
  "computed": false
4474
4511
  },
4475
4512
  {
4476
4513
  "type": "propertySignature",
4477
4514
  "key": {
4478
4515
  "type": "identifier",
4479
- "name": "title"
4516
+ "name": "aiEmployeeId"
4480
4517
  },
4481
4518
  "annotation": {
4482
- "type": "keyword",
4483
- "value": "string"
4519
+ "type": "union",
4520
+ "types": [
4521
+ {
4522
+ "type": "keyword",
4523
+ "value": "string"
4524
+ },
4525
+ {
4526
+ "type": "keyword",
4527
+ "value": "null"
4528
+ }
4529
+ ]
4484
4530
  },
4531
+ "optional": true,
4485
4532
  "computed": false
4486
4533
  }
4487
4534
  ]
4488
4535
  },
4489
4536
  {
4490
4537
  "type": "interface",
4491
- "name": "ActionClickDetail",
4538
+ "name": "UploadFileInfo",
4492
4539
  "body": [
4493
4540
  {
4494
4541
  "type": "propertySignature",
4495
4542
  "key": {
4496
4543
  "type": "identifier",
4497
- "name": "action"
4498
- },
4499
- "annotation": {
4500
- "type": "reference",
4501
- "typeName": {
4502
- "type": "identifier",
4503
- "name": "SimpleActionType"
4504
- }
4505
- },
4506
- "computed": false
4507
- },
4508
- {
4509
- "type": "propertySignature",
4510
- "key": {
4511
- "type": "identifier",
4512
- "name": "item"
4544
+ "name": "fileId"
4513
4545
  },
4514
4546
  "annotation": {
4515
- "type": "reference",
4516
- "typeName": {
4517
- "type": "identifier",
4518
- "name": "Conversation"
4519
- }
4547
+ "type": "keyword",
4548
+ "value": "string"
4520
4549
  },
4521
4550
  "computed": false
4522
4551
  }
@@ -4622,190 +4651,137 @@
4622
4651
  }
4623
4652
  ]
4624
4653
  },
4625
- "ai-portal.stage-flow": {
4654
+ "ai-portal.notice-dropdown": {
4626
4655
  "properties": [
4627
4656
  {
4628
- "name": "spec",
4657
+ "name": "dataSource",
4629
4658
  "annotation": {
4630
4659
  "type": "array",
4631
4660
  "elementType": {
4632
4661
  "type": "reference",
4633
4662
  "typeName": {
4634
4663
  "type": "identifier",
4635
- "name": "Stage"
4664
+ "name": "NoticeItem"
4636
4665
  }
4637
4666
  }
4638
4667
  }
4639
4668
  },
4640
4669
  {
4641
- "name": "aiEmployees",
4670
+ "name": "popoverPlacement",
4642
4671
  "annotation": {
4643
- "type": "array",
4644
- "elementType": {
4645
- "type": "reference",
4646
- "typeName": {
4647
- "type": "identifier",
4648
- "name": "AIEmployee"
4649
- }
4672
+ "type": "reference",
4673
+ "typeName": {
4674
+ "type": "identifier",
4675
+ "name": "Placement"
4650
4676
  }
4651
4677
  }
4652
4678
  },
4653
4679
  {
4654
- "name": "readOnly",
4680
+ "name": "emptyText",
4655
4681
  "annotation": {
4656
4682
  "type": "keyword",
4657
- "value": "boolean"
4683
+ "value": "string"
4658
4684
  }
4659
- }
4660
- ],
4661
- "events": [
4685
+ },
4662
4686
  {
4663
- "name": "change",
4664
- "detail": {
4665
- "annotation": {
4666
- "type": "array",
4667
- "elementType": {
4668
- "type": "reference",
4669
- "typeName": {
4670
- "type": "identifier",
4671
- "name": "Stage"
4672
- }
4673
- }
4674
- }
4687
+ "name": "notifyCenterUrl",
4688
+ "annotation": {
4689
+ "type": "keyword",
4690
+ "value": "string"
4675
4691
  }
4676
4692
  },
4677
4693
  {
4678
- "name": "add.activity",
4679
- "detail": {
4680
- "annotation": {
4681
- "type": "typeLiteral",
4682
- "members": [
4683
- {
4684
- "type": "propertySignature",
4685
- "key": {
4686
- "type": "identifier",
4687
- "name": "stage"
4688
- },
4689
- "annotation": {
4690
- "type": "reference",
4691
- "typeName": {
4692
- "type": "identifier",
4693
- "name": "Stage"
4694
- }
4695
- },
4696
- "computed": false
4697
- }
4698
- ]
4699
- }
4694
+ "name": "urlTemplate",
4695
+ "annotation": {
4696
+ "type": "keyword",
4697
+ "value": "string"
4700
4698
  }
4701
4699
  },
4702
4700
  {
4703
- "name": "edit.activity",
4704
- "detail": {
4705
- "annotation": {
4706
- "type": "reference",
4707
- "typeName": {
4708
- "type": "identifier",
4709
- "name": "EditActivityDetail"
4710
- }
4701
+ "name": "urlTarget",
4702
+ "annotation": {
4703
+ "type": "reference",
4704
+ "typeName": {
4705
+ "type": "identifier",
4706
+ "name": "Target"
4711
4707
  }
4712
4708
  }
4713
- }
4714
- ],
4715
- "methods": [
4716
- {
4717
- "name": "addActivity",
4718
- "params": [
4719
- {
4720
- "name": "stage",
4721
- "annotation": {
4722
- "type": "reference",
4723
- "typeName": {
4724
- "type": "identifier",
4725
- "name": "Stage"
4726
- }
4727
- }
4728
- },
4729
- {
4730
- "name": "activity",
4731
- "annotation": {
4732
- "type": "reference",
4733
- "typeName": {
4734
- "type": "identifier",
4735
- "name": "FlowActivity"
4736
- }
4737
- }
4738
- }
4739
- ],
4740
- "returns": {}
4741
4709
  },
4742
4710
  {
4743
- "name": "editActivity",
4744
- "params": [
4745
- {
4746
- "name": "stage",
4747
- "annotation": {
4748
- "type": "reference",
4749
- "typeName": {
4750
- "type": "identifier",
4751
- "name": "Stage"
4752
- }
4753
- }
4754
- },
4755
- {
4756
- "name": "activity",
4757
- "annotation": {
4758
- "type": "reference",
4759
- "typeName": {
4760
- "type": "identifier",
4761
- "name": "FlowActivity"
4762
- }
4763
- }
4764
- },
4765
- {
4766
- "name": "activityIndex",
4767
- "annotation": {
4711
+ "name": "dropdownMaxWidth",
4712
+ "annotation": {
4713
+ "type": "union",
4714
+ "types": [
4715
+ {
4716
+ "type": "keyword",
4717
+ "value": "string"
4718
+ },
4719
+ {
4768
4720
  "type": "keyword",
4769
4721
  "value": "number"
4770
4722
  }
4771
- }
4772
- ],
4773
- "returns": {}
4723
+ ]
4724
+ }
4774
4725
  },
4775
4726
  {
4776
- "name": "deleteActivity",
4777
- "params": [
4778
- {
4779
- "name": "stage",
4780
- "annotation": {
4781
- "type": "reference",
4782
- "typeName": {
4783
- "type": "identifier",
4784
- "name": "Stage"
4785
- }
4727
+ "name": "dropdownContentStyle",
4728
+ "annotation": {
4729
+ "type": "reference",
4730
+ "typeName": {
4731
+ "type": "qualifiedName",
4732
+ "left": {
4733
+ "type": "identifier",
4734
+ "name": "React"
4735
+ },
4736
+ "right": {
4737
+ "type": "identifier",
4738
+ "name": "CSSProperties"
4786
4739
  }
4787
- },
4788
- {
4789
- "name": "activityIndex",
4790
- "annotation": {
4791
- "type": "keyword",
4792
- "value": "number"
4740
+ }
4741
+ }
4742
+ },
4743
+ {
4744
+ "name": "hideNotifyCenterButton",
4745
+ "annotation": {
4746
+ "type": "keyword",
4747
+ "value": "boolean"
4748
+ }
4749
+ }
4750
+ ],
4751
+ "events": [
4752
+ {
4753
+ "name": "notice.click",
4754
+ "detail": {
4755
+ "annotation": {
4756
+ "type": "reference",
4757
+ "typeName": {
4758
+ "type": "identifier",
4759
+ "name": "NoticeItem"
4793
4760
  }
4794
4761
  }
4795
- ],
4796
- "returns": {}
4762
+ }
4763
+ },
4764
+ {
4765
+ "name": "mark.all.read",
4766
+ "detail": {
4767
+ "annotation": {
4768
+ "type": "keyword",
4769
+ "value": "void"
4770
+ }
4771
+ }
4797
4772
  }
4798
4773
  ],
4774
+ "methods": [],
4799
4775
  "types": [
4800
4776
  {
4801
4777
  "type": "interface",
4802
- "name": "Stage",
4778
+ "name": "NoticeItem",
4803
4779
  "body": [
4804
4780
  {
4805
4781
  "type": "propertySignature",
4806
4782
  "key": {
4807
4783
  "type": "identifier",
4808
- "name": "name"
4784
+ "name": "id"
4809
4785
  },
4810
4786
  "annotation": {
4811
4787
  "type": "keyword",
@@ -4817,36 +4793,23 @@
4817
4793
  "type": "propertySignature",
4818
4794
  "key": {
4819
4795
  "type": "identifier",
4820
- "name": "serviceFlowActivities"
4796
+ "name": "type"
4821
4797
  },
4822
4798
  "annotation": {
4823
- "type": "array",
4824
- "elementType": {
4825
- "type": "reference",
4826
- "typeName": {
4827
- "type": "identifier",
4828
- "name": "FlowActivity"
4829
- }
4830
- }
4799
+ "type": "keyword",
4800
+ "value": "string"
4831
4801
  },
4832
- "optional": true,
4833
4802
  "computed": false
4834
- }
4835
- ]
4836
- },
4837
- {
4838
- "type": "interface",
4839
- "name": "FlowActivity",
4840
- "body": [
4803
+ },
4841
4804
  {
4842
4805
  "type": "propertySignature",
4843
4806
  "key": {
4844
4807
  "type": "identifier",
4845
- "name": "name"
4808
+ "name": "isRead"
4846
4809
  },
4847
4810
  "annotation": {
4848
4811
  "type": "keyword",
4849
- "value": "string"
4812
+ "value": "boolean"
4850
4813
  },
4851
4814
  "computed": false
4852
4815
  },
@@ -4854,20 +4817,19 @@
4854
4817
  "type": "propertySignature",
4855
4818
  "key": {
4856
4819
  "type": "identifier",
4857
- "name": "description"
4820
+ "name": "title"
4858
4821
  },
4859
4822
  "annotation": {
4860
4823
  "type": "keyword",
4861
4824
  "value": "string"
4862
4825
  },
4863
- "optional": true,
4864
4826
  "computed": false
4865
4827
  },
4866
4828
  {
4867
4829
  "type": "propertySignature",
4868
4830
  "key": {
4869
4831
  "type": "identifier",
4870
- "name": "aiEmployeeId"
4832
+ "name": "description"
4871
4833
  },
4872
4834
  "annotation": {
4873
4835
  "type": "keyword",
@@ -4880,39 +4842,95 @@
4880
4842
  "type": "propertySignature",
4881
4843
  "key": {
4882
4844
  "type": "identifier",
4883
- "name": "hilRules"
4845
+ "name": "time"
4884
4846
  },
4885
4847
  "annotation": {
4886
4848
  "type": "keyword",
4887
- "value": "string"
4849
+ "value": "number"
4888
4850
  },
4889
- "optional": true,
4890
4851
  "computed": false
4891
4852
  },
4892
4853
  {
4893
4854
  "type": "propertySignature",
4894
4855
  "key": {
4895
4856
  "type": "identifier",
4896
- "name": "hilUser"
4857
+ "name": "url"
4897
4858
  },
4898
4859
  "annotation": {
4899
4860
  "type": "keyword",
4900
4861
  "value": "string"
4901
4862
  },
4902
4863
  "optional": true,
4903
- "computed": false
4864
+ "computed": false,
4865
+ "description": "单个消息详情链接,优先级高于 urlTemplate"
4904
4866
  }
4905
4867
  ]
4868
+ }
4869
+ ]
4870
+ },
4871
+ "ai-portal.running-flow": {
4872
+ "properties": [
4873
+ {
4874
+ "name": "spec",
4875
+ "annotation": {
4876
+ "type": "array",
4877
+ "elementType": {
4878
+ "type": "reference",
4879
+ "typeName": {
4880
+ "type": "identifier",
4881
+ "name": "FlowStage"
4882
+ }
4883
+ }
4884
+ }
4906
4885
  },
4886
+ {
4887
+ "name": "activeActivityId",
4888
+ "annotation": {
4889
+ "type": "union",
4890
+ "types": [
4891
+ {
4892
+ "type": "keyword",
4893
+ "value": "string"
4894
+ },
4895
+ {
4896
+ "type": "keyword",
4897
+ "value": "null"
4898
+ }
4899
+ ]
4900
+ }
4901
+ }
4902
+ ],
4903
+ "events": [
4904
+ {
4905
+ "name": "active.change",
4906
+ "detail": {
4907
+ "annotation": {
4908
+ "type": "union",
4909
+ "types": [
4910
+ {
4911
+ "type": "keyword",
4912
+ "value": "string"
4913
+ },
4914
+ {
4915
+ "type": "keyword",
4916
+ "value": "null"
4917
+ }
4918
+ ]
4919
+ }
4920
+ }
4921
+ }
4922
+ ],
4923
+ "methods": [],
4924
+ "types": [
4907
4925
  {
4908
4926
  "type": "interface",
4909
- "name": "AIEmployee",
4927
+ "name": "FlowStage",
4910
4928
  "body": [
4911
4929
  {
4912
4930
  "type": "propertySignature",
4913
4931
  "key": {
4914
4932
  "type": "identifier",
4915
- "name": "employeeId"
4933
+ "name": "name"
4916
4934
  },
4917
4935
  "annotation": {
4918
4936
  "type": "keyword",
@@ -4924,32 +4942,36 @@
4924
4942
  "type": "propertySignature",
4925
4943
  "key": {
4926
4944
  "type": "identifier",
4927
- "name": "name"
4945
+ "name": "serviceFlowActivities"
4928
4946
  },
4929
4947
  "annotation": {
4930
- "type": "keyword",
4931
- "value": "string"
4948
+ "type": "array",
4949
+ "elementType": {
4950
+ "type": "reference",
4951
+ "typeName": {
4952
+ "type": "identifier",
4953
+ "name": "FlowActivity"
4954
+ }
4955
+ }
4932
4956
  },
4957
+ "optional": true,
4933
4958
  "computed": false
4934
4959
  }
4935
4960
  ]
4936
4961
  },
4937
4962
  {
4938
4963
  "type": "interface",
4939
- "name": "EditActivityDetail",
4964
+ "name": "FlowActivity",
4940
4965
  "body": [
4941
4966
  {
4942
4967
  "type": "propertySignature",
4943
4968
  "key": {
4944
4969
  "type": "identifier",
4945
- "name": "stage"
4970
+ "name": "name"
4946
4971
  },
4947
4972
  "annotation": {
4948
- "type": "reference",
4949
- "typeName": {
4950
- "type": "identifier",
4951
- "name": "Stage"
4952
- }
4973
+ "type": "keyword",
4974
+ "value": "string"
4953
4975
  },
4954
4976
  "computed": false
4955
4977
  },
@@ -4957,81 +4979,157 @@
4957
4979
  "type": "propertySignature",
4958
4980
  "key": {
4959
4981
  "type": "identifier",
4960
- "name": "activity"
4982
+ "name": "taskId"
4961
4983
  },
4962
4984
  "annotation": {
4963
- "type": "reference",
4964
- "typeName": {
4965
- "type": "identifier",
4966
- "name": "FlowActivity"
4967
- }
4985
+ "type": "keyword",
4986
+ "value": "string"
4968
4987
  },
4988
+ "optional": true,
4969
4989
  "computed": false
4970
4990
  },
4971
4991
  {
4972
4992
  "type": "propertySignature",
4973
4993
  "key": {
4974
4994
  "type": "identifier",
4975
- "name": "activityIndex"
4995
+ "name": "state"
4996
+ },
4997
+ "annotation": {
4998
+ "type": "union",
4999
+ "types": [
5000
+ {
5001
+ "type": "reference",
5002
+ "typeName": {
5003
+ "type": "identifier",
5004
+ "name": "TaskState"
5005
+ }
5006
+ },
5007
+ {
5008
+ "type": "reference",
5009
+ "typeName": {
5010
+ "type": "identifier",
5011
+ "name": "JobState"
5012
+ }
5013
+ }
5014
+ ]
5015
+ },
5016
+ "optional": true,
5017
+ "computed": false
5018
+ },
5019
+ {
5020
+ "type": "propertySignature",
5021
+ "key": {
5022
+ "type": "identifier",
5023
+ "name": "startTime"
5024
+ },
5025
+ "annotation": {
5026
+ "type": "keyword",
5027
+ "value": "number"
5028
+ },
5029
+ "optional": true,
5030
+ "computed": false
5031
+ },
5032
+ {
5033
+ "type": "propertySignature",
5034
+ "key": {
5035
+ "type": "identifier",
5036
+ "name": "endTime"
4976
5037
  },
4977
5038
  "annotation": {
4978
5039
  "type": "keyword",
4979
5040
  "value": "number"
4980
5041
  },
5042
+ "optional": true,
4981
5043
  "computed": false
4982
5044
  }
4983
5045
  ]
4984
5046
  }
4985
5047
  ]
4986
5048
  },
4987
- "ai-portal.running-flow": {
5049
+ "ai-portal.notice-list": {
4988
5050
  "properties": [
4989
5051
  {
4990
- "name": "spec",
5052
+ "name": "dataSource",
4991
5053
  "annotation": {
4992
5054
  "type": "array",
4993
5055
  "elementType": {
4994
5056
  "type": "reference",
4995
5057
  "typeName": {
4996
5058
  "type": "identifier",
4997
- "name": "FlowStage"
5059
+ "name": "NoticeItem"
5060
+ }
5061
+ }
5062
+ }
5063
+ },
5064
+ {
5065
+ "name": "emptyText",
5066
+ "annotation": {
5067
+ "type": "keyword",
5068
+ "value": "string"
5069
+ }
5070
+ },
5071
+ {
5072
+ "name": "urlTemplate",
5073
+ "annotation": {
5074
+ "type": "keyword",
5075
+ "value": "string"
5076
+ }
5077
+ },
5078
+ {
5079
+ "name": "urlTarget",
5080
+ "annotation": {
5081
+ "type": "reference",
5082
+ "typeName": {
5083
+ "type": "identifier",
5084
+ "name": "Target"
5085
+ }
5086
+ }
5087
+ },
5088
+ {
5089
+ "name": "selectedIds",
5090
+ "annotation": {
5091
+ "type": "array",
5092
+ "elementType": {
5093
+ "type": "keyword",
5094
+ "value": "string"
5095
+ }
5096
+ }
5097
+ }
5098
+ ],
5099
+ "events": [
5100
+ {
5101
+ "name": "notice.click",
5102
+ "detail": {
5103
+ "annotation": {
5104
+ "type": "reference",
5105
+ "typeName": {
5106
+ "type": "identifier",
5107
+ "name": "NoticeItem"
5108
+ }
5109
+ }
5110
+ }
5111
+ },
5112
+ {
5113
+ "name": "mark.items.read",
5114
+ "detail": {
5115
+ "annotation": {
5116
+ "type": "array",
5117
+ "elementType": {
5118
+ "type": "reference",
5119
+ "typeName": {
5120
+ "type": "identifier",
5121
+ "name": "NoticeItem"
5122
+ }
4998
5123
  }
4999
5124
  }
5000
5125
  }
5001
5126
  },
5002
5127
  {
5003
- "name": "activeActivityId",
5004
- "annotation": {
5005
- "type": "union",
5006
- "types": [
5007
- {
5008
- "type": "keyword",
5009
- "value": "string"
5010
- },
5011
- {
5012
- "type": "keyword",
5013
- "value": "null"
5014
- }
5015
- ]
5016
- }
5017
- }
5018
- ],
5019
- "events": [
5020
- {
5021
- "name": "active.change",
5128
+ "name": "mark.all.read",
5022
5129
  "detail": {
5023
5130
  "annotation": {
5024
- "type": "union",
5025
- "types": [
5026
- {
5027
- "type": "keyword",
5028
- "value": "string"
5029
- },
5030
- {
5031
- "type": "keyword",
5032
- "value": "null"
5033
- }
5034
- ]
5131
+ "type": "keyword",
5132
+ "value": "void"
5035
5133
  }
5036
5134
  }
5037
5135
  }
@@ -5040,13 +5138,13 @@
5040
5138
  "types": [
5041
5139
  {
5042
5140
  "type": "interface",
5043
- "name": "FlowStage",
5141
+ "name": "NoticeItem",
5044
5142
  "body": [
5045
5143
  {
5046
5144
  "type": "propertySignature",
5047
5145
  "key": {
5048
5146
  "type": "identifier",
5049
- "name": "name"
5147
+ "name": "id"
5050
5148
  },
5051
5149
  "annotation": {
5052
5150
  "type": "keyword",
@@ -5058,36 +5156,23 @@
5058
5156
  "type": "propertySignature",
5059
5157
  "key": {
5060
5158
  "type": "identifier",
5061
- "name": "serviceFlowActivities"
5159
+ "name": "type"
5062
5160
  },
5063
5161
  "annotation": {
5064
- "type": "array",
5065
- "elementType": {
5066
- "type": "reference",
5067
- "typeName": {
5068
- "type": "identifier",
5069
- "name": "FlowActivity"
5070
- }
5071
- }
5162
+ "type": "keyword",
5163
+ "value": "string"
5072
5164
  },
5073
- "optional": true,
5074
5165
  "computed": false
5075
- }
5076
- ]
5077
- },
5078
- {
5079
- "type": "interface",
5080
- "name": "FlowActivity",
5081
- "body": [
5166
+ },
5082
5167
  {
5083
5168
  "type": "propertySignature",
5084
5169
  "key": {
5085
5170
  "type": "identifier",
5086
- "name": "name"
5171
+ "name": "isRead"
5087
5172
  },
5088
5173
  "annotation": {
5089
5174
  "type": "keyword",
5090
- "value": "string"
5175
+ "value": "boolean"
5091
5176
  },
5092
5177
  "computed": false
5093
5178
  },
@@ -5095,39 +5180,23 @@
5095
5180
  "type": "propertySignature",
5096
5181
  "key": {
5097
5182
  "type": "identifier",
5098
- "name": "taskId"
5183
+ "name": "title"
5099
5184
  },
5100
5185
  "annotation": {
5101
5186
  "type": "keyword",
5102
5187
  "value": "string"
5103
5188
  },
5104
- "optional": true,
5105
5189
  "computed": false
5106
5190
  },
5107
5191
  {
5108
5192
  "type": "propertySignature",
5109
5193
  "key": {
5110
5194
  "type": "identifier",
5111
- "name": "state"
5195
+ "name": "description"
5112
5196
  },
5113
5197
  "annotation": {
5114
- "type": "union",
5115
- "types": [
5116
- {
5117
- "type": "reference",
5118
- "typeName": {
5119
- "type": "identifier",
5120
- "name": "TaskState"
5121
- }
5122
- },
5123
- {
5124
- "type": "reference",
5125
- "typeName": {
5126
- "type": "identifier",
5127
- "name": "JobState"
5128
- }
5129
- }
5130
- ]
5198
+ "type": "keyword",
5199
+ "value": "string"
5131
5200
  },
5132
5201
  "optional": true,
5133
5202
  "computed": false
@@ -5136,163 +5205,216 @@
5136
5205
  "type": "propertySignature",
5137
5206
  "key": {
5138
5207
  "type": "identifier",
5139
- "name": "startTime"
5208
+ "name": "time"
5140
5209
  },
5141
5210
  "annotation": {
5142
5211
  "type": "keyword",
5143
5212
  "value": "number"
5144
5213
  },
5145
- "optional": true,
5146
5214
  "computed": false
5147
5215
  },
5148
5216
  {
5149
5217
  "type": "propertySignature",
5150
5218
  "key": {
5151
5219
  "type": "identifier",
5152
- "name": "endTime"
5220
+ "name": "url"
5153
5221
  },
5154
5222
  "annotation": {
5155
5223
  "type": "keyword",
5156
- "value": "number"
5224
+ "value": "string"
5157
5225
  },
5158
5226
  "optional": true,
5159
- "computed": false
5227
+ "computed": false,
5228
+ "description": "单个消息详情链接,优先级高于 urlTemplate"
5160
5229
  }
5161
5230
  ]
5162
5231
  }
5163
5232
  ]
5164
5233
  },
5165
- "ai-portal.notice-dropdown": {
5234
+ "ai-portal.stage-flow": {
5166
5235
  "properties": [
5167
5236
  {
5168
- "name": "dataSource",
5237
+ "name": "spec",
5169
5238
  "annotation": {
5170
5239
  "type": "array",
5171
5240
  "elementType": {
5172
5241
  "type": "reference",
5173
5242
  "typeName": {
5174
5243
  "type": "identifier",
5175
- "name": "NoticeItem"
5244
+ "name": "Stage"
5176
5245
  }
5177
5246
  }
5178
5247
  }
5179
5248
  },
5180
5249
  {
5181
- "name": "popoverPlacement",
5250
+ "name": "aiEmployees",
5182
5251
  "annotation": {
5183
- "type": "reference",
5184
- "typeName": {
5185
- "type": "identifier",
5186
- "name": "Placement"
5252
+ "type": "array",
5253
+ "elementType": {
5254
+ "type": "reference",
5255
+ "typeName": {
5256
+ "type": "identifier",
5257
+ "name": "AIEmployee"
5258
+ }
5187
5259
  }
5188
5260
  }
5189
5261
  },
5190
5262
  {
5191
- "name": "emptyText",
5263
+ "name": "readOnly",
5192
5264
  "annotation": {
5193
5265
  "type": "keyword",
5194
- "value": "string"
5266
+ "value": "boolean"
5195
5267
  }
5196
- },
5268
+ }
5269
+ ],
5270
+ "events": [
5197
5271
  {
5198
- "name": "notifyCenterUrl",
5199
- "annotation": {
5200
- "type": "keyword",
5201
- "value": "string"
5272
+ "name": "change",
5273
+ "detail": {
5274
+ "annotation": {
5275
+ "type": "array",
5276
+ "elementType": {
5277
+ "type": "reference",
5278
+ "typeName": {
5279
+ "type": "identifier",
5280
+ "name": "Stage"
5281
+ }
5282
+ }
5283
+ }
5202
5284
  }
5203
5285
  },
5204
5286
  {
5205
- "name": "urlTemplate",
5206
- "annotation": {
5207
- "type": "keyword",
5208
- "value": "string"
5287
+ "name": "add.activity",
5288
+ "detail": {
5289
+ "annotation": {
5290
+ "type": "typeLiteral",
5291
+ "members": [
5292
+ {
5293
+ "type": "propertySignature",
5294
+ "key": {
5295
+ "type": "identifier",
5296
+ "name": "stage"
5297
+ },
5298
+ "annotation": {
5299
+ "type": "reference",
5300
+ "typeName": {
5301
+ "type": "identifier",
5302
+ "name": "Stage"
5303
+ }
5304
+ },
5305
+ "computed": false
5306
+ }
5307
+ ]
5308
+ }
5209
5309
  }
5210
5310
  },
5211
5311
  {
5212
- "name": "urlTarget",
5213
- "annotation": {
5214
- "type": "reference",
5215
- "typeName": {
5216
- "type": "identifier",
5217
- "name": "Target"
5312
+ "name": "edit.activity",
5313
+ "detail": {
5314
+ "annotation": {
5315
+ "type": "reference",
5316
+ "typeName": {
5317
+ "type": "identifier",
5318
+ "name": "EditActivityDetail"
5319
+ }
5218
5320
  }
5219
5321
  }
5220
- },
5322
+ }
5323
+ ],
5324
+ "methods": [
5221
5325
  {
5222
- "name": "dropdownMaxWidth",
5223
- "annotation": {
5224
- "type": "union",
5225
- "types": [
5226
- {
5227
- "type": "keyword",
5228
- "value": "string"
5229
- },
5230
- {
5231
- "type": "keyword",
5232
- "value": "number"
5326
+ "name": "addActivity",
5327
+ "params": [
5328
+ {
5329
+ "name": "stage",
5330
+ "annotation": {
5331
+ "type": "reference",
5332
+ "typeName": {
5333
+ "type": "identifier",
5334
+ "name": "Stage"
5335
+ }
5233
5336
  }
5234
- ]
5235
- }
5337
+ },
5338
+ {
5339
+ "name": "activity",
5340
+ "annotation": {
5341
+ "type": "reference",
5342
+ "typeName": {
5343
+ "type": "identifier",
5344
+ "name": "FlowActivity"
5345
+ }
5346
+ }
5347
+ }
5348
+ ],
5349
+ "returns": {}
5236
5350
  },
5237
5351
  {
5238
- "name": "dropdownContentStyle",
5239
- "annotation": {
5240
- "type": "reference",
5241
- "typeName": {
5242
- "type": "qualifiedName",
5243
- "left": {
5244
- "type": "identifier",
5245
- "name": "React"
5246
- },
5247
- "right": {
5248
- "type": "identifier",
5249
- "name": "CSSProperties"
5352
+ "name": "editActivity",
5353
+ "params": [
5354
+ {
5355
+ "name": "stage",
5356
+ "annotation": {
5357
+ "type": "reference",
5358
+ "typeName": {
5359
+ "type": "identifier",
5360
+ "name": "Stage"
5361
+ }
5362
+ }
5363
+ },
5364
+ {
5365
+ "name": "activity",
5366
+ "annotation": {
5367
+ "type": "reference",
5368
+ "typeName": {
5369
+ "type": "identifier",
5370
+ "name": "FlowActivity"
5371
+ }
5250
5372
  }
5251
- }
5252
- }
5253
- },
5254
- {
5255
- "name": "hideNotifyCenterButton",
5256
- "annotation": {
5257
- "type": "keyword",
5258
- "value": "boolean"
5259
- }
5260
- }
5261
- ],
5262
- "events": [
5263
- {
5264
- "name": "notice.click",
5265
- "detail": {
5266
- "annotation": {
5267
- "type": "reference",
5268
- "typeName": {
5269
- "type": "identifier",
5270
- "name": "NoticeItem"
5373
+ },
5374
+ {
5375
+ "name": "activityIndex",
5376
+ "annotation": {
5377
+ "type": "keyword",
5378
+ "value": "number"
5271
5379
  }
5272
5380
  }
5273
- }
5381
+ ],
5382
+ "returns": {}
5274
5383
  },
5275
5384
  {
5276
- "name": "mark.all.read",
5277
- "detail": {
5278
- "annotation": {
5279
- "type": "keyword",
5280
- "value": "void"
5385
+ "name": "deleteActivity",
5386
+ "params": [
5387
+ {
5388
+ "name": "stage",
5389
+ "annotation": {
5390
+ "type": "reference",
5391
+ "typeName": {
5392
+ "type": "identifier",
5393
+ "name": "Stage"
5394
+ }
5395
+ }
5396
+ },
5397
+ {
5398
+ "name": "activityIndex",
5399
+ "annotation": {
5400
+ "type": "keyword",
5401
+ "value": "number"
5402
+ }
5281
5403
  }
5282
- }
5404
+ ],
5405
+ "returns": {}
5283
5406
  }
5284
5407
  ],
5285
- "methods": [],
5286
5408
  "types": [
5287
5409
  {
5288
5410
  "type": "interface",
5289
- "name": "NoticeItem",
5411
+ "name": "Stage",
5290
5412
  "body": [
5291
5413
  {
5292
5414
  "type": "propertySignature",
5293
5415
  "key": {
5294
5416
  "type": "identifier",
5295
- "name": "id"
5417
+ "name": "name"
5296
5418
  },
5297
5419
  "annotation": {
5298
5420
  "type": "keyword",
@@ -5304,23 +5426,36 @@
5304
5426
  "type": "propertySignature",
5305
5427
  "key": {
5306
5428
  "type": "identifier",
5307
- "name": "type"
5429
+ "name": "serviceFlowActivities"
5308
5430
  },
5309
5431
  "annotation": {
5310
- "type": "keyword",
5311
- "value": "string"
5432
+ "type": "array",
5433
+ "elementType": {
5434
+ "type": "reference",
5435
+ "typeName": {
5436
+ "type": "identifier",
5437
+ "name": "FlowActivity"
5438
+ }
5439
+ }
5312
5440
  },
5441
+ "optional": true,
5313
5442
  "computed": false
5314
- },
5443
+ }
5444
+ ]
5445
+ },
5446
+ {
5447
+ "type": "interface",
5448
+ "name": "FlowActivity",
5449
+ "body": [
5315
5450
  {
5316
5451
  "type": "propertySignature",
5317
5452
  "key": {
5318
5453
  "type": "identifier",
5319
- "name": "isRead"
5454
+ "name": "name"
5320
5455
  },
5321
5456
  "annotation": {
5322
5457
  "type": "keyword",
5323
- "value": "boolean"
5458
+ "value": "string"
5324
5459
  },
5325
5460
  "computed": false
5326
5461
  },
@@ -5328,19 +5463,20 @@
5328
5463
  "type": "propertySignature",
5329
5464
  "key": {
5330
5465
  "type": "identifier",
5331
- "name": "title"
5466
+ "name": "description"
5332
5467
  },
5333
5468
  "annotation": {
5334
5469
  "type": "keyword",
5335
5470
  "value": "string"
5336
5471
  },
5472
+ "optional": true,
5337
5473
  "computed": false
5338
5474
  },
5339
5475
  {
5340
5476
  "type": "propertySignature",
5341
5477
  "key": {
5342
5478
  "type": "identifier",
5343
- "name": "description"
5479
+ "name": "aiEmployeeId"
5344
5480
  },
5345
5481
  "annotation": {
5346
5482
  "type": "keyword",
@@ -5353,131 +5489,39 @@
5353
5489
  "type": "propertySignature",
5354
5490
  "key": {
5355
5491
  "type": "identifier",
5356
- "name": "time"
5492
+ "name": "hilRules"
5357
5493
  },
5358
5494
  "annotation": {
5359
5495
  "type": "keyword",
5360
- "value": "number"
5496
+ "value": "string"
5361
5497
  },
5498
+ "optional": true,
5362
5499
  "computed": false
5363
5500
  },
5364
5501
  {
5365
5502
  "type": "propertySignature",
5366
5503
  "key": {
5367
5504
  "type": "identifier",
5368
- "name": "url"
5505
+ "name": "hilUser"
5369
5506
  },
5370
5507
  "annotation": {
5371
5508
  "type": "keyword",
5372
5509
  "value": "string"
5373
5510
  },
5374
5511
  "optional": true,
5375
- "computed": false,
5376
- "description": "单个消息详情链接,优先级高于 urlTemplate"
5512
+ "computed": false
5377
5513
  }
5378
5514
  ]
5379
- }
5380
- ]
5381
- },
5382
- "ai-portal.notice-list": {
5383
- "properties": [
5384
- {
5385
- "name": "dataSource",
5386
- "annotation": {
5387
- "type": "array",
5388
- "elementType": {
5389
- "type": "reference",
5390
- "typeName": {
5391
- "type": "identifier",
5392
- "name": "NoticeItem"
5393
- }
5394
- }
5395
- }
5396
- },
5397
- {
5398
- "name": "emptyText",
5399
- "annotation": {
5400
- "type": "keyword",
5401
- "value": "string"
5402
- }
5403
- },
5404
- {
5405
- "name": "urlTemplate",
5406
- "annotation": {
5407
- "type": "keyword",
5408
- "value": "string"
5409
- }
5410
- },
5411
- {
5412
- "name": "urlTarget",
5413
- "annotation": {
5414
- "type": "reference",
5415
- "typeName": {
5416
- "type": "identifier",
5417
- "name": "Target"
5418
- }
5419
- }
5420
- },
5421
- {
5422
- "name": "selectedIds",
5423
- "annotation": {
5424
- "type": "array",
5425
- "elementType": {
5426
- "type": "keyword",
5427
- "value": "string"
5428
- }
5429
- }
5430
- }
5431
- ],
5432
- "events": [
5433
- {
5434
- "name": "notice.click",
5435
- "detail": {
5436
- "annotation": {
5437
- "type": "reference",
5438
- "typeName": {
5439
- "type": "identifier",
5440
- "name": "NoticeItem"
5441
- }
5442
- }
5443
- }
5444
- },
5445
- {
5446
- "name": "mark.items.read",
5447
- "detail": {
5448
- "annotation": {
5449
- "type": "array",
5450
- "elementType": {
5451
- "type": "reference",
5452
- "typeName": {
5453
- "type": "identifier",
5454
- "name": "NoticeItem"
5455
- }
5456
- }
5457
- }
5458
- }
5459
5515
  },
5460
- {
5461
- "name": "mark.all.read",
5462
- "detail": {
5463
- "annotation": {
5464
- "type": "keyword",
5465
- "value": "void"
5466
- }
5467
- }
5468
- }
5469
- ],
5470
- "methods": [],
5471
- "types": [
5472
5516
  {
5473
5517
  "type": "interface",
5474
- "name": "NoticeItem",
5518
+ "name": "AIEmployee",
5475
5519
  "body": [
5476
5520
  {
5477
5521
  "type": "propertySignature",
5478
5522
  "key": {
5479
5523
  "type": "identifier",
5480
- "name": "id"
5524
+ "name": "employeeId"
5481
5525
  },
5482
5526
  "annotation": {
5483
5527
  "type": "keyword",
@@ -5489,35 +5533,32 @@
5489
5533
  "type": "propertySignature",
5490
5534
  "key": {
5491
5535
  "type": "identifier",
5492
- "name": "type"
5536
+ "name": "name"
5493
5537
  },
5494
5538
  "annotation": {
5495
5539
  "type": "keyword",
5496
5540
  "value": "string"
5497
5541
  },
5498
5542
  "computed": false
5499
- },
5500
- {
5501
- "type": "propertySignature",
5502
- "key": {
5503
- "type": "identifier",
5504
- "name": "isRead"
5505
- },
5506
- "annotation": {
5507
- "type": "keyword",
5508
- "value": "boolean"
5509
- },
5510
- "computed": false
5511
- },
5543
+ }
5544
+ ]
5545
+ },
5546
+ {
5547
+ "type": "interface",
5548
+ "name": "EditActivityDetail",
5549
+ "body": [
5512
5550
  {
5513
5551
  "type": "propertySignature",
5514
5552
  "key": {
5515
5553
  "type": "identifier",
5516
- "name": "title"
5554
+ "name": "stage"
5517
5555
  },
5518
5556
  "annotation": {
5519
- "type": "keyword",
5520
- "value": "string"
5557
+ "type": "reference",
5558
+ "typeName": {
5559
+ "type": "identifier",
5560
+ "name": "Stage"
5561
+ }
5521
5562
  },
5522
5563
  "computed": false
5523
5564
  },
@@ -5525,40 +5566,28 @@
5525
5566
  "type": "propertySignature",
5526
5567
  "key": {
5527
5568
  "type": "identifier",
5528
- "name": "description"
5569
+ "name": "activity"
5529
5570
  },
5530
5571
  "annotation": {
5531
- "type": "keyword",
5532
- "value": "string"
5572
+ "type": "reference",
5573
+ "typeName": {
5574
+ "type": "identifier",
5575
+ "name": "FlowActivity"
5576
+ }
5533
5577
  },
5534
- "optional": true,
5535
5578
  "computed": false
5536
5579
  },
5537
5580
  {
5538
5581
  "type": "propertySignature",
5539
5582
  "key": {
5540
5583
  "type": "identifier",
5541
- "name": "time"
5584
+ "name": "activityIndex"
5542
5585
  },
5543
5586
  "annotation": {
5544
5587
  "type": "keyword",
5545
5588
  "value": "number"
5546
5589
  },
5547
5590
  "computed": false
5548
- },
5549
- {
5550
- "type": "propertySignature",
5551
- "key": {
5552
- "type": "identifier",
5553
- "name": "url"
5554
- },
5555
- "annotation": {
5556
- "type": "keyword",
5557
- "value": "string"
5558
- },
5559
- "optional": true,
5560
- "computed": false,
5561
- "description": "单个消息详情链接,优先级高于 urlTemplate"
5562
5591
  }
5563
5592
  ]
5564
5593
  }
@@ -7939,6 +7968,7 @@
7939
7968
  "type": "keyword",
7940
7969
  "value": "string"
7941
7970
  },
7971
+ "optional": true,
7942
7972
  "computed": false
7943
7973
  },
7944
7974
  {
@@ -9246,6 +9276,7 @@
9246
9276
  "type": "keyword",
9247
9277
  "value": "string"
9248
9278
  },
9279
+ "optional": true,
9249
9280
  "computed": false
9250
9281
  },
9251
9282
  {