@next-bricks/ai-portal 0.60.3 → 0.61.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +22 -21
- package/dist/chunks/{1480.0de951a3.js → 1480.a7ffdf61.js} +2 -2
- package/dist/chunks/1480.a7ffdf61.js.map +1 -0
- package/dist/chunks/{2232.085b8abd.js → 2232.06e10f13.js} +2 -2
- package/dist/chunks/2232.06e10f13.js.map +1 -0
- package/dist/chunks/{5712.f692e3f5.js → 5712.6b8e0a77.js} +2 -2
- package/dist/chunks/5712.6b8e0a77.js.map +1 -0
- package/dist/chunks/9164.34a6f72c.js +2 -0
- package/dist/chunks/9164.34a6f72c.js.map +1 -0
- package/dist/chunks/9271.24992b40.js +2 -0
- package/dist/chunks/9271.24992b40.js.map +1 -0
- package/dist/chunks/action-buttons.68666920.js.map +1 -1
- package/dist/chunks/chat-box.3a31adcd.js +3 -0
- package/dist/chunks/chat-box.3a31adcd.js.map +1 -0
- package/dist/chunks/chat-input.8d663f4e.js +3 -0
- package/dist/chunks/chat-input.8d663f4e.js.LICENSE.txt +1 -0
- package/dist/chunks/chat-input.8d663f4e.js.map +1 -0
- package/dist/chunks/chat-stream.d3cde350.js +2 -0
- package/dist/chunks/chat-stream.d3cde350.js.map +1 -0
- package/dist/chunks/cruise-canvas.c1a7bc9f.js +2 -0
- package/dist/chunks/cruise-canvas.c1a7bc9f.js.map +1 -0
- package/dist/chunks/dropdown-select.336442ba.js.map +1 -1
- package/dist/chunks/home-container.f1829834.js.map +1 -1
- package/dist/chunks/icon-button.66d6d83a.js.map +1 -1
- package/dist/chunks/{main.fc9fd5d4.js → main.08d6c690.js} +2 -2
- package/dist/chunks/{main.fc9fd5d4.js.map → main.08d6c690.js.map} +1 -1
- package/dist/examples.json +12 -12
- package/dist/{index.f2850973.js → index.cd8279e0.js} +2 -2
- package/dist/{index.f2850973.js.map → index.cd8279e0.js.map} +1 -1
- package/dist/manifest.json +196 -160
- package/dist/types.json +667 -660
- package/dist-types/action-buttons/index.d.ts +1 -2
- package/dist-types/chat-box/index.d.ts +3 -10
- package/dist-types/chat-input/i18n.d.ts +3 -1
- package/dist-types/chat-input/index.d.ts +16 -1
- package/dist-types/chat-stream/ChatStream.d.ts +1 -1
- package/dist-types/chat-stream/index.d.ts +6 -0
- package/dist-types/cruise-canvas/CruiseCanvas.d.ts +1 -1
- package/dist-types/cruise-canvas/index.d.ts +6 -0
- package/dist-types/dropdown-select/index.d.ts +1 -2
- package/dist-types/home-container/index.d.ts +4 -1
- package/dist-types/icon-button/index.d.ts +5 -4
- package/dist-types/jsx.d.ts +81 -22
- package/dist-types/shared/ChatCompletions/useChatCompletions.d.ts +65 -0
- package/dist-types/shared/TaskContext.d.ts +3 -0
- package/dist-types/shared/interfaces.d.ts +1 -1
- package/package.json +2 -2
- package/dist/chunks/1480.0de951a3.js.map +0 -1
- package/dist/chunks/2232.085b8abd.js.map +0 -1
- package/dist/chunks/2324.a4a90c77.js +0 -2
- package/dist/chunks/2324.a4a90c77.js.map +0 -1
- package/dist/chunks/5712.f692e3f5.js.map +0 -1
- package/dist/chunks/6792.03e66697.js +0 -2
- package/dist/chunks/6792.03e66697.js.map +0 -1
- package/dist/chunks/chat-box.a8e58e50.js +0 -3
- package/dist/chunks/chat-box.a8e58e50.js.map +0 -1
- package/dist/chunks/chat-input.e999f79c.js +0 -2
- package/dist/chunks/chat-input.e999f79c.js.map +0 -1
- package/dist/chunks/chat-stream.8d8dc5a0.js +0 -2
- package/dist/chunks/chat-stream.8d8dc5a0.js.map +0 -1
- package/dist/chunks/cruise-canvas.4a0692fb.js +0 -2
- package/dist/chunks/cruise-canvas.4a0692fb.js.map +0 -1
- /package/dist/chunks/{chat-box.a8e58e50.js.LICENSE.txt → chat-box.3a31adcd.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,13 +1,157 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-portal.home-container": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "sticky",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "boolean"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"events": [],
|
|
13
|
+
"methods": []
|
|
14
|
+
},
|
|
15
|
+
"ai-portal.stat-with-mini-chart": {
|
|
16
|
+
"properties": [
|
|
17
|
+
{
|
|
18
|
+
"name": "label",
|
|
19
|
+
"annotation": {
|
|
20
|
+
"type": "keyword",
|
|
21
|
+
"value": "string"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "value",
|
|
26
|
+
"annotation": {
|
|
27
|
+
"type": "keyword",
|
|
28
|
+
"value": "string"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "size",
|
|
33
|
+
"annotation": {
|
|
34
|
+
"type": "union",
|
|
35
|
+
"types": [
|
|
36
|
+
{
|
|
37
|
+
"type": "jsLiteral",
|
|
38
|
+
"value": "medium"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "jsLiteral",
|
|
42
|
+
"value": "small"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "lineColor",
|
|
49
|
+
"annotation": {
|
|
50
|
+
"type": "keyword",
|
|
51
|
+
"value": "string"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "showArea",
|
|
56
|
+
"annotation": {
|
|
57
|
+
"type": "keyword",
|
|
58
|
+
"value": "boolean"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "min",
|
|
63
|
+
"annotation": {
|
|
64
|
+
"type": "keyword",
|
|
65
|
+
"value": "number"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "max",
|
|
70
|
+
"annotation": {
|
|
71
|
+
"type": "keyword",
|
|
72
|
+
"value": "number"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "xField",
|
|
77
|
+
"annotation": {
|
|
78
|
+
"type": "keyword",
|
|
79
|
+
"value": "string"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "yField",
|
|
84
|
+
"annotation": {
|
|
85
|
+
"type": "keyword",
|
|
86
|
+
"value": "string"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "data",
|
|
91
|
+
"annotation": {
|
|
92
|
+
"type": "array",
|
|
93
|
+
"elementType": {
|
|
94
|
+
"type": "reference",
|
|
95
|
+
"typeName": {
|
|
96
|
+
"type": "identifier",
|
|
97
|
+
"name": "Record"
|
|
98
|
+
},
|
|
99
|
+
"typeParameters": {
|
|
100
|
+
"type": "typeParameterInstantiation",
|
|
101
|
+
"params": [
|
|
102
|
+
{
|
|
103
|
+
"type": "keyword",
|
|
104
|
+
"value": "string"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"type": "keyword",
|
|
108
|
+
"value": "number"
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"events": [],
|
|
117
|
+
"methods": []
|
|
118
|
+
},
|
|
2
119
|
"ai-portal.icon-button": {
|
|
3
120
|
"properties": [
|
|
4
121
|
{
|
|
5
122
|
"name": "icon",
|
|
6
123
|
"annotation": {
|
|
7
|
-
"type": "
|
|
8
|
-
"
|
|
9
|
-
"type": "
|
|
10
|
-
"
|
|
124
|
+
"type": "parenthesizedType",
|
|
125
|
+
"annotation": {
|
|
126
|
+
"type": "intersection",
|
|
127
|
+
"types": [
|
|
128
|
+
{
|
|
129
|
+
"type": "reference",
|
|
130
|
+
"typeName": {
|
|
131
|
+
"type": "identifier",
|
|
132
|
+
"name": "GeneralIconProps"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"type": "reference",
|
|
137
|
+
"typeName": {
|
|
138
|
+
"type": "identifier",
|
|
139
|
+
"name": "HTMLAttributes"
|
|
140
|
+
},
|
|
141
|
+
"typeParameters": {
|
|
142
|
+
"type": "typeParameterInstantiation",
|
|
143
|
+
"params": [
|
|
144
|
+
{
|
|
145
|
+
"type": "reference",
|
|
146
|
+
"typeName": {
|
|
147
|
+
"type": "identifier",
|
|
148
|
+
"name": "GeneralIcon"
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
]
|
|
11
155
|
}
|
|
12
156
|
}
|
|
13
157
|
},
|
|
@@ -724,6 +868,7 @@
|
|
|
724
868
|
"type": "keyword",
|
|
725
869
|
"value": "string"
|
|
726
870
|
},
|
|
871
|
+
"optional": true,
|
|
727
872
|
"computed": false
|
|
728
873
|
},
|
|
729
874
|
{
|
|
@@ -1358,6 +1503,7 @@
|
|
|
1358
1503
|
"type": "keyword",
|
|
1359
1504
|
"value": "string"
|
|
1360
1505
|
},
|
|
1506
|
+
"optional": true,
|
|
1361
1507
|
"computed": false
|
|
1362
1508
|
},
|
|
1363
1509
|
{
|
|
@@ -1417,110 +1563,6 @@
|
|
|
1417
1563
|
}
|
|
1418
1564
|
}
|
|
1419
1565
|
},
|
|
1420
|
-
"ai-portal.stat-with-mini-chart": {
|
|
1421
|
-
"properties": [
|
|
1422
|
-
{
|
|
1423
|
-
"name": "label",
|
|
1424
|
-
"annotation": {
|
|
1425
|
-
"type": "keyword",
|
|
1426
|
-
"value": "string"
|
|
1427
|
-
}
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"name": "value",
|
|
1431
|
-
"annotation": {
|
|
1432
|
-
"type": "keyword",
|
|
1433
|
-
"value": "string"
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"name": "size",
|
|
1438
|
-
"annotation": {
|
|
1439
|
-
"type": "union",
|
|
1440
|
-
"types": [
|
|
1441
|
-
{
|
|
1442
|
-
"type": "jsLiteral",
|
|
1443
|
-
"value": "medium"
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
"type": "jsLiteral",
|
|
1447
|
-
"value": "small"
|
|
1448
|
-
}
|
|
1449
|
-
]
|
|
1450
|
-
}
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "lineColor",
|
|
1454
|
-
"annotation": {
|
|
1455
|
-
"type": "keyword",
|
|
1456
|
-
"value": "string"
|
|
1457
|
-
}
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"name": "showArea",
|
|
1461
|
-
"annotation": {
|
|
1462
|
-
"type": "keyword",
|
|
1463
|
-
"value": "boolean"
|
|
1464
|
-
}
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"name": "min",
|
|
1468
|
-
"annotation": {
|
|
1469
|
-
"type": "keyword",
|
|
1470
|
-
"value": "number"
|
|
1471
|
-
}
|
|
1472
|
-
},
|
|
1473
|
-
{
|
|
1474
|
-
"name": "max",
|
|
1475
|
-
"annotation": {
|
|
1476
|
-
"type": "keyword",
|
|
1477
|
-
"value": "number"
|
|
1478
|
-
}
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"name": "xField",
|
|
1482
|
-
"annotation": {
|
|
1483
|
-
"type": "keyword",
|
|
1484
|
-
"value": "string"
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"name": "yField",
|
|
1489
|
-
"annotation": {
|
|
1490
|
-
"type": "keyword",
|
|
1491
|
-
"value": "string"
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
"name": "data",
|
|
1496
|
-
"annotation": {
|
|
1497
|
-
"type": "array",
|
|
1498
|
-
"elementType": {
|
|
1499
|
-
"type": "reference",
|
|
1500
|
-
"typeName": {
|
|
1501
|
-
"type": "identifier",
|
|
1502
|
-
"name": "Record"
|
|
1503
|
-
},
|
|
1504
|
-
"typeParameters": {
|
|
1505
|
-
"type": "typeParameterInstantiation",
|
|
1506
|
-
"params": [
|
|
1507
|
-
{
|
|
1508
|
-
"type": "keyword",
|
|
1509
|
-
"value": "string"
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"type": "keyword",
|
|
1513
|
-
"value": "number"
|
|
1514
|
-
}
|
|
1515
|
-
]
|
|
1516
|
-
}
|
|
1517
|
-
}
|
|
1518
|
-
}
|
|
1519
|
-
}
|
|
1520
|
-
],
|
|
1521
|
-
"events": [],
|
|
1522
|
-
"methods": []
|
|
1523
|
-
},
|
|
1524
1566
|
"ai-portal.set-chat-command": {
|
|
1525
1567
|
"type": "provider",
|
|
1526
1568
|
"params": [
|
|
@@ -1765,28 +1807,15 @@
|
|
|
1765
1807
|
}
|
|
1766
1808
|
]
|
|
1767
1809
|
},
|
|
1768
|
-
"ai-portal.
|
|
1810
|
+
"ai-portal.elevo-logo": {
|
|
1811
|
+
"properties": [],
|
|
1812
|
+
"events": [],
|
|
1813
|
+
"methods": []
|
|
1814
|
+
},
|
|
1815
|
+
"ai-portal.blank-state": {
|
|
1769
1816
|
"properties": [
|
|
1770
1817
|
{
|
|
1771
|
-
"name": "
|
|
1772
|
-
"annotation": {
|
|
1773
|
-
"type": "keyword",
|
|
1774
|
-
"value": "boolean"
|
|
1775
|
-
}
|
|
1776
|
-
}
|
|
1777
|
-
],
|
|
1778
|
-
"events": [],
|
|
1779
|
-
"methods": []
|
|
1780
|
-
},
|
|
1781
|
-
"ai-portal.elevo-logo": {
|
|
1782
|
-
"properties": [],
|
|
1783
|
-
"events": [],
|
|
1784
|
-
"methods": []
|
|
1785
|
-
},
|
|
1786
|
-
"ai-portal.blank-state": {
|
|
1787
|
-
"properties": [
|
|
1788
|
-
{
|
|
1789
|
-
"name": "illustration",
|
|
1818
|
+
"name": "illustration",
|
|
1790
1819
|
"annotation": {
|
|
1791
1820
|
"type": "reference",
|
|
1792
1821
|
"typeName": {
|
|
@@ -4095,6 +4124,48 @@
|
|
|
4095
4124
|
"name": "UploadOptions"
|
|
4096
4125
|
}
|
|
4097
4126
|
}
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
"name": "aiEmployees",
|
|
4130
|
+
"annotation": {
|
|
4131
|
+
"type": "array",
|
|
4132
|
+
"elementType": {
|
|
4133
|
+
"type": "reference",
|
|
4134
|
+
"typeName": {
|
|
4135
|
+
"type": "identifier",
|
|
4136
|
+
"name": "AIEmployee"
|
|
4137
|
+
}
|
|
4138
|
+
}
|
|
4139
|
+
}
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
"name": "commands",
|
|
4143
|
+
"annotation": {
|
|
4144
|
+
"type": "array",
|
|
4145
|
+
"elementType": {
|
|
4146
|
+
"type": "reference",
|
|
4147
|
+
"typeName": {
|
|
4148
|
+
"type": "identifier",
|
|
4149
|
+
"name": "Command"
|
|
4150
|
+
}
|
|
4151
|
+
}
|
|
4152
|
+
}
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "suggestionsPlacement",
|
|
4156
|
+
"annotation": {
|
|
4157
|
+
"type": "union",
|
|
4158
|
+
"types": [
|
|
4159
|
+
{
|
|
4160
|
+
"type": "jsLiteral",
|
|
4161
|
+
"value": "top"
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"type": "jsLiteral",
|
|
4165
|
+
"value": "bottom"
|
|
4166
|
+
}
|
|
4167
|
+
]
|
|
4168
|
+
}
|
|
4098
4169
|
}
|
|
4099
4170
|
],
|
|
4100
4171
|
"events": [
|
|
@@ -4242,6 +4313,127 @@
|
|
|
4242
4313
|
}
|
|
4243
4314
|
]
|
|
4244
4315
|
},
|
|
4316
|
+
{
|
|
4317
|
+
"type": "interface",
|
|
4318
|
+
"name": "AIEmployee",
|
|
4319
|
+
"body": [
|
|
4320
|
+
{
|
|
4321
|
+
"type": "propertySignature",
|
|
4322
|
+
"key": {
|
|
4323
|
+
"type": "identifier",
|
|
4324
|
+
"name": "employeeId"
|
|
4325
|
+
},
|
|
4326
|
+
"annotation": {
|
|
4327
|
+
"type": "keyword",
|
|
4328
|
+
"value": "string"
|
|
4329
|
+
},
|
|
4330
|
+
"computed": false
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"type": "propertySignature",
|
|
4334
|
+
"key": {
|
|
4335
|
+
"type": "identifier",
|
|
4336
|
+
"name": "name"
|
|
4337
|
+
},
|
|
4338
|
+
"annotation": {
|
|
4339
|
+
"type": "keyword",
|
|
4340
|
+
"value": "string"
|
|
4341
|
+
},
|
|
4342
|
+
"computed": false
|
|
4343
|
+
}
|
|
4344
|
+
]
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"type": "interface",
|
|
4348
|
+
"name": "Command",
|
|
4349
|
+
"body": [
|
|
4350
|
+
{
|
|
4351
|
+
"type": "propertySignature",
|
|
4352
|
+
"key": {
|
|
4353
|
+
"type": "identifier",
|
|
4354
|
+
"name": "label"
|
|
4355
|
+
},
|
|
4356
|
+
"annotation": {
|
|
4357
|
+
"type": "keyword",
|
|
4358
|
+
"value": "string"
|
|
4359
|
+
},
|
|
4360
|
+
"computed": false
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"type": "propertySignature",
|
|
4364
|
+
"key": {
|
|
4365
|
+
"type": "identifier",
|
|
4366
|
+
"name": "value"
|
|
4367
|
+
},
|
|
4368
|
+
"annotation": {
|
|
4369
|
+
"type": "keyword",
|
|
4370
|
+
"value": "string"
|
|
4371
|
+
},
|
|
4372
|
+
"computed": false
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"type": "propertySignature",
|
|
4376
|
+
"key": {
|
|
4377
|
+
"type": "identifier",
|
|
4378
|
+
"name": "groupKey"
|
|
4379
|
+
},
|
|
4380
|
+
"annotation": {
|
|
4381
|
+
"type": "keyword",
|
|
4382
|
+
"value": "string"
|
|
4383
|
+
},
|
|
4384
|
+
"optional": true,
|
|
4385
|
+
"computed": false
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"type": "propertySignature",
|
|
4389
|
+
"key": {
|
|
4390
|
+
"type": "identifier",
|
|
4391
|
+
"name": "groupLabel"
|
|
4392
|
+
},
|
|
4393
|
+
"annotation": {
|
|
4394
|
+
"type": "keyword",
|
|
4395
|
+
"value": "string"
|
|
4396
|
+
},
|
|
4397
|
+
"optional": true,
|
|
4398
|
+
"computed": false
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"type": "propertySignature",
|
|
4402
|
+
"key": {
|
|
4403
|
+
"type": "identifier",
|
|
4404
|
+
"name": "subCommands"
|
|
4405
|
+
},
|
|
4406
|
+
"annotation": {
|
|
4407
|
+
"type": "array",
|
|
4408
|
+
"elementType": {
|
|
4409
|
+
"type": "reference",
|
|
4410
|
+
"typeName": {
|
|
4411
|
+
"type": "identifier",
|
|
4412
|
+
"name": "Command"
|
|
4413
|
+
}
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
4416
|
+
"optional": true,
|
|
4417
|
+
"computed": false
|
|
4418
|
+
},
|
|
4419
|
+
{
|
|
4420
|
+
"type": "propertySignature",
|
|
4421
|
+
"key": {
|
|
4422
|
+
"type": "identifier",
|
|
4423
|
+
"name": "payload"
|
|
4424
|
+
},
|
|
4425
|
+
"annotation": {
|
|
4426
|
+
"type": "reference",
|
|
4427
|
+
"typeName": {
|
|
4428
|
+
"type": "identifier",
|
|
4429
|
+
"name": "CommandPayload"
|
|
4430
|
+
}
|
|
4431
|
+
},
|
|
4432
|
+
"optional": true,
|
|
4433
|
+
"computed": false
|
|
4434
|
+
}
|
|
4435
|
+
]
|
|
4436
|
+
},
|
|
4245
4437
|
{
|
|
4246
4438
|
"type": "interface",
|
|
4247
4439
|
"name": "ChatPayload",
|
|
@@ -4358,530 +4550,49 @@
|
|
|
4358
4550
|
"computed": false
|
|
4359
4551
|
}
|
|
4360
4552
|
]
|
|
4553
|
+
}
|
|
4554
|
+
]
|
|
4555
|
+
},
|
|
4556
|
+
"ai-portal.show-case": {
|
|
4557
|
+
"properties": [
|
|
4558
|
+
{
|
|
4559
|
+
"name": "caseTitle",
|
|
4560
|
+
"annotation": {
|
|
4561
|
+
"type": "keyword",
|
|
4562
|
+
"value": "string"
|
|
4563
|
+
}
|
|
4361
4564
|
},
|
|
4362
4565
|
{
|
|
4363
|
-
"
|
|
4364
|
-
"name": "CommandPayload",
|
|
4566
|
+
"name": "summary",
|
|
4365
4567
|
"annotation": {
|
|
4366
|
-
"type": "
|
|
4367
|
-
"
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
{
|
|
4390
|
-
"type": "
|
|
4391
|
-
"
|
|
4392
|
-
"type": "identifier",
|
|
4393
|
-
"name": "CommandPayloadGoalPlan"
|
|
4394
|
-
}
|
|
4395
|
-
},
|
|
4396
|
-
{
|
|
4397
|
-
"type": "reference",
|
|
4398
|
-
"typeName": {
|
|
4399
|
-
"type": "identifier",
|
|
4400
|
-
"name": "LegacyCommandPayloadServiceFlowStarting"
|
|
4401
|
-
}
|
|
4568
|
+
"type": "keyword",
|
|
4569
|
+
"value": "string"
|
|
4570
|
+
}
|
|
4571
|
+
},
|
|
4572
|
+
{
|
|
4573
|
+
"name": "url",
|
|
4574
|
+
"annotation": {
|
|
4575
|
+
"type": "keyword",
|
|
4576
|
+
"value": "string"
|
|
4577
|
+
}
|
|
4578
|
+
}
|
|
4579
|
+
],
|
|
4580
|
+
"events": [],
|
|
4581
|
+
"methods": []
|
|
4582
|
+
},
|
|
4583
|
+
"ai-portal.flow-tabs": {
|
|
4584
|
+
"properties": [
|
|
4585
|
+
{
|
|
4586
|
+
"name": "tabs",
|
|
4587
|
+
"annotation": {
|
|
4588
|
+
"type": "array",
|
|
4589
|
+
"elementType": {
|
|
4590
|
+
"type": "reference",
|
|
4591
|
+
"typeName": {
|
|
4592
|
+
"type": "identifier",
|
|
4593
|
+
"name": "Tab"
|
|
4402
4594
|
}
|
|
4403
|
-
|
|
4404
|
-
}
|
|
4405
|
-
},
|
|
4406
|
-
{
|
|
4407
|
-
"type": "interface",
|
|
4408
|
-
"name": "CommandPayloadServiceFlowStart",
|
|
4409
|
-
"body": [
|
|
4410
|
-
{
|
|
4411
|
-
"type": "propertySignature",
|
|
4412
|
-
"key": {
|
|
4413
|
-
"type": "identifier",
|
|
4414
|
-
"name": "type"
|
|
4415
|
-
},
|
|
4416
|
-
"annotation": {
|
|
4417
|
-
"type": "jsLiteral",
|
|
4418
|
-
"value": "serviceflow-start"
|
|
4419
|
-
},
|
|
4420
|
-
"computed": false
|
|
4421
|
-
},
|
|
4422
|
-
{
|
|
4423
|
-
"type": "propertySignature",
|
|
4424
|
-
"key": {
|
|
4425
|
-
"type": "identifier",
|
|
4426
|
-
"name": "payload"
|
|
4427
|
-
},
|
|
4428
|
-
"annotation": {
|
|
4429
|
-
"type": "typeLiteral",
|
|
4430
|
-
"members": [
|
|
4431
|
-
{
|
|
4432
|
-
"type": "propertySignature",
|
|
4433
|
-
"key": {
|
|
4434
|
-
"type": "identifier",
|
|
4435
|
-
"name": "spaceInstanceId"
|
|
4436
|
-
},
|
|
4437
|
-
"annotation": {
|
|
4438
|
-
"type": "keyword",
|
|
4439
|
-
"value": "string"
|
|
4440
|
-
},
|
|
4441
|
-
"computed": false
|
|
4442
|
-
},
|
|
4443
|
-
{
|
|
4444
|
-
"type": "propertySignature",
|
|
4445
|
-
"key": {
|
|
4446
|
-
"type": "identifier",
|
|
4447
|
-
"name": "spaceName"
|
|
4448
|
-
},
|
|
4449
|
-
"annotation": {
|
|
4450
|
-
"type": "keyword",
|
|
4451
|
-
"value": "string"
|
|
4452
|
-
},
|
|
4453
|
-
"optional": true,
|
|
4454
|
-
"computed": false
|
|
4455
|
-
},
|
|
4456
|
-
{
|
|
4457
|
-
"type": "propertySignature",
|
|
4458
|
-
"key": {
|
|
4459
|
-
"type": "identifier",
|
|
4460
|
-
"name": "flowInstanceId"
|
|
4461
|
-
},
|
|
4462
|
-
"annotation": {
|
|
4463
|
-
"type": "keyword",
|
|
4464
|
-
"value": "string"
|
|
4465
|
-
},
|
|
4466
|
-
"optional": true,
|
|
4467
|
-
"computed": false
|
|
4468
|
-
},
|
|
4469
|
-
{
|
|
4470
|
-
"type": "propertySignature",
|
|
4471
|
-
"key": {
|
|
4472
|
-
"type": "identifier",
|
|
4473
|
-
"name": "flowName"
|
|
4474
|
-
},
|
|
4475
|
-
"annotation": {
|
|
4476
|
-
"type": "keyword",
|
|
4477
|
-
"value": "string"
|
|
4478
|
-
},
|
|
4479
|
-
"optional": true,
|
|
4480
|
-
"computed": false
|
|
4481
|
-
}
|
|
4482
|
-
]
|
|
4483
|
-
},
|
|
4484
|
-
"computed": false
|
|
4485
|
-
}
|
|
4486
|
-
],
|
|
4487
|
-
"extends": [
|
|
4488
|
-
{
|
|
4489
|
-
"type": "expressionWithTypeArguments",
|
|
4490
|
-
"expression": {
|
|
4491
|
-
"type": "identifier",
|
|
4492
|
-
"name": "BaseCommandPayload"
|
|
4493
|
-
}
|
|
4494
|
-
}
|
|
4495
|
-
]
|
|
4496
|
-
},
|
|
4497
|
-
{
|
|
4498
|
-
"type": "interface",
|
|
4499
|
-
"name": "BaseCommandPayload",
|
|
4500
|
-
"body": [
|
|
4501
|
-
{
|
|
4502
|
-
"type": "propertySignature",
|
|
4503
|
-
"key": {
|
|
4504
|
-
"type": "identifier",
|
|
4505
|
-
"name": "type"
|
|
4506
|
-
},
|
|
4507
|
-
"annotation": {
|
|
4508
|
-
"type": "keyword",
|
|
4509
|
-
"value": "string"
|
|
4510
|
-
},
|
|
4511
|
-
"computed": false
|
|
4512
|
-
},
|
|
4513
|
-
{
|
|
4514
|
-
"type": "propertySignature",
|
|
4515
|
-
"key": {
|
|
4516
|
-
"type": "identifier",
|
|
4517
|
-
"name": "payload"
|
|
4518
|
-
},
|
|
4519
|
-
"annotation": {
|
|
4520
|
-
"type": "keyword",
|
|
4521
|
-
"value": "unknown"
|
|
4522
|
-
},
|
|
4523
|
-
"optional": true,
|
|
4524
|
-
"computed": false
|
|
4525
|
-
}
|
|
4526
|
-
]
|
|
4527
|
-
},
|
|
4528
|
-
{
|
|
4529
|
-
"type": "interface",
|
|
4530
|
-
"name": "CommandPayloadServiceFlowCreate",
|
|
4531
|
-
"body": [
|
|
4532
|
-
{
|
|
4533
|
-
"type": "propertySignature",
|
|
4534
|
-
"key": {
|
|
4535
|
-
"type": "identifier",
|
|
4536
|
-
"name": "type"
|
|
4537
|
-
},
|
|
4538
|
-
"annotation": {
|
|
4539
|
-
"type": "jsLiteral",
|
|
4540
|
-
"value": "serviceflow-create"
|
|
4541
|
-
},
|
|
4542
|
-
"computed": false
|
|
4543
|
-
},
|
|
4544
|
-
{
|
|
4545
|
-
"type": "propertySignature",
|
|
4546
|
-
"key": {
|
|
4547
|
-
"type": "identifier",
|
|
4548
|
-
"name": "payload"
|
|
4549
|
-
},
|
|
4550
|
-
"annotation": {
|
|
4551
|
-
"type": "typeLiteral",
|
|
4552
|
-
"members": [
|
|
4553
|
-
{
|
|
4554
|
-
"type": "propertySignature",
|
|
4555
|
-
"key": {
|
|
4556
|
-
"type": "identifier",
|
|
4557
|
-
"name": "spaceInstanceId"
|
|
4558
|
-
},
|
|
4559
|
-
"annotation": {
|
|
4560
|
-
"type": "keyword",
|
|
4561
|
-
"value": "string"
|
|
4562
|
-
},
|
|
4563
|
-
"computed": false
|
|
4564
|
-
},
|
|
4565
|
-
{
|
|
4566
|
-
"type": "propertySignature",
|
|
4567
|
-
"key": {
|
|
4568
|
-
"type": "identifier",
|
|
4569
|
-
"name": "spaceName"
|
|
4570
|
-
},
|
|
4571
|
-
"annotation": {
|
|
4572
|
-
"type": "keyword",
|
|
4573
|
-
"value": "string"
|
|
4574
|
-
},
|
|
4575
|
-
"optional": true,
|
|
4576
|
-
"computed": false
|
|
4577
|
-
}
|
|
4578
|
-
]
|
|
4579
|
-
},
|
|
4580
|
-
"computed": false
|
|
4581
|
-
}
|
|
4582
|
-
],
|
|
4583
|
-
"extends": [
|
|
4584
|
-
{
|
|
4585
|
-
"type": "expressionWithTypeArguments",
|
|
4586
|
-
"expression": {
|
|
4587
|
-
"type": "identifier",
|
|
4588
|
-
"name": "BaseCommandPayload"
|
|
4589
|
-
}
|
|
4590
|
-
}
|
|
4591
|
-
]
|
|
4592
|
-
},
|
|
4593
|
-
{
|
|
4594
|
-
"type": "interface",
|
|
4595
|
-
"name": "CommandPayloadServiceFlowEdit",
|
|
4596
|
-
"body": [
|
|
4597
|
-
{
|
|
4598
|
-
"type": "propertySignature",
|
|
4599
|
-
"key": {
|
|
4600
|
-
"type": "identifier",
|
|
4601
|
-
"name": "type"
|
|
4602
|
-
},
|
|
4603
|
-
"annotation": {
|
|
4604
|
-
"type": "jsLiteral",
|
|
4605
|
-
"value": "serviceflow-edit"
|
|
4606
|
-
},
|
|
4607
|
-
"computed": false
|
|
4608
|
-
},
|
|
4609
|
-
{
|
|
4610
|
-
"type": "propertySignature",
|
|
4611
|
-
"key": {
|
|
4612
|
-
"type": "identifier",
|
|
4613
|
-
"name": "payload"
|
|
4614
|
-
},
|
|
4615
|
-
"annotation": {
|
|
4616
|
-
"type": "typeLiteral",
|
|
4617
|
-
"members": [
|
|
4618
|
-
{
|
|
4619
|
-
"type": "propertySignature",
|
|
4620
|
-
"key": {
|
|
4621
|
-
"type": "identifier",
|
|
4622
|
-
"name": "spaceInstanceId"
|
|
4623
|
-
},
|
|
4624
|
-
"annotation": {
|
|
4625
|
-
"type": "keyword",
|
|
4626
|
-
"value": "string"
|
|
4627
|
-
},
|
|
4628
|
-
"computed": false
|
|
4629
|
-
},
|
|
4630
|
-
{
|
|
4631
|
-
"type": "propertySignature",
|
|
4632
|
-
"key": {
|
|
4633
|
-
"type": "identifier",
|
|
4634
|
-
"name": "spaceName"
|
|
4635
|
-
},
|
|
4636
|
-
"annotation": {
|
|
4637
|
-
"type": "keyword",
|
|
4638
|
-
"value": "string"
|
|
4639
|
-
},
|
|
4640
|
-
"optional": true,
|
|
4641
|
-
"computed": false
|
|
4642
|
-
},
|
|
4643
|
-
{
|
|
4644
|
-
"type": "propertySignature",
|
|
4645
|
-
"key": {
|
|
4646
|
-
"type": "identifier",
|
|
4647
|
-
"name": "flowInstanceId"
|
|
4648
|
-
},
|
|
4649
|
-
"annotation": {
|
|
4650
|
-
"type": "keyword",
|
|
4651
|
-
"value": "string"
|
|
4652
|
-
},
|
|
4653
|
-
"computed": false
|
|
4654
|
-
},
|
|
4655
|
-
{
|
|
4656
|
-
"type": "propertySignature",
|
|
4657
|
-
"key": {
|
|
4658
|
-
"type": "identifier",
|
|
4659
|
-
"name": "flowName"
|
|
4660
|
-
},
|
|
4661
|
-
"annotation": {
|
|
4662
|
-
"type": "keyword",
|
|
4663
|
-
"value": "string"
|
|
4664
|
-
},
|
|
4665
|
-
"optional": true,
|
|
4666
|
-
"computed": false
|
|
4667
|
-
}
|
|
4668
|
-
]
|
|
4669
|
-
},
|
|
4670
|
-
"computed": false
|
|
4671
|
-
}
|
|
4672
|
-
],
|
|
4673
|
-
"extends": [
|
|
4674
|
-
{
|
|
4675
|
-
"type": "expressionWithTypeArguments",
|
|
4676
|
-
"expression": {
|
|
4677
|
-
"type": "identifier",
|
|
4678
|
-
"name": "BaseCommandPayload"
|
|
4679
|
-
}
|
|
4680
|
-
}
|
|
4681
|
-
]
|
|
4682
|
-
},
|
|
4683
|
-
{
|
|
4684
|
-
"type": "interface",
|
|
4685
|
-
"name": "CommandPayloadGoalPlan",
|
|
4686
|
-
"body": [
|
|
4687
|
-
{
|
|
4688
|
-
"type": "propertySignature",
|
|
4689
|
-
"key": {
|
|
4690
|
-
"type": "identifier",
|
|
4691
|
-
"name": "type"
|
|
4692
|
-
},
|
|
4693
|
-
"annotation": {
|
|
4694
|
-
"type": "jsLiteral",
|
|
4695
|
-
"value": "goal-plan"
|
|
4696
|
-
},
|
|
4697
|
-
"computed": false
|
|
4698
|
-
},
|
|
4699
|
-
{
|
|
4700
|
-
"type": "propertySignature",
|
|
4701
|
-
"key": {
|
|
4702
|
-
"type": "identifier",
|
|
4703
|
-
"name": "payload"
|
|
4704
|
-
},
|
|
4705
|
-
"annotation": {
|
|
4706
|
-
"type": "typeLiteral",
|
|
4707
|
-
"members": [
|
|
4708
|
-
{
|
|
4709
|
-
"type": "propertySignature",
|
|
4710
|
-
"key": {
|
|
4711
|
-
"type": "identifier",
|
|
4712
|
-
"name": "goalId"
|
|
4713
|
-
},
|
|
4714
|
-
"annotation": {
|
|
4715
|
-
"type": "keyword",
|
|
4716
|
-
"value": "string"
|
|
4717
|
-
},
|
|
4718
|
-
"computed": false
|
|
4719
|
-
},
|
|
4720
|
-
{
|
|
4721
|
-
"type": "propertySignature",
|
|
4722
|
-
"key": {
|
|
4723
|
-
"type": "identifier",
|
|
4724
|
-
"name": "goalName"
|
|
4725
|
-
},
|
|
4726
|
-
"annotation": {
|
|
4727
|
-
"type": "keyword",
|
|
4728
|
-
"value": "string"
|
|
4729
|
-
},
|
|
4730
|
-
"optional": true,
|
|
4731
|
-
"computed": false
|
|
4732
|
-
},
|
|
4733
|
-
{
|
|
4734
|
-
"type": "propertySignature",
|
|
4735
|
-
"key": {
|
|
4736
|
-
"type": "identifier",
|
|
4737
|
-
"name": "description"
|
|
4738
|
-
},
|
|
4739
|
-
"annotation": {
|
|
4740
|
-
"type": "keyword",
|
|
4741
|
-
"value": "string"
|
|
4742
|
-
},
|
|
4743
|
-
"optional": true,
|
|
4744
|
-
"computed": false
|
|
4745
|
-
}
|
|
4746
|
-
]
|
|
4747
|
-
},
|
|
4748
|
-
"computed": false
|
|
4749
|
-
}
|
|
4750
|
-
],
|
|
4751
|
-
"extends": [
|
|
4752
|
-
{
|
|
4753
|
-
"type": "expressionWithTypeArguments",
|
|
4754
|
-
"expression": {
|
|
4755
|
-
"type": "identifier",
|
|
4756
|
-
"name": "BaseCommandPayload"
|
|
4757
|
-
}
|
|
4758
|
-
}
|
|
4759
|
-
]
|
|
4760
|
-
},
|
|
4761
|
-
{
|
|
4762
|
-
"type": "interface",
|
|
4763
|
-
"name": "LegacyCommandPayloadServiceFlowStarting",
|
|
4764
|
-
"body": [
|
|
4765
|
-
{
|
|
4766
|
-
"type": "propertySignature",
|
|
4767
|
-
"key": {
|
|
4768
|
-
"type": "identifier",
|
|
4769
|
-
"name": "type"
|
|
4770
|
-
},
|
|
4771
|
-
"annotation": {
|
|
4772
|
-
"type": "jsLiteral",
|
|
4773
|
-
"value": "serviceFlowStarting"
|
|
4774
|
-
},
|
|
4775
|
-
"computed": false
|
|
4776
|
-
},
|
|
4777
|
-
{
|
|
4778
|
-
"type": "propertySignature",
|
|
4779
|
-
"key": {
|
|
4780
|
-
"type": "identifier",
|
|
4781
|
-
"name": "serviceFlowStarting"
|
|
4782
|
-
},
|
|
4783
|
-
"annotation": {
|
|
4784
|
-
"type": "typeLiteral",
|
|
4785
|
-
"members": [
|
|
4786
|
-
{
|
|
4787
|
-
"type": "propertySignature",
|
|
4788
|
-
"key": {
|
|
4789
|
-
"type": "identifier",
|
|
4790
|
-
"name": "spaceInstanceId"
|
|
4791
|
-
},
|
|
4792
|
-
"annotation": {
|
|
4793
|
-
"type": "keyword",
|
|
4794
|
-
"value": "string"
|
|
4795
|
-
},
|
|
4796
|
-
"computed": false
|
|
4797
|
-
},
|
|
4798
|
-
{
|
|
4799
|
-
"type": "propertySignature",
|
|
4800
|
-
"key": {
|
|
4801
|
-
"type": "identifier",
|
|
4802
|
-
"name": "spaceName"
|
|
4803
|
-
},
|
|
4804
|
-
"annotation": {
|
|
4805
|
-
"type": "keyword",
|
|
4806
|
-
"value": "string"
|
|
4807
|
-
},
|
|
4808
|
-
"optional": true,
|
|
4809
|
-
"computed": false
|
|
4810
|
-
},
|
|
4811
|
-
{
|
|
4812
|
-
"type": "propertySignature",
|
|
4813
|
-
"key": {
|
|
4814
|
-
"type": "identifier",
|
|
4815
|
-
"name": "flowInstanceId"
|
|
4816
|
-
},
|
|
4817
|
-
"annotation": {
|
|
4818
|
-
"type": "keyword",
|
|
4819
|
-
"value": "string"
|
|
4820
|
-
},
|
|
4821
|
-
"optional": true,
|
|
4822
|
-
"computed": false
|
|
4823
|
-
},
|
|
4824
|
-
{
|
|
4825
|
-
"type": "propertySignature",
|
|
4826
|
-
"key": {
|
|
4827
|
-
"type": "identifier",
|
|
4828
|
-
"name": "flowName"
|
|
4829
|
-
},
|
|
4830
|
-
"annotation": {
|
|
4831
|
-
"type": "keyword",
|
|
4832
|
-
"value": "string"
|
|
4833
|
-
},
|
|
4834
|
-
"optional": true,
|
|
4835
|
-
"computed": false
|
|
4836
|
-
}
|
|
4837
|
-
]
|
|
4838
|
-
},
|
|
4839
|
-
"computed": false
|
|
4840
|
-
}
|
|
4841
|
-
]
|
|
4842
|
-
}
|
|
4843
|
-
]
|
|
4844
|
-
},
|
|
4845
|
-
"ai-portal.show-case": {
|
|
4846
|
-
"properties": [
|
|
4847
|
-
{
|
|
4848
|
-
"name": "caseTitle",
|
|
4849
|
-
"annotation": {
|
|
4850
|
-
"type": "keyword",
|
|
4851
|
-
"value": "string"
|
|
4852
|
-
}
|
|
4853
|
-
},
|
|
4854
|
-
{
|
|
4855
|
-
"name": "summary",
|
|
4856
|
-
"annotation": {
|
|
4857
|
-
"type": "keyword",
|
|
4858
|
-
"value": "string"
|
|
4859
|
-
}
|
|
4860
|
-
},
|
|
4861
|
-
{
|
|
4862
|
-
"name": "url",
|
|
4863
|
-
"annotation": {
|
|
4864
|
-
"type": "keyword",
|
|
4865
|
-
"value": "string"
|
|
4866
|
-
}
|
|
4867
|
-
}
|
|
4868
|
-
],
|
|
4869
|
-
"events": [],
|
|
4870
|
-
"methods": []
|
|
4871
|
-
},
|
|
4872
|
-
"ai-portal.flow-tabs": {
|
|
4873
|
-
"properties": [
|
|
4874
|
-
{
|
|
4875
|
-
"name": "tabs",
|
|
4876
|
-
"annotation": {
|
|
4877
|
-
"type": "array",
|
|
4878
|
-
"elementType": {
|
|
4879
|
-
"type": "reference",
|
|
4880
|
-
"typeName": {
|
|
4881
|
-
"type": "identifier",
|
|
4882
|
-
"name": "Tab"
|
|
4883
|
-
}
|
|
4884
|
-
}
|
|
4595
|
+
}
|
|
4885
4596
|
}
|
|
4886
4597
|
},
|
|
4887
4598
|
{
|
|
@@ -7564,6 +7275,32 @@
|
|
|
7564
7275
|
"value": "boolean"
|
|
7565
7276
|
}
|
|
7566
7277
|
},
|
|
7278
|
+
{
|
|
7279
|
+
"name": "aiEmployees",
|
|
7280
|
+
"annotation": {
|
|
7281
|
+
"type": "array",
|
|
7282
|
+
"elementType": {
|
|
7283
|
+
"type": "reference",
|
|
7284
|
+
"typeName": {
|
|
7285
|
+
"type": "identifier",
|
|
7286
|
+
"name": "AIEmployee"
|
|
7287
|
+
}
|
|
7288
|
+
}
|
|
7289
|
+
}
|
|
7290
|
+
},
|
|
7291
|
+
{
|
|
7292
|
+
"name": "commands",
|
|
7293
|
+
"annotation": {
|
|
7294
|
+
"type": "array",
|
|
7295
|
+
"elementType": {
|
|
7296
|
+
"type": "reference",
|
|
7297
|
+
"typeName": {
|
|
7298
|
+
"type": "identifier",
|
|
7299
|
+
"name": "Command"
|
|
7300
|
+
}
|
|
7301
|
+
}
|
|
7302
|
+
}
|
|
7303
|
+
},
|
|
7567
7304
|
{
|
|
7568
7305
|
"name": "uploadOptions",
|
|
7569
7306
|
"annotation": {
|
|
@@ -8231,6 +7968,7 @@
|
|
|
8231
7968
|
"type": "keyword",
|
|
8232
7969
|
"value": "string"
|
|
8233
7970
|
},
|
|
7971
|
+
"optional": true,
|
|
8234
7972
|
"computed": false
|
|
8235
7973
|
},
|
|
8236
7974
|
{
|
|
@@ -8280,13 +8018,80 @@
|
|
|
8280
8018
|
},
|
|
8281
8019
|
{
|
|
8282
8020
|
"type": "interface",
|
|
8283
|
-
"name": "ShowCaseType",
|
|
8021
|
+
"name": "ShowCaseType",
|
|
8022
|
+
"body": [
|
|
8023
|
+
{
|
|
8024
|
+
"type": "propertySignature",
|
|
8025
|
+
"key": {
|
|
8026
|
+
"type": "identifier",
|
|
8027
|
+
"name": "conversationId"
|
|
8028
|
+
},
|
|
8029
|
+
"annotation": {
|
|
8030
|
+
"type": "keyword",
|
|
8031
|
+
"value": "string"
|
|
8032
|
+
},
|
|
8033
|
+
"computed": false
|
|
8034
|
+
},
|
|
8035
|
+
{
|
|
8036
|
+
"type": "propertySignature",
|
|
8037
|
+
"key": {
|
|
8038
|
+
"type": "identifier",
|
|
8039
|
+
"name": "title"
|
|
8040
|
+
},
|
|
8041
|
+
"annotation": {
|
|
8042
|
+
"type": "keyword",
|
|
8043
|
+
"value": "string"
|
|
8044
|
+
},
|
|
8045
|
+
"computed": false
|
|
8046
|
+
},
|
|
8047
|
+
{
|
|
8048
|
+
"type": "propertySignature",
|
|
8049
|
+
"key": {
|
|
8050
|
+
"type": "identifier",
|
|
8051
|
+
"name": "summary"
|
|
8052
|
+
},
|
|
8053
|
+
"annotation": {
|
|
8054
|
+
"type": "keyword",
|
|
8055
|
+
"value": "string"
|
|
8056
|
+
},
|
|
8057
|
+
"computed": false
|
|
8058
|
+
},
|
|
8059
|
+
{
|
|
8060
|
+
"type": "propertySignature",
|
|
8061
|
+
"key": {
|
|
8062
|
+
"type": "identifier",
|
|
8063
|
+
"name": "scenario"
|
|
8064
|
+
},
|
|
8065
|
+
"annotation": {
|
|
8066
|
+
"type": "keyword",
|
|
8067
|
+
"value": "string"
|
|
8068
|
+
},
|
|
8069
|
+
"computed": false
|
|
8070
|
+
},
|
|
8071
|
+
{
|
|
8072
|
+
"type": "propertySignature",
|
|
8073
|
+
"key": {
|
|
8074
|
+
"type": "identifier",
|
|
8075
|
+
"name": "url"
|
|
8076
|
+
},
|
|
8077
|
+
"annotation": {
|
|
8078
|
+
"type": "keyword",
|
|
8079
|
+
"value": "string"
|
|
8080
|
+
},
|
|
8081
|
+
"optional": true,
|
|
8082
|
+
"computed": false
|
|
8083
|
+
}
|
|
8084
|
+
]
|
|
8085
|
+
},
|
|
8086
|
+
{
|
|
8087
|
+
"type": "interface",
|
|
8088
|
+
"name": "ExampleProject",
|
|
8284
8089
|
"body": [
|
|
8285
8090
|
{
|
|
8286
8091
|
"type": "propertySignature",
|
|
8287
8092
|
"key": {
|
|
8288
8093
|
"type": "identifier",
|
|
8289
|
-
"name": "
|
|
8094
|
+
"name": "instanceId"
|
|
8290
8095
|
},
|
|
8291
8096
|
"annotation": {
|
|
8292
8097
|
"type": "keyword",
|
|
@@ -8298,7 +8103,7 @@
|
|
|
8298
8103
|
"type": "propertySignature",
|
|
8299
8104
|
"key": {
|
|
8300
8105
|
"type": "identifier",
|
|
8301
|
-
"name": "
|
|
8106
|
+
"name": "name"
|
|
8302
8107
|
},
|
|
8303
8108
|
"annotation": {
|
|
8304
8109
|
"type": "keyword",
|
|
@@ -8310,19 +8115,26 @@
|
|
|
8310
8115
|
"type": "propertySignature",
|
|
8311
8116
|
"key": {
|
|
8312
8117
|
"type": "identifier",
|
|
8313
|
-
"name": "
|
|
8118
|
+
"name": "url"
|
|
8314
8119
|
},
|
|
8315
8120
|
"annotation": {
|
|
8316
8121
|
"type": "keyword",
|
|
8317
8122
|
"value": "string"
|
|
8318
8123
|
},
|
|
8124
|
+
"optional": true,
|
|
8319
8125
|
"computed": false
|
|
8320
|
-
}
|
|
8126
|
+
}
|
|
8127
|
+
]
|
|
8128
|
+
},
|
|
8129
|
+
{
|
|
8130
|
+
"type": "interface",
|
|
8131
|
+
"name": "AIEmployee",
|
|
8132
|
+
"body": [
|
|
8321
8133
|
{
|
|
8322
8134
|
"type": "propertySignature",
|
|
8323
8135
|
"key": {
|
|
8324
8136
|
"type": "identifier",
|
|
8325
|
-
"name": "
|
|
8137
|
+
"name": "employeeId"
|
|
8326
8138
|
},
|
|
8327
8139
|
"annotation": {
|
|
8328
8140
|
"type": "keyword",
|
|
@@ -8334,26 +8146,25 @@
|
|
|
8334
8146
|
"type": "propertySignature",
|
|
8335
8147
|
"key": {
|
|
8336
8148
|
"type": "identifier",
|
|
8337
|
-
"name": "
|
|
8149
|
+
"name": "name"
|
|
8338
8150
|
},
|
|
8339
8151
|
"annotation": {
|
|
8340
8152
|
"type": "keyword",
|
|
8341
8153
|
"value": "string"
|
|
8342
8154
|
},
|
|
8343
|
-
"optional": true,
|
|
8344
8155
|
"computed": false
|
|
8345
8156
|
}
|
|
8346
8157
|
]
|
|
8347
8158
|
},
|
|
8348
8159
|
{
|
|
8349
8160
|
"type": "interface",
|
|
8350
|
-
"name": "
|
|
8161
|
+
"name": "Command",
|
|
8351
8162
|
"body": [
|
|
8352
8163
|
{
|
|
8353
8164
|
"type": "propertySignature",
|
|
8354
8165
|
"key": {
|
|
8355
8166
|
"type": "identifier",
|
|
8356
|
-
"name": "
|
|
8167
|
+
"name": "label"
|
|
8357
8168
|
},
|
|
8358
8169
|
"annotation": {
|
|
8359
8170
|
"type": "keyword",
|
|
@@ -8365,7 +8176,7 @@
|
|
|
8365
8176
|
"type": "propertySignature",
|
|
8366
8177
|
"key": {
|
|
8367
8178
|
"type": "identifier",
|
|
8368
|
-
"name": "
|
|
8179
|
+
"name": "value"
|
|
8369
8180
|
},
|
|
8370
8181
|
"annotation": {
|
|
8371
8182
|
"type": "keyword",
|
|
@@ -8377,7 +8188,20 @@
|
|
|
8377
8188
|
"type": "propertySignature",
|
|
8378
8189
|
"key": {
|
|
8379
8190
|
"type": "identifier",
|
|
8380
|
-
"name": "
|
|
8191
|
+
"name": "groupKey"
|
|
8192
|
+
},
|
|
8193
|
+
"annotation": {
|
|
8194
|
+
"type": "keyword",
|
|
8195
|
+
"value": "string"
|
|
8196
|
+
},
|
|
8197
|
+
"optional": true,
|
|
8198
|
+
"computed": false
|
|
8199
|
+
},
|
|
8200
|
+
{
|
|
8201
|
+
"type": "propertySignature",
|
|
8202
|
+
"key": {
|
|
8203
|
+
"type": "identifier",
|
|
8204
|
+
"name": "groupLabel"
|
|
8381
8205
|
},
|
|
8382
8206
|
"annotation": {
|
|
8383
8207
|
"type": "keyword",
|
|
@@ -8385,6 +8209,41 @@
|
|
|
8385
8209
|
},
|
|
8386
8210
|
"optional": true,
|
|
8387
8211
|
"computed": false
|
|
8212
|
+
},
|
|
8213
|
+
{
|
|
8214
|
+
"type": "propertySignature",
|
|
8215
|
+
"key": {
|
|
8216
|
+
"type": "identifier",
|
|
8217
|
+
"name": "subCommands"
|
|
8218
|
+
},
|
|
8219
|
+
"annotation": {
|
|
8220
|
+
"type": "array",
|
|
8221
|
+
"elementType": {
|
|
8222
|
+
"type": "reference",
|
|
8223
|
+
"typeName": {
|
|
8224
|
+
"type": "identifier",
|
|
8225
|
+
"name": "Command"
|
|
8226
|
+
}
|
|
8227
|
+
}
|
|
8228
|
+
},
|
|
8229
|
+
"optional": true,
|
|
8230
|
+
"computed": false
|
|
8231
|
+
},
|
|
8232
|
+
{
|
|
8233
|
+
"type": "propertySignature",
|
|
8234
|
+
"key": {
|
|
8235
|
+
"type": "identifier",
|
|
8236
|
+
"name": "payload"
|
|
8237
|
+
},
|
|
8238
|
+
"annotation": {
|
|
8239
|
+
"type": "reference",
|
|
8240
|
+
"typeName": {
|
|
8241
|
+
"type": "identifier",
|
|
8242
|
+
"name": "CommandPayload"
|
|
8243
|
+
}
|
|
8244
|
+
},
|
|
8245
|
+
"optional": true,
|
|
8246
|
+
"computed": false
|
|
8388
8247
|
}
|
|
8389
8248
|
]
|
|
8390
8249
|
},
|
|
@@ -8715,6 +8574,32 @@
|
|
|
8715
8574
|
"value": "string"
|
|
8716
8575
|
}
|
|
8717
8576
|
},
|
|
8577
|
+
{
|
|
8578
|
+
"name": "aiEmployees",
|
|
8579
|
+
"annotation": {
|
|
8580
|
+
"type": "array",
|
|
8581
|
+
"elementType": {
|
|
8582
|
+
"type": "reference",
|
|
8583
|
+
"typeName": {
|
|
8584
|
+
"type": "identifier",
|
|
8585
|
+
"name": "AIEmployee"
|
|
8586
|
+
}
|
|
8587
|
+
}
|
|
8588
|
+
}
|
|
8589
|
+
},
|
|
8590
|
+
{
|
|
8591
|
+
"name": "commands",
|
|
8592
|
+
"annotation": {
|
|
8593
|
+
"type": "array",
|
|
8594
|
+
"elementType": {
|
|
8595
|
+
"type": "reference",
|
|
8596
|
+
"typeName": {
|
|
8597
|
+
"type": "identifier",
|
|
8598
|
+
"name": "Command"
|
|
8599
|
+
}
|
|
8600
|
+
}
|
|
8601
|
+
}
|
|
8602
|
+
},
|
|
8718
8603
|
{
|
|
8719
8604
|
"name": "uploadOptions",
|
|
8720
8605
|
"annotation": {
|
|
@@ -9391,6 +9276,7 @@
|
|
|
9391
9276
|
"type": "keyword",
|
|
9392
9277
|
"value": "string"
|
|
9393
9278
|
},
|
|
9279
|
+
"optional": true,
|
|
9394
9280
|
"computed": false
|
|
9395
9281
|
},
|
|
9396
9282
|
{
|
|
@@ -9548,6 +9434,127 @@
|
|
|
9548
9434
|
}
|
|
9549
9435
|
]
|
|
9550
9436
|
},
|
|
9437
|
+
{
|
|
9438
|
+
"type": "interface",
|
|
9439
|
+
"name": "AIEmployee",
|
|
9440
|
+
"body": [
|
|
9441
|
+
{
|
|
9442
|
+
"type": "propertySignature",
|
|
9443
|
+
"key": {
|
|
9444
|
+
"type": "identifier",
|
|
9445
|
+
"name": "employeeId"
|
|
9446
|
+
},
|
|
9447
|
+
"annotation": {
|
|
9448
|
+
"type": "keyword",
|
|
9449
|
+
"value": "string"
|
|
9450
|
+
},
|
|
9451
|
+
"computed": false
|
|
9452
|
+
},
|
|
9453
|
+
{
|
|
9454
|
+
"type": "propertySignature",
|
|
9455
|
+
"key": {
|
|
9456
|
+
"type": "identifier",
|
|
9457
|
+
"name": "name"
|
|
9458
|
+
},
|
|
9459
|
+
"annotation": {
|
|
9460
|
+
"type": "keyword",
|
|
9461
|
+
"value": "string"
|
|
9462
|
+
},
|
|
9463
|
+
"computed": false
|
|
9464
|
+
}
|
|
9465
|
+
]
|
|
9466
|
+
},
|
|
9467
|
+
{
|
|
9468
|
+
"type": "interface",
|
|
9469
|
+
"name": "Command",
|
|
9470
|
+
"body": [
|
|
9471
|
+
{
|
|
9472
|
+
"type": "propertySignature",
|
|
9473
|
+
"key": {
|
|
9474
|
+
"type": "identifier",
|
|
9475
|
+
"name": "label"
|
|
9476
|
+
},
|
|
9477
|
+
"annotation": {
|
|
9478
|
+
"type": "keyword",
|
|
9479
|
+
"value": "string"
|
|
9480
|
+
},
|
|
9481
|
+
"computed": false
|
|
9482
|
+
},
|
|
9483
|
+
{
|
|
9484
|
+
"type": "propertySignature",
|
|
9485
|
+
"key": {
|
|
9486
|
+
"type": "identifier",
|
|
9487
|
+
"name": "value"
|
|
9488
|
+
},
|
|
9489
|
+
"annotation": {
|
|
9490
|
+
"type": "keyword",
|
|
9491
|
+
"value": "string"
|
|
9492
|
+
},
|
|
9493
|
+
"computed": false
|
|
9494
|
+
},
|
|
9495
|
+
{
|
|
9496
|
+
"type": "propertySignature",
|
|
9497
|
+
"key": {
|
|
9498
|
+
"type": "identifier",
|
|
9499
|
+
"name": "groupKey"
|
|
9500
|
+
},
|
|
9501
|
+
"annotation": {
|
|
9502
|
+
"type": "keyword",
|
|
9503
|
+
"value": "string"
|
|
9504
|
+
},
|
|
9505
|
+
"optional": true,
|
|
9506
|
+
"computed": false
|
|
9507
|
+
},
|
|
9508
|
+
{
|
|
9509
|
+
"type": "propertySignature",
|
|
9510
|
+
"key": {
|
|
9511
|
+
"type": "identifier",
|
|
9512
|
+
"name": "groupLabel"
|
|
9513
|
+
},
|
|
9514
|
+
"annotation": {
|
|
9515
|
+
"type": "keyword",
|
|
9516
|
+
"value": "string"
|
|
9517
|
+
},
|
|
9518
|
+
"optional": true,
|
|
9519
|
+
"computed": false
|
|
9520
|
+
},
|
|
9521
|
+
{
|
|
9522
|
+
"type": "propertySignature",
|
|
9523
|
+
"key": {
|
|
9524
|
+
"type": "identifier",
|
|
9525
|
+
"name": "subCommands"
|
|
9526
|
+
},
|
|
9527
|
+
"annotation": {
|
|
9528
|
+
"type": "array",
|
|
9529
|
+
"elementType": {
|
|
9530
|
+
"type": "reference",
|
|
9531
|
+
"typeName": {
|
|
9532
|
+
"type": "identifier",
|
|
9533
|
+
"name": "Command"
|
|
9534
|
+
}
|
|
9535
|
+
}
|
|
9536
|
+
},
|
|
9537
|
+
"optional": true,
|
|
9538
|
+
"computed": false
|
|
9539
|
+
},
|
|
9540
|
+
{
|
|
9541
|
+
"type": "propertySignature",
|
|
9542
|
+
"key": {
|
|
9543
|
+
"type": "identifier",
|
|
9544
|
+
"name": "payload"
|
|
9545
|
+
},
|
|
9546
|
+
"annotation": {
|
|
9547
|
+
"type": "reference",
|
|
9548
|
+
"typeName": {
|
|
9549
|
+
"type": "identifier",
|
|
9550
|
+
"name": "CommandPayload"
|
|
9551
|
+
}
|
|
9552
|
+
},
|
|
9553
|
+
"optional": true,
|
|
9554
|
+
"computed": false
|
|
9555
|
+
}
|
|
9556
|
+
]
|
|
9557
|
+
},
|
|
9551
9558
|
{
|
|
9552
9559
|
"type": "interface",
|
|
9553
9560
|
"name": "UploadOptions",
|