@next-bricks/ai-portal 0.64.1 → 0.64.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist/bricks.json +37 -37
  2. package/dist/chunks/{4208.9bc0e6c6.js → 4208.e57d22a2.js} +2 -2
  3. package/dist/chunks/4208.e57d22a2.js.map +1 -0
  4. package/dist/chunks/{4820.d2a30e2c.js → 4820.3f60d55c.js} +2 -2
  5. package/dist/chunks/4820.3f60d55c.js.map +1 -0
  6. package/dist/chunks/778.850294cf.js +2 -0
  7. package/dist/chunks/778.850294cf.js.map +1 -0
  8. package/dist/chunks/{9273.a031c62f.js → 9273.e6feece8.js} +2 -2
  9. package/dist/chunks/9273.e6feece8.js.map +1 -0
  10. package/dist/chunks/chat-panel.0735e831.js +2 -0
  11. package/dist/chunks/chat-panel.0735e831.js.map +1 -0
  12. package/dist/chunks/{main.62ff99bd.js → main.88466dc4.js} +2 -2
  13. package/dist/chunks/{main.62ff99bd.js.map → main.88466dc4.js.map} +1 -1
  14. package/dist/examples.json +22 -22
  15. package/dist/{index.a9bf242c.js → index.802fcd04.js} +2 -2
  16. package/dist/{index.a9bf242c.js.map → index.802fcd04.js.map} +1 -1
  17. package/dist/manifest.json +232 -232
  18. package/dist/types.json +1254 -1254
  19. package/dist-types/chat-panel/index.d.ts +1 -1
  20. package/dist-types/chat-stream/AssistantMessage/AssistantMessage.d.ts +5 -3
  21. package/dist-types/cruise-canvas/reducers/interfaces.d.ts +4 -1
  22. package/package.json +2 -2
  23. package/dist/chunks/4208.9bc0e6c6.js.map +0 -1
  24. package/dist/chunks/4820.d2a30e2c.js.map +0 -1
  25. package/dist/chunks/778.85eedde5.js +0 -2
  26. package/dist/chunks/778.85eedde5.js.map +0 -1
  27. package/dist/chunks/9273.a031c62f.js.map +0 -1
  28. package/dist/chunks/chat-panel.a5cadc0d.js +0 -2
  29. package/dist/chunks/chat-panel.a5cadc0d.js.map +0 -1
package/dist/types.json CHANGED
@@ -235,185 +235,6 @@
235
235
  "events": [],
236
236
  "methods": []
237
237
  },
238
- "ai-portal.page-container": {
239
- "properties": [
240
- {
241
- "name": "pageTitle",
242
- "annotation": {
243
- "type": "keyword",
244
- "value": "string"
245
- }
246
- },
247
- {
248
- "name": "breadcrumbs",
249
- "annotation": {
250
- "type": "array",
251
- "elementType": {
252
- "type": "reference",
253
- "typeName": {
254
- "type": "identifier",
255
- "name": "Breadcrumb"
256
- }
257
- }
258
- }
259
- },
260
- {
261
- "name": "size",
262
- "annotation": {
263
- "type": "union",
264
- "types": [
265
- {
266
- "type": "jsLiteral",
267
- "value": "medium"
268
- },
269
- {
270
- "type": "jsLiteral",
271
- "value": "small"
272
- },
273
- {
274
- "type": "jsLiteral",
275
- "value": "full"
276
- }
277
- ]
278
- }
279
- },
280
- {
281
- "name": "variant",
282
- "annotation": {
283
- "type": "union",
284
- "types": [
285
- {
286
- "type": "jsLiteral",
287
- "value": "default"
288
- },
289
- {
290
- "type": "jsLiteral",
291
- "value": "form"
292
- }
293
- ]
294
- }
295
- },
296
- {
297
- "name": "sticky",
298
- "annotation": {
299
- "type": "keyword",
300
- "value": "boolean"
301
- }
302
- },
303
- {
304
- "name": "textContent",
305
- "annotation": {
306
- "type": "keyword",
307
- "value": "string"
308
- }
309
- }
310
- ],
311
- "events": [],
312
- "methods": [],
313
- "types": [
314
- {
315
- "type": "interface",
316
- "name": "Breadcrumb",
317
- "body": [
318
- {
319
- "type": "propertySignature",
320
- "key": {
321
- "type": "identifier",
322
- "name": "text"
323
- },
324
- "annotation": {
325
- "type": "keyword",
326
- "value": "string"
327
- },
328
- "computed": false
329
- },
330
- {
331
- "type": "propertySignature",
332
- "key": {
333
- "type": "identifier",
334
- "name": "url"
335
- },
336
- "annotation": {
337
- "type": "keyword",
338
- "value": "string"
339
- },
340
- "computed": false
341
- }
342
- ]
343
- }
344
- ]
345
- },
346
- "ai-portal.tab-list": {
347
- "properties": [
348
- {
349
- "name": "tabs",
350
- "annotation": {
351
- "type": "array",
352
- "elementType": {
353
- "type": "reference",
354
- "typeName": {
355
- "type": "identifier",
356
- "name": "Tab"
357
- }
358
- }
359
- }
360
- },
361
- {
362
- "name": "activeTab",
363
- "annotation": {
364
- "type": "keyword",
365
- "value": "string"
366
- }
367
- }
368
- ],
369
- "events": [
370
- {
371
- "name": "tab.click",
372
- "detail": {
373
- "annotation": {
374
- "type": "reference",
375
- "typeName": {
376
- "type": "identifier",
377
- "name": "Tab"
378
- }
379
- }
380
- }
381
- }
382
- ],
383
- "methods": [],
384
- "types": [
385
- {
386
- "type": "interface",
387
- "name": "Tab",
388
- "body": [
389
- {
390
- "type": "propertySignature",
391
- "key": {
392
- "type": "identifier",
393
- "name": "id"
394
- },
395
- "annotation": {
396
- "type": "keyword",
397
- "value": "string"
398
- },
399
- "computed": false
400
- },
401
- {
402
- "type": "propertySignature",
403
- "key": {
404
- "type": "identifier",
405
- "name": "label"
406
- },
407
- "annotation": {
408
- "type": "keyword",
409
- "value": "string"
410
- },
411
- "computed": false
412
- }
413
- ]
414
- }
415
- ]
416
- },
417
238
  "ai-portal.call-tool": {
418
239
  "type": "provider",
419
240
  "params": [
@@ -2156,71 +1977,69 @@
2156
1977
  }
2157
1978
  ]
2158
1979
  },
