@next-bricks/ai-portal 0.63.4 → 0.63.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +44 -44
- package/dist/chunks/4820.9909ab50.js +2 -0
- package/dist/chunks/4820.9909ab50.js.map +1 -0
- package/dist/chunks/9273.a031c62f.js +2 -0
- package/dist/chunks/9273.a031c62f.js.map +1 -0
- package/dist/chunks/chat-panel.d783204f.js +2 -0
- package/dist/chunks/chat-panel.d783204f.js.map +1 -0
- package/dist/chunks/{main.98f78384.js → main.1990c90e.js} +2 -2
- package/dist/chunks/{main.98f78384.js.map → main.1990c90e.js.map} +1 -1
- package/dist/chunks/page-container.2185f2e0.js +2 -0
- package/dist/chunks/page-container.2185f2e0.js.map +1 -0
- package/dist/examples.json +16 -16
- package/dist/{index.0a95c745.js → index.50e29779.js} +2 -2
- package/dist/{index.0a95c745.js.map → index.50e29779.js.map} +1 -1
- package/dist/manifest.json +350 -350
- package/dist/types.json +1078 -1078
- package/package.json +2 -2
- package/dist/chunks/4820.b37e15a6.js +0 -2
- package/dist/chunks/4820.b37e15a6.js.map +0 -1
- package/dist/chunks/9273.fbb69eb2.js +0 -2
- package/dist/chunks/9273.fbb69eb2.js.map +0 -1
- package/dist/chunks/chat-panel.e7f29b08.js +0 -2
- package/dist/chunks/chat-panel.e7f29b08.js.map +0 -1
- package/dist/chunks/page-container.068df693.js +0 -2
- package/dist/chunks/page-container.068df693.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,12 +1,103 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.
|
|
2
|
+
"ai-portal.stat-with-mini-chart": {
|
|
3
3
|
"properties": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "label",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "string"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "value",
|
|
13
|
+
"annotation": {
|
|
14
|
+
"type": "keyword",
|
|
15
|
+
"value": "string"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "size",
|
|
20
|
+
"annotation": {
|
|
21
|
+
"type": "union",
|
|
22
|
+
"types": [
|
|
23
|
+
{
|
|
24
|
+
"type": "jsLiteral",
|
|
25
|
+
"value": "medium"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"type": "jsLiteral",
|
|
29
|
+
"value": "small"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "lineColor",
|
|
36
|
+
"annotation": {
|
|
37
|
+
"type": "keyword",
|
|
38
|
+
"value": "string"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "showArea",
|
|
6
43
|
"annotation": {
|
|
7
44
|
"type": "keyword",
|
|
8
45
|
"value": "boolean"
|
|
9
46
|
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "min",
|
|
50
|
+
"annotation": {
|
|
51
|
+
"type": "keyword",
|
|
52
|
+
"value": "number"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "max",
|
|
57
|
+
"annotation": {
|
|
58
|
+
"type": "keyword",
|
|
59
|
+
"value": "number"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "xField",
|
|
64
|
+
"annotation": {
|
|
65
|
+
"type": "keyword",
|
|
66
|
+
"value": "string"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "yField",
|
|
71
|
+
"annotation": {
|
|
72
|
+
"type": "keyword",
|
|
73
|
+
"value": "string"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "data",
|
|
78
|
+
"annotation": {
|
|
79
|
+
"type": "array",
|
|
80
|
+
"elementType": {
|
|
81
|
+
"type": "reference",
|
|
82
|
+
"typeName": {
|
|
83
|
+
"type": "identifier",
|
|
84
|
+
"name": "Record"
|
|
85
|
+
},
|
|
86
|
+
"typeParameters": {
|
|
87
|
+
"type": "typeParameterInstantiation",
|
|
88
|
+
"params": [
|
|
89
|
+
{
|
|
90
|
+
"type": "keyword",
|
|
91
|
+
"value": "string"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "keyword",
|
|
95
|
+
"value": "number"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
10
101
|
}
|
|
11
102
|
],
|
|
12
103
|
"events": [],
|
|
@@ -131,110 +222,6 @@
|
|
|
131
222
|
}
|
|
132
223
|
]
|
|
133
224
|
},
|
|
134
|
-
"ai-portal.stat-with-mini-chart": {
|
|
135
|
-
"properties": [
|
|
136
|
-
{
|
|
137
|
-
"name": "label",
|
|
138
|
-
"annotation": {
|
|
139
|
-
"type": "keyword",
|
|
140
|
-
"value": "string"
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"name": "value",
|
|
145
|
-
"annotation": {
|
|
146
|
-
"type": "keyword",
|
|
147
|
-
"value": "string"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "size",
|
|
152
|
-
"annotation": {
|
|
153
|
-
"type": "union",
|
|
154
|
-
"types": [
|
|
155
|
-
{
|
|
156
|
-
"type": "jsLiteral",
|
|
157
|
-
"value": "medium"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"type": "jsLiteral",
|
|
161
|
-
"value": "small"
|
|
162
|
-
}
|
|
163
|
-
]
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "lineColor",
|
|
168
|
-
"annotation": {
|
|
169
|
-
"type": "keyword",
|
|
170
|
-
"value": "string"
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"name": "showArea",
|
|
175
|
-
"annotation": {
|
|
176
|
-
"type": "keyword",
|
|
177
|
-
"value": "boolean"
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"name": "min",
|
|
182
|
-
"annotation": {
|
|
183
|
-
"type": "keyword",
|
|
184
|
-
"value": "number"
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"name": "max",
|
|
189
|
-
"annotation": {
|
|
190
|
-
"type": "keyword",
|
|
191
|
-
"value": "number"
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"name": "xField",
|
|
196
|
-
"annotation": {
|
|
197
|
-
"type": "keyword",
|
|
198
|
-
"value": "string"
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"name": "yField",
|
|
203
|
-
"annotation": {
|
|
204
|
-
"type": "keyword",
|
|
205
|
-
"value": "string"
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"name": "data",
|
|
210
|
-
"annotation": {
|
|
211
|
-
"type": "array",
|
|
212
|
-
"elementType": {
|
|
213
|
-
"type": "reference",
|
|
214
|
-
"typeName": {
|
|
215
|
-
"type": "identifier",
|
|
216
|
-
"name": "Record"
|
|
217
|
-
},
|
|
218
|
-
"typeParameters": {
|
|
219
|
-
"type": "typeParameterInstantiation",
|
|
220
|
-
"params": [
|
|
221
|
-
{
|
|
222
|
-
"type": "keyword",
|
|
223
|
-
"value": "string"
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"type": "keyword",
|
|
227
|
-
"value": "number"
|
|
228
|
-
}
|
|
229
|
-
]
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
],
|
|
235
|
-
"events": [],
|
|
236
|
-
"methods": []
|
|
237
|
-
},
|
|
238
225
|
"ai-portal.save-request-store": {
|
|
239
226
|
"type": "provider",
|
|
240
227
|
"params": [
|
|
@@ -1544,62 +1531,6 @@
|
|
|
1544
1531
|
}
|
|
1545
1532
|
}
|
|
1546
1533
|
},
|
|
1547
|
-
"ai-portal.call-tool": {
|
|
1548
|
-
"type": "provider",
|
|
1549
|
-
"params": [
|
|
1550
|
-
{
|
|
1551
|
-
"name": "tool",
|
|
1552
|
-
"annotation": {
|
|
1553
|
-
"type": "reference",
|
|
1554
|
-
"typeName": {
|
|
1555
|
-
"type": "identifier",
|
|
1556
|
-
"name": "ToolInfo"
|
|
1557
|
-
}
|
|
1558
|
-
}
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"name": "params",
|
|
1562
|
-
"annotation": {
|
|
1563
|
-
"type": "reference",
|
|
1564
|
-
"typeName": {
|
|
1565
|
-
"type": "identifier",
|
|
1566
|
-
"name": "Record"
|
|
1567
|
-
},
|
|
1568
|
-
"typeParameters": {
|
|
1569
|
-
"type": "typeParameterInstantiation",
|
|
1570
|
-
"params": [
|
|
1571
|
-
{
|
|
1572
|
-
"type": "keyword",
|
|
1573
|
-
"value": "string"
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"type": "keyword",
|
|
1577
|
-
"value": "unknown"
|
|
1578
|
-
}
|
|
1579
|
-
]
|
|
1580
|
-
}
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1583
|
-
],
|
|
1584
|
-
"returns": {
|
|
1585
|
-
"annotation": {
|
|
1586
|
-
"type": "reference",
|
|
1587
|
-
"typeName": {
|
|
1588
|
-
"type": "identifier",
|
|
1589
|
-
"name": "Promise"
|
|
1590
|
-
},
|
|
1591
|
-
"typeParameters": {
|
|
1592
|
-
"type": "typeParameterInstantiation",
|
|
1593
|
-
"params": [
|
|
1594
|
-
{
|
|
1595
|
-
"type": "keyword",
|
|
1596
|
-
"value": "unknown"
|
|
1597
|
-
}
|
|
1598
|
-
]
|
|
1599
|
-
}
|
|
1600
|
-
}
|
|
1601
|
-
}
|
|
1602
|
-
},
|
|
1603
1534
|
"ai-portal.set-chat-command": {
|
|
1604
1535
|
"type": "provider",
|
|
1605
1536
|
"params": [
|
|
@@ -1665,7 +1596,63 @@
|
|
|
1665
1596
|
}
|
|
1666
1597
|
]
|
|
1667
1598
|
},
|
|
1668
|
-
"ai-portal.
|
|
1599
|
+
"ai-portal.call-tool": {
|
|
1600
|
+
"type": "provider",
|
|
1601
|
+
"params": [
|
|
1602
|
+
{
|
|
1603
|
+
"name": "tool",
|
|
1604
|
+
"annotation": {
|
|
1605
|
+
"type": "reference",
|
|
1606
|
+
"typeName": {
|
|
1607
|
+
"type": "identifier",
|
|
1608
|
+
"name": "ToolInfo"
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"name": "params",
|
|
1614
|
+
"annotation": {
|
|
1615
|
+
"type": "reference",
|
|
1616
|
+
"typeName": {
|
|
1617
|
+
"type": "identifier",
|
|
1618
|
+
"name": "Record"
|
|
1619
|
+
},
|
|
1620
|
+
"typeParameters": {
|
|
1621
|
+
"type": "typeParameterInstantiation",
|
|
1622
|
+
"params": [
|
|
1623
|
+
{
|
|
1624
|
+
"type": "keyword",
|
|
1625
|
+
"value": "string"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"type": "keyword",
|
|
1629
|
+
"value": "unknown"
|
|
1630
|
+
}
|
|
1631
|
+
]
|
|
1632
|
+
}
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1635
|
+
],
|
|
1636
|
+
"returns": {
|
|
1637
|
+
"annotation": {
|
|
1638
|
+
"type": "reference",
|
|
1639
|
+
"typeName": {
|
|
1640
|
+
"type": "identifier",
|
|
1641
|
+
"name": "Promise"
|
|
1642
|
+
},
|
|
1643
|
+
"typeParameters": {
|
|
1644
|
+
"type": "typeParameterInstantiation",
|
|
1645
|
+
"params": [
|
|
1646
|
+
{
|
|
1647
|
+
"type": "keyword",
|
|
1648
|
+
"value": "unknown"
|
|
1649
|
+
}
|
|
1650
|
+
]
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"ai-portal.page-container": {
|
|
1669
1656
|
"properties": [
|
|
1670
1657
|
{
|
|
1671
1658
|
"name": "pageTitle",
|
|
@@ -1844,6 +1831,19 @@
|
|
|
1844
1831
|
}
|
|
1845
1832
|
]
|
|
1846
1833
|
},
|
|
1834
|
+
"ai-portal.home-container": {
|
|
1835
|
+
"properties": [
|
|
1836
|
+
{
|
|
1837
|
+
"name": "sticky",
|
|
1838
|
+
"annotation": {
|
|
1839
|
+
"type": "keyword",
|
|
1840
|
+
"value": "boolean"
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
],
|
|
1844
|
+
"events": [],
|
|
1845
|
+
"methods": []
|
|
1846
|
+
},
|
|
1847
1847
|
"ai-portal.elevo-logo": {
|
|
1848
1848
|
"properties": [],
|
|
1849
1849
|
"events": [],
|
|
@@ -2511,103 +2511,6 @@
|
|
|
2511
2511
|
}
|
|
2512
2512
|
]
|
|
2513
2513
|
},
|
|
2514
|
-
"ai-portal.ai-agents": {
|
|
2515
|
-
"properties": [
|
|
2516
|
-
{
|
|
2517
|
-
"name": "list",
|
|
2518
|
-
"annotation": {
|
|
2519
|
-
"type": "array",
|
|
2520
|
-
"elementType": {
|
|
2521
|
-
"type": "reference",
|
|
2522
|
-
"typeName": {
|
|
2523
|
-
"type": "identifier",
|
|
2524
|
-
"name": "Agent"
|
|
2525
|
-
}
|
|
2526
|
-
}
|
|
2527
|
-
}
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"name": "urlTemplate",
|
|
2531
|
-
"annotation": {
|
|
2532
|
-
"type": "keyword",
|
|
2533
|
-
"value": "string"
|
|
2534
|
-
}
|
|
2535
|
-
},
|
|
2536
|
-
{
|
|
2537
|
-
"name": "withContainer",
|
|
2538
|
-
"annotation": {
|
|
2539
|
-
"type": "keyword",
|
|
2540
|
-
"value": "boolean"
|
|
2541
|
-
}
|
|
2542
|
-
}
|
|
2543
|
-
],
|
|
2544
|
-
"events": [],
|
|
2545
|
-
"methods": [],
|
|
2546
|
-
"types": [
|
|
2547
|
-
{
|
|
2548
|
-
"type": "interface",
|
|
2549
|
-
"name": "Agent",
|
|
2550
|
-
"body": [
|
|
2551
|
-
{
|
|
2552
|
-
"type": "propertySignature",
|
|
2553
|
-
"key": {
|
|
2554
|
-
"type": "identifier",
|
|
2555
|
-
"name": "name"
|
|
2556
|
-
},
|
|
2557
|
-
"annotation": {
|
|
2558
|
-
"type": "keyword",
|
|
2559
|
-
"value": "string"
|
|
2560
|
-
},
|
|
2561
|
-
"computed": false
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"type": "propertySignature",
|
|
2565
|
-
"key": {
|
|
2566
|
-
"type": "identifier",
|
|
2567
|
-
"name": "description"
|
|
2568
|
-
},
|
|
2569
|
-
"annotation": {
|
|
2570
|
-
"type": "keyword",
|
|
2571
|
-
"value": "string"
|
|
2572
|
-
},
|
|
2573
|
-
"computed": false
|
|
2574
|
-
},
|
|
2575
|
-
{
|
|
2576
|
-
"type": "propertySignature",
|
|
2577
|
-
"key": {
|
|
2578
|
-
"type": "identifier",
|
|
2579
|
-
"name": "icon"
|
|
2580
|
-
},
|
|
2581
|
-
"annotation": {
|
|
2582
|
-
"type": "reference",
|
|
2583
|
-
"typeName": {
|
|
2584
|
-
"type": "identifier",
|
|
2585
|
-
"name": "GeneralIconProps"
|
|
2586
|
-
}
|
|
2587
|
-
},
|
|
2588
|
-
"optional": true,
|
|
2589
|
-
"computed": false
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"type": "propertySignature",
|
|
2593
|
-
"key": {
|
|
2594
|
-
"type": "identifier",
|
|
2595
|
-
"name": "tags"
|
|
2596
|
-
},
|
|
2597
|
-
"annotation": {
|
|
2598
|
-
"type": "array",
|
|
2599
|
-
"elementType": {
|
|
2600
|
-
"type": "keyword",
|
|
2601
|
-
"value": "string"
|
|
2602
|
-
}
|
|
2603
|
-
},
|
|
2604
|
-
"optional": true,
|
|
2605
|
-
"computed": false
|
|
2606
|
-
}
|
|
2607
|
-
]
|
|
2608
|
-
}
|
|
2609
|
-
]
|
|
2610
|
-
},
|
|
2611
2514
|
"ai-portal.dropdown-select": {
|
|
2612
2515
|
"properties": [
|
|
2613
2516
|
{
|
|
@@ -2777,26 +2680,6 @@
|
|
|
2777
2680
|
}
|
|
2778
2681
|
]
|
|
2779
2682
|
},
|
|
2780
|
-
"ai-portal.preview-container": {
|
|
2781
|
-
"properties": [
|
|
2782
|
-
{
|
|
2783
|
-
"name": "source",
|
|
2784
|
-
"annotation": {
|
|
2785
|
-
"type": "keyword",
|
|
2786
|
-
"value": "string"
|
|
2787
|
-
}
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"name": "url",
|
|
2791
|
-
"annotation": {
|
|
2792
|
-
"type": "keyword",
|
|
2793
|
-
"value": "string"
|
|
2794
|
-
}
|
|
2795
|
-
}
|
|
2796
|
-
],
|
|
2797
|
-
"events": [],
|
|
2798
|
-
"methods": []
|
|
2799
|
-
},
|
|
2800
2683
|
"ai-portal.action-buttons": {
|
|
2801
2684
|
"properties": [
|
|
2802
2685
|
{
|
|
@@ -2915,7 +2798,7 @@
|
|
|
2915
2798
|
}
|
|
2916
2799
|
]
|
|
2917
2800
|
},
|
|
2918
|
-
"ai-portal.
|
|
2801
|
+
"ai-portal.ai-agents": {
|
|
2919
2802
|
"properties": [
|
|
2920
2803
|
{
|
|
2921
2804
|
"name": "list",
|
|
@@ -2925,7 +2808,7 @@
|
|
|
2925
2808
|
"type": "reference",
|
|
2926
2809
|
"typeName": {
|
|
2927
2810
|
"type": "identifier",
|
|
2928
|
-
"name": "
|
|
2811
|
+
"name": "Agent"
|
|
2929
2812
|
}
|
|
2930
2813
|
}
|
|
2931
2814
|
}
|
|
@@ -2938,69 +2821,25 @@
|
|
|
2938
2821
|
}
|
|
2939
2822
|
},
|
|
2940
2823
|
{
|
|
2941
|
-
"name": "
|
|
2942
|
-
"annotation": {
|
|
2943
|
-
"type": "array",
|
|
2944
|
-
"elementType": {
|
|
2945
|
-
"type": "reference",
|
|
2946
|
-
"typeName": {
|
|
2947
|
-
"type": "identifier",
|
|
2948
|
-
"name": "ActionType"
|
|
2949
|
-
}
|
|
2950
|
-
}
|
|
2951
|
-
}
|
|
2952
|
-
},
|
|
2953
|
-
{
|
|
2954
|
-
"name": "goals",
|
|
2824
|
+
"name": "withContainer",
|
|
2955
2825
|
"annotation": {
|
|
2956
|
-
"type": "
|
|
2957
|
-
"
|
|
2958
|
-
"type": "reference",
|
|
2959
|
-
"typeName": {
|
|
2960
|
-
"type": "identifier",
|
|
2961
|
-
"name": "Goal"
|
|
2962
|
-
}
|
|
2963
|
-
}
|
|
2964
|
-
}
|
|
2965
|
-
}
|
|
2966
|
-
],
|
|
2967
|
-
"events": [
|
|
2968
|
-
{
|
|
2969
|
-
"name": "goal.click",
|
|
2970
|
-
"detail": {
|
|
2971
|
-
"annotation": {
|
|
2972
|
-
"type": "reference",
|
|
2973
|
-
"typeName": {
|
|
2974
|
-
"type": "identifier",
|
|
2975
|
-
"name": "Conversation"
|
|
2976
|
-
}
|
|
2977
|
-
}
|
|
2978
|
-
}
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
"name": "action.click",
|
|
2982
|
-
"detail": {
|
|
2983
|
-
"annotation": {
|
|
2984
|
-
"type": "reference",
|
|
2985
|
-
"typeName": {
|
|
2986
|
-
"type": "identifier",
|
|
2987
|
-
"name": "ActionClickDetail"
|
|
2988
|
-
}
|
|
2989
|
-
}
|
|
2826
|
+
"type": "keyword",
|
|
2827
|
+
"value": "boolean"
|
|
2990
2828
|
}
|
|
2991
2829
|
}
|
|
2992
2830
|
],
|
|
2831
|
+
"events": [],
|
|
2993
2832
|
"methods": [],
|
|
2994
2833
|
"types": [
|
|
2995
2834
|
{
|
|
2996
2835
|
"type": "interface",
|
|
2997
|
-
"name": "
|
|
2836
|
+
"name": "Agent",
|
|
2998
2837
|
"body": [
|
|
2999
2838
|
{
|
|
3000
2839
|
"type": "propertySignature",
|
|
3001
2840
|
"key": {
|
|
3002
2841
|
"type": "identifier",
|
|
3003
|
-
"name": "
|
|
2842
|
+
"name": "name"
|
|
3004
2843
|
},
|
|
3005
2844
|
"annotation": {
|
|
3006
2845
|
"type": "keyword",
|
|
@@ -3012,7 +2851,7 @@
|
|
|
3012
2851
|
"type": "propertySignature",
|
|
3013
2852
|
"key": {
|
|
3014
2853
|
"type": "identifier",
|
|
3015
|
-
"name": "
|
|
2854
|
+
"name": "description"
|
|
3016
2855
|
},
|
|
3017
2856
|
"annotation": {
|
|
3018
2857
|
"type": "keyword",
|
|
@@ -3024,14 +2863,175 @@
|
|
|
3024
2863
|
"type": "propertySignature",
|
|
3025
2864
|
"key": {
|
|
3026
2865
|
"type": "identifier",
|
|
3027
|
-
"name": "
|
|
2866
|
+
"name": "icon"
|
|
3028
2867
|
},
|
|
3029
2868
|
"annotation": {
|
|
3030
|
-
"type": "
|
|
3031
|
-
"
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
2869
|
+
"type": "reference",
|
|
2870
|
+
"typeName": {
|
|
2871
|
+
"type": "identifier",
|
|
2872
|
+
"name": "GeneralIconProps"
|
|
2873
|
+
}
|
|
2874
|
+
},
|
|
2875
|
+
"optional": true,
|
|
2876
|
+
"computed": false
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"type": "propertySignature",
|
|
2880
|
+
"key": {
|
|
2881
|
+
"type": "identifier",
|
|
2882
|
+
"name": "tags"
|
|
2883
|
+
},
|
|
2884
|
+
"annotation": {
|
|
2885
|
+
"type": "array",
|
|
2886
|
+
"elementType": {
|
|
2887
|
+
"type": "keyword",
|
|
2888
|
+
"value": "string"
|
|
2889
|
+
}
|
|
2890
|
+
},
|
|
2891
|
+
"optional": true,
|
|
2892
|
+
"computed": false
|
|
2893
|
+
}
|
|
2894
|
+
]
|
|
2895
|
+
}
|
|
2896
|
+
]
|
|
2897
|
+
},
|
|
2898
|
+
"ai-portal.preview-container": {
|
|
2899
|
+
"properties": [
|
|
2900
|
+
{
|
|
2901
|
+
"name": "source",
|
|
2902
|
+
"annotation": {
|
|
2903
|
+
"type": "keyword",
|
|
2904
|
+
"value": "string"
|
|
2905
|
+
}
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"name": "url",
|
|
2909
|
+
"annotation": {
|
|
2910
|
+
"type": "keyword",
|
|
2911
|
+
"value": "string"
|
|
2912
|
+
}
|
|
2913
|
+
}
|
|
2914
|
+
],
|
|
2915
|
+
"events": [],
|
|
2916
|
+
"methods": []
|
|
2917
|
+
},
|
|
2918
|
+
"ai-portal.project-conversations": {
|
|
2919
|
+
"properties": [
|
|
2920
|
+
{
|
|
2921
|
+
"name": "list",
|
|
2922
|
+
"annotation": {
|
|
2923
|
+
"type": "array",
|
|
2924
|
+
"elementType": {
|
|
2925
|
+
"type": "reference",
|
|
2926
|
+
"typeName": {
|
|
2927
|
+
"type": "identifier",
|
|
2928
|
+
"name": "Conversation"
|
|
2929
|
+
}
|
|
2930
|
+
}
|
|
2931
|
+
}
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"name": "urlTemplate",
|
|
2935
|
+
"annotation": {
|
|
2936
|
+
"type": "keyword",
|
|
2937
|
+
"value": "string"
|
|
2938
|
+
}
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"name": "actions",
|
|
2942
|
+
"annotation": {
|
|
2943
|
+
"type": "array",
|
|
2944
|
+
"elementType": {
|
|
2945
|
+
"type": "reference",
|
|
2946
|
+
"typeName": {
|
|
2947
|
+
"type": "identifier",
|
|
2948
|
+
"name": "ActionType"
|
|
2949
|
+
}
|
|
2950
|
+
}
|
|
2951
|
+
}
|
|
2952
|
+
},
|
|
2953
|
+
{
|
|
2954
|
+
"name": "goals",
|
|
2955
|
+
"annotation": {
|
|
2956
|
+
"type": "array",
|
|
2957
|
+
"elementType": {
|
|
2958
|
+
"type": "reference",
|
|
2959
|
+
"typeName": {
|
|
2960
|
+
"type": "identifier",
|
|
2961
|
+
"name": "Goal"
|
|
2962
|
+
}
|
|
2963
|
+
}
|
|
2964
|
+
}
|
|
2965
|
+
}
|
|
2966
|
+
],
|
|
2967
|
+
"events": [
|
|
2968
|
+
{
|
|
2969
|
+
"name": "goal.click",
|
|
2970
|
+
"detail": {
|
|
2971
|
+
"annotation": {
|
|
2972
|
+
"type": "reference",
|
|
2973
|
+
"typeName": {
|
|
2974
|
+
"type": "identifier",
|
|
2975
|
+
"name": "Conversation"
|
|
2976
|
+
}
|
|
2977
|
+
}
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"name": "action.click",
|
|
2982
|
+
"detail": {
|
|
2983
|
+
"annotation": {
|
|
2984
|
+
"type": "reference",
|
|
2985
|
+
"typeName": {
|
|
2986
|
+
"type": "identifier",
|
|
2987
|
+
"name": "ActionClickDetail"
|
|
2988
|
+
}
|
|
2989
|
+
}
|
|
2990
|
+
}
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2993
|
+
"methods": [],
|
|
2994
|
+
"types": [
|
|
2995
|
+
{
|
|
2996
|
+
"type": "interface",
|
|
2997
|
+
"name": "Conversation",
|
|
2998
|
+
"body": [
|
|
2999
|
+
{
|
|
3000
|
+
"type": "propertySignature",
|
|
3001
|
+
"key": {
|
|
3002
|
+
"type": "identifier",
|
|
3003
|
+
"name": "conversationId"
|
|
3004
|
+
},
|
|
3005
|
+
"annotation": {
|
|
3006
|
+
"type": "keyword",
|
|
3007
|
+
"value": "string"
|
|
3008
|
+
},
|
|
3009
|
+
"computed": false
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"type": "propertySignature",
|
|
3013
|
+
"key": {
|
|
3014
|
+
"type": "identifier",
|
|
3015
|
+
"name": "title"
|
|
3016
|
+
},
|
|
3017
|
+
"annotation": {
|
|
3018
|
+
"type": "keyword",
|
|
3019
|
+
"value": "string"
|
|
3020
|
+
},
|
|
3021
|
+
"computed": false
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"type": "propertySignature",
|
|
3025
|
+
"key": {
|
|
3026
|
+
"type": "identifier",
|
|
3027
|
+
"name": "startTime"
|
|
3028
|
+
},
|
|
3029
|
+
"annotation": {
|
|
3030
|
+
"type": "keyword",
|
|
3031
|
+
"value": "number"
|
|
3032
|
+
},
|
|
3033
|
+
"computed": false
|
|
3034
|
+
},
|
|
3035
3035
|
{
|
|
3036
3036
|
"type": "propertySignature",
|
|
3037
3037
|
"key": {
|
|
@@ -7356,7 +7356,7 @@
|
|
|
7356
7356
|
}
|
|
7357
7357
|
]
|
|
7358
7358
|
},
|
|
7359
|
-
"ai-portal.
|
|
7359
|
+
"ai-portal.cruise-canvas": {
|
|
7360
7360
|
"properties": [
|
|
7361
7361
|
{
|
|
7362
7362
|
"name": "conversationId",
|
|
@@ -7421,6 +7421,13 @@
|
|
|
7421
7421
|
}
|
|
7422
7422
|
}
|
|
7423
7423
|
},
|
|
7424
|
+
{
|
|
7425
|
+
"name": "showHiddenJobs",
|
|
7426
|
+
"annotation": {
|
|
7427
|
+
"type": "keyword",
|
|
7428
|
+
"value": "boolean"
|
|
7429
|
+
}
|
|
7430
|
+
},
|
|
7424
7431
|
{
|
|
7425
7432
|
"name": "showHumanActions",
|
|
7426
7433
|
"annotation": {
|
|
@@ -7463,6 +7470,13 @@
|
|
|
7463
7470
|
"value": "boolean"
|
|
7464
7471
|
}
|
|
7465
7472
|
},
|
|
7473
|
+
{
|
|
7474
|
+
"name": "showJsxEditor",
|
|
7475
|
+
"annotation": {
|
|
7476
|
+
"type": "keyword",
|
|
7477
|
+
"value": "boolean"
|
|
7478
|
+
}
|
|
7479
|
+
},
|
|
7466
7480
|
{
|
|
7467
7481
|
"name": "previewUrlTemplate",
|
|
7468
7482
|
"annotation": {
|
|
@@ -7503,6 +7517,13 @@
|
|
|
7503
7517
|
"value": "string"
|
|
7504
7518
|
}
|
|
7505
7519
|
},
|
|
7520
|
+
{
|
|
7521
|
+
"name": "separateInstructions",
|
|
7522
|
+
"annotation": {
|
|
7523
|
+
"type": "keyword",
|
|
7524
|
+
"value": "boolean"
|
|
7525
|
+
}
|
|
7526
|
+
},
|
|
7506
7527
|
{
|
|
7507
7528
|
"name": "aiEmployees",
|
|
7508
7529
|
"annotation": {
|
|
@@ -7585,7 +7606,7 @@
|
|
|
7585
7606
|
"detail": {
|
|
7586
7607
|
"annotation": {
|
|
7587
7608
|
"type": "jsLiteral",
|
|
7588
|
-
"value": "
|
|
7609
|
+
"value": "chat"
|
|
7589
7610
|
}
|
|
7590
7611
|
}
|
|
7591
7612
|
},
|
|
@@ -7600,15 +7621,6 @@
|
|
|
7600
7621
|
}
|
|
7601
7622
|
}
|
|
7602
7623
|
}
|
|
7603
|
-
},
|
|
7604
|
-
{
|
|
7605
|
-
"name": "split.change",
|
|
7606
|
-
"detail": {
|
|
7607
|
-
"annotation": {
|
|
7608
|
-
"type": "keyword",
|
|
7609
|
-
"value": "boolean"
|
|
7610
|
-
}
|
|
7611
|
-
}
|
|
7612
7624
|
}
|
|
7613
7625
|
],
|
|
7614
7626
|
"methods": [
|
|
@@ -8679,202 +8691,73 @@
|
|
|
8679
8691
|
}
|
|
8680
8692
|
]
|
|
8681
8693
|
},
|
|
8682
|
-
"ai-portal.
|
|
8694
|
+
"ai-portal.chat-panel": {
|
|
8683
8695
|
"properties": [
|
|
8684
8696
|
{
|
|
8685
|
-
"name": "
|
|
8697
|
+
"name": "panelTitle",
|
|
8686
8698
|
"annotation": {
|
|
8687
8699
|
"type": "keyword",
|
|
8688
8700
|
"value": "string"
|
|
8689
8701
|
}
|
|
8690
8702
|
},
|
|
8691
8703
|
{
|
|
8692
|
-
"name": "
|
|
8704
|
+
"name": "aiEmployeeId",
|
|
8705
|
+
"annotation": {
|
|
8706
|
+
"type": "keyword",
|
|
8707
|
+
"value": "string"
|
|
8708
|
+
}
|
|
8709
|
+
},
|
|
8710
|
+
{
|
|
8711
|
+
"name": "cmd",
|
|
8712
|
+
"annotation": {
|
|
8713
|
+
"type": "reference",
|
|
8714
|
+
"typeName": {
|
|
8715
|
+
"type": "identifier",
|
|
8716
|
+
"name": "CommandPayload"
|
|
8717
|
+
}
|
|
8718
|
+
}
|
|
8719
|
+
},
|
|
8720
|
+
{
|
|
8721
|
+
"name": "width",
|
|
8693
8722
|
"annotation": {
|
|
8694
8723
|
"type": "union",
|
|
8695
8724
|
"types": [
|
|
8696
8725
|
{
|
|
8697
|
-
"type": "
|
|
8698
|
-
"
|
|
8699
|
-
"type": "identifier",
|
|
8700
|
-
"name": "RequestStore"
|
|
8701
|
-
}
|
|
8726
|
+
"type": "keyword",
|
|
8727
|
+
"value": "string"
|
|
8702
8728
|
},
|
|
8703
8729
|
{
|
|
8704
8730
|
"type": "keyword",
|
|
8705
|
-
"value": "
|
|
8731
|
+
"value": "number"
|
|
8706
8732
|
}
|
|
8707
8733
|
]
|
|
8708
8734
|
}
|
|
8709
8735
|
},
|
|
8710
8736
|
{
|
|
8711
|
-
"name": "
|
|
8737
|
+
"name": "height",
|
|
8712
8738
|
"annotation": {
|
|
8713
|
-
"type": "
|
|
8714
|
-
"
|
|
8739
|
+
"type": "union",
|
|
8740
|
+
"types": [
|
|
8741
|
+
{
|
|
8742
|
+
"type": "keyword",
|
|
8743
|
+
"value": "string"
|
|
8744
|
+
},
|
|
8745
|
+
{
|
|
8746
|
+
"type": "keyword",
|
|
8747
|
+
"value": "number"
|
|
8748
|
+
}
|
|
8749
|
+
]
|
|
8715
8750
|
}
|
|
8716
8751
|
},
|
|
8717
8752
|
{
|
|
8718
|
-
"name": "
|
|
8753
|
+
"name": "placeholder",
|
|
8719
8754
|
"annotation": {
|
|
8720
8755
|
"type": "keyword",
|
|
8721
|
-
"value": "
|
|
8756
|
+
"value": "string"
|
|
8722
8757
|
}
|
|
8723
8758
|
},
|
|
8724
8759
|
{
|
|
8725
|
-
"name": "
|
|
8726
|
-
"annotation": {
|
|
8727
|
-
"type": "reference",
|
|
8728
|
-
"typeName": {
|
|
8729
|
-
"type": "identifier",
|
|
8730
|
-
"name": "Record"
|
|
8731
|
-
},
|
|
8732
|
-
"typeParameters": {
|
|
8733
|
-
"type": "typeParameterInstantiation",
|
|
8734
|
-
"params": [
|
|
8735
|
-
{
|
|
8736
|
-
"type": "keyword",
|
|
8737
|
-
"value": "string"
|
|
8738
|
-
},
|
|
8739
|
-
{
|
|
8740
|
-
"type": "keyword",
|
|
8741
|
-
"value": "boolean"
|
|
8742
|
-
}
|
|
8743
|
-
]
|
|
8744
|
-
}
|
|
8745
|
-
}
|
|
8746
|
-
},
|
|
8747
|
-
{
|
|
8748
|
-
"name": "showHiddenJobs",
|
|
8749
|
-
"annotation": {
|
|
8750
|
-
"type": "keyword",
|
|
8751
|
-
"value": "boolean"
|
|
8752
|
-
}
|
|
8753
|
-
},
|
|
8754
|
-
{
|
|
8755
|
-
"name": "showHumanActions",
|
|
8756
|
-
"annotation": {
|
|
8757
|
-
"type": "keyword",
|
|
8758
|
-
"value": "boolean"
|
|
8759
|
-
}
|
|
8760
|
-
},
|
|
8761
|
-
{
|
|
8762
|
-
"name": "showFeedback",
|
|
8763
|
-
"annotation": {
|
|
8764
|
-
"type": "keyword",
|
|
8765
|
-
"value": "boolean"
|
|
8766
|
-
}
|
|
8767
|
-
},
|
|
8768
|
-
{
|
|
8769
|
-
"name": "showFeedbackAfterFailed",
|
|
8770
|
-
"annotation": {
|
|
8771
|
-
"type": "keyword",
|
|
8772
|
-
"value": "boolean"
|
|
8773
|
-
}
|
|
8774
|
-
},
|
|
8775
|
-
{
|
|
8776
|
-
"name": "showFeedbackOnView",
|
|
8777
|
-
"annotation": {
|
|
8778
|
-
"type": "keyword",
|
|
8779
|
-
"value": "boolean"
|
|
8780
|
-
}
|
|
8781
|
-
},
|
|
8782
|
-
{
|
|
8783
|
-
"name": "showUiSwitch",
|
|
8784
|
-
"annotation": {
|
|
8785
|
-
"type": "keyword",
|
|
8786
|
-
"value": "boolean"
|
|
8787
|
-
}
|
|
8788
|
-
},
|
|
8789
|
-
{
|
|
8790
|
-
"name": "hideMermaid",
|
|
8791
|
-
"annotation": {
|
|
8792
|
-
"type": "keyword",
|
|
8793
|
-
"value": "boolean"
|
|
8794
|
-
}
|
|
8795
|
-
},
|
|
8796
|
-
{
|
|
8797
|
-
"name": "showJsxEditor",
|
|
8798
|
-
"annotation": {
|
|
8799
|
-
"type": "keyword",
|
|
8800
|
-
"value": "boolean"
|
|
8801
|
-
}
|
|
8802
|
-
},
|
|
8803
|
-
{
|
|
8804
|
-
"name": "previewUrlTemplate",
|
|
8805
|
-
"annotation": {
|
|
8806
|
-
"type": "keyword",
|
|
8807
|
-
"value": "string"
|
|
8808
|
-
}
|
|
8809
|
-
},
|
|
8810
|
-
{
|
|
8811
|
-
"name": "showCases",
|
|
8812
|
-
"annotation": {
|
|
8813
|
-
"type": "array",
|
|
8814
|
-
"elementType": {
|
|
8815
|
-
"type": "reference",
|
|
8816
|
-
"typeName": {
|
|
8817
|
-
"type": "identifier",
|
|
8818
|
-
"name": "ShowCaseType"
|
|
8819
|
-
}
|
|
8820
|
-
}
|
|
8821
|
-
}
|
|
8822
|
-
},
|
|
8823
|
-
{
|
|
8824
|
-
"name": "exampleProjects",
|
|
8825
|
-
"annotation": {
|
|
8826
|
-
"type": "array",
|
|
8827
|
-
"elementType": {
|
|
8828
|
-
"type": "reference",
|
|
8829
|
-
"typeName": {
|
|
8830
|
-
"type": "identifier",
|
|
8831
|
-
"name": "ExampleProject"
|
|
8832
|
-
}
|
|
8833
|
-
}
|
|
8834
|
-
}
|
|
8835
|
-
},
|
|
8836
|
-
{
|
|
8837
|
-
"name": "tryItOutUrl",
|
|
8838
|
-
"annotation": {
|
|
8839
|
-
"type": "keyword",
|
|
8840
|
-
"value": "string"
|
|
8841
|
-
}
|
|
8842
|
-
},
|
|
8843
|
-
{
|
|
8844
|
-
"name": "separateInstructions",
|
|
8845
|
-
"annotation": {
|
|
8846
|
-
"type": "keyword",
|
|
8847
|
-
"value": "boolean"
|
|
8848
|
-
}
|
|
8849
|
-
},
|
|
8850
|
-
{
|
|
8851
|
-
"name": "aiEmployees",
|
|
8852
|
-
"annotation": {
|
|
8853
|
-
"type": "array",
|
|
8854
|
-
"elementType": {
|
|
8855
|
-
"type": "reference",
|
|
8856
|
-
"typeName": {
|
|
8857
|
-
"type": "identifier",
|
|
8858
|
-
"name": "AIEmployee"
|
|
8859
|
-
}
|
|
8860
|
-
}
|
|
8861
|
-
}
|
|
8862
|
-
},
|
|
8863
|
-
{
|
|
8864
|
-
"name": "commands",
|
|
8865
|
-
"annotation": {
|
|
8866
|
-
"type": "array",
|
|
8867
|
-
"elementType": {
|
|
8868
|
-
"type": "reference",
|
|
8869
|
-
"typeName": {
|
|
8870
|
-
"type": "identifier",
|
|
8871
|
-
"name": "Command"
|
|
8872
|
-
}
|
|
8873
|
-
}
|
|
8874
|
-
}
|
|
8875
|
-
},
|
|
8876
|
-
{
|
|
8877
|
-
"name": "uploadOptions",
|
|
8760
|
+
"name": "uploadOptions",
|
|
8878
8761
|
"annotation": {
|
|
8879
8762
|
"type": "reference",
|
|
8880
8763
|
"typeName": {
|
|
@@ -8884,92 +8767,45 @@
|
|
|
8884
8767
|
}
|
|
8885
8768
|
}
|
|
8886
8769
|
],
|
|
8887
|
-
"events": [
|
|
8888
|
-
{
|
|
8889
|
-
"name": "share",
|
|
8890
|
-
"detail": {
|
|
8891
|
-
"annotation": {
|
|
8892
|
-
"type": "keyword",
|
|
8893
|
-
"value": "void"
|
|
8894
|
-
}
|
|
8895
|
-
}
|
|
8896
|
-
},
|
|
8897
|
-
{
|
|
8898
|
-
"name": "terminate",
|
|
8899
|
-
"detail": {
|
|
8900
|
-
"annotation": {
|
|
8901
|
-
"type": "keyword",
|
|
8902
|
-
"value": "void"
|
|
8903
|
-
}
|
|
8904
|
-
}
|
|
8905
|
-
},
|
|
8906
|
-
{
|
|
8907
|
-
"name": "feedback.submit",
|
|
8908
|
-
"detail": {
|
|
8909
|
-
"annotation": {
|
|
8910
|
-
"type": "reference",
|
|
8911
|
-
"typeName": {
|
|
8912
|
-
"type": "identifier",
|
|
8913
|
-
"name": "FeedbackDetail"
|
|
8914
|
-
}
|
|
8915
|
-
}
|
|
8916
|
-
}
|
|
8917
|
-
},
|
|
8918
|
-
{
|
|
8919
|
-
"name": "feedback.on.view",
|
|
8920
|
-
"detail": {
|
|
8921
|
-
"annotation": {
|
|
8922
|
-
"type": "keyword",
|
|
8923
|
-
"value": "string"
|
|
8924
|
-
}
|
|
8925
|
-
}
|
|
8926
|
-
},
|
|
8927
|
-
{
|
|
8928
|
-
"name": "ui.switch",
|
|
8929
|
-
"detail": {
|
|
8930
|
-
"annotation": {
|
|
8931
|
-
"type": "jsLiteral",
|
|
8932
|
-
"value": "chat"
|
|
8933
|
-
}
|
|
8934
|
-
}
|
|
8935
|
-
},
|
|
8936
|
-
{
|
|
8937
|
-
"name": "detail.change",
|
|
8938
|
-
"detail": {
|
|
8939
|
-
"annotation": {
|
|
8940
|
-
"type": "reference",
|
|
8941
|
-
"typeName": {
|
|
8942
|
-
"type": "identifier",
|
|
8943
|
-
"name": "ConversationDetail"
|
|
8944
|
-
}
|
|
8945
|
-
}
|
|
8946
|
-
}
|
|
8947
|
-
}
|
|
8948
|
-
],
|
|
8770
|
+
"events": [],
|
|
8949
8771
|
"methods": [
|
|
8950
8772
|
{
|
|
8951
|
-
"name": "
|
|
8773
|
+
"name": "open",
|
|
8952
8774
|
"params": [],
|
|
8953
8775
|
"returns": {}
|
|
8954
8776
|
},
|
|
8955
8777
|
{
|
|
8956
|
-
"name": "
|
|
8778
|
+
"name": "close",
|
|
8957
8779
|
"params": [],
|
|
8958
8780
|
"returns": {}
|
|
8959
8781
|
},
|
|
8960
8782
|
{
|
|
8961
|
-
"name": "
|
|
8962
|
-
"params": [
|
|
8783
|
+
"name": "send",
|
|
8784
|
+
"params": [
|
|
8785
|
+
{
|
|
8786
|
+
"name": "payload",
|
|
8787
|
+
"annotation": {
|
|
8788
|
+
"type": "reference",
|
|
8789
|
+
"typeName": {
|
|
8790
|
+
"type": "identifier",
|
|
8791
|
+
"name": "ChatPayload"
|
|
8792
|
+
}
|
|
8793
|
+
}
|
|
8794
|
+
}
|
|
8795
|
+
],
|
|
8963
8796
|
"returns": {}
|
|
8964
8797
|
},
|
|
8965
8798
|
{
|
|
8966
|
-
"name": "
|
|
8799
|
+
"name": "showFile",
|
|
8967
8800
|
"params": [
|
|
8968
8801
|
{
|
|
8969
|
-
"name": "
|
|
8802
|
+
"name": "file",
|
|
8970
8803
|
"annotation": {
|
|
8971
|
-
"type": "
|
|
8972
|
-
"
|
|
8804
|
+
"type": "reference",
|
|
8805
|
+
"typeName": {
|
|
8806
|
+
"type": "identifier",
|
|
8807
|
+
"name": "FileInfo"
|
|
8808
|
+
}
|
|
8973
8809
|
}
|
|
8974
8810
|
}
|
|
8975
8811
|
],
|
|
@@ -8977,150 +8813,6 @@
|
|
|
8977
8813
|
}
|
|
8978
8814
|
],
|
|
8979
8815
|
"types": [
|
|
8980
|
-
{
|
|
8981
|
-
"type": "interface",
|
|
8982
|
-
"name": "RequestStore",
|
|
8983
|
-
"body": [
|
|
8984
|
-
{
|
|
8985
|
-
"type": "propertySignature",
|
|
8986
|
-
"key": {
|
|
8987
|
-
"type": "identifier",
|
|
8988
|
-
"name": "conversationId"
|
|
8989
|
-
},
|
|
8990
|
-
"annotation": {
|
|
8991
|
-
"type": "keyword",
|
|
8992
|
-
"value": "string"
|
|
8993
|
-
},
|
|
8994
|
-
"computed": false
|
|
8995
|
-
}
|
|
8996
|
-
],
|
|
8997
|
-
"extends": [
|
|
8998
|
-
{
|
|
8999
|
-
"type": "expressionWithTypeArguments",
|
|
9000
|
-
"expression": {
|
|
9001
|
-
"type": "identifier",
|
|
9002
|
-
"name": "ChatPayload"
|
|
9003
|
-
}
|
|
9004
|
-
}
|
|
9005
|
-
]
|
|
9006
|
-
},
|
|
9007
|
-
{
|
|
9008
|
-
"type": "interface",
|
|
9009
|
-
"name": "ChatPayload",
|
|
9010
|
-
"body": [
|
|
9011
|
-
{
|
|
9012
|
-
"type": "propertySignature",
|
|
9013
|
-
"key": {
|
|
9014
|
-
"type": "identifier",
|
|
9015
|
-
"name": "content"
|
|
9016
|
-
},
|
|
9017
|
-
"annotation": {
|
|
9018
|
-
"type": "keyword",
|
|
9019
|
-
"value": "string"
|
|
9020
|
-
},
|
|
9021
|
-
"computed": false
|
|
9022
|
-
}
|
|
9023
|
-
],
|
|
9024
|
-
"extends": [
|
|
9025
|
-
{
|
|
9026
|
-
"type": "expressionWithTypeArguments",
|
|
9027
|
-
"expression": {
|
|
9028
|
-
"type": "identifier",
|
|
9029
|
-
"name": "ExtraChatPayload"
|
|
9030
|
-
}
|
|
9031
|
-
}
|
|
9032
|
-
]
|
|
9033
|
-
},
|
|
9034
|
-
{
|
|
9035
|
-
"type": "interface",
|
|
9036
|
-
"name": "ExtraChatPayload",
|
|
9037
|
-
"body": [
|
|
9038
|
-
{
|
|
9039
|
-
"type": "propertySignature",
|
|
9040
|
-
"key": {
|
|
9041
|
-
"type": "identifier",
|
|
9042
|
-
"name": "files"
|
|
9043
|
-
},
|
|
9044
|
-
"annotation": {
|
|
9045
|
-
"type": "array",
|
|
9046
|
-
"elementType": {
|
|
9047
|
-
"type": "reference",
|
|
9048
|
-
"typeName": {
|
|
9049
|
-
"type": "identifier",
|
|
9050
|
-
"name": "UploadFileInfo"
|
|
9051
|
-
}
|
|
9052
|
-
}
|
|
9053
|
-
},
|
|
9054
|
-
"optional": true,
|
|
9055
|
-
"computed": false
|
|
9056
|
-
},
|
|
9057
|
-
{
|
|
9058
|
-
"type": "propertySignature",
|
|
9059
|
-
"key": {
|
|
9060
|
-
"type": "identifier",
|
|
9061
|
-
"name": "cmd"
|
|
9062
|
-
},
|
|
9063
|
-
"annotation": {
|
|
9064
|
-
"type": "union",
|
|
9065
|
-
"types": [
|
|
9066
|
-
{
|
|
9067
|
-
"type": "reference",
|
|
9068
|
-
"typeName": {
|
|
9069
|
-
"type": "identifier",
|
|
9070
|
-
"name": "CommandPayload"
|
|
9071
|
-
}
|
|
9072
|
-
},
|
|
9073
|
-
{
|
|
9074
|
-
"type": "keyword",
|
|
9075
|
-
"value": "null"
|
|
9076
|
-
}
|
|
9077
|
-
]
|
|
9078
|
-
},
|
|
9079
|
-
"optional": true,
|
|
9080
|
-
"computed": false
|
|
9081
|
-
},
|
|
9082
|
-
{
|
|
9083
|
-
"type": "propertySignature",
|
|
9084
|
-
"key": {
|
|
9085
|
-
"type": "identifier",
|
|
9086
|
-
"name": "aiEmployeeId"
|
|
9087
|
-
},
|
|
9088
|
-
"annotation": {
|
|
9089
|
-
"type": "union",
|
|
9090
|
-
"types": [
|
|
9091
|
-
{
|
|
9092
|
-
"type": "keyword",
|
|
9093
|
-
"value": "string"
|
|
9094
|
-
},
|
|
9095
|
-
{
|
|
9096
|
-
"type": "keyword",
|
|
9097
|
-
"value": "null"
|
|
9098
|
-
}
|
|
9099
|
-
]
|
|
9100
|
-
},
|
|
9101
|
-
"optional": true,
|
|
9102
|
-
"computed": false
|
|
9103
|
-
}
|
|
9104
|
-
]
|
|
9105
|
-
},
|
|
9106
|
-
{
|
|
9107
|
-
"type": "interface",
|
|
9108
|
-
"name": "UploadFileInfo",
|
|
9109
|
-
"body": [
|
|
9110
|
-
{
|
|
9111
|
-
"type": "propertySignature",
|
|
9112
|
-
"key": {
|
|
9113
|
-
"type": "identifier",
|
|
9114
|
-
"name": "fileId"
|
|
9115
|
-
},
|
|
9116
|
-
"annotation": {
|
|
9117
|
-
"type": "keyword",
|
|
9118
|
-
"value": "string"
|
|
9119
|
-
},
|
|
9120
|
-
"computed": false
|
|
9121
|
-
}
|
|
9122
|
-
]
|
|
9123
|
-
},
|
|
9124
8816
|
{
|
|
9125
8817
|
"type": "typeAlias",
|
|
9126
8818
|
"name": "CommandPayload",
|
|
@@ -9605,104 +9297,105 @@
|
|
|
9605
9297
|
},
|
|
9606
9298
|
{
|
|
9607
9299
|
"type": "interface",
|
|
9608
|
-
"name": "
|
|
9300
|
+
"name": "UploadOptions",
|
|
9609
9301
|
"body": [
|
|
9610
9302
|
{
|
|
9611
9303
|
"type": "propertySignature",
|
|
9612
9304
|
"key": {
|
|
9613
9305
|
"type": "identifier",
|
|
9614
|
-
"name": "
|
|
9306
|
+
"name": "enabled"
|
|
9615
9307
|
},
|
|
9616
9308
|
"annotation": {
|
|
9617
9309
|
"type": "keyword",
|
|
9618
|
-
"value": "
|
|
9310
|
+
"value": "boolean"
|
|
9619
9311
|
},
|
|
9312
|
+
"optional": true,
|
|
9620
9313
|
"computed": false
|
|
9621
9314
|
},
|
|
9622
9315
|
{
|
|
9623
9316
|
"type": "propertySignature",
|
|
9624
9317
|
"key": {
|
|
9625
9318
|
"type": "identifier",
|
|
9626
|
-
"name": "
|
|
9319
|
+
"name": "dragDisabled"
|
|
9627
9320
|
},
|
|
9628
9321
|
"annotation": {
|
|
9629
9322
|
"type": "keyword",
|
|
9630
|
-
"value": "
|
|
9323
|
+
"value": "boolean"
|
|
9631
9324
|
},
|
|
9325
|
+
"optional": true,
|
|
9632
9326
|
"computed": false
|
|
9633
9327
|
},
|
|
9634
9328
|
{
|
|
9635
9329
|
"type": "propertySignature",
|
|
9636
9330
|
"key": {
|
|
9637
9331
|
"type": "identifier",
|
|
9638
|
-
"name": "
|
|
9332
|
+
"name": "dragTips"
|
|
9639
9333
|
},
|
|
9640
9334
|
"annotation": {
|
|
9641
9335
|
"type": "keyword",
|
|
9642
9336
|
"value": "string"
|
|
9643
9337
|
},
|
|
9338
|
+
"optional": true,
|
|
9644
9339
|
"computed": false
|
|
9645
9340
|
},
|
|
9646
9341
|
{
|
|
9647
9342
|
"type": "propertySignature",
|
|
9648
9343
|
"key": {
|
|
9649
9344
|
"type": "identifier",
|
|
9650
|
-
"name": "
|
|
9345
|
+
"name": "accept"
|
|
9651
9346
|
},
|
|
9652
9347
|
"annotation": {
|
|
9653
9348
|
"type": "keyword",
|
|
9654
9349
|
"value": "string"
|
|
9655
9350
|
},
|
|
9351
|
+
"optional": true,
|
|
9656
9352
|
"computed": false
|
|
9657
9353
|
},
|
|
9658
9354
|
{
|
|
9659
9355
|
"type": "propertySignature",
|
|
9660
9356
|
"key": {
|
|
9661
9357
|
"type": "identifier",
|
|
9662
|
-
"name": "
|
|
9358
|
+
"name": "maxFiles"
|
|
9663
9359
|
},
|
|
9664
9360
|
"annotation": {
|
|
9665
9361
|
"type": "keyword",
|
|
9666
|
-
"value": "
|
|
9362
|
+
"value": "number"
|
|
9667
9363
|
},
|
|
9668
9364
|
"optional": true,
|
|
9669
9365
|
"computed": false
|
|
9670
|
-
}
|
|
9671
|
-
]
|
|
9672
|
-
},
|
|
9673
|
-
{
|
|
9674
|
-
"type": "interface",
|
|
9675
|
-
"name": "ExampleProject",
|
|
9676
|
-
"body": [
|
|
9366
|
+
},
|
|
9677
9367
|
{
|
|
9678
9368
|
"type": "propertySignature",
|
|
9679
9369
|
"key": {
|
|
9680
9370
|
"type": "identifier",
|
|
9681
|
-
"name": "
|
|
9371
|
+
"name": "maxSize"
|
|
9682
9372
|
},
|
|
9683
9373
|
"annotation": {
|
|
9684
9374
|
"type": "keyword",
|
|
9685
|
-
"value": "
|
|
9375
|
+
"value": "number"
|
|
9686
9376
|
},
|
|
9687
|
-
"
|
|
9377
|
+
"optional": true,
|
|
9378
|
+
"computed": false,
|
|
9379
|
+
"description": "In bytes"
|
|
9688
9380
|
},
|
|
9689
9381
|
{
|
|
9690
9382
|
"type": "propertySignature",
|
|
9691
9383
|
"key": {
|
|
9692
9384
|
"type": "identifier",
|
|
9693
|
-
"name": "
|
|
9385
|
+
"name": "readableAccept"
|
|
9694
9386
|
},
|
|
9695
9387
|
"annotation": {
|
|
9696
9388
|
"type": "keyword",
|
|
9697
9389
|
"value": "string"
|
|
9698
9390
|
},
|
|
9391
|
+
"optional": true,
|
|
9699
9392
|
"computed": false
|
|
9700
9393
|
},
|
|
9701
9394
|
{
|
|
9702
9395
|
"type": "propertySignature",
|
|
9703
9396
|
"key": {
|
|
9704
9397
|
"type": "identifier",
|
|
9705
|
-
"name": "
|
|
9398
|
+
"name": "readableMaxSize"
|
|
9706
9399
|
},
|
|
9707
9400
|
"annotation": {
|
|
9708
9401
|
"type": "keyword",
|
|
@@ -9715,138 +9408,134 @@
|
|
|
9715
9408
|
},
|
|
9716
9409
|
{
|
|
9717
9410
|
"type": "interface",
|
|
9718
|
-
"name": "
|
|
9411
|
+
"name": "ChatPayload",
|
|
9719
9412
|
"body": [
|
|
9720
9413
|
{
|
|
9721
9414
|
"type": "propertySignature",
|
|
9722
9415
|
"key": {
|
|
9723
9416
|
"type": "identifier",
|
|
9724
|
-
"name": "
|
|
9417
|
+
"name": "content"
|
|
9725
9418
|
},
|
|
9726
9419
|
"annotation": {
|
|
9727
9420
|
"type": "keyword",
|
|
9728
9421
|
"value": "string"
|
|
9729
9422
|
},
|
|
9730
9423
|
"computed": false
|
|
9731
|
-
}
|
|
9424
|
+
}
|
|
9425
|
+
],
|
|
9426
|
+
"extends": [
|
|
9732
9427
|
{
|
|
9733
|
-
"type": "
|
|
9734
|
-
"
|
|
9428
|
+
"type": "expressionWithTypeArguments",
|
|
9429
|
+
"expression": {
|
|
9735
9430
|
"type": "identifier",
|
|
9736
|
-
"name": "
|
|
9737
|
-
}
|
|
9738
|
-
"annotation": {
|
|
9739
|
-
"type": "keyword",
|
|
9740
|
-
"value": "string"
|
|
9741
|
-
},
|
|
9742
|
-
"computed": false
|
|
9431
|
+
"name": "ExtraChatPayload"
|
|
9432
|
+
}
|
|
9743
9433
|
}
|
|
9744
9434
|
]
|
|
9745
9435
|
},
|
|
9746
9436
|
{
|
|
9747
9437
|
"type": "interface",
|
|
9748
|
-
"name": "
|
|
9438
|
+
"name": "ExtraChatPayload",
|
|
9749
9439
|
"body": [
|
|
9750
9440
|
{
|
|
9751
9441
|
"type": "propertySignature",
|
|
9752
9442
|
"key": {
|
|
9753
9443
|
"type": "identifier",
|
|
9754
|
-
"name": "
|
|
9444
|
+
"name": "files"
|
|
9755
9445
|
},
|
|
9756
9446
|
"annotation": {
|
|
9757
|
-
"type": "
|
|
9758
|
-
"
|
|
9447
|
+
"type": "array",
|
|
9448
|
+
"elementType": {
|
|
9449
|
+
"type": "reference",
|
|
9450
|
+
"typeName": {
|
|
9451
|
+
"type": "identifier",
|
|
9452
|
+
"name": "UploadFileInfo"
|
|
9453
|
+
}
|
|
9454
|
+
}
|
|
9759
9455
|
},
|
|
9456
|
+
"optional": true,
|
|
9760
9457
|
"computed": false
|
|
9761
9458
|
},
|
|
9762
9459
|
{
|
|
9763
9460
|
"type": "propertySignature",
|
|
9764
9461
|
"key": {
|
|
9765
9462
|
"type": "identifier",
|
|
9766
|
-
"name": "
|
|
9463
|
+
"name": "cmd"
|
|
9767
9464
|
},
|
|
9768
9465
|
"annotation": {
|
|
9769
|
-
"type": "
|
|
9770
|
-
"
|
|
9466
|
+
"type": "union",
|
|
9467
|
+
"types": [
|
|
9468
|
+
{
|
|
9469
|
+
"type": "reference",
|
|
9470
|
+
"typeName": {
|
|
9471
|
+
"type": "identifier",
|
|
9472
|
+
"name": "CommandPayload"
|
|
9473
|
+
}
|
|
9474
|
+
},
|
|
9475
|
+
{
|
|
9476
|
+
"type": "keyword",
|
|
9477
|
+
"value": "null"
|
|
9478
|
+
}
|
|
9479
|
+
]
|
|
9771
9480
|
},
|
|
9481
|
+
"optional": true,
|
|
9772
9482
|
"computed": false
|
|
9773
9483
|
},
|
|
9774
9484
|
{
|
|
9775
9485
|
"type": "propertySignature",
|
|
9776
9486
|
"key": {
|
|
9777
9487
|
"type": "identifier",
|
|
9778
|
-
"name": "
|
|
9488
|
+
"name": "aiEmployeeId"
|
|
9779
9489
|
},
|
|
9780
9490
|
"annotation": {
|
|
9781
|
-
"type": "
|
|
9782
|
-
"
|
|
9491
|
+
"type": "union",
|
|
9492
|
+
"types": [
|
|
9493
|
+
{
|
|
9494
|
+
"type": "keyword",
|
|
9495
|
+
"value": "string"
|
|
9496
|
+
},
|
|
9497
|
+
{
|
|
9498
|
+
"type": "keyword",
|
|
9499
|
+
"value": "null"
|
|
9500
|
+
}
|
|
9501
|
+
]
|
|
9783
9502
|
},
|
|
9784
9503
|
"optional": true,
|
|
9785
9504
|
"computed": false
|
|
9786
|
-
}
|
|
9505
|
+
}
|
|
9506
|
+
]
|
|
9507
|
+
},
|
|
9508
|
+
{
|
|
9509
|
+
"type": "interface",
|
|
9510
|
+
"name": "UploadFileInfo",
|
|
9511
|
+
"body": [
|
|
9787
9512
|
{
|
|
9788
9513
|
"type": "propertySignature",
|
|
9789
9514
|
"key": {
|
|
9790
9515
|
"type": "identifier",
|
|
9791
|
-
"name": "
|
|
9516
|
+
"name": "fileId"
|
|
9792
9517
|
},
|
|
9793
9518
|
"annotation": {
|
|
9794
9519
|
"type": "keyword",
|
|
9795
9520
|
"value": "string"
|
|
9796
9521
|
},
|
|
9797
|
-
"optional": true,
|
|
9798
|
-
"computed": false
|
|
9799
|
-
},
|
|
9800
|
-
{
|
|
9801
|
-
"type": "propertySignature",
|
|
9802
|
-
"key": {
|
|
9803
|
-
"type": "identifier",
|
|
9804
|
-
"name": "subCommands"
|
|
9805
|
-
},
|
|
9806
|
-
"annotation": {
|
|
9807
|
-
"type": "array",
|
|
9808
|
-
"elementType": {
|
|
9809
|
-
"type": "reference",
|
|
9810
|
-
"typeName": {
|
|
9811
|
-
"type": "identifier",
|
|
9812
|
-
"name": "Command"
|
|
9813
|
-
}
|
|
9814
|
-
}
|
|
9815
|
-
},
|
|
9816
|
-
"optional": true,
|
|
9817
|
-
"computed": false
|
|
9818
|
-
},
|
|
9819
|
-
{
|
|
9820
|
-
"type": "propertySignature",
|
|
9821
|
-
"key": {
|
|
9822
|
-
"type": "identifier",
|
|
9823
|
-
"name": "payload"
|
|
9824
|
-
},
|
|
9825
|
-
"annotation": {
|
|
9826
|
-
"type": "reference",
|
|
9827
|
-
"typeName": {
|
|
9828
|
-
"type": "identifier",
|
|
9829
|
-
"name": "CommandPayload"
|
|
9830
|
-
}
|
|
9831
|
-
},
|
|
9832
|
-
"optional": true,
|
|
9833
9522
|
"computed": false
|
|
9834
9523
|
}
|
|
9835
9524
|
]
|
|
9836
9525
|
},
|
|
9837
9526
|
{
|
|
9838
9527
|
"type": "interface",
|
|
9839
|
-
"name": "
|
|
9528
|
+
"name": "FileInfo",
|
|
9840
9529
|
"body": [
|
|
9841
9530
|
{
|
|
9842
9531
|
"type": "propertySignature",
|
|
9843
9532
|
"key": {
|
|
9844
9533
|
"type": "identifier",
|
|
9845
|
-
"name": "
|
|
9534
|
+
"name": "name"
|
|
9846
9535
|
},
|
|
9847
9536
|
"annotation": {
|
|
9848
9537
|
"type": "keyword",
|
|
9849
|
-
"value": "
|
|
9538
|
+
"value": "string"
|
|
9850
9539
|
},
|
|
9851
9540
|
"optional": true,
|
|
9852
9541
|
"computed": false
|
|
@@ -9855,11 +9544,11 @@
|
|
|
9855
9544
|
"type": "propertySignature",
|
|
9856
9545
|
"key": {
|
|
9857
9546
|
"type": "identifier",
|
|
9858
|
-
"name": "
|
|
9547
|
+
"name": "mimeType"
|
|
9859
9548
|
},
|
|
9860
9549
|
"annotation": {
|
|
9861
9550
|
"type": "keyword",
|
|
9862
|
-
"value": "
|
|
9551
|
+
"value": "string"
|
|
9863
9552
|
},
|
|
9864
9553
|
"optional": true,
|
|
9865
9554
|
"computed": false
|
|
@@ -9868,11 +9557,11 @@
|
|
|
9868
9557
|
"type": "propertySignature",
|
|
9869
9558
|
"key": {
|
|
9870
9559
|
"type": "identifier",
|
|
9871
|
-
"name": "
|
|
9560
|
+
"name": "size"
|
|
9872
9561
|
},
|
|
9873
9562
|
"annotation": {
|
|
9874
9563
|
"type": "keyword",
|
|
9875
|
-
"value": "
|
|
9564
|
+
"value": "number"
|
|
9876
9565
|
},
|
|
9877
9566
|
"optional": true,
|
|
9878
9567
|
"computed": false
|
|
@@ -9881,7 +9570,7 @@
|
|
|
9881
9570
|
"type": "propertySignature",
|
|
9882
9571
|
"key": {
|
|
9883
9572
|
"type": "identifier",
|
|
9884
|
-
"name": "
|
|
9573
|
+
"name": "bytes"
|
|
9885
9574
|
},
|
|
9886
9575
|
"annotation": {
|
|
9887
9576
|
"type": "keyword",
|
|
@@ -9894,248 +9583,449 @@
|
|
|
9894
9583
|
"type": "propertySignature",
|
|
9895
9584
|
"key": {
|
|
9896
9585
|
"type": "identifier",
|
|
9897
|
-
"name": "
|
|
9586
|
+
"name": "uri"
|
|
9898
9587
|
},
|
|
9899
9588
|
"annotation": {
|
|
9900
9589
|
"type": "keyword",
|
|
9901
|
-
"value": "
|
|
9590
|
+
"value": "string"
|
|
9902
9591
|
},
|
|
9903
9592
|
"optional": true,
|
|
9904
9593
|
"computed": false
|
|
9594
|
+
}
|
|
9595
|
+
]
|
|
9596
|
+
}
|
|
9597
|
+
]
|
|
9598
|
+
},
|
|
9599
|
+
"ai-portal.chat-stream": {
|
|
9600
|
+
"properties": [
|
|
9601
|
+
{
|
|
9602
|
+
"name": "conversationId",
|
|
9603
|
+
"annotation": {
|
|
9604
|
+
"type": "keyword",
|
|
9605
|
+
"value": "string"
|
|
9606
|
+
}
|
|
9607
|
+
},
|
|
9608
|
+
{
|
|
9609
|
+
"name": "initialRequest",
|
|
9610
|
+
"annotation": {
|
|
9611
|
+
"type": "union",
|
|
9612
|
+
"types": [
|
|
9613
|
+
{
|
|
9614
|
+
"type": "reference",
|
|
9615
|
+
"typeName": {
|
|
9616
|
+
"type": "identifier",
|
|
9617
|
+
"name": "RequestStore"
|
|
9618
|
+
}
|
|
9619
|
+
},
|
|
9620
|
+
{
|
|
9621
|
+
"type": "keyword",
|
|
9622
|
+
"value": "null"
|
|
9623
|
+
}
|
|
9624
|
+
]
|
|
9625
|
+
}
|
|
9626
|
+
},
|
|
9627
|
+
{
|
|
9628
|
+
"name": "replay",
|
|
9629
|
+
"annotation": {
|
|
9630
|
+
"type": "keyword",
|
|
9631
|
+
"value": "boolean"
|
|
9632
|
+
}
|
|
9633
|
+
},
|
|
9634
|
+
{
|
|
9635
|
+
"name": "replayDelay",
|
|
9636
|
+
"annotation": {
|
|
9637
|
+
"type": "keyword",
|
|
9638
|
+
"value": "number"
|
|
9639
|
+
}
|
|
9640
|
+
},
|
|
9641
|
+
{
|
|
9642
|
+
"name": "supports",
|
|
9643
|
+
"annotation": {
|
|
9644
|
+
"type": "reference",
|
|
9645
|
+
"typeName": {
|
|
9646
|
+
"type": "identifier",
|
|
9647
|
+
"name": "Record"
|
|
9905
9648
|
},
|
|
9649
|
+
"typeParameters": {
|
|
9650
|
+
"type": "typeParameterInstantiation",
|
|
9651
|
+
"params": [
|
|
9652
|
+
{
|
|
9653
|
+
"type": "keyword",
|
|
9654
|
+
"value": "string"
|
|
9655
|
+
},
|
|
9656
|
+
{
|
|
9657
|
+
"type": "keyword",
|
|
9658
|
+
"value": "boolean"
|
|
9659
|
+
}
|
|
9660
|
+
]
|
|
9661
|
+
}
|
|
9662
|
+
}
|
|
9663
|
+
},
|
|
9664
|
+
{
|
|
9665
|
+
"name": "showHumanActions",
|
|
9666
|
+
"annotation": {
|
|
9667
|
+
"type": "keyword",
|
|
9668
|
+
"value": "boolean"
|
|
9669
|
+
}
|
|
9670
|
+
},
|
|
9671
|
+
{
|
|
9672
|
+
"name": "showFeedback",
|
|
9673
|
+
"annotation": {
|
|
9674
|
+
"type": "keyword",
|
|
9675
|
+
"value": "boolean"
|
|
9676
|
+
}
|
|
9677
|
+
},
|
|
9678
|
+
{
|
|
9679
|
+
"name": "showFeedbackAfterFailed",
|
|
9680
|
+
"annotation": {
|
|
9681
|
+
"type": "keyword",
|
|
9682
|
+
"value": "boolean"
|
|
9683
|
+
}
|
|
9684
|
+
},
|
|
9685
|
+
{
|
|
9686
|
+
"name": "showFeedbackOnView",
|
|
9687
|
+
"annotation": {
|
|
9688
|
+
"type": "keyword",
|
|
9689
|
+
"value": "boolean"
|
|
9690
|
+
}
|
|
9691
|
+
},
|
|
9692
|
+
{
|
|
9693
|
+
"name": "showUiSwitch",
|
|
9694
|
+
"annotation": {
|
|
9695
|
+
"type": "keyword",
|
|
9696
|
+
"value": "boolean"
|
|
9697
|
+
}
|
|
9698
|
+
},
|
|
9699
|
+
{
|
|
9700
|
+
"name": "hideMermaid",
|
|
9701
|
+
"annotation": {
|
|
9702
|
+
"type": "keyword",
|
|
9703
|
+
"value": "boolean"
|
|
9704
|
+
}
|
|
9705
|
+
},
|
|
9706
|
+
{
|
|
9707
|
+
"name": "previewUrlTemplate",
|
|
9708
|
+
"annotation": {
|
|
9709
|
+
"type": "keyword",
|
|
9710
|
+
"value": "string"
|
|
9711
|
+
}
|
|
9712
|
+
},
|
|
9713
|
+
{
|
|
9714
|
+
"name": "showCases",
|
|
9715
|
+
"annotation": {
|
|
9716
|
+
"type": "array",
|
|
9717
|
+
"elementType": {
|
|
9718
|
+
"type": "reference",
|
|
9719
|
+
"typeName": {
|
|
9720
|
+
"type": "identifier",
|
|
9721
|
+
"name": "ShowCaseType"
|
|
9722
|
+
}
|
|
9723
|
+
}
|
|
9724
|
+
}
|
|
9725
|
+
},
|
|
9726
|
+
{
|
|
9727
|
+
"name": "exampleProjects",
|
|
9728
|
+
"annotation": {
|
|
9729
|
+
"type": "array",
|
|
9730
|
+
"elementType": {
|
|
9731
|
+
"type": "reference",
|
|
9732
|
+
"typeName": {
|
|
9733
|
+
"type": "identifier",
|
|
9734
|
+
"name": "ExampleProject"
|
|
9735
|
+
}
|
|
9736
|
+
}
|
|
9737
|
+
}
|
|
9738
|
+
},
|
|
9739
|
+
{
|
|
9740
|
+
"name": "tryItOutUrl",
|
|
9741
|
+
"annotation": {
|
|
9742
|
+
"type": "keyword",
|
|
9743
|
+
"value": "string"
|
|
9744
|
+
}
|
|
9745
|
+
},
|
|
9746
|
+
{
|
|
9747
|
+
"name": "aiEmployees",
|
|
9748
|
+
"annotation": {
|
|
9749
|
+
"type": "array",
|
|
9750
|
+
"elementType": {
|
|
9751
|
+
"type": "reference",
|
|
9752
|
+
"typeName": {
|
|
9753
|
+
"type": "identifier",
|
|
9754
|
+
"name": "AIEmployee"
|
|
9755
|
+
}
|
|
9756
|
+
}
|
|
9757
|
+
}
|
|
9758
|
+
},
|
|
9759
|
+
{
|
|
9760
|
+
"name": "commands",
|
|
9761
|
+
"annotation": {
|
|
9762
|
+
"type": "array",
|
|
9763
|
+
"elementType": {
|
|
9764
|
+
"type": "reference",
|
|
9765
|
+
"typeName": {
|
|
9766
|
+
"type": "identifier",
|
|
9767
|
+
"name": "Command"
|
|
9768
|
+
}
|
|
9769
|
+
}
|
|
9770
|
+
}
|
|
9771
|
+
},
|
|
9772
|
+
{
|
|
9773
|
+
"name": "uploadOptions",
|
|
9774
|
+
"annotation": {
|
|
9775
|
+
"type": "reference",
|
|
9776
|
+
"typeName": {
|
|
9777
|
+
"type": "identifier",
|
|
9778
|
+
"name": "UploadOptions"
|
|
9779
|
+
}
|
|
9780
|
+
}
|
|
9781
|
+
}
|
|
9782
|
+
],
|
|
9783
|
+
"events": [
|
|
9784
|
+
{
|
|
9785
|
+
"name": "share",
|
|
9786
|
+
"detail": {
|
|
9787
|
+
"annotation": {
|
|
9788
|
+
"type": "keyword",
|
|
9789
|
+
"value": "void"
|
|
9790
|
+
}
|
|
9791
|
+
}
|
|
9792
|
+
},
|
|
9793
|
+
{
|
|
9794
|
+
"name": "terminate",
|
|
9795
|
+
"detail": {
|
|
9796
|
+
"annotation": {
|
|
9797
|
+
"type": "keyword",
|
|
9798
|
+
"value": "void"
|
|
9799
|
+
}
|
|
9800
|
+
}
|
|
9801
|
+
},
|
|
9802
|
+
{
|
|
9803
|
+
"name": "feedback.submit",
|
|
9804
|
+
"detail": {
|
|
9805
|
+
"annotation": {
|
|
9806
|
+
"type": "reference",
|
|
9807
|
+
"typeName": {
|
|
9808
|
+
"type": "identifier",
|
|
9809
|
+
"name": "FeedbackDetail"
|
|
9810
|
+
}
|
|
9811
|
+
}
|
|
9812
|
+
}
|
|
9813
|
+
},
|
|
9814
|
+
{
|
|
9815
|
+
"name": "feedback.on.view",
|
|
9816
|
+
"detail": {
|
|
9817
|
+
"annotation": {
|
|
9818
|
+
"type": "keyword",
|
|
9819
|
+
"value": "string"
|
|
9820
|
+
}
|
|
9821
|
+
}
|
|
9822
|
+
},
|
|
9823
|
+
{
|
|
9824
|
+
"name": "ui.switch",
|
|
9825
|
+
"detail": {
|
|
9826
|
+
"annotation": {
|
|
9827
|
+
"type": "jsLiteral",
|
|
9828
|
+
"value": "canvas"
|
|
9829
|
+
}
|
|
9830
|
+
}
|
|
9831
|
+
},
|
|
9832
|
+
{
|
|
9833
|
+
"name": "detail.change",
|
|
9834
|
+
"detail": {
|
|
9835
|
+
"annotation": {
|
|
9836
|
+
"type": "reference",
|
|
9837
|
+
"typeName": {
|
|
9838
|
+
"type": "identifier",
|
|
9839
|
+
"name": "ConversationDetail"
|
|
9840
|
+
}
|
|
9841
|
+
}
|
|
9842
|
+
}
|
|
9843
|
+
},
|
|
9844
|
+
{
|
|
9845
|
+
"name": "split.change",
|
|
9846
|
+
"detail": {
|
|
9847
|
+
"annotation": {
|
|
9848
|
+
"type": "keyword",
|
|
9849
|
+
"value": "boolean"
|
|
9850
|
+
}
|
|
9851
|
+
}
|
|
9852
|
+
}
|
|
9853
|
+
],
|
|
9854
|
+
"methods": [
|
|
9855
|
+
{
|
|
9856
|
+
"name": "resumed",
|
|
9857
|
+
"params": [],
|
|
9858
|
+
"returns": {}
|
|
9859
|
+
},
|
|
9860
|
+
{
|
|
9861
|
+
"name": "feedbackSubmitDone",
|
|
9862
|
+
"params": [],
|
|
9863
|
+
"returns": {}
|
|
9864
|
+
},
|
|
9865
|
+
{
|
|
9866
|
+
"name": "feedbackSubmitFailed",
|
|
9867
|
+
"params": [],
|
|
9868
|
+
"returns": {}
|
|
9869
|
+
},
|
|
9870
|
+
{
|
|
9871
|
+
"name": "feedbackOnViewDone",
|
|
9872
|
+
"params": [
|
|
9873
|
+
{
|
|
9874
|
+
"name": "viewId",
|
|
9875
|
+
"annotation": {
|
|
9876
|
+
"type": "keyword",
|
|
9877
|
+
"value": "string"
|
|
9878
|
+
}
|
|
9879
|
+
}
|
|
9880
|
+
],
|
|
9881
|
+
"returns": {}
|
|
9882
|
+
}
|
|
9883
|
+
],
|
|
9884
|
+
"types": [
|
|
9885
|
+
{
|
|
9886
|
+
"type": "interface",
|
|
9887
|
+
"name": "RequestStore",
|
|
9888
|
+
"body": [
|
|
9906
9889
|
{
|
|
9907
9890
|
"type": "propertySignature",
|
|
9908
9891
|
"key": {
|
|
9909
9892
|
"type": "identifier",
|
|
9910
|
-
"name": "
|
|
9893
|
+
"name": "conversationId"
|
|
9911
9894
|
},
|
|
9912
9895
|
"annotation": {
|
|
9913
9896
|
"type": "keyword",
|
|
9914
|
-
"value": "
|
|
9897
|
+
"value": "string"
|
|
9915
9898
|
},
|
|
9916
|
-
"
|
|
9917
|
-
|
|
9918
|
-
|
|
9919
|
-
|
|
9899
|
+
"computed": false
|
|
9900
|
+
}
|
|
9901
|
+
],
|
|
9902
|
+
"extends": [
|
|
9903
|
+
{
|
|
9904
|
+
"type": "expressionWithTypeArguments",
|
|
9905
|
+
"expression": {
|
|
9906
|
+
"type": "identifier",
|
|
9907
|
+
"name": "ChatPayload"
|
|
9908
|
+
}
|
|
9909
|
+
}
|
|
9910
|
+
]
|
|
9911
|
+
},
|
|
9912
|
+
{
|
|
9913
|
+
"type": "interface",
|
|
9914
|
+
"name": "ChatPayload",
|
|
9915
|
+
"body": [
|
|
9920
9916
|
{
|
|
9921
9917
|
"type": "propertySignature",
|
|
9922
9918
|
"key": {
|
|
9923
9919
|
"type": "identifier",
|
|
9924
|
-
"name": "
|
|
9920
|
+
"name": "content"
|
|
9925
9921
|
},
|
|
9926
9922
|
"annotation": {
|
|
9927
9923
|
"type": "keyword",
|
|
9928
9924
|
"value": "string"
|
|
9929
9925
|
},
|
|
9930
|
-
"optional": true,
|
|
9931
9926
|
"computed": false
|
|
9932
|
-
}
|
|
9927
|
+
}
|
|
9928
|
+
],
|
|
9929
|
+
"extends": [
|
|
9933
9930
|
{
|
|
9934
|
-
"type": "
|
|
9935
|
-
"
|
|
9931
|
+
"type": "expressionWithTypeArguments",
|
|
9932
|
+
"expression": {
|
|
9936
9933
|
"type": "identifier",
|
|
9937
|
-
"name": "
|
|
9938
|
-
}
|
|
9939
|
-
"annotation": {
|
|
9940
|
-
"type": "keyword",
|
|
9941
|
-
"value": "string"
|
|
9942
|
-
},
|
|
9943
|
-
"optional": true,
|
|
9944
|
-
"computed": false
|
|
9934
|
+
"name": "ExtraChatPayload"
|
|
9935
|
+
}
|
|
9945
9936
|
}
|
|
9946
9937
|
]
|
|
9947
9938
|
},
|
|
9948
9939
|
{
|
|
9949
9940
|
"type": "interface",
|
|
9950
|
-
"name": "
|
|
9941
|
+
"name": "ExtraChatPayload",
|
|
9951
9942
|
"body": [
|
|
9952
9943
|
{
|
|
9953
9944
|
"type": "propertySignature",
|
|
9954
9945
|
"key": {
|
|
9955
9946
|
"type": "identifier",
|
|
9956
|
-
"name": "
|
|
9947
|
+
"name": "files"
|
|
9957
9948
|
},
|
|
9958
9949
|
"annotation": {
|
|
9959
9950
|
"type": "array",
|
|
9960
9951
|
"elementType": {
|
|
9961
|
-
"type": "
|
|
9962
|
-
"
|
|
9952
|
+
"type": "reference",
|
|
9953
|
+
"typeName": {
|
|
9954
|
+
"type": "identifier",
|
|
9955
|
+
"name": "UploadFileInfo"
|
|
9956
|
+
}
|
|
9963
9957
|
}
|
|
9964
9958
|
},
|
|
9959
|
+
"optional": true,
|
|
9965
9960
|
"computed": false
|
|
9966
9961
|
},
|
|
9967
9962
|
{
|
|
9968
9963
|
"type": "propertySignature",
|
|
9969
9964
|
"key": {
|
|
9970
9965
|
"type": "identifier",
|
|
9971
|
-
"name": "
|
|
9966
|
+
"name": "cmd"
|
|
9972
9967
|
},
|
|
9973
9968
|
"annotation": {
|
|
9974
|
-
"type": "
|
|
9975
|
-
"
|
|
9976
|
-
|
|
9977
|
-
|
|
9978
|
-
|
|
9969
|
+
"type": "union",
|
|
9970
|
+
"types": [
|
|
9971
|
+
{
|
|
9972
|
+
"type": "reference",
|
|
9973
|
+
"typeName": {
|
|
9974
|
+
"type": "identifier",
|
|
9975
|
+
"name": "CommandPayload"
|
|
9976
|
+
}
|
|
9977
|
+
},
|
|
9978
|
+
{
|
|
9979
|
+
"type": "keyword",
|
|
9980
|
+
"value": "null"
|
|
9981
|
+
}
|
|
9982
|
+
]
|
|
9979
9983
|
},
|
|
9984
|
+
"optional": true,
|
|
9980
9985
|
"computed": false
|
|
9981
9986
|
},
|
|
9982
9987
|
{
|
|
9983
9988
|
"type": "propertySignature",
|
|
9984
9989
|
"key": {
|
|
9985
9990
|
"type": "identifier",
|
|
9986
|
-
"name": "
|
|
9991
|
+
"name": "aiEmployeeId"
|
|
9987
9992
|
},
|
|
9988
9993
|
"annotation": {
|
|
9989
|
-
"type": "
|
|
9990
|
-
"
|
|
9994
|
+
"type": "union",
|
|
9995
|
+
"types": [
|
|
9996
|
+
{
|
|
9997
|
+
"type": "keyword",
|
|
9998
|
+
"value": "string"
|
|
9999
|
+
},
|
|
10000
|
+
{
|
|
10001
|
+
"type": "keyword",
|
|
10002
|
+
"value": "null"
|
|
10003
|
+
}
|
|
10004
|
+
]
|
|
9991
10005
|
},
|
|
10006
|
+
"optional": true,
|
|
9992
10007
|
"computed": false
|
|
9993
10008
|
}
|
|
9994
10009
|
]
|
|
9995
10010
|
},
|
|
9996
10011
|
{
|
|
9997
10012
|
"type": "interface",
|
|
9998
|
-
"name": "
|
|
10013
|
+
"name": "UploadFileInfo",
|
|
9999
10014
|
"body": [
|
|
10000
10015
|
{
|
|
10001
10016
|
"type": "propertySignature",
|
|
10002
10017
|
"key": {
|
|
10003
10018
|
"type": "identifier",
|
|
10004
|
-
"name": "
|
|
10019
|
+
"name": "fileId"
|
|
10005
10020
|
},
|
|
10006
10021
|
"annotation": {
|
|
10007
10022
|
"type": "keyword",
|
|
10008
10023
|
"value": "string"
|
|
10009
10024
|
},
|
|
10010
|
-
"optional": true,
|
|
10011
10025
|
"computed": false
|
|
10012
10026
|
}
|
|
10013
10027
|
]
|
|
10014
|
-
}
|
|
10015
|
-
]
|
|
10016
|
-
},
|
|
10017
|
-
"ai-portal.chat-panel": {
|
|
10018
|
-
"properties": [
|
|
10019
|
-
{
|
|
10020
|
-
"name": "panelTitle",
|
|
10021
|
-
"annotation": {
|
|
10022
|
-
"type": "keyword",
|
|
10023
|
-
"value": "string"
|
|
10024
|
-
}
|
|
10025
|
-
},
|
|
10026
|
-
{
|
|
10027
|
-
"name": "aiEmployeeId",
|
|
10028
|
-
"annotation": {
|
|
10029
|
-
"type": "keyword",
|
|
10030
|
-
"value": "string"
|
|
10031
|
-
}
|
|
10032
|
-
},
|
|
10033
|
-
{
|
|
10034
|
-
"name": "cmd",
|
|
10035
|
-
"annotation": {
|
|
10036
|
-
"type": "reference",
|
|
10037
|
-
"typeName": {
|
|
10038
|
-
"type": "identifier",
|
|
10039
|
-
"name": "CommandPayload"
|
|
10040
|
-
}
|
|
10041
|
-
}
|
|
10042
|
-
},
|
|
10043
|
-
{
|
|
10044
|
-
"name": "width",
|
|
10045
|
-
"annotation": {
|
|
10046
|
-
"type": "union",
|
|
10047
|
-
"types": [
|
|
10048
|
-
{
|
|
10049
|
-
"type": "keyword",
|
|
10050
|
-
"value": "string"
|
|
10051
|
-
},
|
|
10052
|
-
{
|
|
10053
|
-
"type": "keyword",
|
|
10054
|
-
"value": "number"
|
|
10055
|
-
}
|
|
10056
|
-
]
|
|
10057
|
-
}
|
|
10058
10028
|
},
|
|
10059
|
-
{
|
|
10060
|
-
"name": "height",
|
|
10061
|
-
"annotation": {
|
|
10062
|
-
"type": "union",
|
|
10063
|
-
"types": [
|
|
10064
|
-
{
|
|
10065
|
-
"type": "keyword",
|
|
10066
|
-
"value": "string"
|
|
10067
|
-
},
|
|
10068
|
-
{
|
|
10069
|
-
"type": "keyword",
|
|
10070
|
-
"value": "number"
|
|
10071
|
-
}
|
|
10072
|
-
]
|
|
10073
|
-
}
|
|
10074
|
-
},
|
|
10075
|
-
{
|
|
10076
|
-
"name": "placeholder",
|
|
10077
|
-
"annotation": {
|
|
10078
|
-
"type": "keyword",
|
|
10079
|
-
"value": "string"
|
|
10080
|
-
}
|
|
10081
|
-
},
|
|
10082
|
-
{
|
|
10083
|
-
"name": "uploadOptions",
|
|
10084
|
-
"annotation": {
|
|
10085
|
-
"type": "reference",
|
|
10086
|
-
"typeName": {
|
|
10087
|
-
"type": "identifier",
|
|
10088
|
-
"name": "UploadOptions"
|
|
10089
|
-
}
|
|
10090
|
-
}
|
|
10091
|
-
}
|
|
10092
|
-
],
|
|
10093
|
-
"events": [],
|
|
10094
|
-
"methods": [
|
|
10095
|
-
{
|
|
10096
|
-
"name": "open",
|
|
10097
|
-
"params": [],
|
|
10098
|
-
"returns": {}
|
|
10099
|
-
},
|
|
10100
|
-
{
|
|
10101
|
-
"name": "close",
|
|
10102
|
-
"params": [],
|
|
10103
|
-
"returns": {}
|
|
10104
|
-
},
|
|
10105
|
-
{
|
|
10106
|
-
"name": "send",
|
|
10107
|
-
"params": [
|
|
10108
|
-
{
|
|
10109
|
-
"name": "payload",
|
|
10110
|
-
"annotation": {
|
|
10111
|
-
"type": "reference",
|
|
10112
|
-
"typeName": {
|
|
10113
|
-
"type": "identifier",
|
|
10114
|
-
"name": "ChatPayload"
|
|
10115
|
-
}
|
|
10116
|
-
}
|
|
10117
|
-
}
|
|
10118
|
-
],
|
|
10119
|
-
"returns": {}
|
|
10120
|
-
},
|
|
10121
|
-
{
|
|
10122
|
-
"name": "showFile",
|
|
10123
|
-
"params": [
|
|
10124
|
-
{
|
|
10125
|
-
"name": "file",
|
|
10126
|
-
"annotation": {
|
|
10127
|
-
"type": "reference",
|
|
10128
|
-
"typeName": {
|
|
10129
|
-
"type": "identifier",
|
|
10130
|
-
"name": "FileInfo"
|
|
10131
|
-
}
|
|
10132
|
-
}
|
|
10133
|
-
}
|
|
10134
|
-
],
|
|
10135
|
-
"returns": {}
|
|
10136
|
-
}
|
|
10137
|
-
],
|
|
10138
|
-
"types": [
|
|
10139
10029
|
{
|
|
10140
10030
|
"type": "typeAlias",
|
|
10141
10031
|
"name": "CommandPayload",
|
|
@@ -10620,39 +10510,104 @@
|
|
|
10620
10510
|
},
|
|
10621
10511
|
{
|
|
10622
10512
|
"type": "interface",
|
|
10623
|
-
"name": "
|
|
10513
|
+
"name": "ShowCaseType",
|
|
10514
|
+
"body": [
|
|
10515
|
+
{
|
|
10516
|
+
"type": "propertySignature",
|
|
10517
|
+
"key": {
|
|
10518
|
+
"type": "identifier",
|
|
10519
|
+
"name": "conversationId"
|
|
10520
|
+
},
|
|
10521
|
+
"annotation": {
|
|
10522
|
+
"type": "keyword",
|
|
10523
|
+
"value": "string"
|
|
10524
|
+
},
|
|
10525
|
+
"computed": false
|
|
10526
|
+
},
|
|
10527
|
+
{
|
|
10528
|
+
"type": "propertySignature",
|
|
10529
|
+
"key": {
|
|
10530
|
+
"type": "identifier",
|
|
10531
|
+
"name": "title"
|
|
10532
|
+
},
|
|
10533
|
+
"annotation": {
|
|
10534
|
+
"type": "keyword",
|
|
10535
|
+
"value": "string"
|
|
10536
|
+
},
|
|
10537
|
+
"computed": false
|
|
10538
|
+
},
|
|
10539
|
+
{
|
|
10540
|
+
"type": "propertySignature",
|
|
10541
|
+
"key": {
|
|
10542
|
+
"type": "identifier",
|
|
10543
|
+
"name": "summary"
|
|
10544
|
+
},
|
|
10545
|
+
"annotation": {
|
|
10546
|
+
"type": "keyword",
|
|
10547
|
+
"value": "string"
|
|
10548
|
+
},
|
|
10549
|
+
"computed": false
|
|
10550
|
+
},
|
|
10551
|
+
{
|
|
10552
|
+
"type": "propertySignature",
|
|
10553
|
+
"key": {
|
|
10554
|
+
"type": "identifier",
|
|
10555
|
+
"name": "scenario"
|
|
10556
|
+
},
|
|
10557
|
+
"annotation": {
|
|
10558
|
+
"type": "keyword",
|
|
10559
|
+
"value": "string"
|
|
10560
|
+
},
|
|
10561
|
+
"computed": false
|
|
10562
|
+
},
|
|
10563
|
+
{
|
|
10564
|
+
"type": "propertySignature",
|
|
10565
|
+
"key": {
|
|
10566
|
+
"type": "identifier",
|
|
10567
|
+
"name": "url"
|
|
10568
|
+
},
|
|
10569
|
+
"annotation": {
|
|
10570
|
+
"type": "keyword",
|
|
10571
|
+
"value": "string"
|
|
10572
|
+
},
|
|
10573
|
+
"optional": true,
|
|
10574
|
+
"computed": false
|
|
10575
|
+
}
|
|
10576
|
+
]
|
|
10577
|
+
},
|
|
10578
|
+
{
|
|
10579
|
+
"type": "interface",
|
|
10580
|
+
"name": "ExampleProject",
|
|
10624
10581
|
"body": [
|
|
10625
10582
|
{
|
|
10626
10583
|
"type": "propertySignature",
|
|
10627
10584
|
"key": {
|
|
10628
10585
|
"type": "identifier",
|
|
10629
|
-
"name": "
|
|
10586
|
+
"name": "instanceId"
|
|
10630
10587
|
},
|
|
10631
10588
|
"annotation": {
|
|
10632
10589
|
"type": "keyword",
|
|
10633
|
-
"value": "
|
|
10590
|
+
"value": "string"
|
|
10634
10591
|
},
|
|
10635
|
-
"optional": true,
|
|
10636
10592
|
"computed": false
|
|
10637
10593
|
},
|
|
10638
10594
|
{
|
|
10639
10595
|
"type": "propertySignature",
|
|
10640
10596
|
"key": {
|
|
10641
10597
|
"type": "identifier",
|
|
10642
|
-
"name": "
|
|
10598
|
+
"name": "name"
|
|
10643
10599
|
},
|
|
10644
10600
|
"annotation": {
|
|
10645
10601
|
"type": "keyword",
|
|
10646
|
-
"value": "
|
|
10602
|
+
"value": "string"
|
|
10647
10603
|
},
|
|
10648
|
-
"optional": true,
|
|
10649
10604
|
"computed": false
|
|
10650
10605
|
},
|
|
10651
10606
|
{
|
|
10652
10607
|
"type": "propertySignature",
|
|
10653
10608
|
"key": {
|
|
10654
10609
|
"type": "identifier",
|
|
10655
|
-
"name": "
|
|
10610
|
+
"name": "url"
|
|
10656
10611
|
},
|
|
10657
10612
|
"annotation": {
|
|
10658
10613
|
"type": "keyword",
|
|
@@ -10660,65 +10615,72 @@
|
|
|
10660
10615
|
},
|
|
10661
10616
|
"optional": true,
|
|
10662
10617
|
"computed": false
|
|
10663
|
-
}
|
|
10618
|
+
}
|
|
10619
|
+
]
|
|
10620
|
+
},
|
|
10621
|
+
{
|
|
10622
|
+
"type": "interface",
|
|
10623
|
+
"name": "AIEmployee",
|
|
10624
|
+
"body": [
|
|
10664
10625
|
{
|
|
10665
10626
|
"type": "propertySignature",
|
|
10666
10627
|
"key": {
|
|
10667
10628
|
"type": "identifier",
|
|
10668
|
-
"name": "
|
|
10629
|
+
"name": "employeeId"
|
|
10669
10630
|
},
|
|
10670
10631
|
"annotation": {
|
|
10671
10632
|
"type": "keyword",
|
|
10672
10633
|
"value": "string"
|
|
10673
10634
|
},
|
|
10674
|
-
"optional": true,
|
|
10675
10635
|
"computed": false
|
|
10676
10636
|
},
|
|
10677
10637
|
{
|
|
10678
10638
|
"type": "propertySignature",
|
|
10679
10639
|
"key": {
|
|
10680
10640
|
"type": "identifier",
|
|
10681
|
-
"name": "
|
|
10641
|
+
"name": "name"
|
|
10682
10642
|
},
|
|
10683
10643
|
"annotation": {
|
|
10684
10644
|
"type": "keyword",
|
|
10685
|
-
"value": "
|
|
10645
|
+
"value": "string"
|
|
10686
10646
|
},
|
|
10687
|
-
"optional": true,
|
|
10688
10647
|
"computed": false
|
|
10689
|
-
}
|
|
10648
|
+
}
|
|
10649
|
+
]
|
|
10650
|
+
},
|
|
10651
|
+
{
|
|
10652
|
+
"type": "interface",
|
|
10653
|
+
"name": "Command",
|
|
10654
|
+
"body": [
|
|
10690
10655
|
{
|
|
10691
10656
|
"type": "propertySignature",
|
|
10692
10657
|
"key": {
|
|
10693
10658
|
"type": "identifier",
|
|
10694
|
-
"name": "
|
|
10659
|
+
"name": "label"
|
|
10695
10660
|
},
|
|
10696
10661
|
"annotation": {
|
|
10697
10662
|
"type": "keyword",
|
|
10698
|
-
"value": "
|
|
10663
|
+
"value": "string"
|
|
10699
10664
|
},
|
|
10700
|
-
"
|
|
10701
|
-
"computed": false,
|
|
10702
|
-
"description": "In bytes"
|
|
10665
|
+
"computed": false
|
|
10703
10666
|
},
|
|
10704
10667
|
{
|
|
10705
10668
|
"type": "propertySignature",
|
|
10706
10669
|
"key": {
|
|
10707
10670
|
"type": "identifier",
|
|
10708
|
-
"name": "
|
|
10671
|
+
"name": "value"
|
|
10709
10672
|
},
|
|
10710
10673
|
"annotation": {
|
|
10711
10674
|
"type": "keyword",
|
|
10712
10675
|
"value": "string"
|
|
10713
10676
|
},
|
|
10714
|
-
"optional": true,
|
|
10715
10677
|
"computed": false
|
|
10716
10678
|
},
|
|
10717
10679
|
{
|
|
10718
10680
|
"type": "propertySignature",
|
|
10719
10681
|
"key": {
|
|
10720
10682
|
"type": "identifier",
|
|
10721
|
-
"name": "
|
|
10683
|
+
"name": "groupKey"
|
|
10722
10684
|
},
|
|
10723
10685
|
"annotation": {
|
|
10724
10686
|
"type": "keyword",
|
|
@@ -10726,45 +10688,25 @@
|
|
|
10726
10688
|
},
|
|
10727
10689
|
"optional": true,
|
|
10728
10690
|
"computed": false
|
|
10729
|
-
}
|
|
10730
|
-
]
|
|
10731
|
-
},
|
|
10732
|
-
{
|
|
10733
|
-
"type": "interface",
|
|
10734
|
-
"name": "ChatPayload",
|
|
10735
|
-
"body": [
|
|
10691
|
+
},
|
|
10736
10692
|
{
|
|
10737
10693
|
"type": "propertySignature",
|
|
10738
10694
|
"key": {
|
|
10739
10695
|
"type": "identifier",
|
|
10740
|
-
"name": "
|
|
10696
|
+
"name": "groupLabel"
|
|
10741
10697
|
},
|
|
10742
10698
|
"annotation": {
|
|
10743
10699
|
"type": "keyword",
|
|
10744
10700
|
"value": "string"
|
|
10745
10701
|
},
|
|
10702
|
+
"optional": true,
|
|
10746
10703
|
"computed": false
|
|
10747
|
-
}
|
|
10748
|
-
],
|
|
10749
|
-
"extends": [
|
|
10750
|
-
{
|
|
10751
|
-
"type": "expressionWithTypeArguments",
|
|
10752
|
-
"expression": {
|
|
10753
|
-
"type": "identifier",
|
|
10754
|
-
"name": "ExtraChatPayload"
|
|
10755
|
-
}
|
|
10756
|
-
}
|
|
10757
|
-
]
|
|
10758
|
-
},
|
|
10759
|
-
{
|
|
10760
|
-
"type": "interface",
|
|
10761
|
-
"name": "ExtraChatPayload",
|
|
10762
|
-
"body": [
|
|
10704
|
+
},
|
|
10763
10705
|
{
|
|
10764
10706
|
"type": "propertySignature",
|
|
10765
10707
|
"key": {
|
|
10766
10708
|
"type": "identifier",
|
|
10767
|
-
"name": "
|
|
10709
|
+
"name": "subCommands"
|
|
10768
10710
|
},
|
|
10769
10711
|
"annotation": {
|
|
10770
10712
|
"type": "array",
|
|
@@ -10772,7 +10714,7 @@
|
|
|
10772
10714
|
"type": "reference",
|
|
10773
10715
|
"typeName": {
|
|
10774
10716
|
"type": "identifier",
|
|
10775
|
-
"name": "
|
|
10717
|
+
"name": "Command"
|
|
10776
10718
|
}
|
|
10777
10719
|
}
|
|
10778
10720
|
},
|
|
@@ -10783,23 +10725,33 @@
|
|
|
10783
10725
|
"type": "propertySignature",
|
|
10784
10726
|
"key": {
|
|
10785
10727
|
"type": "identifier",
|
|
10786
|
-
"name": "
|
|
10728
|
+
"name": "payload"
|
|
10787
10729
|
},
|
|
10788
10730
|
"annotation": {
|
|
10789
|
-
"type": "
|
|
10790
|
-
"
|
|
10791
|
-
|
|
10792
|
-
|
|
10793
|
-
|
|
10794
|
-
|
|
10795
|
-
|
|
10796
|
-
|
|
10797
|
-
|
|
10798
|
-
|
|
10799
|
-
|
|
10800
|
-
|
|
10801
|
-
|
|
10802
|
-
|
|
10731
|
+
"type": "reference",
|
|
10732
|
+
"typeName": {
|
|
10733
|
+
"type": "identifier",
|
|
10734
|
+
"name": "CommandPayload"
|
|
10735
|
+
}
|
|
10736
|
+
},
|
|
10737
|
+
"optional": true,
|
|
10738
|
+
"computed": false
|
|
10739
|
+
}
|
|
10740
|
+
]
|
|
10741
|
+
},
|
|
10742
|
+
{
|
|
10743
|
+
"type": "interface",
|
|
10744
|
+
"name": "UploadOptions",
|
|
10745
|
+
"body": [
|
|
10746
|
+
{
|
|
10747
|
+
"type": "propertySignature",
|
|
10748
|
+
"key": {
|
|
10749
|
+
"type": "identifier",
|
|
10750
|
+
"name": "enabled"
|
|
10751
|
+
},
|
|
10752
|
+
"annotation": {
|
|
10753
|
+
"type": "keyword",
|
|
10754
|
+
"value": "boolean"
|
|
10803
10755
|
},
|
|
10804
10756
|
"optional": true,
|
|
10805
10757
|
"computed": false
|
|
@@ -10808,53 +10760,33 @@
|
|
|
10808
10760
|
"type": "propertySignature",
|
|
10809
10761
|
"key": {
|
|
10810
10762
|
"type": "identifier",
|
|
10811
|
-
"name": "
|
|
10763
|
+
"name": "dragDisabled"
|
|
10812
10764
|
},
|
|
10813
10765
|
"annotation": {
|
|
10814
|
-
"type": "
|
|
10815
|
-
"
|
|
10816
|
-
{
|
|
10817
|
-
"type": "keyword",
|
|
10818
|
-
"value": "string"
|
|
10819
|
-
},
|
|
10820
|
-
{
|
|
10821
|
-
"type": "keyword",
|
|
10822
|
-
"value": "null"
|
|
10823
|
-
}
|
|
10824
|
-
]
|
|
10766
|
+
"type": "keyword",
|
|
10767
|
+
"value": "boolean"
|
|
10825
10768
|
},
|
|
10826
10769
|
"optional": true,
|
|
10827
10770
|
"computed": false
|
|
10828
|
-
}
|
|
10829
|
-
]
|
|
10830
|
-
},
|
|
10831
|
-
{
|
|
10832
|
-
"type": "interface",
|
|
10833
|
-
"name": "UploadFileInfo",
|
|
10834
|
-
"body": [
|
|
10771
|
+
},
|
|
10835
10772
|
{
|
|
10836
10773
|
"type": "propertySignature",
|
|
10837
10774
|
"key": {
|
|
10838
10775
|
"type": "identifier",
|
|
10839
|
-
"name": "
|
|
10776
|
+
"name": "dragTips"
|
|
10840
10777
|
},
|
|
10841
10778
|
"annotation": {
|
|
10842
10779
|
"type": "keyword",
|
|
10843
10780
|
"value": "string"
|
|
10844
10781
|
},
|
|
10782
|
+
"optional": true,
|
|
10845
10783
|
"computed": false
|
|
10846
|
-
}
|
|
10847
|
-
]
|
|
10848
|
-
},
|
|
10849
|
-
{
|
|
10850
|
-
"type": "interface",
|
|
10851
|
-
"name": "FileInfo",
|
|
10852
|
-
"body": [
|
|
10784
|
+
},
|
|
10853
10785
|
{
|
|
10854
10786
|
"type": "propertySignature",
|
|
10855
10787
|
"key": {
|
|
10856
10788
|
"type": "identifier",
|
|
10857
|
-
"name": "
|
|
10789
|
+
"name": "accept"
|
|
10858
10790
|
},
|
|
10859
10791
|
"annotation": {
|
|
10860
10792
|
"type": "keyword",
|
|
@@ -10867,11 +10799,11 @@
|
|
|
10867
10799
|
"type": "propertySignature",
|
|
10868
10800
|
"key": {
|
|
10869
10801
|
"type": "identifier",
|
|
10870
|
-
"name": "
|
|
10802
|
+
"name": "maxFiles"
|
|
10871
10803
|
},
|
|
10872
10804
|
"annotation": {
|
|
10873
10805
|
"type": "keyword",
|
|
10874
|
-
"value": "
|
|
10806
|
+
"value": "number"
|
|
10875
10807
|
},
|
|
10876
10808
|
"optional": true,
|
|
10877
10809
|
"computed": false
|
|
@@ -10880,20 +10812,34 @@
|
|
|
10880
10812
|
"type": "propertySignature",
|
|
10881
10813
|
"key": {
|
|
10882
10814
|
"type": "identifier",
|
|
10883
|
-
"name": "
|
|
10815
|
+
"name": "maxSize"
|
|
10884
10816
|
},
|
|
10885
10817
|
"annotation": {
|
|
10886
10818
|
"type": "keyword",
|
|
10887
10819
|
"value": "number"
|
|
10888
10820
|
},
|
|
10889
10821
|
"optional": true,
|
|
10822
|
+
"computed": false,
|
|
10823
|
+
"description": "In bytes"
|
|
10824
|
+
},
|
|
10825
|
+
{
|
|
10826
|
+
"type": "propertySignature",
|
|
10827
|
+
"key": {
|
|
10828
|
+
"type": "identifier",
|
|
10829
|
+
"name": "readableAccept"
|
|
10830
|
+
},
|
|
10831
|
+
"annotation": {
|
|
10832
|
+
"type": "keyword",
|
|
10833
|
+
"value": "string"
|
|
10834
|
+
},
|
|
10835
|
+
"optional": true,
|
|
10890
10836
|
"computed": false
|
|
10891
10837
|
},
|
|
10892
10838
|
{
|
|
10893
10839
|
"type": "propertySignature",
|
|
10894
10840
|
"key": {
|
|
10895
10841
|
"type": "identifier",
|
|
10896
|
-
"name": "
|
|
10842
|
+
"name": "readableMaxSize"
|
|
10897
10843
|
},
|
|
10898
10844
|
"annotation": {
|
|
10899
10845
|
"type": "keyword",
|
|
@@ -10901,12 +10847,66 @@
|
|
|
10901
10847
|
},
|
|
10902
10848
|
"optional": true,
|
|
10903
10849
|
"computed": false
|
|
10850
|
+
}
|
|
10851
|
+
]
|
|
10852
|
+
},
|
|
10853
|
+
{
|
|
10854
|
+
"type": "interface",
|
|
10855
|
+
"name": "FeedbackDetail",
|
|
10856
|
+
"body": [
|
|
10857
|
+
{
|
|
10858
|
+
"type": "propertySignature",
|
|
10859
|
+
"key": {
|
|
10860
|
+
"type": "identifier",
|
|
10861
|
+
"name": "plan"
|
|
10862
|
+
},
|
|
10863
|
+
"annotation": {
|
|
10864
|
+
"type": "array",
|
|
10865
|
+
"elementType": {
|
|
10866
|
+
"type": "keyword",
|
|
10867
|
+
"value": "string"
|
|
10868
|
+
}
|
|
10869
|
+
},
|
|
10870
|
+
"computed": false
|
|
10904
10871
|
},
|
|
10905
10872
|
{
|
|
10906
10873
|
"type": "propertySignature",
|
|
10907
10874
|
"key": {
|
|
10908
10875
|
"type": "identifier",
|
|
10909
|
-
"name": "
|
|
10876
|
+
"name": "result"
|
|
10877
|
+
},
|
|
10878
|
+
"annotation": {
|
|
10879
|
+
"type": "array",
|
|
10880
|
+
"elementType": {
|
|
10881
|
+
"type": "keyword",
|
|
10882
|
+
"value": "string"
|
|
10883
|
+
}
|
|
10884
|
+
},
|
|
10885
|
+
"computed": false
|
|
10886
|
+
},
|
|
10887
|
+
{
|
|
10888
|
+
"type": "propertySignature",
|
|
10889
|
+
"key": {
|
|
10890
|
+
"type": "identifier",
|
|
10891
|
+
"name": "feedback"
|
|
10892
|
+
},
|
|
10893
|
+
"annotation": {
|
|
10894
|
+
"type": "keyword",
|
|
10895
|
+
"value": "string"
|
|
10896
|
+
},
|
|
10897
|
+
"computed": false
|
|
10898
|
+
}
|
|
10899
|
+
]
|
|
10900
|
+
},
|
|
10901
|
+
{
|
|
10902
|
+
"type": "interface",
|
|
10903
|
+
"name": "ConversationDetail",
|
|
10904
|
+
"body": [
|
|
10905
|
+
{
|
|
10906
|
+
"type": "propertySignature",
|
|
10907
|
+
"key": {
|
|
10908
|
+
"type": "identifier",
|
|
10909
|
+
"name": "projectId"
|
|
10910
10910
|
},
|
|
10911
10911
|
"annotation": {
|
|
10912
10912
|
"type": "keyword",
|