@next-bricks/ai-portal 0.39.1 → 0.39.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +22 -22
- package/dist/chunks/{1004.e208af15.js → 1004.2db5e335.js} +2 -2
- package/dist/chunks/1004.2db5e335.js.map +1 -0
- package/dist/chunks/{main.a3754994.js → main.638b1708.js} +2 -2
- package/dist/chunks/{main.a3754994.js.map → main.638b1708.js.map} +1 -1
- package/dist/chunks/project-conversations.fcc5b1a6.js +3 -0
- package/dist/chunks/project-conversations.fcc5b1a6.js.map +1 -0
- package/dist/examples.json +12 -12
- package/dist/{index.3bc6e052.js → index.e8994e1b.js} +2 -2
- package/dist/{index.3bc6e052.js.map → index.e8994e1b.js.map} +1 -1
- package/dist/manifest.json +198 -198
- package/dist/types.json +890 -877
- package/dist-types/project-conversations/index.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/1004.e208af15.js.map +0 -1
- package/dist/chunks/project-conversations.8ea09318.js +0 -3
- package/dist/chunks/project-conversations.8ea09318.js.map +0 -1
- /package/dist/chunks/{project-conversations.8ea09318.js.LICENSE.txt → project-conversations.fcc5b1a6.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,6 +1,105 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.
|
|
3
|
-
"properties": [
|
|
2
|
+
"ai-portal.stat-with-mini-chart": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
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",
|
|
43
|
+
"annotation": {
|
|
44
|
+
"type": "keyword",
|
|
45
|
+
"value": "boolean"
|
|
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
|
+
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
4
103
|
"events": [],
|
|
5
104
|
"methods": []
|
|
6
105
|
},
|
|
@@ -432,107 +531,8 @@
|
|
|
432
531
|
}
|
|
433
532
|
]
|
|
434
533
|
},
|
|
435
|
-
"ai-portal.
|
|
436
|
-
"properties": [
|
|
437
|
-
{
|
|
438
|
-
"name": "label",
|
|
439
|
-
"annotation": {
|
|
440
|
-
"type": "keyword",
|
|
441
|
-
"value": "string"
|
|
442
|
-
}
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"name": "value",
|
|
446
|
-
"annotation": {
|
|
447
|
-
"type": "keyword",
|
|
448
|
-
"value": "string"
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"name": "size",
|
|
453
|
-
"annotation": {
|
|
454
|
-
"type": "union",
|
|
455
|
-
"types": [
|
|
456
|
-
{
|
|
457
|
-
"type": "jsLiteral",
|
|
458
|
-
"value": "medium"
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"type": "jsLiteral",
|
|
462
|
-
"value": "small"
|
|
463
|
-
}
|
|
464
|
-
]
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"name": "lineColor",
|
|
469
|
-
"annotation": {
|
|
470
|
-
"type": "keyword",
|
|
471
|
-
"value": "string"
|
|
472
|
-
}
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
"name": "showArea",
|
|
476
|
-
"annotation": {
|
|
477
|
-
"type": "keyword",
|
|
478
|
-
"value": "boolean"
|
|
479
|
-
}
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"name": "min",
|
|
483
|
-
"annotation": {
|
|
484
|
-
"type": "keyword",
|
|
485
|
-
"value": "number"
|
|
486
|
-
}
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"name": "max",
|
|
490
|
-
"annotation": {
|
|
491
|
-
"type": "keyword",
|
|
492
|
-
"value": "number"
|
|
493
|
-
}
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
"name": "xField",
|
|
497
|
-
"annotation": {
|
|
498
|
-
"type": "keyword",
|
|
499
|
-
"value": "string"
|
|
500
|
-
}
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"name": "yField",
|
|
504
|
-
"annotation": {
|
|
505
|
-
"type": "keyword",
|
|
506
|
-
"value": "string"
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"name": "data",
|
|
511
|
-
"annotation": {
|
|
512
|
-
"type": "array",
|
|
513
|
-
"elementType": {
|
|
514
|
-
"type": "reference",
|
|
515
|
-
"typeName": {
|
|
516
|
-
"type": "identifier",
|
|
517
|
-
"name": "Record"
|
|
518
|
-
},
|
|
519
|
-
"typeParameters": {
|
|
520
|
-
"type": "typeParameterInstantiation",
|
|
521
|
-
"params": [
|
|
522
|
-
{
|
|
523
|
-
"type": "keyword",
|
|
524
|
-
"value": "string"
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"type": "keyword",
|
|
528
|
-
"value": "number"
|
|
529
|
-
}
|
|
530
|
-
]
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
],
|
|
534
|
+
"ai-portal.home-container": {
|
|
535
|
+
"properties": [],
|
|
536
536
|
"events": [],
|
|
537
537
|
"methods": []
|
|
538
538
|
},
|
|
@@ -1019,27 +1019,34 @@
|
|
|
1019
1019
|
}
|
|
1020
1020
|
]
|
|
1021
1021
|
},
|
|
1022
|
-
"ai-portal.
|
|
1022
|
+
"ai-portal.ai-agents": {
|
|
1023
1023
|
"properties": [
|
|
1024
1024
|
{
|
|
1025
|
-
"name": "
|
|
1025
|
+
"name": "list",
|
|
1026
1026
|
"annotation": {
|
|
1027
1027
|
"type": "array",
|
|
1028
1028
|
"elementType": {
|
|
1029
1029
|
"type": "reference",
|
|
1030
1030
|
"typeName": {
|
|
1031
1031
|
"type": "identifier",
|
|
1032
|
-
"name": "
|
|
1032
|
+
"name": "Agent"
|
|
1033
1033
|
}
|
|
1034
1034
|
}
|
|
1035
1035
|
}
|
|
1036
1036
|
},
|
|
1037
1037
|
{
|
|
1038
|
-
"name": "
|
|
1038
|
+
"name": "urlTemplate",
|
|
1039
1039
|
"annotation": {
|
|
1040
1040
|
"type": "keyword",
|
|
1041
1041
|
"value": "string"
|
|
1042
1042
|
}
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"name": "withContainer",
|
|
1046
|
+
"annotation": {
|
|
1047
|
+
"type": "keyword",
|
|
1048
|
+
"value": "boolean"
|
|
1049
|
+
}
|
|
1043
1050
|
}
|
|
1044
1051
|
],
|
|
1045
1052
|
"events": [],
|
|
@@ -1047,13 +1054,13 @@
|
|
|
1047
1054
|
"types": [
|
|
1048
1055
|
{
|
|
1049
1056
|
"type": "interface",
|
|
1050
|
-
"name": "
|
|
1057
|
+
"name": "Agent",
|
|
1051
1058
|
"body": [
|
|
1052
1059
|
{
|
|
1053
1060
|
"type": "propertySignature",
|
|
1054
1061
|
"key": {
|
|
1055
1062
|
"type": "identifier",
|
|
1056
|
-
"name": "
|
|
1063
|
+
"name": "name"
|
|
1057
1064
|
},
|
|
1058
1065
|
"annotation": {
|
|
1059
1066
|
"type": "keyword",
|
|
@@ -1065,7 +1072,7 @@
|
|
|
1065
1072
|
"type": "propertySignature",
|
|
1066
1073
|
"key": {
|
|
1067
1074
|
"type": "identifier",
|
|
1068
|
-
"name": "
|
|
1075
|
+
"name": "description"
|
|
1069
1076
|
},
|
|
1070
1077
|
"annotation": {
|
|
1071
1078
|
"type": "keyword",
|
|
@@ -1077,22 +1084,112 @@
|
|
|
1077
1084
|
"type": "propertySignature",
|
|
1078
1085
|
"key": {
|
|
1079
1086
|
"type": "identifier",
|
|
1080
|
-
"name": "
|
|
1087
|
+
"name": "icon"
|
|
1081
1088
|
},
|
|
1082
1089
|
"annotation": {
|
|
1083
|
-
"type": "
|
|
1084
|
-
"
|
|
1090
|
+
"type": "reference",
|
|
1091
|
+
"typeName": {
|
|
1092
|
+
"type": "identifier",
|
|
1093
|
+
"name": "GeneralIconProps"
|
|
1094
|
+
}
|
|
1095
|
+
},
|
|
1096
|
+
"optional": true,
|
|
1097
|
+
"computed": false
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"type": "propertySignature",
|
|
1101
|
+
"key": {
|
|
1102
|
+
"type": "identifier",
|
|
1103
|
+
"name": "tags"
|
|
1104
|
+
},
|
|
1105
|
+
"annotation": {
|
|
1106
|
+
"type": "array",
|
|
1107
|
+
"elementType": {
|
|
1108
|
+
"type": "keyword",
|
|
1109
|
+
"value": "string"
|
|
1110
|
+
}
|
|
1085
1111
|
},
|
|
1112
|
+
"optional": true,
|
|
1086
1113
|
"computed": false
|
|
1087
1114
|
}
|
|
1088
1115
|
]
|
|
1089
1116
|
}
|
|
1090
1117
|
]
|
|
1091
1118
|
},
|
|
1092
|
-
"ai-portal.
|
|
1119
|
+
"ai-portal.project-summary": {
|
|
1093
1120
|
"properties": [
|
|
1094
1121
|
{
|
|
1095
|
-
"name": "
|
|
1122
|
+
"name": "chatList",
|
|
1123
|
+
"annotation": {
|
|
1124
|
+
"type": "array",
|
|
1125
|
+
"elementType": {
|
|
1126
|
+
"type": "reference",
|
|
1127
|
+
"typeName": {
|
|
1128
|
+
"type": "identifier",
|
|
1129
|
+
"name": "Chat"
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "chatUrlTemplate",
|
|
1136
|
+
"annotation": {
|
|
1137
|
+
"type": "keyword",
|
|
1138
|
+
"value": "string"
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
],
|
|
1142
|
+
"events": [],
|
|
1143
|
+
"methods": [],
|
|
1144
|
+
"types": [
|
|
1145
|
+
{
|
|
1146
|
+
"type": "interface",
|
|
1147
|
+
"name": "Chat",
|
|
1148
|
+
"body": [
|
|
1149
|
+
{
|
|
1150
|
+
"type": "propertySignature",
|
|
1151
|
+
"key": {
|
|
1152
|
+
"type": "identifier",
|
|
1153
|
+
"name": "conversationId"
|
|
1154
|
+
},
|
|
1155
|
+
"annotation": {
|
|
1156
|
+
"type": "keyword",
|
|
1157
|
+
"value": "string"
|
|
1158
|
+
},
|
|
1159
|
+
"computed": false
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"type": "propertySignature",
|
|
1163
|
+
"key": {
|
|
1164
|
+
"type": "identifier",
|
|
1165
|
+
"name": "title"
|
|
1166
|
+
},
|
|
1167
|
+
"annotation": {
|
|
1168
|
+
"type": "keyword",
|
|
1169
|
+
"value": "string"
|
|
1170
|
+
},
|
|
1171
|
+
"computed": false
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"type": "propertySignature",
|
|
1175
|
+
"key": {
|
|
1176
|
+
"type": "identifier",
|
|
1177
|
+
"name": "startTime"
|
|
1178
|
+
},
|
|
1179
|
+
"annotation": {
|
|
1180
|
+
"type": "keyword",
|
|
1181
|
+
"value": "number"
|
|
1182
|
+
},
|
|
1183
|
+
"computed": false
|
|
1184
|
+
}
|
|
1185
|
+
]
|
|
1186
|
+
}
|
|
1187
|
+
]
|
|
1188
|
+
},
|
|
1189
|
+
"ai-portal.dropdown-select": {
|
|
1190
|
+
"properties": [
|
|
1191
|
+
{
|
|
1192
|
+
"name": "value",
|
|
1096
1193
|
"annotation": {
|
|
1097
1194
|
"type": "keyword",
|
|
1098
1195
|
"value": "string"
|
|
@@ -1241,103 +1338,6 @@
|
|
|
1241
1338
|
}
|
|
1242
1339
|
]
|
|
1243
1340
|
},
|
|
1244
|
-
"ai-portal.ai-agents": {
|
|
1245
|
-
"properties": [
|
|
1246
|
-
{
|
|
1247
|
-
"name": "list",
|
|
1248
|
-
"annotation": {
|
|
1249
|
-
"type": "array",
|
|
1250
|
-
"elementType": {
|
|
1251
|
-
"type": "reference",
|
|
1252
|
-
"typeName": {
|
|
1253
|
-
"type": "identifier",
|
|
1254
|
-
"name": "Agent"
|
|
1255
|
-
}
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
"name": "urlTemplate",
|
|
1261
|
-
"annotation": {
|
|
1262
|
-
"type": "keyword",
|
|
1263
|
-
"value": "string"
|
|
1264
|
-
}
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
"name": "withContainer",
|
|
1268
|
-
"annotation": {
|
|
1269
|
-
"type": "keyword",
|
|
1270
|
-
"value": "boolean"
|
|
1271
|
-
}
|
|
1272
|
-
}
|
|
1273
|
-
],
|
|
1274
|
-
"events": [],
|
|
1275
|
-
"methods": [],
|
|
1276
|
-
"types": [
|
|
1277
|
-
{
|
|
1278
|
-
"type": "interface",
|
|
1279
|
-
"name": "Agent",
|
|
1280
|
-
"body": [
|
|
1281
|
-
{
|
|
1282
|
-
"type": "propertySignature",
|
|
1283
|
-
"key": {
|
|
1284
|
-
"type": "identifier",
|
|
1285
|
-
"name": "name"
|
|
1286
|
-
},
|
|
1287
|
-
"annotation": {
|
|
1288
|
-
"type": "keyword",
|
|
1289
|
-
"value": "string"
|
|
1290
|
-
},
|
|
1291
|
-
"computed": false
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"type": "propertySignature",
|
|
1295
|
-
"key": {
|
|
1296
|
-
"type": "identifier",
|
|
1297
|
-
"name": "description"
|
|
1298
|
-
},
|
|
1299
|
-
"annotation": {
|
|
1300
|
-
"type": "keyword",
|
|
1301
|
-
"value": "string"
|
|
1302
|
-
},
|
|
1303
|
-
"computed": false
|
|
1304
|
-
},
|
|
1305
|
-
{
|
|
1306
|
-
"type": "propertySignature",
|
|
1307
|
-
"key": {
|
|
1308
|
-
"type": "identifier",
|
|
1309
|
-
"name": "icon"
|
|
1310
|
-
},
|
|
1311
|
-
"annotation": {
|
|
1312
|
-
"type": "reference",
|
|
1313
|
-
"typeName": {
|
|
1314
|
-
"type": "identifier",
|
|
1315
|
-
"name": "GeneralIconProps"
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
"optional": true,
|
|
1319
|
-
"computed": false
|
|
1320
|
-
},
|
|
1321
|
-
{
|
|
1322
|
-
"type": "propertySignature",
|
|
1323
|
-
"key": {
|
|
1324
|
-
"type": "identifier",
|
|
1325
|
-
"name": "tags"
|
|
1326
|
-
},
|
|
1327
|
-
"annotation": {
|
|
1328
|
-
"type": "array",
|
|
1329
|
-
"elementType": {
|
|
1330
|
-
"type": "keyword",
|
|
1331
|
-
"value": "string"
|
|
1332
|
-
}
|
|
1333
|
-
},
|
|
1334
|
-
"optional": true,
|
|
1335
|
-
"computed": false
|
|
1336
|
-
}
|
|
1337
|
-
]
|
|
1338
|
-
}
|
|
1339
|
-
]
|
|
1340
|
-
},
|
|
1341
1341
|
"ai-portal.chat-box": {
|
|
1342
1342
|
"properties": [
|
|
1343
1343
|
{
|
|
@@ -1639,6 +1639,19 @@
|
|
|
1639
1639
|
},
|
|
1640
1640
|
"optional": true,
|
|
1641
1641
|
"computed": false
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"type": "propertySignature",
|
|
1645
|
+
"key": {
|
|
1646
|
+
"type": "identifier",
|
|
1647
|
+
"name": "username"
|
|
1648
|
+
},
|
|
1649
|
+
"annotation": {
|
|
1650
|
+
"type": "keyword",
|
|
1651
|
+
"value": "string"
|
|
1652
|
+
},
|
|
1653
|
+
"optional": true,
|
|
1654
|
+
"computed": false
|
|
1642
1655
|
}
|
|
1643
1656
|
]
|
|
1644
1657
|
},
|
|
@@ -2632,7 +2645,7 @@
|
|
|
2632
2645
|
}
|
|
2633
2646
|
]
|
|
2634
2647
|
},
|
|
2635
|
-
"ai-portal.
|
|
2648
|
+
"ai-portal.chat-stream": {
|
|
2636
2649
|
"properties": [
|
|
2637
2650
|
{
|
|
2638
2651
|
"name": "conversationId",
|
|
@@ -2667,29 +2680,6 @@
|
|
|
2667
2680
|
"value": "string"
|
|
2668
2681
|
}
|
|
2669
2682
|
},
|
|
2670
|
-
{
|
|
2671
|
-
"name": "task",
|
|
2672
|
-
"annotation": {
|
|
2673
|
-
"type": "reference",
|
|
2674
|
-
"typeName": {
|
|
2675
|
-
"type": "identifier",
|
|
2676
|
-
"name": "TaskBaseDetail"
|
|
2677
|
-
}
|
|
2678
|
-
}
|
|
2679
|
-
},
|
|
2680
|
-
{
|
|
2681
|
-
"name": "jobs",
|
|
2682
|
-
"annotation": {
|
|
2683
|
-
"type": "array",
|
|
2684
|
-
"elementType": {
|
|
2685
|
-
"type": "reference",
|
|
2686
|
-
"typeName": {
|
|
2687
|
-
"type": "identifier",
|
|
2688
|
-
"name": "Job"
|
|
2689
|
-
}
|
|
2690
|
-
}
|
|
2691
|
-
}
|
|
2692
|
-
},
|
|
2693
2683
|
{
|
|
2694
2684
|
"name": "replay",
|
|
2695
2685
|
"annotation": {
|
|
@@ -2727,13 +2717,6 @@
|
|
|
2727
2717
|
}
|
|
2728
2718
|
}
|
|
2729
2719
|
},
|
|
2730
|
-
{
|
|
2731
|
-
"name": "showHiddenJobs",
|
|
2732
|
-
"annotation": {
|
|
2733
|
-
"type": "keyword",
|
|
2734
|
-
"value": "boolean"
|
|
2735
|
-
}
|
|
2736
|
-
},
|
|
2737
2720
|
{
|
|
2738
2721
|
"name": "showFeedback",
|
|
2739
2722
|
"annotation": {
|
|
@@ -2769,13 +2752,6 @@
|
|
|
2769
2752
|
"value": "boolean"
|
|
2770
2753
|
}
|
|
2771
2754
|
},
|
|
2772
|
-
{
|
|
2773
|
-
"name": "showJsxEditor",
|
|
2774
|
-
"annotation": {
|
|
2775
|
-
"type": "keyword",
|
|
2776
|
-
"value": "boolean"
|
|
2777
|
-
}
|
|
2778
|
-
},
|
|
2779
2755
|
{
|
|
2780
2756
|
"name": "previewUrlTemplate",
|
|
2781
2757
|
"annotation": {
|
|
@@ -2829,7 +2805,7 @@
|
|
|
2829
2805
|
"detail": {
|
|
2830
2806
|
"annotation": {
|
|
2831
2807
|
"type": "jsLiteral",
|
|
2832
|
-
"value": "
|
|
2808
|
+
"value": "canvas"
|
|
2833
2809
|
}
|
|
2834
2810
|
}
|
|
2835
2811
|
}
|
|
@@ -2895,102 +2871,21 @@
|
|
|
2895
2871
|
}
|
|
2896
2872
|
]
|
|
2897
2873
|
},
|
|
2898
|
-
{
|
|
2899
|
-
"type": "typeAlias",
|
|
2900
|
-
"name": "TaskBaseDetail",
|
|
2901
|
-
"annotation": {
|
|
2902
|
-
"type": "reference",
|
|
2903
|
-
"typeName": {
|
|
2904
|
-
"type": "identifier",
|
|
2905
|
-
"name": "Omit"
|
|
2906
|
-
},
|
|
2907
|
-
"typeParameters": {
|
|
2908
|
-
"type": "typeParameterInstantiation",
|
|
2909
|
-
"params": [
|
|
2910
|
-
{
|
|
2911
|
-
"type": "reference",
|
|
2912
|
-
"typeName": {
|
|
2913
|
-
"type": "identifier",
|
|
2914
|
-
"name": "Task"
|
|
2915
|
-
}
|
|
2916
|
-
},
|
|
2917
|
-
{
|
|
2918
|
-
"type": "jsLiteral",
|
|
2919
|
-
"value": "jobs"
|
|
2920
|
-
}
|
|
2921
|
-
]
|
|
2922
|
-
}
|
|
2923
|
-
}
|
|
2924
|
-
},
|
|
2925
2874
|
{
|
|
2926
2875
|
"type": "interface",
|
|
2927
|
-
"name": "
|
|
2876
|
+
"name": "FeedbackDetail",
|
|
2928
2877
|
"body": [
|
|
2929
2878
|
{
|
|
2930
2879
|
"type": "propertySignature",
|
|
2931
2880
|
"key": {
|
|
2932
2881
|
"type": "identifier",
|
|
2933
|
-
"name": "
|
|
2934
|
-
},
|
|
2935
|
-
"annotation": {
|
|
2936
|
-
"type": "keyword",
|
|
2937
|
-
"value": "string"
|
|
2938
|
-
},
|
|
2939
|
-
"computed": false
|
|
2940
|
-
},
|
|
2941
|
-
{
|
|
2942
|
-
"type": "propertySignature",
|
|
2943
|
-
"key": {
|
|
2944
|
-
"type": "identifier",
|
|
2945
|
-
"name": "title"
|
|
2946
|
-
},
|
|
2947
|
-
"annotation": {
|
|
2948
|
-
"type": "keyword",
|
|
2949
|
-
"value": "string"
|
|
2950
|
-
},
|
|
2951
|
-
"computed": false
|
|
2952
|
-
},
|
|
2953
|
-
{
|
|
2954
|
-
"type": "propertySignature",
|
|
2955
|
-
"key": {
|
|
2956
|
-
"type": "identifier",
|
|
2957
|
-
"name": "requirement"
|
|
2958
|
-
},
|
|
2959
|
-
"annotation": {
|
|
2960
|
-
"type": "keyword",
|
|
2961
|
-
"value": "string"
|
|
2962
|
-
},
|
|
2963
|
-
"computed": false
|
|
2964
|
-
},
|
|
2965
|
-
{
|
|
2966
|
-
"type": "propertySignature",
|
|
2967
|
-
"key": {
|
|
2968
|
-
"type": "identifier",
|
|
2969
|
-
"name": "state"
|
|
2970
|
-
},
|
|
2971
|
-
"annotation": {
|
|
2972
|
-
"type": "reference",
|
|
2973
|
-
"typeName": {
|
|
2974
|
-
"type": "identifier",
|
|
2975
|
-
"name": "TaskState"
|
|
2976
|
-
}
|
|
2977
|
-
},
|
|
2978
|
-
"computed": false
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
"type": "propertySignature",
|
|
2982
|
-
"key": {
|
|
2983
|
-
"type": "identifier",
|
|
2984
|
-
"name": "plan"
|
|
2882
|
+
"name": "plan"
|
|
2985
2883
|
},
|
|
2986
2884
|
"annotation": {
|
|
2987
2885
|
"type": "array",
|
|
2988
2886
|
"elementType": {
|
|
2989
|
-
"type": "
|
|
2990
|
-
"
|
|
2991
|
-
"type": "identifier",
|
|
2992
|
-
"name": "Step"
|
|
2993
|
-
}
|
|
2887
|
+
"type": "keyword",
|
|
2888
|
+
"value": "string"
|
|
2994
2889
|
}
|
|
2995
2890
|
},
|
|
2996
2891
|
"computed": false
|
|
@@ -2999,16 +2894,13 @@
|
|
|
2999
2894
|
"type": "propertySignature",
|
|
3000
2895
|
"key": {
|
|
3001
2896
|
"type": "identifier",
|
|
3002
|
-
"name": "
|
|
2897
|
+
"name": "result"
|
|
3003
2898
|
},
|
|
3004
2899
|
"annotation": {
|
|
3005
2900
|
"type": "array",
|
|
3006
2901
|
"elementType": {
|
|
3007
|
-
"type": "
|
|
3008
|
-
"
|
|
3009
|
-
"type": "identifier",
|
|
3010
|
-
"name": "Job"
|
|
3011
|
-
}
|
|
2902
|
+
"type": "keyword",
|
|
2903
|
+
"value": "string"
|
|
3012
2904
|
}
|
|
3013
2905
|
},
|
|
3014
2906
|
"computed": false
|
|
@@ -3017,32 +2909,29 @@
|
|
|
3017
2909
|
"type": "propertySignature",
|
|
3018
2910
|
"key": {
|
|
3019
2911
|
"type": "identifier",
|
|
3020
|
-
"name": "
|
|
3021
|
-
},
|
|
3022
|
-
"annotation": {
|
|
3023
|
-
"type": "keyword",
|
|
3024
|
-
"value": "number"
|
|
3025
|
-
},
|
|
3026
|
-
"computed": false
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
"type": "propertySignature",
|
|
3030
|
-
"key": {
|
|
3031
|
-
"type": "identifier",
|
|
3032
|
-
"name": "endTime"
|
|
2912
|
+
"name": "feedback"
|
|
3033
2913
|
},
|
|
3034
2914
|
"annotation": {
|
|
3035
2915
|
"type": "keyword",
|
|
3036
|
-
"value": "
|
|
2916
|
+
"value": "string"
|
|
3037
2917
|
},
|
|
3038
|
-
"optional": true,
|
|
3039
2918
|
"computed": false
|
|
3040
2919
|
}
|
|
3041
2920
|
]
|
|
2921
|
+
}
|
|
2922
|
+
]
|
|
2923
|
+
},
|
|
2924
|
+
"ai-portal.cruise-canvas": {
|
|
2925
|
+
"properties": [
|
|
2926
|
+
{
|
|
2927
|
+
"name": "conversationId",
|
|
2928
|
+
"annotation": {
|
|
2929
|
+
"type": "keyword",
|
|
2930
|
+
"value": "string"
|
|
2931
|
+
}
|
|
3042
2932
|
},
|
|
3043
2933
|
{
|
|
3044
|
-
"
|
|
3045
|
-
"name": "TaskState",
|
|
2934
|
+
"name": "initialRequest",
|
|
3046
2935
|
"annotation": {
|
|
3047
2936
|
"type": "union",
|
|
3048
2937
|
"types": [
|
|
@@ -3050,177 +2939,291 @@
|
|
|
3050
2939
|
"type": "reference",
|
|
3051
2940
|
"typeName": {
|
|
3052
2941
|
"type": "identifier",
|
|
3053
|
-
"name": "
|
|
2942
|
+
"name": "RequestStore"
|
|
3054
2943
|
}
|
|
3055
2944
|
},
|
|
3056
2945
|
{
|
|
3057
|
-
"type": "
|
|
3058
|
-
"value": "
|
|
3059
|
-
},
|
|
3060
|
-
{
|
|
3061
|
-
"type": "jsLiteral",
|
|
3062
|
-
"value": "confirming-plan"
|
|
2946
|
+
"type": "keyword",
|
|
2947
|
+
"value": "null"
|
|
3063
2948
|
}
|
|
3064
2949
|
]
|
|
3065
2950
|
}
|
|
3066
2951
|
},
|
|
3067
2952
|
{
|
|
3068
|
-
"
|
|
3069
|
-
"name": "JobState",
|
|
2953
|
+
"name": "taskId",
|
|
3070
2954
|
"annotation": {
|
|
3071
|
-
"type": "
|
|
3072
|
-
"
|
|
3073
|
-
{
|
|
3074
|
-
"type": "reference",
|
|
3075
|
-
"typeName": {
|
|
3076
|
-
"type": "identifier",
|
|
3077
|
-
"name": "BaseState"
|
|
3078
|
-
}
|
|
3079
|
-
},
|
|
3080
|
-
{
|
|
3081
|
-
"type": "jsLiteral",
|
|
3082
|
-
"value": "skipped"
|
|
3083
|
-
}
|
|
3084
|
-
]
|
|
2955
|
+
"type": "keyword",
|
|
2956
|
+
"value": "string"
|
|
3085
2957
|
}
|
|
3086
2958
|
},
|
|
3087
2959
|
{
|
|
3088
|
-
"
|
|
3089
|
-
"name": "BaseState",
|
|
2960
|
+
"name": "task",
|
|
3090
2961
|
"annotation": {
|
|
3091
|
-
"type": "
|
|
3092
|
-
"
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
},
|
|
3097
|
-
{
|
|
3098
|
-
"type": "jsLiteral",
|
|
3099
|
-
"value": "working"
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"type": "jsLiteral",
|
|
3103
|
-
"value": "input-required"
|
|
3104
|
-
},
|
|
3105
|
-
{
|
|
3106
|
-
"type": "jsLiteral",
|
|
3107
|
-
"value": "completed"
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
3110
|
-
"type": "jsLiteral",
|
|
3111
|
-
"value": "canceled"
|
|
3112
|
-
},
|
|
3113
|
-
{
|
|
3114
|
-
"type": "jsLiteral",
|
|
3115
|
-
"value": "failed"
|
|
3116
|
-
},
|
|
3117
|
-
{
|
|
3118
|
-
"type": "jsLiteral",
|
|
3119
|
-
"value": "unknown"
|
|
3120
|
-
}
|
|
3121
|
-
]
|
|
2962
|
+
"type": "reference",
|
|
2963
|
+
"typeName": {
|
|
2964
|
+
"type": "identifier",
|
|
2965
|
+
"name": "TaskBaseDetail"
|
|
2966
|
+
}
|
|
3122
2967
|
}
|
|
3123
2968
|
},
|
|
3124
2969
|
{
|
|
3125
|
-
"
|
|
3126
|
-
"
|
|
3127
|
-
|
|
3128
|
-
{
|
|
3129
|
-
"type": "
|
|
3130
|
-
"
|
|
3131
|
-
"type": "identifier",
|
|
3132
|
-
"name": "id"
|
|
3133
|
-
},
|
|
3134
|
-
"annotation": {
|
|
3135
|
-
"type": "keyword",
|
|
3136
|
-
"value": "string"
|
|
3137
|
-
},
|
|
3138
|
-
"computed": false
|
|
3139
|
-
},
|
|
3140
|
-
{
|
|
3141
|
-
"type": "propertySignature",
|
|
3142
|
-
"key": {
|
|
2970
|
+
"name": "jobs",
|
|
2971
|
+
"annotation": {
|
|
2972
|
+
"type": "array",
|
|
2973
|
+
"elementType": {
|
|
2974
|
+
"type": "reference",
|
|
2975
|
+
"typeName": {
|
|
3143
2976
|
"type": "identifier",
|
|
3144
|
-
"name": "
|
|
3145
|
-
}
|
|
3146
|
-
"annotation": {
|
|
3147
|
-
"type": "keyword",
|
|
3148
|
-
"value": "string"
|
|
3149
|
-
},
|
|
3150
|
-
"computed": false
|
|
2977
|
+
"name": "Job"
|
|
2978
|
+
}
|
|
3151
2979
|
}
|
|
3152
|
-
|
|
2980
|
+
}
|
|
3153
2981
|
},
|
|
3154
2982
|
{
|
|
3155
|
-
"
|
|
3156
|
-
"
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
2983
|
+
"name": "replay",
|
|
2984
|
+
"annotation": {
|
|
2985
|
+
"type": "keyword",
|
|
2986
|
+
"value": "boolean"
|
|
2987
|
+
}
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
"name": "replayDelay",
|
|
2991
|
+
"annotation": {
|
|
2992
|
+
"type": "keyword",
|
|
2993
|
+
"value": "number"
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"name": "supports",
|
|
2998
|
+
"annotation": {
|
|
2999
|
+
"type": "reference",
|
|
3000
|
+
"typeName": {
|
|
3001
|
+
"type": "identifier",
|
|
3002
|
+
"name": "Record"
|
|
3169
3003
|
},
|
|
3170
|
-
{
|
|
3171
|
-
"type": "
|
|
3172
|
-
"
|
|
3173
|
-
|
|
3174
|
-
"name": "upstream"
|
|
3175
|
-
},
|
|
3176
|
-
"annotation": {
|
|
3177
|
-
"type": "array",
|
|
3178
|
-
"elementType": {
|
|
3004
|
+
"typeParameters": {
|
|
3005
|
+
"type": "typeParameterInstantiation",
|
|
3006
|
+
"params": [
|
|
3007
|
+
{
|
|
3179
3008
|
"type": "keyword",
|
|
3180
3009
|
"value": "string"
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"type": "keyword",
|
|
3013
|
+
"value": "boolean"
|
|
3181
3014
|
}
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3015
|
+
]
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"name": "showHiddenJobs",
|
|
3021
|
+
"annotation": {
|
|
3022
|
+
"type": "keyword",
|
|
3023
|
+
"value": "boolean"
|
|
3024
|
+
}
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"name": "showFeedback",
|
|
3028
|
+
"annotation": {
|
|
3029
|
+
"type": "keyword",
|
|
3030
|
+
"value": "boolean"
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"name": "showFeedbackAfterFailed",
|
|
3035
|
+
"annotation": {
|
|
3036
|
+
"type": "keyword",
|
|
3037
|
+
"value": "boolean"
|
|
3038
|
+
}
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"name": "showFeedbackOnView",
|
|
3042
|
+
"annotation": {
|
|
3043
|
+
"type": "keyword",
|
|
3044
|
+
"value": "boolean"
|
|
3045
|
+
}
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "showUiSwitch",
|
|
3049
|
+
"annotation": {
|
|
3050
|
+
"type": "keyword",
|
|
3051
|
+
"value": "boolean"
|
|
3052
|
+
}
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"name": "hideMermaid",
|
|
3056
|
+
"annotation": {
|
|
3057
|
+
"type": "keyword",
|
|
3058
|
+
"value": "boolean"
|
|
3059
|
+
}
|
|
3060
|
+
},
|
|
3061
|
+
{
|
|
3062
|
+
"name": "showJsxEditor",
|
|
3063
|
+
"annotation": {
|
|
3064
|
+
"type": "keyword",
|
|
3065
|
+
"value": "boolean"
|
|
3066
|
+
}
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"name": "previewUrlTemplate",
|
|
3070
|
+
"annotation": {
|
|
3071
|
+
"type": "keyword",
|
|
3072
|
+
"value": "string"
|
|
3073
|
+
}
|
|
3074
|
+
}
|
|
3075
|
+
],
|
|
3076
|
+
"events": [
|
|
3077
|
+
{
|
|
3078
|
+
"name": "share",
|
|
3079
|
+
"detail": {
|
|
3080
|
+
"annotation": {
|
|
3081
|
+
"type": "keyword",
|
|
3082
|
+
"value": "void"
|
|
3083
|
+
}
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"name": "terminate",
|
|
3088
|
+
"detail": {
|
|
3089
|
+
"annotation": {
|
|
3090
|
+
"type": "keyword",
|
|
3091
|
+
"value": "void"
|
|
3092
|
+
}
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
3095
|
+
{
|
|
3096
|
+
"name": "feedback.submit",
|
|
3097
|
+
"detail": {
|
|
3098
|
+
"annotation": {
|
|
3099
|
+
"type": "reference",
|
|
3100
|
+
"typeName": {
|
|
3101
|
+
"type": "identifier",
|
|
3102
|
+
"name": "FeedbackDetail"
|
|
3103
|
+
}
|
|
3104
|
+
}
|
|
3105
|
+
}
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"name": "feedback.on.view",
|
|
3109
|
+
"detail": {
|
|
3110
|
+
"annotation": {
|
|
3111
|
+
"type": "keyword",
|
|
3112
|
+
"value": "string"
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "ui.switch",
|
|
3118
|
+
"detail": {
|
|
3119
|
+
"annotation": {
|
|
3120
|
+
"type": "jsLiteral",
|
|
3121
|
+
"value": "chat"
|
|
3122
|
+
}
|
|
3123
|
+
}
|
|
3124
|
+
}
|
|
3125
|
+
],
|
|
3126
|
+
"methods": [
|
|
3127
|
+
{
|
|
3128
|
+
"name": "resumed",
|
|
3129
|
+
"params": [],
|
|
3130
|
+
"returns": {}
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"name": "feedbackSubmitDone",
|
|
3134
|
+
"params": [],
|
|
3135
|
+
"returns": {}
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"name": "feedbackSubmitFailed",
|
|
3139
|
+
"params": [],
|
|
3140
|
+
"returns": {}
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"name": "feedbackOnViewDone",
|
|
3144
|
+
"params": [
|
|
3145
|
+
{
|
|
3146
|
+
"name": "viewId",
|
|
3147
|
+
"annotation": {
|
|
3148
|
+
"type": "keyword",
|
|
3149
|
+
"value": "string"
|
|
3150
|
+
}
|
|
3151
|
+
}
|
|
3152
|
+
],
|
|
3153
|
+
"returns": {}
|
|
3154
|
+
}
|
|
3155
|
+
],
|
|
3156
|
+
"types": [
|
|
3157
|
+
{
|
|
3158
|
+
"type": "interface",
|
|
3159
|
+
"name": "RequestStore",
|
|
3160
|
+
"body": [
|
|
3161
|
+
{
|
|
3162
|
+
"type": "propertySignature",
|
|
3163
|
+
"key": {
|
|
3164
|
+
"type": "identifier",
|
|
3165
|
+
"name": "conversationId"
|
|
3191
3166
|
},
|
|
3192
3167
|
"annotation": {
|
|
3193
3168
|
"type": "keyword",
|
|
3194
3169
|
"value": "string"
|
|
3195
3170
|
},
|
|
3196
|
-
"optional": true,
|
|
3197
3171
|
"computed": false
|
|
3198
3172
|
},
|
|
3199
3173
|
{
|
|
3200
3174
|
"type": "propertySignature",
|
|
3201
3175
|
"key": {
|
|
3202
3176
|
"type": "identifier",
|
|
3203
|
-
"name": "
|
|
3177
|
+
"name": "content"
|
|
3204
3178
|
},
|
|
3205
3179
|
"annotation": {
|
|
3206
3180
|
"type": "keyword",
|
|
3207
3181
|
"value": "string"
|
|
3208
3182
|
},
|
|
3209
|
-
"optional": true,
|
|
3210
3183
|
"computed": false
|
|
3184
|
+
}
|
|
3185
|
+
]
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"type": "typeAlias",
|
|
3189
|
+
"name": "TaskBaseDetail",
|
|
3190
|
+
"annotation": {
|
|
3191
|
+
"type": "reference",
|
|
3192
|
+
"typeName": {
|
|
3193
|
+
"type": "identifier",
|
|
3194
|
+
"name": "Omit"
|
|
3211
3195
|
},
|
|
3196
|
+
"typeParameters": {
|
|
3197
|
+
"type": "typeParameterInstantiation",
|
|
3198
|
+
"params": [
|
|
3199
|
+
{
|
|
3200
|
+
"type": "reference",
|
|
3201
|
+
"typeName": {
|
|
3202
|
+
"type": "identifier",
|
|
3203
|
+
"name": "Task"
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"type": "jsLiteral",
|
|
3208
|
+
"value": "jobs"
|
|
3209
|
+
}
|
|
3210
|
+
]
|
|
3211
|
+
}
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"type": "interface",
|
|
3216
|
+
"name": "Task",
|
|
3217
|
+
"body": [
|
|
3212
3218
|
{
|
|
3213
3219
|
"type": "propertySignature",
|
|
3214
3220
|
"key": {
|
|
3215
3221
|
"type": "identifier",
|
|
3216
|
-
"name": "
|
|
3222
|
+
"name": "id"
|
|
3217
3223
|
},
|
|
3218
3224
|
"annotation": {
|
|
3219
|
-
"type": "
|
|
3220
|
-
"
|
|
3221
|
-
"type": "identifier",
|
|
3222
|
-
"name": "JobState"
|
|
3223
|
-
}
|
|
3225
|
+
"type": "keyword",
|
|
3226
|
+
"value": "string"
|
|
3224
3227
|
},
|
|
3225
3228
|
"computed": false
|
|
3226
3229
|
},
|
|
@@ -3228,23 +3231,46 @@
|
|
|
3228
3231
|
"type": "propertySignature",
|
|
3229
3232
|
"key": {
|
|
3230
3233
|
"type": "identifier",
|
|
3231
|
-
"name": "
|
|
3234
|
+
"name": "title"
|
|
3235
|
+
},
|
|
3236
|
+
"annotation": {
|
|
3237
|
+
"type": "keyword",
|
|
3238
|
+
"value": "string"
|
|
3239
|
+
},
|
|
3240
|
+
"computed": false
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"type": "propertySignature",
|
|
3244
|
+
"key": {
|
|
3245
|
+
"type": "identifier",
|
|
3246
|
+
"name": "requirement"
|
|
3247
|
+
},
|
|
3248
|
+
"annotation": {
|
|
3249
|
+
"type": "keyword",
|
|
3250
|
+
"value": "string"
|
|
3251
|
+
},
|
|
3252
|
+
"computed": false
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"type": "propertySignature",
|
|
3256
|
+
"key": {
|
|
3257
|
+
"type": "identifier",
|
|
3258
|
+
"name": "state"
|
|
3232
3259
|
},
|
|
3233
3260
|
"annotation": {
|
|
3234
3261
|
"type": "reference",
|
|
3235
3262
|
"typeName": {
|
|
3236
3263
|
"type": "identifier",
|
|
3237
|
-
"name": "
|
|
3264
|
+
"name": "TaskState"
|
|
3238
3265
|
}
|
|
3239
3266
|
},
|
|
3240
|
-
"optional": true,
|
|
3241
3267
|
"computed": false
|
|
3242
3268
|
},
|
|
3243
3269
|
{
|
|
3244
3270
|
"type": "propertySignature",
|
|
3245
3271
|
"key": {
|
|
3246
3272
|
"type": "identifier",
|
|
3247
|
-
"name": "
|
|
3273
|
+
"name": "plan"
|
|
3248
3274
|
},
|
|
3249
3275
|
"annotation": {
|
|
3250
3276
|
"type": "array",
|
|
@@ -3252,104 +3278,177 @@
|
|
|
3252
3278
|
"type": "reference",
|
|
3253
3279
|
"typeName": {
|
|
3254
3280
|
"type": "identifier",
|
|
3255
|
-
"name": "
|
|
3281
|
+
"name": "Step"
|
|
3256
3282
|
}
|
|
3257
3283
|
}
|
|
3258
3284
|
},
|
|
3259
|
-
"optional": true,
|
|
3260
3285
|
"computed": false
|
|
3261
3286
|
},
|
|
3262
3287
|
{
|
|
3263
3288
|
"type": "propertySignature",
|
|
3264
3289
|
"key": {
|
|
3265
3290
|
"type": "identifier",
|
|
3266
|
-
"name": "
|
|
3291
|
+
"name": "jobs"
|
|
3267
3292
|
},
|
|
3268
3293
|
"annotation": {
|
|
3269
|
-
"type": "
|
|
3270
|
-
"
|
|
3294
|
+
"type": "array",
|
|
3295
|
+
"elementType": {
|
|
3296
|
+
"type": "reference",
|
|
3297
|
+
"typeName": {
|
|
3298
|
+
"type": "identifier",
|
|
3299
|
+
"name": "Job"
|
|
3300
|
+
}
|
|
3301
|
+
}
|
|
3271
3302
|
},
|
|
3272
|
-
"optional": true,
|
|
3273
3303
|
"computed": false
|
|
3274
3304
|
},
|
|
3275
3305
|
{
|
|
3276
3306
|
"type": "propertySignature",
|
|
3277
3307
|
"key": {
|
|
3278
3308
|
"type": "identifier",
|
|
3279
|
-
"name": "
|
|
3309
|
+
"name": "startTime"
|
|
3280
3310
|
},
|
|
3281
3311
|
"annotation": {
|
|
3282
3312
|
"type": "keyword",
|
|
3283
|
-
"value": "
|
|
3313
|
+
"value": "number"
|
|
3284
3314
|
},
|
|
3285
|
-
"optional": true,
|
|
3286
3315
|
"computed": false
|
|
3287
3316
|
},
|
|
3288
3317
|
{
|
|
3289
3318
|
"type": "propertySignature",
|
|
3290
3319
|
"key": {
|
|
3291
3320
|
"type": "identifier",
|
|
3292
|
-
"name": "
|
|
3321
|
+
"name": "endTime"
|
|
3293
3322
|
},
|
|
3294
3323
|
"annotation": {
|
|
3295
3324
|
"type": "keyword",
|
|
3296
3325
|
"value": "number"
|
|
3297
3326
|
},
|
|
3327
|
+
"optional": true,
|
|
3298
3328
|
"computed": false
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3329
|
+
}
|
|
3330
|
+
]
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"type": "typeAlias",
|
|
3334
|
+
"name": "TaskState",
|
|
3335
|
+
"annotation": {
|
|
3336
|
+
"type": "union",
|
|
3337
|
+
"types": [
|
|
3338
|
+
{
|
|
3339
|
+
"type": "reference",
|
|
3340
|
+
"typeName": {
|
|
3341
|
+
"type": "identifier",
|
|
3342
|
+
"name": "JobState"
|
|
3343
|
+
}
|
|
3305
3344
|
},
|
|
3306
|
-
|
|
3307
|
-
"type": "
|
|
3308
|
-
"value": "
|
|
3345
|
+
{
|
|
3346
|
+
"type": "jsLiteral",
|
|
3347
|
+
"value": "paused"
|
|
3309
3348
|
},
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3349
|
+
{
|
|
3350
|
+
"type": "jsLiteral",
|
|
3351
|
+
"value": "confirming-plan"
|
|
3352
|
+
}
|
|
3353
|
+
]
|
|
3354
|
+
}
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"type": "typeAlias",
|
|
3358
|
+
"name": "JobState",
|
|
3359
|
+
"annotation": {
|
|
3360
|
+
"type": "union",
|
|
3361
|
+
"types": [
|
|
3362
|
+
{
|
|
3363
|
+
"type": "reference",
|
|
3364
|
+
"typeName": {
|
|
3365
|
+
"type": "identifier",
|
|
3366
|
+
"name": "BaseState"
|
|
3367
|
+
}
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"type": "jsLiteral",
|
|
3371
|
+
"value": "skipped"
|
|
3372
|
+
}
|
|
3373
|
+
]
|
|
3374
|
+
}
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
"type": "typeAlias",
|
|
3378
|
+
"name": "BaseState",
|
|
3379
|
+
"annotation": {
|
|
3380
|
+
"type": "union",
|
|
3381
|
+
"types": [
|
|
3382
|
+
{
|
|
3383
|
+
"type": "jsLiteral",
|
|
3384
|
+
"value": "submitted"
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"type": "jsLiteral",
|
|
3388
|
+
"value": "working"
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"type": "jsLiteral",
|
|
3392
|
+
"value": "input-required"
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"type": "jsLiteral",
|
|
3396
|
+
"value": "completed"
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"type": "jsLiteral",
|
|
3400
|
+
"value": "canceled"
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"type": "jsLiteral",
|
|
3404
|
+
"value": "failed"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"type": "jsLiteral",
|
|
3408
|
+
"value": "unknown"
|
|
3409
|
+
}
|
|
3410
|
+
]
|
|
3411
|
+
}
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"type": "interface",
|
|
3415
|
+
"name": "Step",
|
|
3416
|
+
"body": [
|
|
3313
3417
|
{
|
|
3314
3418
|
"type": "propertySignature",
|
|
3315
3419
|
"key": {
|
|
3316
3420
|
"type": "identifier",
|
|
3317
|
-
"name": "
|
|
3421
|
+
"name": "id"
|
|
3318
3422
|
},
|
|
3319
3423
|
"annotation": {
|
|
3320
|
-
"type": "
|
|
3321
|
-
"
|
|
3322
|
-
"type": "identifier",
|
|
3323
|
-
"name": "GeneratedView"
|
|
3324
|
-
}
|
|
3424
|
+
"type": "keyword",
|
|
3425
|
+
"value": "string"
|
|
3325
3426
|
},
|
|
3326
|
-
"optional": true,
|
|
3327
3427
|
"computed": false
|
|
3328
3428
|
},
|
|
3329
3429
|
{
|
|
3330
3430
|
"type": "propertySignature",
|
|
3331
3431
|
"key": {
|
|
3332
3432
|
"type": "identifier",
|
|
3333
|
-
"name": "
|
|
3433
|
+
"name": "instruction"
|
|
3334
3434
|
},
|
|
3335
3435
|
"annotation": {
|
|
3336
3436
|
"type": "keyword",
|
|
3337
|
-
"value": "
|
|
3437
|
+
"value": "string"
|
|
3338
3438
|
},
|
|
3339
|
-
"optional": true,
|
|
3340
3439
|
"computed": false
|
|
3341
3440
|
}
|
|
3342
3441
|
]
|
|
3343
3442
|
},
|
|
3344
3443
|
{
|
|
3345
3444
|
"type": "interface",
|
|
3346
|
-
"name": "
|
|
3445
|
+
"name": "Job",
|
|
3347
3446
|
"body": [
|
|
3348
3447
|
{
|
|
3349
3448
|
"type": "propertySignature",
|
|
3350
3449
|
"key": {
|
|
3351
3450
|
"type": "identifier",
|
|
3352
|
-
"name": "
|
|
3451
|
+
"name": "id"
|
|
3353
3452
|
},
|
|
3354
3453
|
"annotation": {
|
|
3355
3454
|
"type": "keyword",
|
|
@@ -3361,26 +3460,13 @@
|
|
|
3361
3460
|
"type": "propertySignature",
|
|
3362
3461
|
"key": {
|
|
3363
3462
|
"type": "identifier",
|
|
3364
|
-
"name": "
|
|
3463
|
+
"name": "upstream"
|
|
3365
3464
|
},
|
|
3366
3465
|
"annotation": {
|
|
3367
|
-
"type": "
|
|
3368
|
-
"
|
|
3369
|
-
"type": "
|
|
3370
|
-
"
|
|
3371
|
-
},
|
|
3372
|
-
"typeParameters": {
|
|
3373
|
-
"type": "typeParameterInstantiation",
|
|
3374
|
-
"params": [
|
|
3375
|
-
{
|
|
3376
|
-
"type": "keyword",
|
|
3377
|
-
"value": "string"
|
|
3378
|
-
},
|
|
3379
|
-
{
|
|
3380
|
-
"type": "keyword",
|
|
3381
|
-
"value": "unknown"
|
|
3382
|
-
}
|
|
3383
|
-
]
|
|
3466
|
+
"type": "array",
|
|
3467
|
+
"elementType": {
|
|
3468
|
+
"type": "keyword",
|
|
3469
|
+
"value": "string"
|
|
3384
3470
|
}
|
|
3385
3471
|
},
|
|
3386
3472
|
"optional": true,
|
|
@@ -3390,11 +3476,11 @@
|
|
|
3390
3476
|
"type": "propertySignature",
|
|
3391
3477
|
"key": {
|
|
3392
3478
|
"type": "identifier",
|
|
3393
|
-
"name": "
|
|
3479
|
+
"name": "parent"
|
|
3394
3480
|
},
|
|
3395
3481
|
"annotation": {
|
|
3396
3482
|
"type": "keyword",
|
|
3397
|
-
"value": "
|
|
3483
|
+
"value": "string"
|
|
3398
3484
|
},
|
|
3399
3485
|
"optional": true,
|
|
3400
3486
|
"computed": false
|
|
@@ -3403,11 +3489,11 @@
|
|
|
3403
3489
|
"type": "propertySignature",
|
|
3404
3490
|
"key": {
|
|
3405
3491
|
"type": "identifier",
|
|
3406
|
-
"name": "
|
|
3492
|
+
"name": "instruction"
|
|
3407
3493
|
},
|
|
3408
3494
|
"annotation": {
|
|
3409
3495
|
"type": "keyword",
|
|
3410
|
-
"value": "
|
|
3496
|
+
"value": "string"
|
|
3411
3497
|
},
|
|
3412
3498
|
"optional": true,
|
|
3413
3499
|
"computed": false
|
|
@@ -3416,65 +3502,38 @@
|
|
|
3416
3502
|
"type": "propertySignature",
|
|
3417
3503
|
"key": {
|
|
3418
3504
|
"type": "identifier",
|
|
3419
|
-
"name": "
|
|
3505
|
+
"name": "state"
|
|
3420
3506
|
},
|
|
3421
3507
|
"annotation": {
|
|
3422
|
-
"type": "
|
|
3423
|
-
"
|
|
3508
|
+
"type": "reference",
|
|
3509
|
+
"typeName": {
|
|
3510
|
+
"type": "identifier",
|
|
3511
|
+
"name": "JobState"
|
|
3512
|
+
}
|
|
3424
3513
|
},
|
|
3425
|
-
"optional": true,
|
|
3426
3514
|
"computed": false
|
|
3427
3515
|
},
|
|
3428
3516
|
{
|
|
3429
3517
|
"type": "propertySignature",
|
|
3430
3518
|
"key": {
|
|
3431
3519
|
"type": "identifier",
|
|
3432
|
-
"name": "
|
|
3520
|
+
"name": "toolCall"
|
|
3433
3521
|
},
|
|
3434
3522
|
"annotation": {
|
|
3435
|
-
"type": "
|
|
3436
|
-
"
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
"type": "identifier",
|
|
3441
|
-
"name": "title"
|
|
3442
|
-
},
|
|
3443
|
-
"annotation": {
|
|
3444
|
-
"type": "keyword",
|
|
3445
|
-
"value": "string"
|
|
3446
|
-
},
|
|
3447
|
-
"optional": true,
|
|
3448
|
-
"computed": false
|
|
3449
|
-
}
|
|
3450
|
-
]
|
|
3523
|
+
"type": "reference",
|
|
3524
|
+
"typeName": {
|
|
3525
|
+
"type": "identifier",
|
|
3526
|
+
"name": "ToolCall"
|
|
3527
|
+
}
|
|
3451
3528
|
},
|
|
3452
3529
|
"optional": true,
|
|
3453
3530
|
"computed": false
|
|
3454
|
-
}
|
|
3455
|
-
]
|
|
3456
|
-
},
|
|
3457
|
-
{
|
|
3458
|
-
"type": "interface",
|
|
3459
|
-
"name": "Message",
|
|
3460
|
-
"body": [
|
|
3461
|
-
{
|
|
3462
|
-
"type": "propertySignature",
|
|
3463
|
-
"key": {
|
|
3464
|
-
"type": "identifier",
|
|
3465
|
-
"name": "role"
|
|
3466
|
-
},
|
|
3467
|
-
"annotation": {
|
|
3468
|
-
"type": "keyword",
|
|
3469
|
-
"value": "string"
|
|
3470
|
-
},
|
|
3471
|
-
"computed": false
|
|
3472
3531
|
},
|
|
3473
3532
|
{
|
|
3474
3533
|
"type": "propertySignature",
|
|
3475
3534
|
"key": {
|
|
3476
3535
|
"type": "identifier",
|
|
3477
|
-
"name": "
|
|
3536
|
+
"name": "messages"
|
|
3478
3537
|
},
|
|
3479
3538
|
"annotation": {
|
|
3480
3539
|
"type": "array",
|
|
@@ -3482,87 +3541,48 @@
|
|
|
3482
3541
|
"type": "reference",
|
|
3483
3542
|
"typeName": {
|
|
3484
3543
|
"type": "identifier",
|
|
3485
|
-
"name": "
|
|
3544
|
+
"name": "Message"
|
|
3486
3545
|
}
|
|
3487
3546
|
}
|
|
3488
3547
|
},
|
|
3548
|
+
"optional": true,
|
|
3489
3549
|
"computed": false
|
|
3490
|
-
}
|
|
3491
|
-
]
|
|
3492
|
-
},
|
|
3493
|
-
{
|
|
3494
|
-
"type": "typeAlias",
|
|
3495
|
-
"name": "Part",
|
|
3496
|
-
"annotation": {
|
|
3497
|
-
"type": "union",
|
|
3498
|
-
"types": [
|
|
3499
|
-
{
|
|
3500
|
-
"type": "reference",
|
|
3501
|
-
"typeName": {
|
|
3502
|
-
"type": "identifier",
|
|
3503
|
-
"name": "TextPart"
|
|
3504
|
-
}
|
|
3505
|
-
},
|
|
3506
|
-
{
|
|
3507
|
-
"type": "reference",
|
|
3508
|
-
"typeName": {
|
|
3509
|
-
"type": "identifier",
|
|
3510
|
-
"name": "FilePart"
|
|
3511
|
-
}
|
|
3512
|
-
},
|
|
3513
|
-
{
|
|
3514
|
-
"type": "reference",
|
|
3515
|
-
"typeName": {
|
|
3516
|
-
"type": "identifier",
|
|
3517
|
-
"name": "DataPart"
|
|
3518
|
-
}
|
|
3519
|
-
}
|
|
3520
|
-
]
|
|
3521
|
-
}
|
|
3522
|
-
},
|
|
3523
|
-
{
|
|
3524
|
-
"type": "interface",
|
|
3525
|
-
"name": "TextPart",
|
|
3526
|
-
"body": [
|
|
3550
|
+
},
|
|
3527
3551
|
{
|
|
3528
3552
|
"type": "propertySignature",
|
|
3529
3553
|
"key": {
|
|
3530
3554
|
"type": "identifier",
|
|
3531
|
-
"name": "
|
|
3555
|
+
"name": "isError"
|
|
3532
3556
|
},
|
|
3533
3557
|
"annotation": {
|
|
3534
|
-
"type": "
|
|
3535
|
-
"value": "
|
|
3558
|
+
"type": "keyword",
|
|
3559
|
+
"value": "boolean"
|
|
3536
3560
|
},
|
|
3561
|
+
"optional": true,
|
|
3537
3562
|
"computed": false
|
|
3538
3563
|
},
|
|
3539
3564
|
{
|
|
3540
3565
|
"type": "propertySignature",
|
|
3541
3566
|
"key": {
|
|
3542
3567
|
"type": "identifier",
|
|
3543
|
-
"name": "
|
|
3568
|
+
"name": "hidden"
|
|
3544
3569
|
},
|
|
3545
3570
|
"annotation": {
|
|
3546
3571
|
"type": "keyword",
|
|
3547
|
-
"value": "
|
|
3572
|
+
"value": "boolean"
|
|
3548
3573
|
},
|
|
3574
|
+
"optional": true,
|
|
3549
3575
|
"computed": false
|
|
3550
|
-
}
|
|
3551
|
-
]
|
|
3552
|
-
},
|
|
3553
|
-
{
|
|
3554
|
-
"type": "interface",
|
|
3555
|
-
"name": "FilePart",
|
|
3556
|
-
"body": [
|
|
3576
|
+
},
|
|
3557
3577
|
{
|
|
3558
3578
|
"type": "propertySignature",
|
|
3559
3579
|
"key": {
|
|
3560
3580
|
"type": "identifier",
|
|
3561
|
-
"name": "
|
|
3581
|
+
"name": "startTime"
|
|
3562
3582
|
},
|
|
3563
3583
|
"annotation": {
|
|
3564
|
-
"type": "
|
|
3565
|
-
"value": "
|
|
3584
|
+
"type": "keyword",
|
|
3585
|
+
"value": "number"
|
|
3566
3586
|
},
|
|
3567
3587
|
"computed": false
|
|
3568
3588
|
},
|
|
@@ -3570,22 +3590,49 @@
|
|
|
3570
3590
|
"type": "propertySignature",
|
|
3571
3591
|
"key": {
|
|
3572
3592
|
"type": "identifier",
|
|
3573
|
-
"name": "
|
|
3593
|
+
"name": "endTime"
|
|
3594
|
+
},
|
|
3595
|
+
"annotation": {
|
|
3596
|
+
"type": "keyword",
|
|
3597
|
+
"value": "number"
|
|
3598
|
+
},
|
|
3599
|
+
"optional": true,
|
|
3600
|
+
"computed": false
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"type": "propertySignature",
|
|
3604
|
+
"key": {
|
|
3605
|
+
"type": "identifier",
|
|
3606
|
+
"name": "generatedView"
|
|
3574
3607
|
},
|
|
3575
3608
|
"annotation": {
|
|
3576
3609
|
"type": "reference",
|
|
3577
3610
|
"typeName": {
|
|
3578
3611
|
"type": "identifier",
|
|
3579
|
-
"name": "
|
|
3612
|
+
"name": "GeneratedView"
|
|
3580
3613
|
}
|
|
3581
3614
|
},
|
|
3615
|
+
"optional": true,
|
|
3616
|
+
"computed": false
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"type": "propertySignature",
|
|
3620
|
+
"key": {
|
|
3621
|
+
"type": "identifier",
|
|
3622
|
+
"name": "level"
|
|
3623
|
+
},
|
|
3624
|
+
"annotation": {
|
|
3625
|
+
"type": "keyword",
|
|
3626
|
+
"value": "number"
|
|
3627
|
+
},
|
|
3628
|
+
"optional": true,
|
|
3582
3629
|
"computed": false
|
|
3583
3630
|
}
|
|
3584
3631
|
]
|
|
3585
3632
|
},
|
|
3586
3633
|
{
|
|
3587
3634
|
"type": "interface",
|
|
3588
|
-
"name": "
|
|
3635
|
+
"name": "ToolCall",
|
|
3589
3636
|
"body": [
|
|
3590
3637
|
{
|
|
3591
3638
|
"type": "propertySignature",
|
|
@@ -3597,6 +3644,34 @@
|
|
|
3597
3644
|
"type": "keyword",
|
|
3598
3645
|
"value": "string"
|
|
3599
3646
|
},
|
|
3647
|
+
"computed": false
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"type": "propertySignature",
|
|
3651
|
+
"key": {
|
|
3652
|
+
"type": "identifier",
|
|
3653
|
+
"name": "arguments"
|
|
3654
|
+
},
|
|
3655
|
+
"annotation": {
|
|
3656
|
+
"type": "reference",
|
|
3657
|
+
"typeName": {
|
|
3658
|
+
"type": "identifier",
|
|
3659
|
+
"name": "Record"
|
|
3660
|
+
},
|
|
3661
|
+
"typeParameters": {
|
|
3662
|
+
"type": "typeParameterInstantiation",
|
|
3663
|
+
"params": [
|
|
3664
|
+
{
|
|
3665
|
+
"type": "keyword",
|
|
3666
|
+
"value": "string"
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"type": "keyword",
|
|
3670
|
+
"value": "unknown"
|
|
3671
|
+
}
|
|
3672
|
+
]
|
|
3673
|
+
}
|
|
3674
|
+
},
|
|
3600
3675
|
"optional": true,
|
|
3601
3676
|
"computed": false
|
|
3602
3677
|
},
|
|
@@ -3604,11 +3679,11 @@
|
|
|
3604
3679
|
"type": "propertySignature",
|
|
3605
3680
|
"key": {
|
|
3606
3681
|
"type": "identifier",
|
|
3607
|
-
"name": "
|
|
3682
|
+
"name": "argumentsParseFailed"
|
|
3608
3683
|
},
|
|
3609
3684
|
"annotation": {
|
|
3610
3685
|
"type": "keyword",
|
|
3611
|
-
"value": "
|
|
3686
|
+
"value": "boolean"
|
|
3612
3687
|
},
|
|
3613
3688
|
"optional": true,
|
|
3614
3689
|
"computed": false
|
|
@@ -3617,11 +3692,11 @@
|
|
|
3617
3692
|
"type": "propertySignature",
|
|
3618
3693
|
"key": {
|
|
3619
3694
|
"type": "identifier",
|
|
3620
|
-
"name": "
|
|
3695
|
+
"name": "argumentsParseError"
|
|
3621
3696
|
},
|
|
3622
3697
|
"annotation": {
|
|
3623
3698
|
"type": "keyword",
|
|
3624
|
-
"value": "
|
|
3699
|
+
"value": "unknown"
|
|
3625
3700
|
},
|
|
3626
3701
|
"optional": true,
|
|
3627
3702
|
"computed": false
|
|
@@ -3630,7 +3705,7 @@
|
|
|
3630
3705
|
"type": "propertySignature",
|
|
3631
3706
|
"key": {
|
|
3632
3707
|
"type": "identifier",
|
|
3633
|
-
"name": "
|
|
3708
|
+
"name": "originalArguments"
|
|
3634
3709
|
},
|
|
3635
3710
|
"annotation": {
|
|
3636
3711
|
"type": "keyword",
|
|
@@ -3643,11 +3718,25 @@
|
|
|
3643
3718
|
"type": "propertySignature",
|
|
3644
3719
|
"key": {
|
|
3645
3720
|
"type": "identifier",
|
|
3646
|
-
"name": "
|
|
3721
|
+
"name": "annotations"
|
|
3647
3722
|
},
|
|
3648
3723
|
"annotation": {
|
|
3649
|
-
"type": "
|
|
3650
|
-
"
|
|
3724
|
+
"type": "typeLiteral",
|
|
3725
|
+
"members": [
|
|
3726
|
+
{
|
|
3727
|
+
"type": "propertySignature",
|
|
3728
|
+
"key": {
|
|
3729
|
+
"type": "identifier",
|
|
3730
|
+
"name": "title"
|
|
3731
|
+
},
|
|
3732
|
+
"annotation": {
|
|
3733
|
+
"type": "keyword",
|
|
3734
|
+
"value": "string"
|
|
3735
|
+
},
|
|
3736
|
+
"optional": true,
|
|
3737
|
+
"computed": false
|
|
3738
|
+
}
|
|
3739
|
+
]
|
|
3651
3740
|
},
|
|
3652
3741
|
"optional": true,
|
|
3653
3742
|
"computed": false
|
|
@@ -3656,17 +3745,17 @@
|
|
|
3656
3745
|
},
|
|
3657
3746
|
{
|
|
3658
3747
|
"type": "interface",
|
|
3659
|
-
"name": "
|
|
3748
|
+
"name": "Message",
|
|
3660
3749
|
"body": [
|
|
3661
3750
|
{
|
|
3662
3751
|
"type": "propertySignature",
|
|
3663
3752
|
"key": {
|
|
3664
3753
|
"type": "identifier",
|
|
3665
|
-
"name": "
|
|
3754
|
+
"name": "role"
|
|
3666
3755
|
},
|
|
3667
3756
|
"annotation": {
|
|
3668
|
-
"type": "
|
|
3669
|
-
"value": "
|
|
3757
|
+
"type": "keyword",
|
|
3758
|
+
"value": "string"
|
|
3670
3759
|
},
|
|
3671
3760
|
"computed": false
|
|
3672
3761
|
},
|
|
@@ -3674,48 +3763,95 @@
|
|
|
3674
3763
|
"type": "propertySignature",
|
|
3675
3764
|
"key": {
|
|
3676
3765
|
"type": "identifier",
|
|
3677
|
-
"name": "
|
|
3766
|
+
"name": "parts"
|
|
3678
3767
|
},
|
|
3679
3768
|
"annotation": {
|
|
3769
|
+
"type": "array",
|
|
3770
|
+
"elementType": {
|
|
3771
|
+
"type": "reference",
|
|
3772
|
+
"typeName": {
|
|
3773
|
+
"type": "identifier",
|
|
3774
|
+
"name": "Part"
|
|
3775
|
+
}
|
|
3776
|
+
}
|
|
3777
|
+
},
|
|
3778
|
+
"computed": false
|
|
3779
|
+
}
|
|
3780
|
+
]
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"type": "typeAlias",
|
|
3784
|
+
"name": "Part",
|
|
3785
|
+
"annotation": {
|
|
3786
|
+
"type": "union",
|
|
3787
|
+
"types": [
|
|
3788
|
+
{
|
|
3680
3789
|
"type": "reference",
|
|
3681
3790
|
"typeName": {
|
|
3682
3791
|
"type": "identifier",
|
|
3683
|
-
"name": "
|
|
3684
|
-
},
|
|
3685
|
-
"typeParameters": {
|
|
3686
|
-
"type": "typeParameterInstantiation",
|
|
3687
|
-
"params": [
|
|
3688
|
-
{
|
|
3689
|
-
"type": "keyword",
|
|
3690
|
-
"value": "string"
|
|
3691
|
-
},
|
|
3692
|
-
{
|
|
3693
|
-
"type": "keyword",
|
|
3694
|
-
"value": "any"
|
|
3695
|
-
}
|
|
3696
|
-
]
|
|
3792
|
+
"name": "TextPart"
|
|
3697
3793
|
}
|
|
3698
3794
|
},
|
|
3795
|
+
{
|
|
3796
|
+
"type": "reference",
|
|
3797
|
+
"typeName": {
|
|
3798
|
+
"type": "identifier",
|
|
3799
|
+
"name": "FilePart"
|
|
3800
|
+
}
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"type": "reference",
|
|
3804
|
+
"typeName": {
|
|
3805
|
+
"type": "identifier",
|
|
3806
|
+
"name": "DataPart"
|
|
3807
|
+
}
|
|
3808
|
+
}
|
|
3809
|
+
]
|
|
3810
|
+
}
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"type": "interface",
|
|
3814
|
+
"name": "TextPart",
|
|
3815
|
+
"body": [
|
|
3816
|
+
{
|
|
3817
|
+
"type": "propertySignature",
|
|
3818
|
+
"key": {
|
|
3819
|
+
"type": "identifier",
|
|
3820
|
+
"name": "type"
|
|
3821
|
+
},
|
|
3822
|
+
"annotation": {
|
|
3823
|
+
"type": "jsLiteral",
|
|
3824
|
+
"value": "text"
|
|
3825
|
+
},
|
|
3826
|
+
"computed": false
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
"type": "propertySignature",
|
|
3830
|
+
"key": {
|
|
3831
|
+
"type": "identifier",
|
|
3832
|
+
"name": "text"
|
|
3833
|
+
},
|
|
3834
|
+
"annotation": {
|
|
3835
|
+
"type": "keyword",
|
|
3836
|
+
"value": "string"
|
|
3837
|
+
},
|
|
3699
3838
|
"computed": false
|
|
3700
3839
|
}
|
|
3701
3840
|
]
|
|
3702
3841
|
},
|
|
3703
3842
|
{
|
|
3704
3843
|
"type": "interface",
|
|
3705
|
-
"name": "
|
|
3844
|
+
"name": "FilePart",
|
|
3706
3845
|
"body": [
|
|
3707
3846
|
{
|
|
3708
3847
|
"type": "propertySignature",
|
|
3709
3848
|
"key": {
|
|
3710
3849
|
"type": "identifier",
|
|
3711
|
-
"name": "
|
|
3850
|
+
"name": "type"
|
|
3712
3851
|
},
|
|
3713
3852
|
"annotation": {
|
|
3714
|
-
"type": "
|
|
3715
|
-
"
|
|
3716
|
-
"type": "keyword",
|
|
3717
|
-
"value": "string"
|
|
3718
|
-
}
|
|
3853
|
+
"type": "jsLiteral",
|
|
3854
|
+
"value": "file"
|
|
3719
3855
|
},
|
|
3720
3856
|
"computed": false
|
|
3721
3857
|
},
|
|
@@ -3723,242 +3859,103 @@
|
|
|
3723
3859
|
"type": "propertySignature",
|
|
3724
3860
|
"key": {
|
|
3725
3861
|
"type": "identifier",
|
|
3726
|
-
"name": "
|
|
3862
|
+
"name": "file"
|
|
3727
3863
|
},
|
|
3728
3864
|
"annotation": {
|
|
3729
|
-
"type": "
|
|
3730
|
-
"
|
|
3731
|
-
"type": "
|
|
3732
|
-
"
|
|
3865
|
+
"type": "reference",
|
|
3866
|
+
"typeName": {
|
|
3867
|
+
"type": "identifier",
|
|
3868
|
+
"name": "FileInfo"
|
|
3733
3869
|
}
|
|
3734
3870
|
},
|
|
3735
3871
|
"computed": false
|
|
3872
|
+
}
|
|
3873
|
+
]
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"type": "interface",
|
|
3877
|
+
"name": "FileInfo",
|
|
3878
|
+
"body": [
|
|
3879
|
+
{
|
|
3880
|
+
"type": "propertySignature",
|
|
3881
|
+
"key": {
|
|
3882
|
+
"type": "identifier",
|
|
3883
|
+
"name": "name"
|
|
3884
|
+
},
|
|
3885
|
+
"annotation": {
|
|
3886
|
+
"type": "keyword",
|
|
3887
|
+
"value": "string"
|
|
3888
|
+
},
|
|
3889
|
+
"optional": true,
|
|
3890
|
+
"computed": false
|
|
3736
3891
|
},
|
|
3737
3892
|
{
|
|
3738
3893
|
"type": "propertySignature",
|
|
3739
3894
|
"key": {
|
|
3740
3895
|
"type": "identifier",
|
|
3741
|
-
"name": "
|
|
3896
|
+
"name": "mimeType"
|
|
3742
3897
|
},
|
|
3743
3898
|
"annotation": {
|
|
3744
3899
|
"type": "keyword",
|
|
3745
3900
|
"value": "string"
|
|
3746
3901
|
},
|
|
3902
|
+
"optional": true,
|
|
3747
3903
|
"computed": false
|
|
3748
|
-
}
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
"properties": [
|
|
3755
|
-
{
|
|
3756
|
-
"name": "conversationId",
|
|
3757
|
-
"annotation": {
|
|
3758
|
-
"type": "keyword",
|
|
3759
|
-
"value": "string"
|
|
3760
|
-
}
|
|
3761
|
-
},
|
|
3762
|
-
{
|
|
3763
|
-
"name": "initialRequest",
|
|
3764
|
-
"annotation": {
|
|
3765
|
-
"type": "union",
|
|
3766
|
-
"types": [
|
|
3767
|
-
{
|
|
3768
|
-
"type": "reference",
|
|
3769
|
-
"typeName": {
|
|
3770
|
-
"type": "identifier",
|
|
3771
|
-
"name": "RequestStore"
|
|
3772
|
-
}
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"type": "propertySignature",
|
|
3907
|
+
"key": {
|
|
3908
|
+
"type": "identifier",
|
|
3909
|
+
"name": "size"
|
|
3773
3910
|
},
|
|
3774
|
-
{
|
|
3911
|
+
"annotation": {
|
|
3775
3912
|
"type": "keyword",
|
|
3776
|
-
"value": "
|
|
3777
|
-
}
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
},
|
|
3781
|
-
{
|
|
3782
|
-
"name": "taskId",
|
|
3783
|
-
"annotation": {
|
|
3784
|
-
"type": "keyword",
|
|
3785
|
-
"value": "string"
|
|
3786
|
-
}
|
|
3787
|
-
},
|
|
3788
|
-
{
|
|
3789
|
-
"name": "replay",
|
|
3790
|
-
"annotation": {
|
|
3791
|
-
"type": "keyword",
|
|
3792
|
-
"value": "boolean"
|
|
3793
|
-
}
|
|
3794
|
-
},
|
|
3795
|
-
{
|
|
3796
|
-
"name": "replayDelay",
|
|
3797
|
-
"annotation": {
|
|
3798
|
-
"type": "keyword",
|
|
3799
|
-
"value": "number"
|
|
3800
|
-
}
|
|
3801
|
-
},
|
|
3802
|
-
{
|
|
3803
|
-
"name": "supports",
|
|
3804
|
-
"annotation": {
|
|
3805
|
-
"type": "reference",
|
|
3806
|
-
"typeName": {
|
|
3807
|
-
"type": "identifier",
|
|
3808
|
-
"name": "Record"
|
|
3913
|
+
"value": "number"
|
|
3914
|
+
},
|
|
3915
|
+
"optional": true,
|
|
3916
|
+
"computed": false
|
|
3809
3917
|
},
|
|
3810
|
-
|
|
3811
|
-
"type": "
|
|
3812
|
-
"
|
|
3813
|
-
{
|
|
3814
|
-
"type": "keyword",
|
|
3815
|
-
"value": "string"
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"type": "keyword",
|
|
3819
|
-
"value": "boolean"
|
|
3820
|
-
}
|
|
3821
|
-
]
|
|
3822
|
-
}
|
|
3823
|
-
}
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"name": "showFeedback",
|
|
3827
|
-
"annotation": {
|
|
3828
|
-
"type": "keyword",
|
|
3829
|
-
"value": "boolean"
|
|
3830
|
-
}
|
|
3831
|
-
},
|
|
3832
|
-
{
|
|
3833
|
-
"name": "showFeedbackAfterFailed",
|
|
3834
|
-
"annotation": {
|
|
3835
|
-
"type": "keyword",
|
|
3836
|
-
"value": "boolean"
|
|
3837
|
-
}
|
|
3838
|
-
},
|
|
3839
|
-
{
|
|
3840
|
-
"name": "showFeedbackOnView",
|
|
3841
|
-
"annotation": {
|
|
3842
|
-
"type": "keyword",
|
|
3843
|
-
"value": "boolean"
|
|
3844
|
-
}
|
|
3845
|
-
},
|
|
3846
|
-
{
|
|
3847
|
-
"name": "showUiSwitch",
|
|
3848
|
-
"annotation": {
|
|
3849
|
-
"type": "keyword",
|
|
3850
|
-
"value": "boolean"
|
|
3851
|
-
}
|
|
3852
|
-
},
|
|
3853
|
-
{
|
|
3854
|
-
"name": "hideMermaid",
|
|
3855
|
-
"annotation": {
|
|
3856
|
-
"type": "keyword",
|
|
3857
|
-
"value": "boolean"
|
|
3858
|
-
}
|
|
3859
|
-
},
|
|
3860
|
-
{
|
|
3861
|
-
"name": "previewUrlTemplate",
|
|
3862
|
-
"annotation": {
|
|
3863
|
-
"type": "keyword",
|
|
3864
|
-
"value": "string"
|
|
3865
|
-
}
|
|
3866
|
-
}
|
|
3867
|
-
],
|
|
3868
|
-
"events": [
|
|
3869
|
-
{
|
|
3870
|
-
"name": "share",
|
|
3871
|
-
"detail": {
|
|
3872
|
-
"annotation": {
|
|
3873
|
-
"type": "keyword",
|
|
3874
|
-
"value": "void"
|
|
3875
|
-
}
|
|
3876
|
-
}
|
|
3877
|
-
},
|
|
3878
|
-
{
|
|
3879
|
-
"name": "terminate",
|
|
3880
|
-
"detail": {
|
|
3881
|
-
"annotation": {
|
|
3882
|
-
"type": "keyword",
|
|
3883
|
-
"value": "void"
|
|
3884
|
-
}
|
|
3885
|
-
}
|
|
3886
|
-
},
|
|
3887
|
-
{
|
|
3888
|
-
"name": "feedback.submit",
|
|
3889
|
-
"detail": {
|
|
3890
|
-
"annotation": {
|
|
3891
|
-
"type": "reference",
|
|
3892
|
-
"typeName": {
|
|
3918
|
+
{
|
|
3919
|
+
"type": "propertySignature",
|
|
3920
|
+
"key": {
|
|
3893
3921
|
"type": "identifier",
|
|
3894
|
-
"name": "
|
|
3895
|
-
}
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
"type": "keyword",
|
|
3904
|
-
"value": "string"
|
|
3905
|
-
}
|
|
3906
|
-
}
|
|
3907
|
-
},
|
|
3908
|
-
{
|
|
3909
|
-
"name": "ui.switch",
|
|
3910
|
-
"detail": {
|
|
3911
|
-
"annotation": {
|
|
3912
|
-
"type": "jsLiteral",
|
|
3913
|
-
"value": "canvas"
|
|
3914
|
-
}
|
|
3915
|
-
}
|
|
3916
|
-
}
|
|
3917
|
-
],
|
|
3918
|
-
"methods": [
|
|
3919
|
-
{
|
|
3920
|
-
"name": "resumed",
|
|
3921
|
-
"params": [],
|
|
3922
|
-
"returns": {}
|
|
3923
|
-
},
|
|
3924
|
-
{
|
|
3925
|
-
"name": "feedbackSubmitDone",
|
|
3926
|
-
"params": [],
|
|
3927
|
-
"returns": {}
|
|
3928
|
-
},
|
|
3929
|
-
{
|
|
3930
|
-
"name": "feedbackSubmitFailed",
|
|
3931
|
-
"params": [],
|
|
3932
|
-
"returns": {}
|
|
3933
|
-
},
|
|
3934
|
-
{
|
|
3935
|
-
"name": "feedbackOnViewDone",
|
|
3936
|
-
"params": [
|
|
3922
|
+
"name": "bytes"
|
|
3923
|
+
},
|
|
3924
|
+
"annotation": {
|
|
3925
|
+
"type": "keyword",
|
|
3926
|
+
"value": "string"
|
|
3927
|
+
},
|
|
3928
|
+
"optional": true,
|
|
3929
|
+
"computed": false
|
|
3930
|
+
},
|
|
3937
3931
|
{
|
|
3938
|
-
"
|
|
3932
|
+
"type": "propertySignature",
|
|
3933
|
+
"key": {
|
|
3934
|
+
"type": "identifier",
|
|
3935
|
+
"name": "uri"
|
|
3936
|
+
},
|
|
3939
3937
|
"annotation": {
|
|
3940
3938
|
"type": "keyword",
|
|
3941
3939
|
"value": "string"
|
|
3942
|
-
}
|
|
3940
|
+
},
|
|
3941
|
+
"optional": true,
|
|
3942
|
+
"computed": false
|
|
3943
3943
|
}
|
|
3944
|
-
]
|
|
3945
|
-
|
|
3946
|
-
}
|
|
3947
|
-
],
|
|
3948
|
-
"types": [
|
|
3944
|
+
]
|
|
3945
|
+
},
|
|
3949
3946
|
{
|
|
3950
3947
|
"type": "interface",
|
|
3951
|
-
"name": "
|
|
3948
|
+
"name": "DataPart",
|
|
3952
3949
|
"body": [
|
|
3953
3950
|
{
|
|
3954
3951
|
"type": "propertySignature",
|
|
3955
3952
|
"key": {
|
|
3956
3953
|
"type": "identifier",
|
|
3957
|
-
"name": "
|
|
3954
|
+
"name": "type"
|
|
3958
3955
|
},
|
|
3959
3956
|
"annotation": {
|
|
3960
|
-
"type": "
|
|
3961
|
-
"value": "
|
|
3957
|
+
"type": "jsLiteral",
|
|
3958
|
+
"value": "data"
|
|
3962
3959
|
},
|
|
3963
3960
|
"computed": false
|
|
3964
3961
|
},
|
|
@@ -3966,11 +3963,27 @@
|
|
|
3966
3963
|
"type": "propertySignature",
|
|
3967
3964
|
"key": {
|
|
3968
3965
|
"type": "identifier",
|
|
3969
|
-
"name": "
|
|
3966
|
+
"name": "data"
|
|
3970
3967
|
},
|
|
3971
3968
|
"annotation": {
|
|
3972
|
-
"type": "
|
|
3973
|
-
"
|
|
3969
|
+
"type": "reference",
|
|
3970
|
+
"typeName": {
|
|
3971
|
+
"type": "identifier",
|
|
3972
|
+
"name": "Record"
|
|
3973
|
+
},
|
|
3974
|
+
"typeParameters": {
|
|
3975
|
+
"type": "typeParameterInstantiation",
|
|
3976
|
+
"params": [
|
|
3977
|
+
{
|
|
3978
|
+
"type": "keyword",
|
|
3979
|
+
"value": "string"
|
|
3980
|
+
},
|
|
3981
|
+
{
|
|
3982
|
+
"type": "keyword",
|
|
3983
|
+
"value": "any"
|
|
3984
|
+
}
|
|
3985
|
+
]
|
|
3986
|
+
}
|
|
3974
3987
|
},
|
|
3975
3988
|
"computed": false
|
|
3976
3989
|
}
|