@next-bricks/ai-portal 0.61.0 → 0.61.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/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,7 +2301,44 @@
2308
2301
  "type": "propertySignature",
2309
2302
  "key": {
2310
2303
  "type": "identifier",
2311
- "name": "scenario"
2304
+ "name": "icon"
2305
+ },
2306
+ "annotation": {
2307
+ "type": "reference",
2308
+ "typeName": {
2309
+ "type": "identifier",
2310
+ "name": "GeneralIconProps"
2311
+ }
2312
+ },
2313
+ "optional": true,
2314
+ "computed": false
2315
+ },
2316
+ {
2317
+ "type": "propertySignature",
2318
+ "key": {
2319
+ "type": "identifier",
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"
2312
2342
  },
2313
2343
  "annotation": {
2314
2344
  "type": "keyword",
@@ -2320,13 +2350,12 @@
2320
2350
  "type": "propertySignature",
2321
2351
  "key": {
2322
2352
  "type": "identifier",
2323
- "name": "url"
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
  ]
@@ -2796,7 +2825,226 @@
2796
2825
  "type": "propertySignature",
2797
2826
  "key": {
2798
2827
  "type": "identifier",
2799
- "name": "text"
2828
+ "name": "text"
2829
+ },
2830
+ "annotation": {
2831
+ "type": "keyword",
2832
+ "value": "string"
2833
+ },
2834
+ "computed": false
2835
+ },
2836
+ {
2837
+ "type": "propertySignature",
2838
+ "key": {
2839
+ "type": "identifier",
2840
+ "name": "key"
2841
+ },
2842
+ "annotation": {
2843
+ "type": "keyword",
2844
+ "value": "string"
2845
+ },
2846
+ "computed": false
2847
+ },
2848
+ {
2849
+ "type": "propertySignature",
2850
+ "key": {
2851
+ "type": "identifier",
2852
+ "name": "icon"
2853
+ },
2854
+ "annotation": {
2855
+ "type": "reference",
2856
+ "typeName": {
2857
+ "type": "identifier",
2858
+ "name": "GeneralIconProps"
2859
+ }
2860
+ },
2861
+ "optional": true,
2862
+ "computed": false
2863
+ },
2864
+ {
2865
+ "type": "propertySignature",
2866
+ "key": {
2867
+ "type": "identifier",
2868
+ "name": "hidden"
2869
+ },
2870
+ "annotation": {
2871
+ "type": "keyword",
2872
+ "value": "boolean"
2873
+ },
2874
+ "optional": true,
2875
+ "computed": false
2876
+ }
2877
+ ]
2878
+ }
2879
+ ]
2880
+ },
2881
+ "ai-portal.project-conversations": {
2882
+ "properties": [
2883
+ {
2884
+ "name": "list",
2885
+ "annotation": {
2886
+ "type": "array",
2887
+ "elementType": {
2888
+ "type": "reference",
2889
+ "typeName": {
2890
+ "type": "identifier",
2891
+ "name": "Conversation"
2892
+ }
2893
+ }
2894
+ }
2895
+ },
2896
+ {
2897
+ "name": "urlTemplate",
2898
+ "annotation": {
2899
+ "type": "keyword",
2900
+ "value": "string"
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
+ }
2928
+ }
2929
+ ],
2930
+ "events": [
2931
+ {
2932
+ "name": "goal.click",
2933
+ "detail": {
2934
+ "annotation": {
2935
+ "type": "reference",
2936
+ "typeName": {
2937
+ "type": "identifier",
2938
+ "name": "Conversation"
2939
+ }
2940
+ }
2941
+ }
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": [
2958
+ {
2959
+ "type": "interface",
2960
+ "name": "Conversation",
2961
+ "body": [
2962
+ {
2963
+ "type": "propertySignature",
2964
+ "key": {
2965
+ "type": "identifier",
2966
+ "name": "conversationId"
2967
+ },
2968
+ "annotation": {
2969
+ "type": "keyword",
2970
+ "value": "string"
2971
+ },
2972
+ "computed": false
2973
+ },
2974
+ {
2975
+ "type": "propertySignature",
2976
+ "key": {
2977
+ "type": "identifier",
2978
+ "name": "title"
2979
+ },
2980
+ "annotation": {
2981
+ "type": "keyword",
2982
+ "value": "string"
2983
+ },
2984
+ "computed": false
2985
+ },
2986
+ {
2987
+ "type": "propertySignature",
2988
+ "key": {
2989
+ "type": "identifier",
2990
+ "name": "startTime"
2991
+ },
2992
+ "annotation": {
2993
+ "type": "keyword",
2994
+ "value": "number"
2995
+ },
2996
+ "computed": false
2997
+ },
2998
+ {
2999
+ "type": "propertySignature",
3000
+ "key": {
3001
+ "type": "identifier",
3002
+ "name": "description"
3003
+ },
3004
+ "annotation": {
3005
+ "type": "keyword",
3006
+ "value": "string"
3007
+ },
3008
+ "optional": true,
3009
+ "computed": false
3010
+ },
3011
+ {
3012
+ "type": "propertySignature",
3013
+ "key": {
3014
+ "type": "identifier",
3015
+ "name": "goalInstanceId"
3016
+ },
3017
+ "annotation": {
3018
+ "type": "keyword",
3019
+ "value": "string"
3020
+ },
3021
+ "optional": true,
3022
+ "computed": false
3023
+ },
3024
+ {
3025
+ "type": "propertySignature",
3026
+ "key": {
3027
+ "type": "identifier",
3028
+ "name": "username"
3029
+ },
3030
+ "annotation": {
3031
+ "type": "keyword",
3032
+ "value": "string"
3033
+ },
3034
+ "optional": true,
3035
+ "computed": false
3036
+ }
3037
+ ]
3038
+ },
3039
+ {
3040
+ "type": "interface",
3041
+ "name": "Goal",
3042
+ "body": [
3043
+ {
3044
+ "type": "propertySignature",
3045
+ "key": {
3046
+ "type": "identifier",
3047
+ "name": "instanceId"
2800
3048
  },
2801
3049
  "annotation": {
2802
3050
  "type": "keyword",
@@ -2808,41 +3056,48 @@
2808
3056
  "type": "propertySignature",
2809
3057
  "key": {
2810
3058
  "type": "identifier",
2811
- "name": "key"
3059
+ "name": "title"
2812
3060
  },
2813
3061
  "annotation": {
2814
3062
  "type": "keyword",
2815
3063
  "value": "string"
2816
3064
  },
2817
3065
  "computed": false
2818
- },
3066
+ }
3067
+ ]
3068
+ },
3069
+ {
3070
+ "type": "interface",
3071
+ "name": "ActionClickDetail",
3072
+ "body": [
2819
3073
  {
2820
3074
  "type": "propertySignature",
2821
3075
  "key": {
2822
3076
  "type": "identifier",
2823
- "name": "icon"
3077
+ "name": "action"
2824
3078
  },
2825
3079
  "annotation": {
2826
3080
  "type": "reference",
2827
3081
  "typeName": {
2828
3082
  "type": "identifier",
2829
- "name": "GeneralIconProps"
3083
+ "name": "SimpleActionType"
2830
3084
  }
2831
3085
  },
2832
- "optional": true,
2833
3086
  "computed": false
2834
3087
  },
2835
3088
  {
2836
3089
  "type": "propertySignature",
2837
3090
  "key": {
2838
3091
  "type": "identifier",
2839
- "name": "hidden"
3092
+ "name": "item"
2840
3093
  },
2841
3094
  "annotation": {
2842
- "type": "keyword",
2843
- "value": "boolean"
3095
+ "type": "reference",
3096
+ "typeName": {
3097
+ "type": "identifier",
3098
+ "name": "Conversation"
3099
+ }
2844
3100
  },
2845
- "optional": true,
2846
3101
  "computed": false
2847
3102
  }
2848
3103
  ]
@@ -4298,232 +4553,6 @@
4298
4553
  }
4299
4554
  ]
4300
4555
  },
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"
4472
- },
4473
- "computed": false
4474
- },
4475
- {
4476
- "type": "propertySignature",
4477
- "key": {
4478
- "type": "identifier",
4479
- "name": "title"
4480
- },
4481
- "annotation": {
4482
- "type": "keyword",
4483
- "value": "string"
4484
- },
4485
- "computed": false
4486
- }
4487
- ]
4488
- },
4489
- {
4490
- "type": "interface",
4491
- "name": "ActionClickDetail",
4492
- "body": [
4493
- {
4494
- "type": "propertySignature",
4495
- "key": {
4496
- "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"
4513
- },
4514
- "annotation": {
4515
- "type": "reference",
4516
- "typeName": {
4517
- "type": "identifier",
4518
- "name": "Conversation"
4519
- }
4520
- },
4521
- "computed": false
4522
- }
4523
- ]
4524
- }
4525
- ]
4526
- },
4527
4556
  "ai-portal.show-case": {
4528
4557
  "properties": [
4529
4558
  {
@@ -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
  {