@source-repo/rpc-cli 3.4.3 → 4.2.0
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/bench.js +2 -2
- package/dist/bench.js.map +1 -1
- package/dist/conform.d.ts.map +1 -1
- package/dist/conform.js +3 -3
- package/dist/conform.js.map +1 -1
- package/dist/console.d.ts +18 -0
- package/dist/console.d.ts.map +1 -1
- package/dist/console.js +22 -10
- package/dist/console.js.map +1 -1
- package/dist/console.types.json +979 -118
- package/dist/extract.d.ts +1 -1
- package/dist/extract.d.ts.map +1 -1
- package/dist/extract.js +125 -3
- package/dist/extract.js.map +1 -1
- package/dist/index.js +11 -2
- package/dist/index.js.map +1 -1
- package/dist/mcp.d.ts.map +1 -1
- package/dist/mcp.js +75 -7
- package/dist/mcp.js.map +1 -1
- package/dist/record.js +1 -1
- package/dist/record.js.map +1 -1
- package/dist/tapping.js +5 -5
- package/dist/tapping.js.map +1 -1
- package/dist/verbs.d.ts +7 -0
- package/dist/verbs.d.ts.map +1 -1
- package/dist/verbs.js +40 -4
- package/dist/verbs.js.map +1 -1
- package/dist/web/app.css +1 -1
- package/dist/web/app.js +10 -10
- package/dist/web/app.js.map +1 -1
- package/package.json +2 -2
package/dist/console.types.json
CHANGED
|
@@ -26,6 +26,50 @@
|
|
|
26
26
|
}
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
|
+
"PeerStructure": {
|
|
30
|
+
"kind": "object",
|
|
31
|
+
"fields": {
|
|
32
|
+
"parent": {
|
|
33
|
+
"type": {
|
|
34
|
+
"kind": "string"
|
|
35
|
+
},
|
|
36
|
+
"optional": true
|
|
37
|
+
},
|
|
38
|
+
"place": {
|
|
39
|
+
"type": {
|
|
40
|
+
"kind": "array",
|
|
41
|
+
"items": {
|
|
42
|
+
"kind": "string"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"optional": true
|
|
46
|
+
},
|
|
47
|
+
"label": {
|
|
48
|
+
"type": {
|
|
49
|
+
"kind": "string"
|
|
50
|
+
},
|
|
51
|
+
"optional": true
|
|
52
|
+
},
|
|
53
|
+
"owner": {
|
|
54
|
+
"type": {
|
|
55
|
+
"kind": "object",
|
|
56
|
+
"fields": {
|
|
57
|
+
"peer": {
|
|
58
|
+
"type": {
|
|
59
|
+
"kind": "string"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"instance": {
|
|
63
|
+
"type": {
|
|
64
|
+
"kind": "string"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"optional": true
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
29
73
|
"NetworkProblem": {
|
|
30
74
|
"kind": "object",
|
|
31
75
|
"fields": {
|
|
@@ -118,6 +162,71 @@
|
|
|
118
162
|
}
|
|
119
163
|
}
|
|
120
164
|
},
|
|
165
|
+
"host": {
|
|
166
|
+
"type": {
|
|
167
|
+
"kind": "object",
|
|
168
|
+
"fields": {
|
|
169
|
+
"root": {
|
|
170
|
+
"type": {
|
|
171
|
+
"kind": "ref",
|
|
172
|
+
"name": "RpcRef"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"parent": {
|
|
176
|
+
"type": {
|
|
177
|
+
"kind": "union",
|
|
178
|
+
"options": [
|
|
179
|
+
{
|
|
180
|
+
"kind": "null"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"kind": "ref",
|
|
184
|
+
"name": "RpcRef"
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"optional": true
|
|
189
|
+
},
|
|
190
|
+
"owner": {
|
|
191
|
+
"type": {
|
|
192
|
+
"kind": "union",
|
|
193
|
+
"options": [
|
|
194
|
+
{
|
|
195
|
+
"kind": "null"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"kind": "ref",
|
|
199
|
+
"name": "RpcRef"
|
|
200
|
+
}
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
"optional": true
|
|
204
|
+
},
|
|
205
|
+
"place": {
|
|
206
|
+
"type": {
|
|
207
|
+
"kind": "array",
|
|
208
|
+
"items": {
|
|
209
|
+
"kind": "string"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"optional": true
|
|
213
|
+
},
|
|
214
|
+
"label": {
|
|
215
|
+
"type": {
|
|
216
|
+
"kind": "string"
|
|
217
|
+
},
|
|
218
|
+
"optional": true
|
|
219
|
+
},
|
|
220
|
+
"capabilities": {
|
|
221
|
+
"type": {
|
|
222
|
+
"kind": "ref",
|
|
223
|
+
"name": "RpcTopologyCapabilities"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"optional": true
|
|
229
|
+
},
|
|
121
230
|
"types": {
|
|
122
231
|
"type": {
|
|
123
232
|
"kind": "record",
|
|
@@ -166,6 +275,29 @@
|
|
|
166
275
|
},
|
|
167
276
|
"optional": true
|
|
168
277
|
},
|
|
278
|
+
"component": {
|
|
279
|
+
"type": {
|
|
280
|
+
"kind": "ref",
|
|
281
|
+
"name": "DescribedComponent"
|
|
282
|
+
},
|
|
283
|
+
"optional": true
|
|
284
|
+
},
|
|
285
|
+
"topology": {
|
|
286
|
+
"type": {
|
|
287
|
+
"kind": "ref",
|
|
288
|
+
"name": "DescribedTopology"
|
|
289
|
+
},
|
|
290
|
+
"optional": true
|
|
291
|
+
},
|
|
292
|
+
"capabilities": {
|
|
293
|
+
"type": {
|
|
294
|
+
"kind": "array",
|
|
295
|
+
"items": {
|
|
296
|
+
"kind": "string"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"optional": true
|
|
300
|
+
},
|
|
169
301
|
"methods": {
|
|
170
302
|
"type": {
|
|
171
303
|
"kind": "array",
|
|
@@ -186,34 +318,10 @@
|
|
|
186
318
|
}
|
|
187
319
|
}
|
|
188
320
|
},
|
|
189
|
-
"
|
|
321
|
+
"DescribedComponent": {
|
|
190
322
|
"kind": "object",
|
|
191
323
|
"fields": {
|
|
192
|
-
"
|
|
193
|
-
"type": {
|
|
194
|
-
"kind": "string"
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"params": {
|
|
198
|
-
"type": {
|
|
199
|
-
"kind": "array",
|
|
200
|
-
"items": {
|
|
201
|
-
"kind": "ref",
|
|
202
|
-
"name": "TypeNode"
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
"optional": true
|
|
206
|
-
},
|
|
207
|
-
"paramNames": {
|
|
208
|
-
"type": {
|
|
209
|
-
"kind": "array",
|
|
210
|
-
"items": {
|
|
211
|
-
"kind": "string"
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
"optional": true
|
|
215
|
-
},
|
|
216
|
-
"rest": {
|
|
324
|
+
"props": {
|
|
217
325
|
"type": {
|
|
218
326
|
"kind": "union",
|
|
219
327
|
"options": [
|
|
@@ -510,7 +618,7 @@
|
|
|
510
618
|
},
|
|
511
619
|
"optional": true
|
|
512
620
|
},
|
|
513
|
-
"
|
|
621
|
+
"state": {
|
|
514
622
|
"type": {
|
|
515
623
|
"kind": "union",
|
|
516
624
|
"options": [
|
|
@@ -807,25 +915,10 @@
|
|
|
807
915
|
},
|
|
808
916
|
"optional": true
|
|
809
917
|
},
|
|
810
|
-
"
|
|
918
|
+
"subscribers": {
|
|
811
919
|
"type": {
|
|
812
|
-
"kind": "
|
|
813
|
-
|
|
814
|
-
{
|
|
815
|
-
"kind": "literal",
|
|
816
|
-
"value": "query"
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"kind": "literal",
|
|
820
|
-
"value": "idempotent-command"
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"kind": "literal",
|
|
824
|
-
"value": "non-repeatable-command"
|
|
825
|
-
}
|
|
826
|
-
]
|
|
827
|
-
},
|
|
828
|
-
"optional": true
|
|
920
|
+
"kind": "number"
|
|
921
|
+
}
|
|
829
922
|
}
|
|
830
923
|
}
|
|
831
924
|
},
|
|
@@ -1140,124 +1233,883 @@
|
|
|
1140
1233
|
}
|
|
1141
1234
|
}
|
|
1142
1235
|
},
|
|
1143
|
-
"
|
|
1236
|
+
"DescribedTopology": {
|
|
1144
1237
|
"kind": "object",
|
|
1145
1238
|
"fields": {
|
|
1146
|
-
"
|
|
1147
|
-
"type": {
|
|
1148
|
-
"kind": "string"
|
|
1149
|
-
}
|
|
1150
|
-
},
|
|
1151
|
-
"params": {
|
|
1239
|
+
"parent": {
|
|
1152
1240
|
"type": {
|
|
1153
|
-
"kind": "
|
|
1154
|
-
"
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1241
|
+
"kind": "union",
|
|
1242
|
+
"options": [
|
|
1243
|
+
{
|
|
1244
|
+
"kind": "null"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "ref",
|
|
1248
|
+
"name": "RpcRef"
|
|
1249
|
+
}
|
|
1250
|
+
]
|
|
1158
1251
|
},
|
|
1159
1252
|
"optional": true
|
|
1160
1253
|
},
|
|
1161
|
-
"
|
|
1162
|
-
"type": {
|
|
1163
|
-
"kind": "number"
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
}
|
|
1167
|
-
},
|
|
1168
|
-
"TapFilter": {
|
|
1169
|
-
"kind": "object",
|
|
1170
|
-
"fields": {
|
|
1171
|
-
"peer": {
|
|
1254
|
+
"owner": {
|
|
1172
1255
|
"type": {
|
|
1173
|
-
"kind": "
|
|
1256
|
+
"kind": "union",
|
|
1257
|
+
"options": [
|
|
1258
|
+
{
|
|
1259
|
+
"kind": "null"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"kind": "ref",
|
|
1263
|
+
"name": "RpcRef"
|
|
1264
|
+
}
|
|
1265
|
+
]
|
|
1174
1266
|
},
|
|
1175
1267
|
"optional": true
|
|
1176
1268
|
},
|
|
1177
|
-
"
|
|
1269
|
+
"parentEpoch": {
|
|
1178
1270
|
"type": {
|
|
1179
1271
|
"kind": "string"
|
|
1180
|
-
}
|
|
1181
|
-
"optional": true
|
|
1182
|
-
},
|
|
1183
|
-
"kinds": {
|
|
1184
|
-
"type": {
|
|
1185
|
-
"kind": "array",
|
|
1186
|
-
"items": {
|
|
1187
|
-
"kind": "string"
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
"optional": true
|
|
1272
|
+
}
|
|
1191
1273
|
},
|
|
1192
|
-
"
|
|
1274
|
+
"ownerEpoch": {
|
|
1193
1275
|
"type": {
|
|
1194
|
-
"kind": "
|
|
1195
|
-
}
|
|
1196
|
-
"optional": true
|
|
1276
|
+
"kind": "string"
|
|
1277
|
+
}
|
|
1197
1278
|
},
|
|
1198
|
-
"
|
|
1279
|
+
"label": {
|
|
1199
1280
|
"type": {
|
|
1200
|
-
"kind": "
|
|
1281
|
+
"kind": "string"
|
|
1201
1282
|
},
|
|
1202
1283
|
"optional": true
|
|
1203
1284
|
}
|
|
1204
1285
|
}
|
|
1205
1286
|
},
|
|
1206
|
-
"
|
|
1287
|
+
"RpcRef": {
|
|
1207
1288
|
"kind": "object",
|
|
1208
1289
|
"fields": {
|
|
1209
|
-
"
|
|
1290
|
+
"peer": {
|
|
1210
1291
|
"type": {
|
|
1211
1292
|
"kind": "string"
|
|
1212
1293
|
}
|
|
1213
1294
|
},
|
|
1214
|
-
"
|
|
1295
|
+
"instance": {
|
|
1215
1296
|
"type": {
|
|
1216
|
-
"kind": "
|
|
1217
|
-
"items": {
|
|
1218
|
-
"kind": "string"
|
|
1219
|
-
}
|
|
1297
|
+
"kind": "string"
|
|
1220
1298
|
}
|
|
1221
1299
|
}
|
|
1222
1300
|
}
|
|
1223
1301
|
},
|
|
1224
|
-
"
|
|
1302
|
+
"DescribedMethod": {
|
|
1225
1303
|
"kind": "object",
|
|
1226
1304
|
"fields": {
|
|
1227
|
-
"
|
|
1228
|
-
"type": {
|
|
1229
|
-
"kind": "string"
|
|
1230
|
-
}
|
|
1231
|
-
},
|
|
1232
|
-
"namespace": {
|
|
1305
|
+
"name": {
|
|
1233
1306
|
"type": {
|
|
1234
1307
|
"kind": "string"
|
|
1235
1308
|
}
|
|
1236
1309
|
},
|
|
1237
|
-
"
|
|
1310
|
+
"params": {
|
|
1238
1311
|
"type": {
|
|
1239
|
-
"kind": "
|
|
1240
|
-
|
|
1312
|
+
"kind": "array",
|
|
1313
|
+
"items": {
|
|
1314
|
+
"kind": "ref",
|
|
1315
|
+
"name": "TypeNode"
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"optional": true
|
|
1241
1319
|
},
|
|
1242
|
-
"
|
|
1320
|
+
"paramNames": {
|
|
1243
1321
|
"type": {
|
|
1244
1322
|
"kind": "array",
|
|
1245
1323
|
"items": {
|
|
1246
|
-
"kind": "
|
|
1324
|
+
"kind": "string"
|
|
1247
1325
|
}
|
|
1248
|
-
}
|
|
1326
|
+
},
|
|
1327
|
+
"optional": true
|
|
1249
1328
|
},
|
|
1250
|
-
"
|
|
1251
|
-
"type": {
|
|
1252
|
-
"kind": "
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1329
|
+
"rest": {
|
|
1330
|
+
"type": {
|
|
1331
|
+
"kind": "union",
|
|
1332
|
+
"options": [
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "object",
|
|
1335
|
+
"fields": {
|
|
1336
|
+
"kind": {
|
|
1337
|
+
"type": {
|
|
1338
|
+
"kind": "literal",
|
|
1339
|
+
"value": "any"
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"kind": "object",
|
|
1346
|
+
"fields": {
|
|
1347
|
+
"kind": {
|
|
1348
|
+
"type": {
|
|
1349
|
+
"kind": "literal",
|
|
1350
|
+
"value": "null"
|
|
1351
|
+
}
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"kind": "object",
|
|
1357
|
+
"fields": {
|
|
1358
|
+
"kind": {
|
|
1359
|
+
"type": {
|
|
1360
|
+
"kind": "literal",
|
|
1361
|
+
"value": "boolean"
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"kind": "object",
|
|
1368
|
+
"fields": {
|
|
1369
|
+
"kind": {
|
|
1370
|
+
"type": {
|
|
1371
|
+
"kind": "literal",
|
|
1372
|
+
"value": "number"
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
"integer": {
|
|
1376
|
+
"type": {
|
|
1377
|
+
"kind": "boolean"
|
|
1378
|
+
},
|
|
1379
|
+
"optional": true
|
|
1380
|
+
},
|
|
1381
|
+
"min": {
|
|
1382
|
+
"type": {
|
|
1383
|
+
"kind": "number"
|
|
1384
|
+
},
|
|
1385
|
+
"optional": true
|
|
1386
|
+
},
|
|
1387
|
+
"max": {
|
|
1388
|
+
"type": {
|
|
1389
|
+
"kind": "number"
|
|
1390
|
+
},
|
|
1391
|
+
"optional": true
|
|
1392
|
+
}
|
|
1393
|
+
}
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"kind": "object",
|
|
1397
|
+
"fields": {
|
|
1398
|
+
"kind": {
|
|
1399
|
+
"type": {
|
|
1400
|
+
"kind": "literal",
|
|
1401
|
+
"value": "string"
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
"pattern": {
|
|
1405
|
+
"type": {
|
|
1406
|
+
"kind": "string"
|
|
1407
|
+
},
|
|
1408
|
+
"optional": true
|
|
1409
|
+
},
|
|
1410
|
+
"minLength": {
|
|
1411
|
+
"type": {
|
|
1412
|
+
"kind": "number"
|
|
1413
|
+
},
|
|
1414
|
+
"optional": true
|
|
1415
|
+
},
|
|
1416
|
+
"maxLength": {
|
|
1417
|
+
"type": {
|
|
1418
|
+
"kind": "number"
|
|
1419
|
+
},
|
|
1420
|
+
"optional": true
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"kind": "object",
|
|
1426
|
+
"fields": {
|
|
1427
|
+
"kind": {
|
|
1428
|
+
"type": {
|
|
1429
|
+
"kind": "literal",
|
|
1430
|
+
"value": "bytes"
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
"maxBytes": {
|
|
1434
|
+
"type": {
|
|
1435
|
+
"kind": "number"
|
|
1436
|
+
},
|
|
1437
|
+
"optional": true
|
|
1438
|
+
}
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "object",
|
|
1443
|
+
"fields": {
|
|
1444
|
+
"kind": {
|
|
1445
|
+
"type": {
|
|
1446
|
+
"kind": "literal",
|
|
1447
|
+
"value": "date"
|
|
1448
|
+
}
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"kind": "object",
|
|
1454
|
+
"fields": {
|
|
1455
|
+
"kind": {
|
|
1456
|
+
"type": {
|
|
1457
|
+
"kind": "literal",
|
|
1458
|
+
"value": "literal"
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1461
|
+
"value": {
|
|
1462
|
+
"type": {
|
|
1463
|
+
"kind": "union",
|
|
1464
|
+
"options": [
|
|
1465
|
+
{
|
|
1466
|
+
"kind": "null"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"kind": "string"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"kind": "number"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"kind": "literal",
|
|
1476
|
+
"value": false
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"kind": "literal",
|
|
1480
|
+
"value": true
|
|
1481
|
+
}
|
|
1482
|
+
]
|
|
1483
|
+
},
|
|
1484
|
+
"optional": true
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"kind": "object",
|
|
1490
|
+
"fields": {
|
|
1491
|
+
"kind": {
|
|
1492
|
+
"type": {
|
|
1493
|
+
"kind": "literal",
|
|
1494
|
+
"value": "array"
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
"items": {
|
|
1498
|
+
"type": {
|
|
1499
|
+
"kind": "ref",
|
|
1500
|
+
"name": "TypeNode"
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
"maxItems": {
|
|
1504
|
+
"type": {
|
|
1505
|
+
"kind": "number"
|
|
1506
|
+
},
|
|
1507
|
+
"optional": true
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"kind": "object",
|
|
1513
|
+
"fields": {
|
|
1514
|
+
"kind": {
|
|
1515
|
+
"type": {
|
|
1516
|
+
"kind": "literal",
|
|
1517
|
+
"value": "tuple"
|
|
1518
|
+
}
|
|
1519
|
+
},
|
|
1520
|
+
"items": {
|
|
1521
|
+
"type": {
|
|
1522
|
+
"kind": "array",
|
|
1523
|
+
"items": {
|
|
1524
|
+
"kind": "ref",
|
|
1525
|
+
"name": "TypeNode"
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"kind": "object",
|
|
1533
|
+
"fields": {
|
|
1534
|
+
"kind": {
|
|
1535
|
+
"type": {
|
|
1536
|
+
"kind": "literal",
|
|
1537
|
+
"value": "object"
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
"fields": {
|
|
1541
|
+
"type": {
|
|
1542
|
+
"kind": "record",
|
|
1543
|
+
"values": {
|
|
1544
|
+
"kind": "ref",
|
|
1545
|
+
"name": "FieldNode"
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
"additional": {
|
|
1550
|
+
"type": {
|
|
1551
|
+
"kind": "boolean"
|
|
1552
|
+
},
|
|
1553
|
+
"optional": true
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"kind": "object",
|
|
1559
|
+
"fields": {
|
|
1560
|
+
"kind": {
|
|
1561
|
+
"type": {
|
|
1562
|
+
"kind": "literal",
|
|
1563
|
+
"value": "record"
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
"values": {
|
|
1567
|
+
"type": {
|
|
1568
|
+
"kind": "ref",
|
|
1569
|
+
"name": "TypeNode"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1572
|
+
"keyPattern": {
|
|
1573
|
+
"type": {
|
|
1574
|
+
"kind": "string"
|
|
1575
|
+
},
|
|
1576
|
+
"optional": true
|
|
1577
|
+
},
|
|
1578
|
+
"maxEntries": {
|
|
1579
|
+
"type": {
|
|
1580
|
+
"kind": "number"
|
|
1581
|
+
},
|
|
1582
|
+
"optional": true
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"kind": "object",
|
|
1588
|
+
"fields": {
|
|
1589
|
+
"kind": {
|
|
1590
|
+
"type": {
|
|
1591
|
+
"kind": "literal",
|
|
1592
|
+
"value": "union"
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
"options": {
|
|
1596
|
+
"type": {
|
|
1597
|
+
"kind": "array",
|
|
1598
|
+
"items": {
|
|
1599
|
+
"kind": "ref",
|
|
1600
|
+
"name": "TypeNode"
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"kind": "object",
|
|
1608
|
+
"fields": {
|
|
1609
|
+
"kind": {
|
|
1610
|
+
"type": {
|
|
1611
|
+
"kind": "literal",
|
|
1612
|
+
"value": "ref"
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
"name": {
|
|
1616
|
+
"type": {
|
|
1617
|
+
"kind": "string"
|
|
1618
|
+
}
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
]
|
|
1623
|
+
},
|
|
1624
|
+
"optional": true
|
|
1625
|
+
},
|
|
1626
|
+
"returns": {
|
|
1627
|
+
"type": {
|
|
1628
|
+
"kind": "union",
|
|
1629
|
+
"options": [
|
|
1630
|
+
{
|
|
1631
|
+
"kind": "object",
|
|
1632
|
+
"fields": {
|
|
1633
|
+
"kind": {
|
|
1634
|
+
"type": {
|
|
1635
|
+
"kind": "literal",
|
|
1636
|
+
"value": "any"
|
|
1637
|
+
}
|
|
1638
|
+
}
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "object",
|
|
1643
|
+
"fields": {
|
|
1644
|
+
"kind": {
|
|
1645
|
+
"type": {
|
|
1646
|
+
"kind": "literal",
|
|
1647
|
+
"value": "null"
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"kind": "object",
|
|
1654
|
+
"fields": {
|
|
1655
|
+
"kind": {
|
|
1656
|
+
"type": {
|
|
1657
|
+
"kind": "literal",
|
|
1658
|
+
"value": "boolean"
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"kind": "object",
|
|
1665
|
+
"fields": {
|
|
1666
|
+
"kind": {
|
|
1667
|
+
"type": {
|
|
1668
|
+
"kind": "literal",
|
|
1669
|
+
"value": "number"
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1672
|
+
"integer": {
|
|
1673
|
+
"type": {
|
|
1674
|
+
"kind": "boolean"
|
|
1675
|
+
},
|
|
1676
|
+
"optional": true
|
|
1677
|
+
},
|
|
1678
|
+
"min": {
|
|
1679
|
+
"type": {
|
|
1680
|
+
"kind": "number"
|
|
1681
|
+
},
|
|
1682
|
+
"optional": true
|
|
1683
|
+
},
|
|
1684
|
+
"max": {
|
|
1685
|
+
"type": {
|
|
1686
|
+
"kind": "number"
|
|
1687
|
+
},
|
|
1688
|
+
"optional": true
|
|
1689
|
+
}
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "object",
|
|
1694
|
+
"fields": {
|
|
1695
|
+
"kind": {
|
|
1696
|
+
"type": {
|
|
1697
|
+
"kind": "literal",
|
|
1698
|
+
"value": "string"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"pattern": {
|
|
1702
|
+
"type": {
|
|
1703
|
+
"kind": "string"
|
|
1704
|
+
},
|
|
1705
|
+
"optional": true
|
|
1706
|
+
},
|
|
1707
|
+
"minLength": {
|
|
1708
|
+
"type": {
|
|
1709
|
+
"kind": "number"
|
|
1710
|
+
},
|
|
1711
|
+
"optional": true
|
|
1712
|
+
},
|
|
1713
|
+
"maxLength": {
|
|
1714
|
+
"type": {
|
|
1715
|
+
"kind": "number"
|
|
1716
|
+
},
|
|
1717
|
+
"optional": true
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "object",
|
|
1723
|
+
"fields": {
|
|
1724
|
+
"kind": {
|
|
1725
|
+
"type": {
|
|
1726
|
+
"kind": "literal",
|
|
1727
|
+
"value": "bytes"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
"maxBytes": {
|
|
1731
|
+
"type": {
|
|
1732
|
+
"kind": "number"
|
|
1733
|
+
},
|
|
1734
|
+
"optional": true
|
|
1735
|
+
}
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"kind": "object",
|
|
1740
|
+
"fields": {
|
|
1741
|
+
"kind": {
|
|
1742
|
+
"type": {
|
|
1743
|
+
"kind": "literal",
|
|
1744
|
+
"value": "date"
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"kind": "object",
|
|
1751
|
+
"fields": {
|
|
1752
|
+
"kind": {
|
|
1753
|
+
"type": {
|
|
1754
|
+
"kind": "literal",
|
|
1755
|
+
"value": "literal"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
"value": {
|
|
1759
|
+
"type": {
|
|
1760
|
+
"kind": "union",
|
|
1761
|
+
"options": [
|
|
1762
|
+
{
|
|
1763
|
+
"kind": "null"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"kind": "string"
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"kind": "number"
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"kind": "literal",
|
|
1773
|
+
"value": false
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"kind": "literal",
|
|
1777
|
+
"value": true
|
|
1778
|
+
}
|
|
1779
|
+
]
|
|
1780
|
+
},
|
|
1781
|
+
"optional": true
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "object",
|
|
1787
|
+
"fields": {
|
|
1788
|
+
"kind": {
|
|
1789
|
+
"type": {
|
|
1790
|
+
"kind": "literal",
|
|
1791
|
+
"value": "array"
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1794
|
+
"items": {
|
|
1795
|
+
"type": {
|
|
1796
|
+
"kind": "ref",
|
|
1797
|
+
"name": "TypeNode"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
"maxItems": {
|
|
1801
|
+
"type": {
|
|
1802
|
+
"kind": "number"
|
|
1803
|
+
},
|
|
1804
|
+
"optional": true
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "object",
|
|
1810
|
+
"fields": {
|
|
1811
|
+
"kind": {
|
|
1812
|
+
"type": {
|
|
1813
|
+
"kind": "literal",
|
|
1814
|
+
"value": "tuple"
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
"items": {
|
|
1818
|
+
"type": {
|
|
1819
|
+
"kind": "array",
|
|
1820
|
+
"items": {
|
|
1821
|
+
"kind": "ref",
|
|
1822
|
+
"name": "TypeNode"
|
|
1823
|
+
}
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"kind": "object",
|
|
1830
|
+
"fields": {
|
|
1831
|
+
"kind": {
|
|
1832
|
+
"type": {
|
|
1833
|
+
"kind": "literal",
|
|
1834
|
+
"value": "object"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"fields": {
|
|
1838
|
+
"type": {
|
|
1839
|
+
"kind": "record",
|
|
1840
|
+
"values": {
|
|
1841
|
+
"kind": "ref",
|
|
1842
|
+
"name": "FieldNode"
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
"additional": {
|
|
1847
|
+
"type": {
|
|
1848
|
+
"kind": "boolean"
|
|
1849
|
+
},
|
|
1850
|
+
"optional": true
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"kind": "object",
|
|
1856
|
+
"fields": {
|
|
1857
|
+
"kind": {
|
|
1858
|
+
"type": {
|
|
1859
|
+
"kind": "literal",
|
|
1860
|
+
"value": "record"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
"values": {
|
|
1864
|
+
"type": {
|
|
1865
|
+
"kind": "ref",
|
|
1866
|
+
"name": "TypeNode"
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1869
|
+
"keyPattern": {
|
|
1870
|
+
"type": {
|
|
1871
|
+
"kind": "string"
|
|
1872
|
+
},
|
|
1873
|
+
"optional": true
|
|
1874
|
+
},
|
|
1875
|
+
"maxEntries": {
|
|
1876
|
+
"type": {
|
|
1877
|
+
"kind": "number"
|
|
1878
|
+
},
|
|
1879
|
+
"optional": true
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"kind": "object",
|
|
1885
|
+
"fields": {
|
|
1886
|
+
"kind": {
|
|
1887
|
+
"type": {
|
|
1888
|
+
"kind": "literal",
|
|
1889
|
+
"value": "union"
|
|
1890
|
+
}
|
|
1891
|
+
},
|
|
1892
|
+
"options": {
|
|
1893
|
+
"type": {
|
|
1894
|
+
"kind": "array",
|
|
1895
|
+
"items": {
|
|
1896
|
+
"kind": "ref",
|
|
1897
|
+
"name": "TypeNode"
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"kind": "object",
|
|
1905
|
+
"fields": {
|
|
1906
|
+
"kind": {
|
|
1907
|
+
"type": {
|
|
1908
|
+
"kind": "literal",
|
|
1909
|
+
"value": "ref"
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
"name": {
|
|
1913
|
+
"type": {
|
|
1914
|
+
"kind": "string"
|
|
1915
|
+
}
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
}
|
|
1919
|
+
]
|
|
1920
|
+
},
|
|
1921
|
+
"optional": true
|
|
1922
|
+
},
|
|
1923
|
+
"semantics": {
|
|
1924
|
+
"type": {
|
|
1925
|
+
"kind": "union",
|
|
1926
|
+
"options": [
|
|
1927
|
+
{
|
|
1928
|
+
"kind": "literal",
|
|
1929
|
+
"value": "query"
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"kind": "literal",
|
|
1933
|
+
"value": "idempotent-command"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"kind": "literal",
|
|
1937
|
+
"value": "non-repeatable-command"
|
|
1938
|
+
}
|
|
1939
|
+
]
|
|
1940
|
+
},
|
|
1941
|
+
"optional": true
|
|
1942
|
+
},
|
|
1943
|
+
"requiresAuthority": {
|
|
1944
|
+
"type": {
|
|
1945
|
+
"kind": "boolean"
|
|
1946
|
+
},
|
|
1947
|
+
"optional": true
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
"DescribedEvent": {
|
|
1952
|
+
"kind": "object",
|
|
1953
|
+
"fields": {
|
|
1954
|
+
"name": {
|
|
1955
|
+
"type": {
|
|
1956
|
+
"kind": "string"
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
"params": {
|
|
1960
|
+
"type": {
|
|
1961
|
+
"kind": "array",
|
|
1962
|
+
"items": {
|
|
1963
|
+
"kind": "ref",
|
|
1964
|
+
"name": "TypeNode"
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
"optional": true
|
|
1968
|
+
},
|
|
1969
|
+
"subscribers": {
|
|
1970
|
+
"type": {
|
|
1971
|
+
"kind": "number"
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
},
|
|
1976
|
+
"RpcTopologyCapabilities": {
|
|
1977
|
+
"kind": "object",
|
|
1978
|
+
"fields": {
|
|
1979
|
+
"authorityScope": {
|
|
1980
|
+
"type": {
|
|
1981
|
+
"kind": "literal",
|
|
1982
|
+
"value": "host"
|
|
1983
|
+
}
|
|
1984
|
+
},
|
|
1985
|
+
"cycleGuarantee": {
|
|
1986
|
+
"type": {
|
|
1987
|
+
"kind": "literal",
|
|
1988
|
+
"value": "detected"
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1991
|
+
"reverseIndex": {
|
|
1992
|
+
"type": {
|
|
1993
|
+
"kind": "literal",
|
|
1994
|
+
"value": "eventual"
|
|
1995
|
+
}
|
|
1996
|
+
},
|
|
1997
|
+
"deletion": {
|
|
1998
|
+
"type": {
|
|
1999
|
+
"kind": "literal",
|
|
2000
|
+
"value": "tombstone"
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
"durability": {
|
|
2004
|
+
"type": {
|
|
2005
|
+
"kind": "union",
|
|
2006
|
+
"options": [
|
|
2007
|
+
{
|
|
2008
|
+
"kind": "literal",
|
|
2009
|
+
"value": "volatile"
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"kind": "literal",
|
|
2013
|
+
"value": "durable"
|
|
2014
|
+
}
|
|
2015
|
+
]
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
2020
|
+
"TapFilter": {
|
|
2021
|
+
"kind": "object",
|
|
2022
|
+
"fields": {
|
|
2023
|
+
"peer": {
|
|
2024
|
+
"type": {
|
|
2025
|
+
"kind": "string"
|
|
2026
|
+
},
|
|
2027
|
+
"optional": true
|
|
2028
|
+
},
|
|
2029
|
+
"namespace": {
|
|
2030
|
+
"type": {
|
|
2031
|
+
"kind": "string"
|
|
2032
|
+
},
|
|
2033
|
+
"optional": true
|
|
2034
|
+
},
|
|
2035
|
+
"kinds": {
|
|
2036
|
+
"type": {
|
|
2037
|
+
"kind": "array",
|
|
2038
|
+
"items": {
|
|
2039
|
+
"kind": "string"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
"optional": true
|
|
2043
|
+
},
|
|
2044
|
+
"payloads": {
|
|
2045
|
+
"type": {
|
|
2046
|
+
"kind": "boolean"
|
|
2047
|
+
},
|
|
2048
|
+
"optional": true
|
|
2049
|
+
},
|
|
2050
|
+
"ttl": {
|
|
2051
|
+
"type": {
|
|
2052
|
+
"kind": "number"
|
|
2053
|
+
},
|
|
2054
|
+
"optional": true
|
|
2055
|
+
}
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
"ConsoleTap": {
|
|
2059
|
+
"kind": "object",
|
|
2060
|
+
"fields": {
|
|
2061
|
+
"token": {
|
|
2062
|
+
"type": {
|
|
2063
|
+
"kind": "string"
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
"sources": {
|
|
2067
|
+
"type": {
|
|
2068
|
+
"kind": "array",
|
|
2069
|
+
"items": {
|
|
2070
|
+
"kind": "string"
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
"StreamedEvent": {
|
|
2077
|
+
"kind": "object",
|
|
2078
|
+
"fields": {
|
|
2079
|
+
"peer": {
|
|
2080
|
+
"type": {
|
|
2081
|
+
"kind": "string"
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
"namespace": {
|
|
2085
|
+
"type": {
|
|
2086
|
+
"kind": "string"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
"event": {
|
|
2090
|
+
"type": {
|
|
2091
|
+
"kind": "string"
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2094
|
+
"args": {
|
|
2095
|
+
"type": {
|
|
2096
|
+
"kind": "array",
|
|
2097
|
+
"items": {
|
|
2098
|
+
"kind": "any"
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
},
|
|
2102
|
+
"at": {
|
|
2103
|
+
"type": {
|
|
2104
|
+
"kind": "number"
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
2109
|
+
"TappedFrame": {
|
|
2110
|
+
"kind": "object",
|
|
2111
|
+
"fields": {
|
|
2112
|
+
"at": {
|
|
1261
2113
|
"type": {
|
|
1262
2114
|
"kind": "number"
|
|
1263
2115
|
}
|
|
@@ -1408,6 +2260,15 @@
|
|
|
1408
2260
|
}
|
|
1409
2261
|
}
|
|
1410
2262
|
},
|
|
2263
|
+
"structure": {
|
|
2264
|
+
"type": {
|
|
2265
|
+
"kind": "record",
|
|
2266
|
+
"values": {
|
|
2267
|
+
"kind": "ref",
|
|
2268
|
+
"name": "PeerStructure"
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
1411
2272
|
"links": {
|
|
1412
2273
|
"type": {
|
|
1413
2274
|
"kind": "record",
|