2159
- "ai-portal.elevo-logo": {
2160
- "properties": [],
2161
- "events": [],
2162
- "methods": []
2163
- },
2164
- "ai-portal.blank-state": {
1980
+ "ai-portal.page-container": {
2165
1981
  "properties": [
2166
1982
  {
2167
- "name": "illustration",
1983
+ "name": "pageTitle",
2168
1984
  "annotation": {
2169
- "type": "reference",
2170
- "typeName": {
2171
- "type": "identifier",
2172
- "name": "BlankStateIllustration"
2173
- }
1985
+ "type": "keyword",
1986
+ "value": "string"
2174
1987
  }
2175
1988
  },
2176
1989
  {
2177
- "name": "description",
1990
+ "name": "breadcrumbs",
2178
1991
  "annotation": {
2179
- "type": "keyword",
2180
- "value": "string"
1992
+ "type": "array",
1993
+ "elementType": {
1994
+ "type": "reference",
1995
+ "typeName": {
1996
+ "type": "identifier",
1997
+ "name": "Breadcrumb"
1998
+ }
1999
+ }
2181
2000
  }
2182
- }
2183
- ],
2184
- "events": [],
2185
- "methods": [],
2186
- "types": [
2001
+ },
2187
2002
  {
2188
- "type": "typeAlias",
2189
- "name": "BlankStateIllustration",
2003
+ "name": "size",
2190
2004
  "annotation": {
2191
2005
  "type": "union",
2192
2006
  "types": [
2193
2007
  {
2194
2008
  "type": "jsLiteral",
2195
- "value": "goals"
2009
+ "value": "medium"
2196
2010
  },
2197
2011
  {
2198
2012
  "type": "jsLiteral",
2199
- "value": "activities"
2013
+ "value": "small"
2200
2014
  },
2201
2015
  {
2202
2016
  "type": "jsLiteral",
2203
- "value": "collaboration-spaces"
2017
+ "value": "full"
2018
+ }
2019
+ ]
2020
+ }
2021
+ },
2022
+ {
2023
+ "name": "variant",
2024
+ "annotation": {
2025
+ "type": "union",
2026
+ "types": [
2027
+ {
2028
+ "type": "jsLiteral",
2029
+ "value": "default"
2204
2030
  },
2205
2031
  {
2206
2032
  "type": "jsLiteral",
2207
- "value": "serviceflows"
2033
+ "value": "form"
2208
2034
  }
2209
2035
  ]
2210
2036
  }
2211
- }
2212
- ]
2213
- },
2214
- "ai-portal.sticky-container": {
2215
- "properties": [
2037
+ },
2216
2038
  {
2217
- "name": "variant",
2039
+ "name": "sticky",
2218
2040
  "annotation": {
2219
- "type": "reference",
2220
- "typeName": {
2221
- "type": "identifier",
2222
- "name": "StickyContainerVariant"
2223
- }
2041
+ "type": "keyword",
2042
+ "value": "boolean"
2224
2043
  }
2225
2044
  },
2226
2045
  {
@@ -2235,11 +2054,192 @@
2235
2054
  "methods": [],
2236
2055
  "types": [
2237
2056
  {
2238
- "type": "typeAlias",
2239
- "name": "StickyContainerVariant",
2240
- "annotation": {
2241
- "type": "union",
2242
- "types": [
2057
+ "type": "interface",
2058
+ "name": "Breadcrumb",
2059
+ "body": [
2060
+ {
2061
+ "type": "propertySignature",
2062
+ "key": {
2063
+ "type": "identifier",
2064
+ "name": "text"
2065
+ },
2066
+ "annotation": {
2067
+ "type": "keyword",
2068
+ "value": "string"
2069
+ },
2070
+ "computed": false
2071
+ },
2072
+ {
2073
+ "type": "propertySignature",
2074
+ "key": {
2075
+ "type": "identifier",
2076
+ "name": "url"
2077
+ },
2078
+ "annotation": {
2079
+ "type": "keyword",
2080
+ "value": "string"
2081
+ },
2082
+ "computed": false
2083
+ }
2084
+ ]
2085
+ }
2086
+ ]
2087
+ },
2088
+ "ai-portal.tab-list": {
2089
+ "properties": [
2090
+ {
2091
+ "name": "tabs",
2092
+ "annotation": {
2093
+ "type": "array",
2094
+ "elementType": {
2095
+ "type": "reference",
2096
+ "typeName": {
2097
+ "type": "identifier",
2098
+ "name": "Tab"
2099
+ }
2100
+ }
2101
+ }
2102
+ },
2103
+ {
2104
+ "name": "activeTab",
2105
+ "annotation": {
2106
+ "type": "keyword",
2107
+ "value": "string"
2108
+ }
2109
+ }
2110
+ ],
2111
+ "events": [
2112
+ {
2113
+ "name": "tab.click",
2114
+ "detail": {
2115
+ "annotation": {
2116
+ "type": "reference",
2117
+ "typeName": {
2118
+ "type": "identifier",
2119
+ "name": "Tab"
2120
+ }
2121
+ }
2122
+ }
2123
+ }
2124
+ ],
2125
+ "methods": [],
2126
+ "types": [
2127
+ {
2128
+ "type": "interface",
2129
+ "name": "Tab",
2130
+ "body": [
2131
+ {
2132
+ "type": "propertySignature",
2133
+ "key": {
2134
+ "type": "identifier",
2135
+ "name": "id"
2136
+ },
2137
+ "annotation": {
2138
+ "type": "keyword",
2139
+ "value": "string"
2140
+ },
2141
+ "computed": false
2142
+ },
2143
+ {
2144
+ "type": "propertySignature",
2145
+ "key": {
2146
+ "type": "identifier",
2147
+ "name": "label"
2148
+ },
2149
+ "annotation": {
2150
+ "type": "keyword",
2151
+ "value": "string"
2152
+ },
2153
+ "computed": false
2154
+ }
2155
+ ]
2156
+ }
2157
+ ]
2158
+ },
2159
+ "ai-portal.elevo-logo": {
2160
+ "properties": [],
2161
+ "events": [],
2162
+ "methods": []
2163
+ },
2164
+ "ai-portal.blank-state": {
2165
+ "properties": [
2166
+ {
2167
+ "name": "illustration",
2168
+ "annotation": {
2169
+ "type": "reference",
2170
+ "typeName": {
2171
+ "type": "identifier",
2172
+ "name": "BlankStateIllustration"
2173
+ }
2174
+ }
2175
+ },
2176
+ {
2177
+ "name": "description",
2178
+ "annotation": {
2179
+ "type": "keyword",
2180
+ "value": "string"
2181
+ }
2182
+ }
2183
+ ],
2184
+ "events": [],
2185
+ "methods": [],
2186
+ "types": [
2187
+ {
2188
+ "type": "typeAlias",
2189
+ "name": "BlankStateIllustration",
2190
+ "annotation": {
2191
+ "type": "union",
2192
+ "types": [
2193
+ {
2194
+ "type": "jsLiteral",
2195
+ "value": "goals"
2196
+ },
2197
+ {
2198
+ "type": "jsLiteral",
2199
+ "value": "activities"
2200
+ },
2201
+ {
2202
+ "type": "jsLiteral",
2203
+ "value": "collaboration-spaces"
2204
+ },
2205
+ {
2206
+ "type": "jsLiteral",
2207
+ "value": "serviceflows"
2208
+ }
2209
+ ]
2210
+ }
2211
+ }
2212
+ ]
2213
+ },
2214
+ "ai-portal.sticky-container": {
2215
+ "properties": [
2216
+ {
2217
+ "name": "variant",
2218
+ "annotation": {
2219
+ "type": "reference",
2220
+ "typeName": {
2221
+ "type": "identifier",
2222
+ "name": "StickyContainerVariant"
2223
+ }
2224
+ }
2225
+ },
2226
+ {
2227
+ "name": "textContent",
2228
+ "annotation": {
2229
+ "type": "keyword",
2230
+ "value": "string"
2231
+ }
2232
+ }
2233
+ ],
2234
+ "events": [],
2235
+ "methods": [],
2236
+ "types": [
2237
+ {
2238
+ "type": "typeAlias",
2239
+ "name": "StickyContainerVariant",
2240
+ "annotation": {
2241
+ "type": "union",
2242
+ "types": [
2243
2243
  {
2244
2244
  "type": "jsLiteral",
2245
2245
  "value": "default"
@@ -2485,7 +2485,7 @@
2485
2485
  }
2486
2486
  ]
2487
2487
  },
2488
- "ai-portal.show-cases": {
2488
+ "ai-portal.mcp-tools": {
2489
2489
  "properties": [
2490
2490
  {
2491
2491
  "name": "list",
@@ -2495,13 +2495,13 @@
2495
2495
  "type": "reference",
2496
2496
  "typeName": {
2497
2497
  "type": "identifier",
2498
- "name": "ShowCaseType"
2498
+ "name": "McpTool"
2499
2499
  }
2500
2500
  }
2501
2501
  }
2502
2502
  },
2503
2503
  {
2504
- "name": "limit",
2504
+ "name": "stickyTop",
2505
2505
  "annotation": {
2506
2506
  "type": "keyword",
2507
2507
  "value": "number"
@@ -2513,13 +2513,13 @@
2513
2513
  "types": [
2514
2514
  {
2515
2515
  "type": "interface",
2516
- "name": "ShowCaseType",
2516
+ "name": "McpTool",
2517
2517
  "body": [
2518
2518
  {
2519
2519
  "type": "propertySignature",
2520
2520
  "key": {
2521
2521
  "type": "identifier",
2522
- "name": "conversationId"
2522
+ "name": "name"
2523
2523
  },
2524
2524
  "annotation": {
2525
2525
  "type": "keyword",
@@ -2543,7 +2543,7 @@
2543
2543
  "type": "propertySignature",
2544
2544
  "key": {
2545
2545
  "type": "identifier",
2546
- "name": "summary"
2546
+ "name": "description"
2547
2547
  },
2548
2548
  "annotation": {
2549
2549
  "type": "keyword",
@@ -2555,7 +2555,44 @@
2555
2555
  "type": "propertySignature",
2556
2556
  "key": {
2557
2557
  "type": "identifier",
2558
- "name": "scenario"
2558
+ "name": "icon"
2559
+ },
2560
+ "annotation": {
2561
+ "type": "reference",
2562
+ "typeName": {
2563
+ "type": "identifier",
2564
+ "name": "GeneralIconProps"
2565
+ }
2566
+ },
2567
+ "optional": true,
2568
+ "computed": false
2569
+ },
2570
+ {
2571
+ "type": "propertySignature",
2572
+ "key": {
2573
+ "type": "identifier",
2574
+ "name": "server"
2575
+ },
2576
+ "annotation": {
2577
+ "type": "reference",
2578
+ "typeName": {
2579
+ "type": "identifier",
2580
+ "name": "McpServer"
2581
+ }
2582
+ },
2583
+ "computed": false
2584
+ }
2585
+ ]
2586
+ },
2587
+ {
2588
+ "type": "interface",
2589
+ "name": "McpServer",
2590
+ "body": [
2591
+ {
2592
+ "type": "propertySignature",
2593
+ "key": {
2594
+ "type": "identifier",
2595
+ "name": "id"
2559
2596
  },
2560
2597
  "annotation": {
2561
2598
  "type": "keyword",
@@ -2567,20 +2604,19 @@
2567
2604
  "type": "propertySignature",
2568
2605
  "key": {
2569
2606
  "type": "identifier",
2570
- "name": "url"
2607
+ "name": "name"
2571
2608
  },
2572
2609
  "annotation": {
2573
2610
  "type": "keyword",
2574
2611
  "value": "string"
2575
2612
  },
2576
- "optional": true,
2577
2613
  "computed": false
2578
2614
  }
2579
2615
  ]
2580
2616
  }
2581
2617
  ]
2582
2618
  },
2583
- "ai-portal.mcp-tools": {
2619
+ "ai-portal.show-cases": {
2584
2620
  "properties": [
2585
2621
  {
2586
2622
  "name": "list",
@@ -2590,13 +2626,13 @@
2590
2626
  "type": "reference",
2591
2627
  "typeName": {
2592
2628
  "type": "identifier",
2593
- "name": "McpTool"
2629
+ "name": "ShowCaseType"
2594
2630
  }
2595
2631
  }
2596
2632
  }
2597
2633
  },
2598
2634
  {
2599
- "name": "stickyTop",
2635
+ "name": "limit",
2600
2636
  "annotation": {
2601
2637
  "type": "keyword",
2602
2638
  "value": "number"
@@ -2608,13 +2644,13 @@
2608
2644
  "types": [
2609
2645
  {
2610
2646
  "type": "interface",
2611
- "name": "McpTool",
2647
+ "name": "ShowCaseType",
2612
2648
  "body": [
2613
2649
  {
2614
2650
  "type": "propertySignature",
2615
2651
  "key": {
2616
2652
  "type": "identifier",
2617
- "name": "name"
2653
+ "name": "conversationId"
2618
2654
  },
2619
2655
  "annotation": {
2620
2656
  "type": "keyword",
@@ -2638,7 +2674,7 @@
2638
2674
  "type": "propertySignature",
2639
2675
  "key": {
2640
2676
  "type": "identifier",
2641
- "name": "description"
2677
+ "name": "summary"
2642
2678
  },
2643
2679
  "annotation": {
2644
2680
  "type": "keyword",
@@ -2650,44 +2686,73 @@
2650
2686
  "type": "propertySignature",
2651
2687
  "key": {
2652
2688
  "type": "identifier",
2653
- "name": "icon"
2689
+ "name": "scenario"
2654
2690
  },
2655
2691
  "annotation": {
2656
- "type": "reference",
2657
- "typeName": {
2658
- "type": "identifier",
2659
- "name": "GeneralIconProps"
2660
- }
2692
+ "type": "keyword",
2693
+ "value": "string"
2661
2694
  },
2662
- "optional": true,
2663
2695
  "computed": false
2664
2696
  },
2665
2697
  {
2666
2698
  "type": "propertySignature",
2667
2699
  "key": {
2668
2700
  "type": "identifier",
2669
- "name": "server"
2701
+ "name": "url"
2670
2702
  },
2671
2703
  "annotation": {
2672
- "type": "reference",
2673
- "typeName": {
2674
- "type": "identifier",
2675
- "name": "McpServer"
2676
- }
2704
+ "type": "keyword",
2705
+ "value": "string"
2677
2706
  },
2707
+ "optional": true,
2678
2708
  "computed": false
2679
2709
  }
2680
2710
  ]
2711
+ }
2712
+ ]
2713
+ },
2714
+ "ai-portal.ai-agents": {
2715
+ "properties": [
2716
+ {
2717
+ "name": "list",
2718
+ "annotation": {
2719
+ "type": "array",
2720
+ "elementType": {
2721
+ "type": "reference",
2722
+ "typeName": {
2723
+ "type": "identifier",
2724
+ "name": "Agent"
2725
+ }
2726
+ }
2727
+ }
2728
+ },
2729
+ {
2730
+ "name": "urlTemplate",
2731
+ "annotation": {
2732
+ "type": "keyword",
2733
+ "value": "string"
2734
+ }
2681
2735
  },
2736
+ {
2737
+ "name": "withContainer",
2738
+ "annotation": {
2739
+ "type": "keyword",
2740
+ "value": "boolean"
2741
+ }
2742
+ }
2743
+ ],
2744
+ "events": [],
2745
+ "methods": [],
2746
+ "types": [
2682
2747
  {
2683
2748
  "type": "interface",
2684
- "name": "McpServer",
2749
+ "name": "Agent",
2685
2750
  "body": [
2686
2751
  {
2687
2752
  "type": "propertySignature",
2688
2753
  "key": {
2689
2754
  "type": "identifier",
2690
- "name": "id"
2755
+ "name": "name"
2691
2756
  },
2692
2757
  "annotation": {
2693
2758
  "type": "keyword",
@@ -2699,13 +2764,45 @@
2699
2764
  "type": "propertySignature",
2700
2765
  "key": {
2701
2766
  "type": "identifier",
2702
- "name": "name"
2767
+ "name": "description"
2703
2768
  },
2704
2769
  "annotation": {
2705
2770
  "type": "keyword",
2706
2771
  "value": "string"
2707
2772
  },
2708
2773
  "computed": false
2774
+ },
2775
+ {
2776
+ "type": "propertySignature",
2777
+ "key": {
2778
+ "type": "identifier",
2779
+ "name": "icon"
2780
+ },
2781
+ "annotation": {
2782
+ "type": "reference",
2783
+ "typeName": {
2784
+ "type": "identifier",
2785
+ "name": "GeneralIconProps"
2786
+ }
2787
+ },
2788
+ "optional": true,
2789
+ "computed": false
2790
+ },
2791
+ {
2792
+ "type": "propertySignature",
2793
+ "key": {
2794
+ "type": "identifier",
2795
+ "name": "tags"
2796
+ },
2797
+ "annotation": {
2798
+ "type": "array",
2799
+ "elementType": {
2800
+ "type": "keyword",
2801
+ "value": "string"
2802
+ }
2803
+ },
2804
+ "optional": true,
2805
+ "computed": false
2709
2806
  }
2710
2807
  ]
2711
2808
  }
@@ -2823,48 +2920,124 @@
2823
2920
  }
2824
2921
  ]
2825
2922
  },
2826
- "ai-portal.ai-agents": {
2923
+ "ai-portal.dropdown-select": {
2827
2924
  "properties": [
2828
2925
  {
2829
- "name": "list",
2926
+ "name": "value",
2927
+ "annotation": {
2928
+ "type": "keyword",
2929
+ "value": "string"
2930
+ }
2931
+ },
2932
+ {
2933
+ "name": "options",
2830
2934
  "annotation": {
2831
2935
  "type": "array",
2832
2936
  "elementType": {
2833
2937
  "type": "reference",
2834
2938
  "typeName": {
2835
2939
  "type": "identifier",
2836
- "name": "Agent"
2940
+ "name": "DropdownOptions"
2837
2941
  }
2838
2942
  }
2839
2943
  }
2840
2944
  },
2841
2945
  {
2842
- "name": "urlTemplate",
2946
+ "name": "labelMaxWidth",
2947
+ "annotation": {
2948
+ "type": "union",
2949
+ "types": [
2950
+ {
2951
+ "type": "keyword",
2952
+ "value": "string"
2953
+ },
2954
+ {
2955
+ "type": "keyword",
2956
+ "value": "number"
2957
+ }
2958
+ ]
2959
+ }
2960
+ },
2961
+ {
2962
+ "name": "loading",
2963
+ "annotation": {
2964
+ "type": "keyword",
2965
+ "value": "boolean"
2966
+ }
2967
+ },
2968
+ {
2969
+ "name": "searchPlaceholder",
2843
2970
  "annotation": {
2844
2971
  "type": "keyword",
2845
2972
  "value": "string"
2846
2973
  }
2847
2974
  },
2848
2975
  {
2849
- "name": "withContainer",
2976
+ "name": "dropdownContentStyle",
2977
+ "annotation": {
2978
+ "type": "reference",
2979
+ "typeName": {
2980
+ "type": "qualifiedName",
2981
+ "left": {
2982
+ "type": "identifier",
2983
+ "name": "React"
2984
+ },
2985
+ "right": {
2986
+ "type": "identifier",
2987
+ "name": "CSSProperties"
2988
+ }
2989
+ }
2990
+ }
2991
+ },
2992
+ {
2993
+ "name": "dropdownMaxWidth",
2994
+ "annotation": {
2995
+ "type": "union",
2996
+ "types": [
2997
+ {
2998
+ "type": "keyword",
2999
+ "value": "string"
3000
+ },
3001
+ {
3002
+ "type": "keyword",
3003
+ "value": "number"
3004
+ }
3005
+ ]
3006
+ }
3007
+ },
3008
+ {
3009
+ "name": "showSearch",
2850
3010
  "annotation": {
2851
3011
  "type": "keyword",
2852
3012
  "value": "boolean"
2853
3013
  }
2854
3014
  }
2855
3015
  ],
2856
- "events": [],
3016
+ "events": [
3017
+ {
3018
+ "name": "change",
3019
+ "detail": {
3020
+ "annotation": {
3021
+ "type": "reference",
3022
+ "typeName": {
3023
+ "type": "identifier",
3024
+ "name": "DropdownOptions"
3025
+ }
3026
+ }
3027
+ }
3028
+ }
3029
+ ],
2857
3030
  "methods": [],
2858
3031
  "types": [
2859
3032
  {
2860
3033
  "type": "interface",
2861
- "name": "Agent",
3034
+ "name": "DropdownOptions",
2862
3035
  "body": [
2863
3036
  {
2864
3037
  "type": "propertySignature",
2865
3038
  "key": {
2866
3039
  "type": "identifier",
2867
- "name": "name"
3040
+ "name": "label"
2868
3041
  },
2869
3042
  "annotation": {
2870
3043
  "type": "keyword",
@@ -2876,7 +3049,7 @@
2876
3049
  "type": "propertySignature",
2877
3050
  "key": {
2878
3051
  "type": "identifier",
2879
- "name": "description"
3052
+ "name": "value"
2880
3053
  },
2881
3054
  "annotation": {
2882
3055
  "type": "keyword",
@@ -2888,33 +3061,29 @@
2888
3061
  "type": "propertySignature",
2889
3062
  "key": {
2890
3063
  "type": "identifier",
2891
- "name": "icon"
3064
+ "name": "disabled"
2892
3065
  },
2893
3066
  "annotation": {
2894
- "type": "reference",
2895
- "typeName": {
2896
- "type": "identifier",
2897
- "name": "GeneralIconProps"
2898
- }
3067
+ "type": "keyword",
3068
+ "value": "boolean"
2899
3069
  },
2900
3070
  "optional": true,
2901
3071
  "computed": false
2902
3072
  },
2903
3073
  {
2904
- "type": "propertySignature",
2905
- "key": {
3074
+ "type": "indexSignature",
3075
+ "parameter": {
2906
3076
  "type": "identifier",
2907
- "name": "tags"
2908
- },
2909
- "annotation": {
2910
- "type": "array",
2911
- "elementType": {
3077
+ "name": "key",
3078
+ "annotation": {
2912
3079
  "type": "keyword",
2913
3080
  "value": "string"
2914
3081
  }
2915
3082
  },
2916
- "optional": true,
2917
- "computed": false
3083
+ "annotation": {
3084
+ "type": "keyword",
3085
+ "value": "unknown"
3086
+ }
2918
3087
  }
2919
3088
  ]
2920
3089
  }
@@ -3038,212 +3207,43 @@
3038
3207
  }
3039
3208
  ]
3040
3209
  },
3041
- "ai-portal.dropdown-select": {
3210
+ "ai-portal.preview-container": {
3042
3211
  "properties": [
3043
3212
  {
3044
- "name": "value",
3213
+ "name": "source",
3045
3214
  "annotation": {
3046
3215
  "type": "keyword",
3047
3216
  "value": "string"
3048
3217
  }
3049
3218
  },
3050
3219
  {
3051
- "name": "options",
3220
+ "name": "url",
3221
+ "annotation": {
3222
+ "type": "keyword",
3223
+ "value": "string"
3224
+ }
3225
+ }
3226
+ ],
3227
+ "events": [],
3228
+ "methods": []
3229
+ },
3230
+ "ai-portal.project-conversations": {
3231
+ "properties": [
3232
+ {
3233
+ "name": "list",
3052
3234
  "annotation": {
3053
3235
  "type": "array",
3054
3236
  "elementType": {
3055
3237
  "type": "reference",
3056
3238
  "typeName": {
3057
3239
  "type": "identifier",
3058
- "name": "DropdownOptions"
3240
+ "name": "Conversation"
3059
3241
  }
3060
3242
  }
3061
3243
  }
3062
3244
  },
3063
3245
  {
3064
- "name": "labelMaxWidth",
3065
- "annotation": {
3066
- "type": "union",
3067
- "types": [
3068
- {
3069
- "type": "keyword",
3070
- "value": "string"
3071
- },
3072
- {
3073
- "type": "keyword",
3074
- "value": "number"
3075
- }
3076
- ]
3077
- }
3078
- },
3079
- {
3080
- "name": "loading",
3081
- "annotation": {
3082
- "type": "keyword",
3083
- "value": "boolean"
3084
- }
3085
- },
3086
- {
3087
- "name": "searchPlaceholder",
3088
- "annotation": {
3089
- "type": "keyword",
3090
- "value": "string"
3091
- }
3092
- },
3093
- {
3094
- "name": "dropdownContentStyle",
3095
- "annotation": {
3096
- "type": "reference",
3097
- "typeName": {
3098
- "type": "qualifiedName",
3099
- "left": {
3100
- "type": "identifier",
3101
- "name": "React"
3102
- },
3103
- "right": {
3104
- "type": "identifier",
3105
- "name": "CSSProperties"
3106
- }
3107
- }
3108
- }
3109
- },
3110
- {
3111
- "name": "dropdownMaxWidth",
3112
- "annotation": {
3113
- "type": "union",
3114
- "types": [
3115
- {
3116
- "type": "keyword",
3117
- "value": "string"
3118
- },
3119
- {
3120
- "type": "keyword",
3121
- "value": "number"
3122
- }
3123
- ]
3124
- }
3125
- },
3126
- {
3127
- "name": "showSearch",
3128
- "annotation": {
3129
- "type": "keyword",
3130
- "value": "boolean"
3131
- }
3132
- }
3133
- ],
3134
- "events": [
3135
- {
3136
- "name": "change",
3137
- "detail": {
3138
- "annotation": {
3139
- "type": "reference",
3140
- "typeName": {
3141
- "type": "identifier",
3142
- "name": "DropdownOptions"
3143
- }
3144
- }
3145
- }
3146
- }
3147
- ],
3148
- "methods": [],
3149
- "types": [
3150
- {
3151
- "type": "interface",
3152
- "name": "DropdownOptions",
3153
- "body": [
3154
- {
3155
- "type": "propertySignature",
3156
- "key": {
3157
- "type": "identifier",
3158
- "name": "label"
3159
- },
3160
- "annotation": {
3161
- "type": "keyword",
3162
- "value": "string"
3163
- },
3164
- "computed": false
3165
- },
3166
- {
3167
- "type": "propertySignature",
3168
- "key": {
3169
- "type": "identifier",
3170
- "name": "value"
3171
- },
3172
- "annotation": {
3173
- "type": "keyword",
3174
- "value": "string"
3175
- },
3176
- "computed": false
3177
- },
3178
- {
3179
- "type": "propertySignature",
3180
- "key": {
3181
- "type": "identifier",
3182
- "name": "disabled"
3183
- },
3184
- "annotation": {
3185
- "type": "keyword",
3186
- "value": "boolean"
3187
- },
3188
- "optional": true,
3189
- "computed": false
3190
- },
3191
- {
3192
- "type": "indexSignature",
3193
- "parameter": {
3194
- "type": "identifier",
3195
- "name": "key",
3196
- "annotation": {
3197
- "type": "keyword",
3198
- "value": "string"
3199
- }
3200
- },
3201
- "annotation": {
3202
- "type": "keyword",
3203
- "value": "unknown"
3204
- }
3205
- }
3206
- ]
3207
- }
3208
- ]
3209
- },
3210
- "ai-portal.preview-container": {
3211
- "properties": [
3212
- {
3213
- "name": "source",
3214
- "annotation": {
3215
- "type": "keyword",
3216
- "value": "string"
3217
- }
3218
- },
3219
- {
3220
- "name": "url",
3221
- "annotation": {
3222
- "type": "keyword",
3223
- "value": "string"
3224
- }
3225
- }
3226
- ],
3227
- "events": [],
3228
- "methods": []
3229
- },
3230
- "ai-portal.project-conversations": {
3231
- "properties": [
3232
- {
3233
- "name": "list",
3234
- "annotation": {
3235
- "type": "array",
3236
- "elementType": {
3237
- "type": "reference",
3238
- "typeName": {
3239
- "type": "identifier",
3240
- "name": "Conversation"
3241
- }
3242
- }
3243
- }
3244
- },
3245
- {
3246
- "name": "urlTemplate",
3246
+ "name": "urlTemplate",
3247
3247
  "annotation": {
3248
3248
  "type": "keyword",
3249
3249
  "value": "string"
@@ -4950,6 +4950,77 @@
4950
4950
  "events": [],
4951
4951
  "methods": []
4952
4952
  },
4953
+ "ai-portal.flow-tabs": {
4954
+ "properties": [
4955
+ {
4956
+ "name": "tabs",
4957
+ "annotation": {
4958
+ "type": "array",
4959
+ "elementType": {
4960
+ "type": "reference",
4961
+ "typeName": {
4962
+ "type": "identifier",
4963
+ "name": "Tab"
4964
+ }
4965
+ }
4966
+ }
4967
+ },
4968
+ {
4969
+ "name": "activeTab",
4970
+ "annotation": {
4971
+ "type": "keyword",
4972
+ "value": "string"
4973
+ }
4974
+ }
4975
+ ],
4976
+ "events": [
4977
+ {
4978
+ "name": "tab.click",
4979
+ "detail": {
4980
+ "annotation": {
4981
+ "type": "reference",
4982
+ "typeName": {
4983
+ "type": "identifier",
4984
+ "name": "Tab"
4985
+ }
4986
+ }
4987
+ }
4988
+ }
4989
+ ],
4990
+ "methods": [],
4991
+ "types": [
4992
+ {
4993
+ "type": "interface",
4994
+ "name": "Tab",
4995
+ "body": [
4996
+ {
4997
+ "type": "propertySignature",
4998
+ "key": {
4999
+ "type": "identifier",
5000
+ "name": "id"
5001
+ },
5002
+ "annotation": {
5003
+ "type": "keyword",
5004
+ "value": "string"
5005
+ },
5006
+ "computed": false
5007
+ },
5008
+ {
5009
+ "type": "propertySignature",
5010
+ "key": {
5011
+ "type": "identifier",
5012
+ "name": "label"
5013
+ },
5014
+ "annotation": {
5015
+ "type": "keyword",
5016
+ "value": "string"
5017
+ },
5018
+ "computed": false
5019
+ }
5020
+ ]
5021
+ }
5022
+ ]
5023
+ },
4953
5024
  "ai-portal.stage-flow": {
4954
5025
  "properties": [
4955
5026
  {
@@ -5312,112 +5383,41 @@
5312
5383
  }
5313
5384
  ]
5314
5385
  },
5315
- "ai-portal.flow-tabs": {
5386
+ "ai-portal.running-flow": {
5316
5387
  "properties": [
5317
5388
  {
5318
- "name": "tabs",
5389
+ "name": "spec",
5319
5390
  "annotation": {
5320
5391
  "type": "array",
5321
5392
  "elementType": {
5322
5393
  "type": "reference",
5323
5394
  "typeName": {
5324
5395
  "type": "identifier",
5325
- "name": "Tab"
5396
+ "name": "FlowStage"
5326
5397
  }
5327
5398
  }
5328
5399
  }
5329
5400
  },
5330
5401
  {
5331
- "name": "activeTab",
5402
+ "name": "activeActivityId",
5332
5403
  "annotation": {
5333
- "type": "keyword",
5334
- "value": "string"
5404
+ "type": "union",
5405
+ "types": [
5406
+ {
5407
+ "type": "keyword",
5408
+ "value": "string"
5409
+ },
5410
+ {
5411
+ "type": "keyword",
5412
+ "value": "null"
5413
+ }
5414
+ ]
5335
5415
  }
5336
5416
  }
5337
5417
  ],
5338
5418
  "events": [
5339
5419
  {
5340
- "name": "tab.click",
5341
- "detail": {
5342
- "annotation": {
5343
- "type": "reference",
5344
- "typeName": {
5345
- "type": "identifier",
5346
- "name": "Tab"
5347
- }
5348
- }
5349
- }
5350
- }
5351
- ],
5352
- "methods": [],
5353
- "types": [
5354
- {
5355
- "type": "interface",
5356
- "name": "Tab",
5357
- "body": [
5358
- {
5359
- "type": "propertySignature",
5360
- "key": {
5361
- "type": "identifier",
5362
- "name": "id"
5363
- },
5364
- "annotation": {
5365
- "type": "keyword",
5366
- "value": "string"
5367
- },
5368
- "computed": false
5369
- },
5370
- {
5371
- "type": "propertySignature",
5372
- "key": {
5373
- "type": "identifier",
5374
- "name": "label"
5375
- },
5376
- "annotation": {
5377
- "type": "keyword",
5378
- "value": "string"
5379
- },
5380
- "computed": false
5381
- }
5382
- ]
5383
- }
5384
- ]
5385
- },
5386
- "ai-portal.running-flow": {
5387
- "properties": [
5388
- {
5389
- "name": "spec",
5390
- "annotation": {
5391
- "type": "array",
5392
- "elementType": {
5393
- "type": "reference",
5394
- "typeName": {
5395
- "type": "identifier",
5396
- "name": "FlowStage"
5397
- }
5398
- }
5399
- }
5400
- },
5401
- {
5402
- "name": "activeActivityId",
5403
- "annotation": {
5404
- "type": "union",
5405
- "types": [
5406
- {
5407
- "type": "keyword",
5408
- "value": "string"
5409
- },
5410
- {
5411
- "type": "keyword",
5412
- "value": "null"
5413
- }
5414
- ]
5415
- }
5416
- }
5417
- ],
5418
- "events": [
5419
- {
5420
- "name": "active.change",
5420
+ "name": "active.change",
5421
5421
  "detail": {
5422
5422
  "annotation": {
5423
5423
  "type": "union",
@@ -6417,232 +6417,84 @@
6417
6417
  }
6418
6418
  ]
6419
6419
  },
6420
- "ai-portal.elevo-sidebar": {
6420
+ "ai-portal.chat-box": {
6421
6421
  "properties": [
6422
6422
  {
6423
- "name": "userInstanceId",
6424
- "annotation": {
6425
- "type": "keyword",
6426
- "value": "string"
6427
- }
6428
- },
6429
- {
6430
- "name": "behavior",
6431
- "annotation": {
6432
- "type": "union",
6433
- "types": [
6434
- {
6435
- "type": "jsLiteral",
6436
- "value": "default"
6437
- },
6438
- {
6439
- "type": "jsLiteral",
6440
- "value": "drawer"
6441
- }
6442
- ]
6443
- }
6444
- },
6445
- {
6446
- "name": "logoUrl",
6447
- "annotation": {
6448
- "type": "keyword",
6449
- "value": "string"
6450
- }
6451
- },
6452
- {
6453
- "name": "newChatUrl",
6454
- "annotation": {
6455
- "type": "keyword",
6456
- "value": "string"
6457
- }
6458
- },
6459
- {
6460
- "name": "newChatLinkWhenCollapsed",
6423
+ "name": "disabled",
6461
6424
  "annotation": {
6462
6425
  "type": "keyword",
6463
6426
  "value": "boolean"
6464
6427
  }
6465
6428
  },
6466
6429
  {
6467
- "name": "historyUrlTemplate",
6430
+ "name": "placeholder",
6468
6431
  "annotation": {
6469
6432
  "type": "keyword",
6470
6433
  "value": "string"
6471
6434
  }
6472
6435
  },
6473
6436
  {
6474
- "name": "historyActions",
6475
- "annotation": {
6476
- "type": "array",
6477
- "elementType": {
6478
- "type": "reference",
6479
- "typeName": {
6480
- "type": "identifier",
6481
- "name": "ActionType"
6482
- }
6483
- }
6484
- }
6485
- },
6486
- {
6487
- "name": "showProjects",
6437
+ "name": "autoFocus",
6488
6438
  "annotation": {
6489
6439
  "type": "keyword",
6490
6440
  "value": "boolean"
6491
6441
  }
6492
6442
  },
6493
6443
  {
6494
- "name": "projectUrlTemplate",
6495
- "annotation": {
6496
- "type": "keyword",
6497
- "value": "string"
6498
- }
6499
- },
6500
- {
6501
- "name": "projectActions",
6502
- "annotation": {
6503
- "type": "array",
6504
- "elementType": {
6505
- "type": "reference",
6506
- "typeName": {
6507
- "type": "identifier",
6508
- "name": "ActionType"
6509
- }
6510
- }
6511
- }
6512
- },
6513
- {
6514
- "name": "personalActions",
6515
- "annotation": {
6516
- "type": "array",
6517
- "elementType": {
6518
- "type": "reference",
6519
- "typeName": {
6520
- "type": "identifier",
6521
- "name": "ActionType"
6522
- }
6523
- }
6524
- }
6525
- },
6526
- {
6527
- "name": "links",
6444
+ "name": "aiEmployees",
6528
6445
  "annotation": {
6529
6446
  "type": "array",
6530
6447
  "elementType": {
6531
6448
  "type": "reference",
6532
6449
  "typeName": {
6533
6450
  "type": "identifier",
6534
- "name": "SidebarLink"
6451
+ "name": "AIEmployee"
6535
6452
  }
6536
6453
  }
6537
6454
  }
6538
6455
  },
6539
6456
  {
6540
- "name": "canAddProject",
6541
- "annotation": {
6542
- "type": "keyword",
6543
- "value": "boolean"
6544
- }
6545
- },
6546
- {
6547
- "name": "myLinks",
6457
+ "name": "commands",
6548
6458
  "annotation": {
6549
6459
  "type": "array",
6550
6460
  "elementType": {
6551
6461
  "type": "reference",
6552
6462
  "typeName": {
6553
6463
  "type": "identifier",
6554
- "name": "SidebarLink"
6464
+ "name": "Command"
6555
6465
  }
6556
6466
  }
6557
6467
  }
6558
6468
  },
6559
6469
  {
6560
- "name": "scope",
6561
- "annotation": {
6562
- "type": "union",
6563
- "types": [
6564
- {
6565
- "type": "jsLiteral",
6566
- "value": "default"
6567
- },
6568
- {
6569
- "type": "jsLiteral",
6570
- "value": "space"
6571
- }
6572
- ]
6573
- }
6574
- },
6575
- {
6576
- "name": "spaceNav",
6470
+ "name": "uploadOptions",
6577
6471
  "annotation": {
6578
6472
  "type": "reference",
6579
6473
  "typeName": {
6580
6474
  "type": "identifier",
6581
- "name": "SpaceNavProps"
6475
+ "name": "UploadOptions"
6582
6476
  }
6583
6477
  }
6584
6478
  }
6585
6479
  ],
6586
6480
  "events": [
6587
6481
  {
6588
- "name": "logout",
6589
- "detail": {
6590
- "annotation": {
6591
- "type": "keyword",
6592
- "value": "void"
6593
- }
6594
- }
6595
- },
6596
- {
6597
- "name": "action.click",
6598
- "detail": {
6599
- "annotation": {
6600
- "type": "reference",
6601
- "typeName": {
6602
- "type": "identifier",
6603
- "name": "ActionClickDetail"
6604
- }
6605
- }
6606
- }
6607
- },
6608
- {
6609
- "name": "project.action.click",
6610
- "detail": {
6611
- "annotation": {
6612
- "type": "reference",
6613
- "typeName": {
6614
- "type": "identifier",
6615
- "name": "ProjectActionClickDetail"
6616
- }
6617
- }
6618
- }
6619
- },
6620
- {
6621
- "name": "add.project",
6622
- "detail": {
6623
- "annotation": {
6624
- "type": "keyword",
6625
- "value": "void"
6626
- }
6627
- }
6628
- },
6629
- {
6630
- "name": "add.serviceflow",
6482
+ "name": "message.submit",
6631
6483
  "detail": {
6632
6484
  "annotation": {
6633
6485
  "type": "keyword",
6634
- "value": "void"
6486
+ "value": "string"
6635
6487
  }
6636
6488
  }
6637
6489
  },
6638
6490
  {
6639
- "name": "personal.action.click",
6491
+ "name": "chat.submit",
6640
6492
  "detail": {
6641
6493
  "annotation": {
6642
6494
  "type": "reference",
6643
6495
  "typeName": {
6644
6496
  "type": "identifier",
6645
- "name": "PersonalActionClickDetail"
6497
+ "name": "ChatPayload"
6646
6498
  }
6647
6499
  }
6648
6500
  }
@@ -6650,81 +6502,39 @@
6650
6502
  ],
6651
6503
  "methods": [
6652
6504
  {
6653
- "name": "pullHistory",
6505
+ "name": "setValue",
6654
6506
  "params": [
6655
6507
  {
6656
- "name": "delay",
6508
+ "name": "value",
6657
6509
  "annotation": {
6658
6510
  "type": "keyword",
6659
- "value": "number"
6511
+ "value": "string"
6660
6512
  }
6661
6513
  }
6662
6514
  ],
6663
6515
  "returns": {}
6664
6516
  },
6665
6517
  {
6666
- "name": "open",
6518
+ "name": "getValue",
6667
6519
  "params": [],
6668
6520
  "returns": {}
6669
6521
  },
6670
6522
  {
6671
- "name": "close",
6523
+ "name": "focusOnInput",
6672
6524
  "params": [],
6673
6525
  "returns": {}
6674
- },
6675
- {
6676
- "name": "removeProject",
6677
- "params": [
6678
- {
6679
- "name": "projectId",
6680
- "annotation": {
6681
- "type": "keyword",
6682
- "value": "string"
6683
- }
6684
- }
6685
- ],
6686
- "returns": {}
6687
- },
6688
- {
6689
- "name": "addProject",
6690
- "params": [
6691
- {
6692
- "name": "project",
6693
- "annotation": {
6694
- "type": "reference",
6695
- "typeName": {
6696
- "type": "identifier",
6697
- "name": "Project"
6698
- }
6699
- }
6700
- }
6701
- ],
6702
- "returns": {}
6703
- },
6704
- {
6705
- "name": "moveConversation",
6706
- "params": [
6707
- {
6708
- "name": "conversationId",
6709
- "annotation": {
6710
- "type": "keyword",
6711
- "value": "string"
6712
- }
6713
- }
6714
- ],
6715
- "returns": {}
6716
6526
  }
6717
6527
  ],
6718
6528
  "types": [
6719
6529
  {
6720
6530
  "type": "interface",
6721
- "name": "SidebarLink",
6531
+ "name": "AIEmployee",
6722
6532
  "body": [
6723
6533
  {
6724
6534
  "type": "propertySignature",
6725
6535
  "key": {
6726
6536
  "type": "identifier",
6727
- "name": "title"
6537
+ "name": "employeeId"
6728
6538
  },
6729
6539
  "annotation": {
6730
6540
  "type": "keyword",
@@ -6736,57 +6546,25 @@
6736
6546
  "type": "propertySignature",
6737
6547
  "key": {
6738
6548
  "type": "identifier",
6739
- "name": "url"
6549
+ "name": "name"
6740
6550
  },
6741
6551
  "annotation": {
6742
6552
  "type": "keyword",
6743
6553
  "value": "string"
6744
6554
  },
6745
6555
  "computed": false
6746
- },
6747
- {
6748
- "type": "propertySignature",
6749
- "key": {
6750
- "type": "identifier",
6751
- "name": "icon"
6752
- },
6753
- "annotation": {
6754
- "type": "reference",
6755
- "typeName": {
6756
- "type": "identifier",
6757
- "name": "GeneralIconProps"
6758
- }
6759
- },
6760
- "optional": true,
6761
- "computed": false
6762
- },
6763
- {
6764
- "type": "propertySignature",
6765
- "key": {
6766
- "type": "identifier",
6767
- "name": "activeIncludes"
6768
- },
6769
- "annotation": {
6770
- "type": "array",
6771
- "elementType": {
6772
- "type": "keyword",
6773
- "value": "string"
6774
- }
6775
- },
6776
- "optional": true,
6777
- "computed": false
6778
6556
  }
6779
6557
  ]
6780
6558
  },
6781
6559
  {
6782
6560
  "type": "interface",
6783
- "name": "SpaceNavProps",
6561
+ "name": "Command",
6784
6562
  "body": [
6785
6563
  {
6786
6564
  "type": "propertySignature",
6787
6565
  "key": {
6788
6566
  "type": "identifier",
6789
- "name": "returnUrl"
6567
+ "name": "label"
6790
6568
  },
6791
6569
  "annotation": {
6792
6570
  "type": "keyword",
@@ -6798,7 +6576,7 @@
6798
6576
  "type": "propertySignature",
6799
6577
  "key": {
6800
6578
  "type": "identifier",
6801
- "name": "introUrl"
6579
+ "name": "value"
6802
6580
  },
6803
6581
  "annotation": {
6804
6582
  "type": "keyword",
@@ -6810,93 +6588,24 @@
6810
6588
  "type": "propertySignature",
6811
6589
  "key": {
6812
6590
  "type": "identifier",
6813
- "name": "spaceDetail"
6591
+ "name": "groupKey"
6814
6592
  },
6815
6593
  "annotation": {
6816
- "type": "typeLiteral",
6817
- "members": [
6818
- {
6819
- "type": "propertySignature",
6820
- "key": {
6821
- "type": "identifier",
6822
- "name": "instanceId"
6823
- },
6824
- "annotation": {
6825
- "type": "keyword",
6826
- "value": "string"
6827
- },
6828
- "computed": false
6829
- },
6830
- {
6831
- "type": "propertySignature",
6832
- "key": {
6833
- "type": "identifier",
6834
- "name": "name"
6835
- },
6836
- "annotation": {
6837
- "type": "keyword",
6838
- "value": "string"
6839
- },
6840
- "computed": false
6841
- },
6842
- {
6843
- "type": "propertySignature",
6844
- "key": {
6845
- "type": "identifier",
6846
- "name": "icon"
6847
- },
6848
- "annotation": {
6849
- "type": "intersection",
6850
- "types": [
6851
- {
6852
- "type": "reference",
6853
- "typeName": {
6854
- "type": "identifier",
6855
- "name": "GeneralIconProps"
6856
- }
6857
- },
6858
- {
6859
- "type": "typeLiteral",
6860
- "members": [
6861
- {
6862
- "type": "propertySignature",
6863
- "key": {
6864
- "type": "identifier",
6865
- "name": "color"
6866
- },
6867
- "annotation": {
6868
- "type": "keyword",
6869
- "value": "string"
6870
- },
6871
- "optional": true,
6872
- "computed": false
6873
- }
6874
- ]
6875
- }
6876
- ]
6877
- },
6878
- "optional": true,
6879
- "computed": false
6880
- }
6881
- ]
6594
+ "type": "keyword",
6595
+ "value": "string"
6882
6596
  },
6597
+ "optional": true,
6883
6598
  "computed": false
6884
6599
  },
6885
6600
  {
6886
6601
  "type": "propertySignature",
6887
6602
  "key": {
6888
6603
  "type": "identifier",
6889
- "name": "spaceObjects"
6604
+ "name": "groupLabel"
6890
6605
  },
6891
6606
  "annotation": {
6892
- "type": "array",
6893
- "elementType": {
6894
- "type": "reference",
6895
- "typeName": {
6896
- "type": "identifier",
6897
- "name": "SidebarLink"
6898
- }
6899
- }
6607
+ "type": "keyword",
6608
+ "value": "string"
6900
6609
  },
6901
6610
  "optional": true,
6902
6611
  "computed": false
@@ -6905,7 +6614,7 @@
6905
6614
  "type": "propertySignature",
6906
6615
  "key": {
6907
6616
  "type": "identifier",
6908
- "name": "spaceServiceflows"
6617
+ "name": "subCommands"
6909
6618
  },
6910
6619
  "annotation": {
6911
6620
  "type": "array",
@@ -6913,7 +6622,7 @@
6913
6622
  "type": "reference",
6914
6623
  "typeName": {
6915
6624
  "type": "identifier",
6916
- "name": "SidebarLink"
6625
+ "name": "Command"
6917
6626
  }
6918
6627
  }
6919
6628
  },
@@ -6924,16 +6633,13 @@
6924
6633
  "type": "propertySignature",
6925
6634
  "key": {
6926
6635
  "type": "identifier",
6927
- "name": "spaceLinks"
6636
+ "name": "payload"
6928
6637
  },
6929
6638
  "annotation": {
6930
- "type": "array",
6931
- "elementType": {
6932
- "type": "reference",
6933
- "typeName": {
6934
- "type": "identifier",
6935
- "name": "SidebarLink"
6936
- }
6639
+ "type": "reference",
6640
+ "typeName": {
6641
+ "type": "identifier",
6642
+ "name": "CommandPayload"
6937
6643
  }
6938
6644
  },
6939
6645
  "optional": true,
@@ -6943,324 +6649,227 @@
6943
6649
  },
6944
6650
  {
6945
6651
  "type": "interface",
6946
- "name": "ActionClickDetail",
6652
+ "name": "UploadOptions",
6947
6653
  "body": [
6948
6654
  {
6949
6655
  "type": "propertySignature",
6950
6656
  "key": {
6951
6657
  "type": "identifier",
6952
- "name": "action"
6658
+ "name": "enabled"
6953
6659
  },
6954
6660
  "annotation": {
6955
- "type": "intersection",
6956
- "types": [
6957
- {
6958
- "type": "reference",
6959
- "typeName": {
6960
- "type": "identifier",
6961
- "name": "SimpleActionType"
6962
- }
6963
- },
6964
- {
6965
- "type": "typeLiteral",
6966
- "members": [
6967
- {
6968
- "type": "propertySignature",
6969
- "key": {
6970
- "type": "identifier",
6971
- "name": "project"
6972
- },
6973
- "annotation": {
6974
- "type": "reference",
6975
- "typeName": {
6976
- "type": "identifier",
6977
- "name": "Project"
6978
- }
6979
- },
6980
- "optional": true,
6981
- "computed": false
6982
- }
6983
- ]
6984
- }
6985
- ]
6661
+ "type": "keyword",
6662
+ "value": "boolean"
6986
6663
  },
6664
+ "optional": true,
6987
6665
  "computed": false
6988
6666
  },
6989
6667
  {
6990
6668
  "type": "propertySignature",
6991
6669
  "key": {
6992
6670
  "type": "identifier",
6993
- "name": "item"
6671
+ "name": "dragDisabled"
6994
6672
  },
6995
6673
  "annotation": {
6996
- "type": "reference",
6997
- "typeName": {
6998
- "type": "identifier",
6999
- "name": "HistoryItem"
7000
- }
6674
+ "type": "keyword",
6675
+ "value": "boolean"
7001
6676
  },
6677
+ "optional": true,
7002
6678
  "computed": false
7003
6679
  },
7004
6680
  {
7005
6681
  "type": "propertySignature",
7006
6682
  "key": {
7007
6683
  "type": "identifier",
7008
- "name": "project"
6684
+ "name": "dragTips"
7009
6685
  },
7010
6686
  "annotation": {
7011
- "type": "reference",
7012
- "typeName": {
7013
- "type": "identifier",
7014
- "name": "Project"
7015
- }
6687
+ "type": "keyword",
6688
+ "value": "string"
7016
6689
  },
7017
6690
  "optional": true,
7018
6691
  "computed": false
7019
- }
7020
- ]
7021
- },
7022
- {
7023
- "type": "interface",
7024
- "name": "Project",
7025
- "body": [
7026
- {
7027
- "type": "propertySignature",
7028
- "key": {
7029
- "type": "identifier",
7030
- "name": "instanceId"
7031
- },
7032
- "annotation": {
7033
- "type": "keyword",
7034
- "value": "string"
7035
- },
7036
- "computed": false,
7037
- "description": "实例ID"
7038
- },
7039
- {
7040
- "type": "propertySignature",
7041
- "key": {
7042
- "type": "identifier",
7043
- "name": "name"
7044
- },
7045
- "annotation": {
7046
- "type": "keyword",
7047
- "value": "string"
7048
- },
7049
- "computed": false,
7050
- "description": "项目名称"
7051
- },
7052
- {
7053
- "type": "propertySignature",
7054
- "key": {
7055
- "type": "identifier",
7056
- "name": "description"
7057
- },
7058
- "annotation": {
7059
- "type": "keyword",
7060
- "value": "string"
7061
- },
7062
- "computed": false,
7063
- "description": "项目描述"
7064
- },
7065
- {
7066
- "type": "propertySignature",
7067
- "key": {
7068
- "type": "identifier",
7069
- "name": "state"
7070
- },
7071
- "annotation": {
7072
- "type": "union",
7073
- "types": [
7074
- {
7075
- "type": "jsLiteral",
7076
- "value": "active"
7077
- },
7078
- {
7079
- "type": "jsLiteral",
7080
- "value": "inactive"
7081
- }
7082
- ]
7083
- },
7084
- "computed": false,
7085
- "description": "状态"
7086
6692
  },
7087
6693
  {
7088
6694
  "type": "propertySignature",
7089
6695
  "key": {
7090
6696
  "type": "identifier",
7091
- "name": "defaultAiEmployeeId"
6697
+ "name": "accept"
7092
6698
  },
7093
6699
  "annotation": {
7094
6700
  "type": "keyword",
7095
6701
  "value": "string"
7096
6702
  },
7097
- "computed": false,
7098
- "description": "默认数字人ID"
6703
+ "optional": true,
6704
+ "computed": false
7099
6705
  },
7100
6706
  {
7101
6707
  "type": "propertySignature",
7102
6708
  "key": {
7103
6709
  "type": "identifier",
7104
- "name": "creator"
6710
+ "name": "maxFiles"
7105
6711
  },
7106
6712
  "annotation": {
7107
6713
  "type": "keyword",
7108
- "value": "string"
6714
+ "value": "number"
7109
6715
  },
7110
- "computed": false,
7111
- "description": "创建者"
6716
+ "optional": true,
6717
+ "computed": false
7112
6718
  },
7113
6719
  {
7114
6720
  "type": "propertySignature",
7115
6721
  "key": {
7116
6722
  "type": "identifier",
7117
- "name": "ctime"
6723
+ "name": "maxSize"
7118
6724
  },
7119
6725
  "annotation": {
7120
6726
  "type": "keyword",
7121
- "value": "string"
6727
+ "value": "number"
7122
6728
  },
6729
+ "optional": true,
7123
6730
  "computed": false,
7124
- "description": "创建时间"
6731
+ "description": "In bytes"
7125
6732
  },
7126
6733
  {
7127
6734
  "type": "propertySignature",
7128
6735
  "key": {
7129
6736
  "type": "identifier",
7130
- "name": "mtime"
6737
+ "name": "readableAccept"
7131
6738
  },
7132
6739
  "annotation": {
7133
6740
  "type": "keyword",
7134
6741
  "value": "string"
7135
6742
  },
7136
- "computed": false,
7137
- "description": "修改时间"
6743
+ "optional": true,
6744
+ "computed": false
7138
6745
  },
7139
6746
  {
7140
6747
  "type": "propertySignature",
7141
6748
  "key": {
7142
6749
  "type": "identifier",
7143
- "name": "modifier"
6750
+ "name": "readableMaxSize"
7144
6751
  },
7145
6752
  "annotation": {
7146
6753
  "type": "keyword",
7147
6754
  "value": "string"
7148
6755
  },
7149
- "computed": false,
7150
- "description": "修改者"
6756
+ "optional": true,
6757
+ "computed": false
7151
6758
  }
7152
6759
  ]
7153
6760
  },
7154
6761
  {
7155
6762
  "type": "interface",
7156
- "name": "HistoryItem",
6763
+ "name": "ChatPayload",
7157
6764
  "body": [
7158
6765
  {
7159
6766
  "type": "propertySignature",
7160
6767
  "key": {
7161
6768
  "type": "identifier",
7162
- "name": "conversationId"
7163
- },
7164
- "annotation": {
7165
- "type": "keyword",
7166
- "value": "string"
7167
- },
7168
- "computed": false
7169
- },
7170
- {
7171
- "type": "propertySignature",
7172
- "key": {
7173
- "type": "identifier",
7174
- "name": "title"
6769
+ "name": "content"
7175
6770
  },
7176
6771
  "annotation": {
7177
6772
  "type": "keyword",
7178
6773
  "value": "string"
7179
6774
  },
7180
6775
  "computed": false
7181
- },
6776
+ }
6777
+ ],
6778
+ "extends": [
7182
6779
  {
7183
- "type": "propertySignature",
7184
- "key": {
6780
+ "type": "expressionWithTypeArguments",
6781
+ "expression": {
7185
6782
  "type": "identifier",
7186
- "name": "startTime"
7187
- },
7188
- "annotation": {
7189
- "type": "keyword",
7190
- "value": "number"
7191
- },
7192
- "computed": false
7193
- },
6783
+ "name": "ExtraChatPayload"
6784
+ }
6785
+ }
6786
+ ]
6787
+ },
6788
+ {
6789
+ "type": "interface",
6790
+ "name": "ExtraChatPayload",
6791
+ "body": [
7194
6792
  {
7195
6793
  "type": "propertySignature",
7196
6794
  "key": {
7197
6795
  "type": "identifier",
7198
- "name": "state"
6796
+ "name": "files"
7199
6797
  },
7200
6798
  "annotation": {
7201
- "type": "reference",
7202
- "typeName": {
7203
- "type": "identifier",
7204
- "name": "ConversationState"
6799
+ "type": "array",
6800
+ "elementType": {
6801
+ "type": "reference",
6802
+ "typeName": {
6803
+ "type": "identifier",
6804
+ "name": "UploadFileInfo"
6805
+ }
7205
6806
  }
7206
6807
  },
7207
6808
  "optional": true,
7208
6809
  "computed": false
7209
- }
7210
- ]
7211
- },
7212
- {
7213
- "type": "interface",
7214
- "name": "ProjectActionClickDetail",
7215
- "body": [
6810
+ },
7216
6811
  {
7217
6812
  "type": "propertySignature",
7218
6813
  "key": {
7219
6814
  "type": "identifier",
7220
- "name": "action"
6815
+ "name": "cmd"
7221
6816
  },
7222
6817
  "annotation": {
7223
- "type": "reference",
7224
- "typeName": {
7225
- "type": "identifier",
7226
- "name": "SimpleActionType"
7227
- }
6818
+ "type": "union",
6819
+ "types": [
6820
+ {
6821
+ "type": "reference",
6822
+ "typeName": {
6823
+ "type": "identifier",
6824
+ "name": "CommandPayload"
6825
+ }
6826
+ },
6827
+ {
6828
+ "type": "keyword",
6829
+ "value": "null"
6830
+ }
6831
+ ]
7228
6832
  },
6833
+ "optional": true,
7229
6834
  "computed": false
7230
6835
  },
7231
6836
  {
7232
6837
  "type": "propertySignature",
7233
6838
  "key": {
7234
6839
  "type": "identifier",
7235
- "name": "project"
6840
+ "name": "aiEmployeeId"
7236
6841
  },
7237
6842
  "annotation": {
7238
- "type": "reference",
7239
- "typeName": {
7240
- "type": "identifier",
7241
- "name": "Project"
7242
- }
6843
+ "type": "union",
6844
+ "types": [
6845
+ {
6846
+ "type": "keyword",
6847
+ "value": "string"
6848
+ },
6849
+ {
6850
+ "type": "keyword",
6851
+ "value": "null"
6852
+ }
6853
+ ]
7243
6854
  },
6855
+ "optional": true,
7244
6856
  "computed": false
7245
6857
  }
7246
6858
  ]
7247
6859
  },
7248
6860
  {
7249
6861
  "type": "interface",
7250
- "name": "PersonalActionClickDetail",
6862
+ "name": "UploadFileInfo",
7251
6863
  "body": [
7252
6864
  {
7253
6865
  "type": "propertySignature",
7254
6866
  "key": {
7255
6867
  "type": "identifier",
7256
- "name": "action"
6868
+ "name": "fileId"
7257
6869
  },
7258
6870
  "annotation": {
7259
- "type": "reference",
7260
- "typeName": {
7261
- "type": "identifier",
7262
- "name": "SimpleActionType"
7263
- }
6871
+ "type": "keyword",
6872
+ "value": "string"
7264
6873
  },
7265
6874
  "computed": false
7266
6875
  }
@@ -7268,84 +6877,232 @@
7268
6877
  }
7269
6878
  ]
7270
6879
  },
7271
- "ai-portal.chat-box": {
6880
+ "ai-portal.elevo-sidebar": {
7272
6881
  "properties": [
7273
6882
  {
7274
- "name": "disabled",
6883
+ "name": "userInstanceId",
7275
6884
  "annotation": {
7276
6885
  "type": "keyword",
7277
- "value": "boolean"
6886
+ "value": "string"
7278
6887
  }
7279
6888
  },
7280
6889
  {
7281
- "name": "placeholder",
6890
+ "name": "behavior",
6891
+ "annotation": {
6892
+ "type": "union",
6893
+ "types": [
6894
+ {
6895
+ "type": "jsLiteral",
6896
+ "value": "default"
6897
+ },
6898
+ {
6899
+ "type": "jsLiteral",
6900
+ "value": "drawer"
6901
+ }
6902
+ ]
6903
+ }
6904
+ },
6905
+ {
6906
+ "name": "logoUrl",
7282
6907
  "annotation": {
7283
6908
  "type": "keyword",
7284
6909
  "value": "string"
7285
6910
  }
7286
6911
  },
7287
6912
  {
7288
- "name": "autoFocus",
6913
+ "name": "newChatUrl",
6914
+ "annotation": {
6915
+ "type": "keyword",
6916
+ "value": "string"
6917
+ }
6918
+ },
6919
+ {
6920
+ "name": "newChatLinkWhenCollapsed",
7289
6921
  "annotation": {
7290
6922
  "type": "keyword",
7291
6923
  "value": "boolean"
7292
6924
  }
7293
6925
  },
7294
6926
  {
7295
- "name": "aiEmployees",
6927
+ "name": "historyUrlTemplate",
7296
6928
  "annotation": {
7297
- "type": "array",
7298
- "elementType": {
7299
- "type": "reference",
7300
- "typeName": {
7301
- "type": "identifier",
7302
- "name": "AIEmployee"
7303
- }
7304
- }
6929
+ "type": "keyword",
6930
+ "value": "string"
7305
6931
  }
7306
6932
  },
7307
6933
  {
7308
- "name": "commands",
6934
+ "name": "historyActions",
7309
6935
  "annotation": {
7310
6936
  "type": "array",
7311
6937
  "elementType": {
7312
6938
  "type": "reference",
7313
6939
  "typeName": {
7314
6940
  "type": "identifier",
7315
- "name": "Command"
6941
+ "name": "ActionType"
7316
6942
  }
7317
6943
  }
7318
6944
  }
7319
6945
  },
7320
6946
  {
7321
- "name": "uploadOptions",
6947
+ "name": "showProjects",
6948
+ "annotation": {
6949
+ "type": "keyword",
6950
+ "value": "boolean"
6951
+ }
6952
+ },
6953
+ {
6954
+ "name": "projectUrlTemplate",
6955
+ "annotation": {
6956
+ "type": "keyword",
6957
+ "value": "string"
6958
+ }
6959
+ },
6960
+ {
6961
+ "name": "projectActions",
6962
+ "annotation": {
6963
+ "type": "array",
6964
+ "elementType": {
6965
+ "type": "reference",
6966
+ "typeName": {
6967
+ "type": "identifier",
6968
+ "name": "ActionType"
6969
+ }
6970
+ }
6971
+ }
6972
+ },
6973
+ {
6974
+ "name": "personalActions",
6975
+ "annotation": {
6976
+ "type": "array",
6977
+ "elementType": {
6978
+ "type": "reference",
6979
+ "typeName": {
6980
+ "type": "identifier",
6981
+ "name": "ActionType"
6982
+ }
6983
+ }
6984
+ }
6985
+ },
6986
+ {
6987
+ "name": "links",
6988
+ "annotation": {
6989
+ "type": "array",
6990
+ "elementType": {
6991
+ "type": "reference",
6992
+ "typeName": {
6993
+ "type": "identifier",
6994
+ "name": "SidebarLink"
6995
+ }
6996
+ }
6997
+ }
6998
+ },
6999
+ {
7000
+ "name": "canAddProject",
7001
+ "annotation": {
7002
+ "type": "keyword",
7003
+ "value": "boolean"
7004
+ }
7005
+ },
7006
+ {
7007
+ "name": "myLinks",
7008
+ "annotation": {
7009
+ "type": "array",
7010
+ "elementType": {
7011
+ "type": "reference",
7012
+ "typeName": {
7013
+ "type": "identifier",
7014
+ "name": "SidebarLink"
7015
+ }
7016
+ }
7017
+ }
7018
+ },
7019
+ {
7020
+ "name": "scope",
7021
+ "annotation": {
7022
+ "type": "union",
7023
+ "types": [
7024
+ {
7025
+ "type": "jsLiteral",
7026
+ "value": "default"
7027
+ },
7028
+ {
7029
+ "type": "jsLiteral",
7030
+ "value": "space"
7031
+ }
7032
+ ]
7033
+ }
7034
+ },
7035
+ {
7036
+ "name": "spaceNav",
7322
7037
  "annotation": {
7323
7038
  "type": "reference",
7324
7039
  "typeName": {
7325
7040
  "type": "identifier",
7326
- "name": "UploadOptions"
7041
+ "name": "SpaceNavProps"
7327
7042
  }
7328
7043
  }
7329
7044
  }
7330
7045
  ],
7331
7046
  "events": [
7332
7047
  {
7333
- "name": "message.submit",
7048
+ "name": "logout",
7334
7049
  "detail": {
7335
7050
  "annotation": {
7336
7051
  "type": "keyword",
7337
- "value": "string"
7052
+ "value": "void"
7338
7053
  }
7339
7054
  }
7340
7055
  },
7341
7056
  {
7342
- "name": "chat.submit",
7057
+ "name": "action.click",
7343
7058
  "detail": {
7344
7059
  "annotation": {
7345
7060
  "type": "reference",
7346
7061
  "typeName": {
7347
7062
  "type": "identifier",
7348
- "name": "ChatPayload"
7063
+ "name": "ActionClickDetail"
7064
+ }
7065
+ }
7066
+ }
7067
+ },
7068
+ {
7069
+ "name": "project.action.click",
7070
+ "detail": {
7071
+ "annotation": {
7072
+ "type": "reference",
7073
+ "typeName": {
7074
+ "type": "identifier",
7075
+ "name": "ProjectActionClickDetail"
7076
+ }
7077
+ }
7078
+ }
7079
+ },
7080
+ {
7081
+ "name": "add.project",
7082
+ "detail": {
7083
+ "annotation": {
7084
+ "type": "keyword",
7085
+ "value": "void"
7086
+ }
7087
+ }
7088
+ },
7089
+ {
7090
+ "name": "add.serviceflow",
7091
+ "detail": {
7092
+ "annotation": {
7093
+ "type": "keyword",
7094
+ "value": "void"
7095
+ }
7096
+ }
7097
+ },
7098
+ {
7099
+ "name": "personal.action.click",
7100
+ "detail": {
7101
+ "annotation": {
7102
+ "type": "reference",
7103
+ "typeName": {
7104
+ "type": "identifier",
7105
+ "name": "PersonalActionClickDetail"
7349
7106
  }
7350
7107
  }
7351
7108
  }
@@ -7353,43 +7110,354 @@
7353
7110
  ],
7354
7111
  "methods": [
7355
7112
  {
7356
- "name": "setValue",
7113
+ "name": "pullHistory",
7357
7114
  "params": [
7358
7115
  {
7359
- "name": "value",
7116
+ "name": "delay",
7360
7117
  "annotation": {
7361
7118
  "type": "keyword",
7362
- "value": "string"
7119
+ "value": "number"
7363
7120
  }
7364
7121
  }
7365
7122
  ],
7366
7123
  "returns": {}
7367
7124
  },
7368
7125
  {
7369
- "name": "getValue",
7126
+ "name": "open",
7370
7127
  "params": [],
7371
7128
  "returns": {}
7372
7129
  },
7373
7130
  {
7374
- "name": "focusOnInput",
7131
+ "name": "close",
7375
7132
  "params": [],
7376
7133
  "returns": {}
7134
+ },
7135
+ {
7136
+ "name": "removeProject",
7137
+ "params": [
7138
+ {
7139
+ "name": "projectId",
7140
+ "annotation": {
7141
+ "type": "keyword",
7142
+ "value": "string"
7143
+ }
7144
+ }
7145
+ ],
7146
+ "returns": {}
7147
+ },
7148
+ {
7149
+ "name": "addProject",
7150
+ "params": [
7151
+ {
7152
+ "name": "project",
7153
+ "annotation": {
7154
+ "type": "reference",
7155
+ "typeName": {
7156
+ "type": "identifier",
7157
+ "name": "Project"
7158
+ }
7159
+ }
7160
+ }
7161
+ ],
7162
+ "returns": {}
7163
+ },
7164
+ {
7165
+ "name": "moveConversation",
7166
+ "params": [
7167
+ {
7168
+ "name": "conversationId",
7169
+ "annotation": {
7170
+ "type": "keyword",
7171
+ "value": "string"
7172
+ }
7173
+ }
7174
+ ],
7175
+ "returns": {}
7377
7176
  }
7378
7177
  ],
7379
7178
  "types": [
7380
7179
  {
7381
7180
  "type": "interface",
7382
- "name": "AIEmployee",
7181
+ "name": "SidebarLink",
7182
+ "body": [
7183
+ {
7184
+ "type": "propertySignature",
7185
+ "key": {
7186
+ "type": "identifier",
7187
+ "name": "title"
7188
+ },
7189
+ "annotation": {
7190
+ "type": "keyword",
7191
+ "value": "string"
7192
+ },
7193
+ "computed": false
7194
+ },
7195
+ {
7196
+ "type": "propertySignature",
7197
+ "key": {
7198
+ "type": "identifier",
7199
+ "name": "url"
7200
+ },
7201
+ "annotation": {
7202
+ "type": "keyword",
7203
+ "value": "string"
7204
+ },
7205
+ "computed": false
7206
+ },
7207
+ {
7208
+ "type": "propertySignature",
7209
+ "key": {
7210
+ "type": "identifier",
7211
+ "name": "icon"
7212
+ },
7213
+ "annotation": {
7214
+ "type": "reference",
7215
+ "typeName": {
7216
+ "type": "identifier",
7217
+ "name": "GeneralIconProps"
7218
+ }
7219
+ },
7220
+ "optional": true,
7221
+ "computed": false
7222
+ },
7223
+ {
7224
+ "type": "propertySignature",
7225
+ "key": {
7226
+ "type": "identifier",
7227
+ "name": "activeIncludes"
7228
+ },
7229
+ "annotation": {
7230
+ "type": "array",
7231
+ "elementType": {
7232
+ "type": "keyword",
7233
+ "value": "string"
7234
+ }
7235
+ },
7236
+ "optional": true,
7237
+ "computed": false
7238
+ }
7239
+ ]
7240
+ },
7241
+ {
7242
+ "type": "interface",
7243
+ "name": "SpaceNavProps",
7244
+ "body": [
7245
+ {
7246
+ "type": "propertySignature",
7247
+ "key": {
7248
+ "type": "identifier",
7249
+ "name": "returnUrl"
7250
+ },
7251
+ "annotation": {
7252
+ "type": "keyword",
7253
+ "value": "string"
7254
+ },
7255
+ "computed": false
7256
+ },
7257
+ {
7258
+ "type": "propertySignature",
7259
+ "key": {
7260
+ "type": "identifier",
7261
+ "name": "introUrl"
7262
+ },
7263
+ "annotation": {
7264
+ "type": "keyword",
7265
+ "value": "string"
7266
+ },
7267
+ "computed": false
7268
+ },
7269
+ {
7270
+ "type": "propertySignature",
7271
+ "key": {
7272
+ "type": "identifier",
7273
+ "name": "spaceDetail"
7274
+ },
7275
+ "annotation": {
7276
+ "type": "typeLiteral",
7277
+ "members": [
7278
+ {
7279
+ "type": "propertySignature",
7280
+ "key": {
7281
+ "type": "identifier",
7282
+ "name": "instanceId"
7283
+ },
7284
+ "annotation": {
7285
+ "type": "keyword",
7286
+ "value": "string"
7287
+ },
7288
+ "computed": false
7289
+ },
7290
+ {
7291
+ "type": "propertySignature",
7292
+ "key": {
7293
+ "type": "identifier",
7294
+ "name": "name"
7295
+ },
7296
+ "annotation": {
7297
+ "type": "keyword",
7298
+ "value": "string"
7299
+ },
7300
+ "computed": false
7301
+ },
7302
+ {
7303
+ "type": "propertySignature",
7304
+ "key": {
7305
+ "type": "identifier",
7306
+ "name": "icon"
7307
+ },
7308
+ "annotation": {
7309
+ "type": "intersection",
7310
+ "types": [
7311
+ {
7312
+ "type": "reference",
7313
+ "typeName": {
7314
+ "type": "identifier",
7315
+ "name": "GeneralIconProps"
7316
+ }
7317
+ },
7318
+ {
7319
+ "type": "typeLiteral",
7320
+ "members": [
7321
+ {
7322
+ "type": "propertySignature",
7323
+ "key": {
7324
+ "type": "identifier",
7325
+ "name": "color"
7326
+ },
7327
+ "annotation": {
7328
+ "type": "keyword",
7329
+ "value": "string"
7330
+ },
7331
+ "optional": true,
7332
+ "computed": false
7333
+ }
7334
+ ]
7335
+ }
7336
+ ]
7337
+ },
7338
+ "optional": true,
7339
+ "computed": false
7340
+ }
7341
+ ]
7342
+ },
7343
+ "computed": false
7344
+ },
7345
+ {
7346
+ "type": "propertySignature",
7347
+ "key": {
7348
+ "type": "identifier",
7349
+ "name": "spaceObjects"
7350
+ },
7351
+ "annotation": {
7352
+ "type": "array",
7353
+ "elementType": {
7354
+ "type": "reference",
7355
+ "typeName": {
7356
+ "type": "identifier",
7357
+ "name": "SidebarLink"
7358
+ }
7359
+ }
7360
+ },
7361
+ "optional": true,
7362
+ "computed": false
7363
+ },
7364
+ {
7365
+ "type": "propertySignature",
7366
+ "key": {
7367
+ "type": "identifier",
7368
+ "name": "spaceServiceflows"
7369
+ },
7370
+ "annotation": {
7371
+ "type": "array",
7372
+ "elementType": {
7373
+ "type": "reference",
7374
+ "typeName": {
7375
+ "type": "identifier",
7376
+ "name": "SidebarLink"
7377
+ }
7378
+ }
7379
+ },
7380
+ "optional": true,
7381
+ "computed": false
7382
+ },
7383
+ {
7384
+ "type": "propertySignature",
7385
+ "key": {
7386
+ "type": "identifier",
7387
+ "name": "spaceLinks"
7388
+ },
7389
+ "annotation": {
7390
+ "type": "array",
7391
+ "elementType": {
7392
+ "type": "reference",
7393
+ "typeName": {
7394
+ "type": "identifier",
7395
+ "name": "SidebarLink"
7396
+ }
7397
+ }
7398
+ },
7399
+ "optional": true,
7400
+ "computed": false
7401
+ }
7402
+ ]
7403
+ },
7404
+ {
7405
+ "type": "interface",
7406
+ "name": "ActionClickDetail",
7383
7407
  "body": [
7384
7408
  {
7385
7409
  "type": "propertySignature",
7386
7410
  "key": {
7387
7411
  "type": "identifier",
7388
- "name": "employeeId"
7412
+ "name": "action"
7413
+ },
7414
+ "annotation": {
7415
+ "type": "intersection",
7416
+ "types": [
7417
+ {
7418
+ "type": "reference",
7419
+ "typeName": {
7420
+ "type": "identifier",
7421
+ "name": "SimpleActionType"
7422
+ }
7423
+ },
7424
+ {
7425
+ "type": "typeLiteral",
7426
+ "members": [
7427
+ {
7428
+ "type": "propertySignature",
7429
+ "key": {
7430
+ "type": "identifier",
7431
+ "name": "project"
7432
+ },
7433
+ "annotation": {
7434
+ "type": "reference",
7435
+ "typeName": {
7436
+ "type": "identifier",
7437
+ "name": "Project"
7438
+ }
7439
+ },
7440
+ "optional": true,
7441
+ "computed": false
7442
+ }
7443
+ ]
7444
+ }
7445
+ ]
7446
+ },
7447
+ "computed": false
7448
+ },
7449
+ {
7450
+ "type": "propertySignature",
7451
+ "key": {
7452
+ "type": "identifier",
7453
+ "name": "item"
7389
7454
  },
7390
7455
  "annotation": {
7391
- "type": "keyword",
7392
- "value": "string"
7456
+ "type": "reference",
7457
+ "typeName": {
7458
+ "type": "identifier",
7459
+ "name": "HistoryItem"
7460
+ }
7393
7461
  },
7394
7462
  "computed": false
7395
7463
  },
@@ -7397,330 +7465,262 @@
7397
7465
  "type": "propertySignature",
7398
7466
  "key": {
7399
7467
  "type": "identifier",
7400
- "name": "name"
7468
+ "name": "project"
7401
7469
  },
7402
7470
  "annotation": {
7403
- "type": "keyword",
7404
- "value": "string"
7471
+ "type": "reference",
7472
+ "typeName": {
7473
+ "type": "identifier",
7474
+ "name": "Project"
7475
+ }
7405
7476
  },
7477
+ "optional": true,
7406
7478
  "computed": false
7407
7479
  }
7408
7480
  ]
7409
7481
  },
7410
7482
  {
7411
7483
  "type": "interface",
7412
- "name": "Command",
7484
+ "name": "Project",
7413
7485
  "body": [
7414
7486
  {
7415
7487
  "type": "propertySignature",
7416
7488
  "key": {
7417
7489
  "type": "identifier",
7418
- "name": "label"
7419
- },
7420
- "annotation": {
7421
- "type": "keyword",
7422
- "value": "string"
7423
- },
7424
- "computed": false
7425
- },
7426
- {
7427
- "type": "propertySignature",
7428
- "key": {
7429
- "type": "identifier",
7430
- "name": "value"
7490
+ "name": "instanceId"
7431
7491
  },
7432
7492
  "annotation": {
7433
7493
  "type": "keyword",
7434
7494
  "value": "string"
7435
7495
  },
7436
- "computed": false
7496
+ "computed": false,
7497
+ "description": "实例ID"
7437
7498
  },
7438
7499
  {
7439
7500
  "type": "propertySignature",
7440
7501
  "key": {
7441
7502
  "type": "identifier",
7442
- "name": "groupKey"
7503
+ "name": "name"
7443
7504
  },
7444
7505
  "annotation": {
7445
7506
  "type": "keyword",
7446
7507
  "value": "string"
7447
7508
  },
7448
- "optional": true,
7449
- "computed": false
7509
+ "computed": false,
7510
+ "description": "项目名称"
7450
7511
  },
7451
7512
  {
7452
7513
  "type": "propertySignature",
7453
7514
  "key": {
7454
7515
  "type": "identifier",
7455
- "name": "groupLabel"
7516
+ "name": "description"
7456
7517
  },
7457
7518
  "annotation": {
7458
7519
  "type": "keyword",
7459
7520
  "value": "string"
7460
7521
  },
7461
- "optional": true,
7462
- "computed": false
7522
+ "computed": false,
7523
+ "description": "项目描述"
7463
7524
  },
7464
7525
  {
7465
7526
  "type": "propertySignature",
7466
7527
  "key": {
7467
7528
  "type": "identifier",
7468
- "name": "subCommands"
7529
+ "name": "state"
7469
7530
  },
7470
7531
  "annotation": {
7471
- "type": "array",
7472
- "elementType": {
7473
- "type": "reference",
7474
- "typeName": {
7475
- "type": "identifier",
7476
- "name": "Command"
7532
+ "type": "union",
7533
+ "types": [
7534
+ {
7535
+ "type": "jsLiteral",
7536
+ "value": "active"
7537
+ },
7538
+ {
7539
+ "type": "jsLiteral",
7540
+ "value": "inactive"
7477
7541
  }
7478
- }
7542
+ ]
7479
7543
  },
7480
- "optional": true,
7481
- "computed": false
7544
+ "computed": false,
7545
+ "description": "状态"
7482
7546
  },
7483
7547
  {
7484
7548
  "type": "propertySignature",
7485
7549
  "key": {
7486
7550
  "type": "identifier",
7487
- "name": "payload"
7488
- },
7489
- "annotation": {
7490
- "type": "reference",
7491
- "typeName": {
7492
- "type": "identifier",
7493
- "name": "CommandPayload"
7494
- }
7495
- },
7496
- "optional": true,
7497
- "computed": false
7498
- }
7499
- ]
7500
- },
7501
- {
7502
- "type": "interface",
7503
- "name": "UploadOptions",
7504
- "body": [
7505
- {
7506
- "type": "propertySignature",
7507
- "key": {
7508
- "type": "identifier",
7509
- "name": "enabled"
7551
+ "name": "defaultAiEmployeeId"
7510
7552
  },
7511
7553
  "annotation": {
7512
7554
  "type": "keyword",
7513
- "value": "boolean"
7555
+ "value": "string"
7514
7556
  },
7515
- "optional": true,
7516
- "computed": false
7557
+ "computed": false,
7558
+ "description": "默认数字人ID"
7517
7559
  },
7518
7560
  {
7519
7561
  "type": "propertySignature",
7520
7562
  "key": {
7521
7563
  "type": "identifier",
7522
- "name": "dragDisabled"
7564
+ "name": "creator"
7523
7565
  },
7524
7566
  "annotation": {
7525
7567
  "type": "keyword",
7526
- "value": "boolean"
7568
+ "value": "string"
7527
7569
  },
7528
- "optional": true,
7529
- "computed": false
7570
+ "computed": false,
7571
+ "description": "创建者"
7530
7572
  },
7531
7573
  {
7532
7574
  "type": "propertySignature",
7533
7575
  "key": {
7534
7576
  "type": "identifier",
7535
- "name": "dragTips"
7577
+ "name": "ctime"
7536
7578
  },
7537
7579
  "annotation": {
7538
7580
  "type": "keyword",
7539
7581
  "value": "string"
7540
7582
  },
7541
- "optional": true,
7542
- "computed": false
7583
+ "computed": false,
7584
+ "description": "创建时间"
7543
7585
  },
7544
7586
  {
7545
7587
  "type": "propertySignature",
7546
7588
  "key": {
7547
7589
  "type": "identifier",
7548
- "name": "accept"
7590
+ "name": "mtime"
7549
7591
  },
7550
7592
  "annotation": {
7551
7593
  "type": "keyword",
7552
7594
  "value": "string"
7553
7595
  },
7554
- "optional": true,
7555
- "computed": false
7596
+ "computed": false,
7597
+ "description": "修改时间"
7556
7598
  },
7557
7599
  {
7558
7600
  "type": "propertySignature",
7559
7601
  "key": {
7560
7602
  "type": "identifier",
7561
- "name": "maxFiles"
7603
+ "name": "modifier"
7562
7604
  },
7563
7605
  "annotation": {
7564
7606
  "type": "keyword",
7565
- "value": "number"
7607
+ "value": "string"
7566
7608
  },
7567
- "optional": true,
7568
- "computed": false
7569
- },
7609
+ "computed": false,
7610
+ "description": "修改者"
7611
+ }
7612
+ ]
7613
+ },
7614
+ {
7615
+ "type": "interface",
7616
+ "name": "HistoryItem",
7617
+ "body": [
7570
7618
  {
7571
7619
  "type": "propertySignature",
7572
7620
  "key": {
7573
7621
  "type": "identifier",
7574
- "name": "maxSize"
7622
+ "name": "conversationId"
7575
7623
  },
7576
7624
  "annotation": {
7577
7625
  "type": "keyword",
7578
- "value": "number"
7626
+ "value": "string"
7579
7627
  },
7580
- "optional": true,
7581
- "computed": false,
7582
- "description": "In bytes"
7628
+ "computed": false
7583
7629
  },
7584
7630
  {
7585
7631
  "type": "propertySignature",
7586
7632
  "key": {
7587
7633
  "type": "identifier",
7588
- "name": "readableAccept"
7634
+ "name": "title"
7589
7635
  },
7590
7636
  "annotation": {
7591
7637
  "type": "keyword",
7592
7638
  "value": "string"
7593
7639
  },
7594
- "optional": true,
7595
7640
  "computed": false
7596
7641
  },
7597
7642
  {
7598
7643
  "type": "propertySignature",
7599
7644
  "key": {
7600
7645
  "type": "identifier",
7601
- "name": "readableMaxSize"
7646
+ "name": "startTime"
7602
7647
  },
7603
7648
  "annotation": {
7604
7649
  "type": "keyword",
7605
- "value": "string"
7650
+ "value": "number"
7606
7651
  },
7607
- "optional": true,
7608
7652
  "computed": false
7609
- }
7610
- ]
7611
- },
7612
- {
7613
- "type": "interface",
7614
- "name": "ChatPayload",
7615
- "body": [
7653
+ },
7616
7654
  {
7617
7655
  "type": "propertySignature",
7618
7656
  "key": {
7619
7657
  "type": "identifier",
7620
- "name": "content"
7658
+ "name": "state"
7621
7659
  },
7622
7660
  "annotation": {
7623
- "type": "keyword",
7624
- "value": "string"
7661
+ "type": "reference",
7662
+ "typeName": {
7663
+ "type": "identifier",
7664
+ "name": "ConversationState"
7665
+ }
7625
7666
  },
7667
+ "optional": true,
7626
7668
  "computed": false
7627
7669
  }
7628
- ],
7629
- "extends": [
7630
- {
7631
- "type": "expressionWithTypeArguments",
7632
- "expression": {
7633
- "type": "identifier",
7634
- "name": "ExtraChatPayload"
7635
- }
7636
- }
7637
7670
  ]
7638
7671
  },
7639
7672
  {
7640
7673
  "type": "interface",
7641
- "name": "ExtraChatPayload",
7674
+ "name": "ProjectActionClickDetail",
7642
7675
  "body": [
7643
7676
  {
7644
7677
  "type": "propertySignature",
7645
7678
  "key": {
7646
7679
  "type": "identifier",
7647
- "name": "files"
7680
+ "name": "action"
7648
7681
  },
7649
7682
  "annotation": {
7650
- "type": "array",
7651
- "elementType": {
7652
- "type": "reference",
7653
- "typeName": {
7654
- "type": "identifier",
7655
- "name": "UploadFileInfo"
7656
- }
7683
+ "type": "reference",
7684
+ "typeName": {
7685
+ "type": "identifier",
7686
+ "name": "SimpleActionType"
7657
7687
  }
7658
7688
  },
7659
- "optional": true,
7660
- "computed": false
7661
- },
7662
- {
7663
- "type": "propertySignature",
7664
- "key": {
7665
- "type": "identifier",
7666
- "name": "cmd"
7667
- },
7668
- "annotation": {
7669
- "type": "union",
7670
- "types": [
7671
- {
7672
- "type": "reference",
7673
- "typeName": {
7674
- "type": "identifier",
7675
- "name": "CommandPayload"
7676
- }
7677
- },
7678
- {
7679
- "type": "keyword",
7680
- "value": "null"
7681
- }
7682
- ]
7683
- },
7684
- "optional": true,
7685
7689
  "computed": false
7686
7690
  },
7687
7691
  {
7688
7692
  "type": "propertySignature",
7689
7693
  "key": {
7690
7694
  "type": "identifier",
7691
- "name": "aiEmployeeId"
7695
+ "name": "project"
7692
7696
  },
7693
7697
  "annotation": {
7694
- "type": "union",
7695
- "types": [
7696
- {
7697
- "type": "keyword",
7698
- "value": "string"
7699
- },
7700
- {
7701
- "type": "keyword",
7702
- "value": "null"
7703
- }
7704
- ]
7698
+ "type": "reference",
7699
+ "typeName": {
7700
+ "type": "identifier",
7701
+ "name": "Project"
7702
+ }
7705
7703
  },
7706
- "optional": true,
7707
7704
  "computed": false
7708
7705
  }
7709
7706
  ]
7710
7707
  },
7711
7708
  {
7712
7709
  "type": "interface",
7713
- "name": "UploadFileInfo",
7710
+ "name": "PersonalActionClickDetail",
7714
7711
  "body": [
7715
7712
  {
7716
7713
  "type": "propertySignature",
7717
7714
  "key": {
7718
7715
  "type": "identifier",
7719
- "name": "fileId"
7716
+ "name": "action"
7720
7717
  },
7721
7718
  "annotation": {
7722
- "type": "keyword",
7723
- "value": "string"
7719
+ "type": "reference",
7720
+ "typeName": {
7721
+ "type": "identifier",
7722
+ "name": "SimpleActionType"
7723
+ }
7724
7724
  },
7725
7725
  "computed": false
7726
7726
  }