@dxos/cli 0.1.51 → 0.1.52-main.1744ed2

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.51",
2
+ "version": "0.1.52-main.1744ed2",
3
3
  "commands": {
4
4
  "agent:list": {
5
5
  "id": "agent:list",
@@ -41,6 +41,7 @@
41
41
  "name": "config",
42
42
  "type": "option",
43
43
  "description": "Config file.",
44
+ "helpValue": "path",
44
45
  "multiple": false,
45
46
  "dependsOn": [
46
47
  "profile"
@@ -109,6 +110,7 @@
109
110
  "name": "config",
110
111
  "type": "option",
111
112
  "description": "Config file.",
113
+ "helpValue": "path",
112
114
  "multiple": false,
113
115
  "dependsOn": [
114
116
  "profile"
@@ -137,9 +139,9 @@
137
139
  },
138
140
  "args": {}
139
141
  },
140
- "agent:run": {
141
- "id": "agent:run",
142
- "description": "Run agent as foreground process.",
142
+ "agent:start": {
143
+ "id": "agent:start",
144
+ "description": "Starts the agent.",
143
145
  "strict": true,
144
146
  "pluginName": "@dxos/cli",
145
147
  "pluginAlias": "@dxos/cli",
@@ -177,6 +179,7 @@
177
179
  "name": "config",
178
180
  "type": "option",
179
181
  "description": "Config file.",
182
+ "helpValue": "path",
180
183
  "multiple": false,
181
184
  "dependsOn": [
182
185
  "profile"
@@ -202,100 +205,35 @@
202
205
  "t"
203
206
  ]
204
207
  },
205
- "socket": {
206
- "name": "socket",
208
+ "foreground": {
209
+ "name": "foreground",
207
210
  "type": "boolean",
208
- "description": "Expose socket.",
211
+ "char": "f",
212
+ "description": "Run in foreground.",
209
213
  "allowNo": false
210
214
  },
211
215
  "web-socket": {
212
216
  "name": "web-socket",
213
217
  "type": "option",
214
218
  "description": "Expose web socket port.",
219
+ "helpValue": "port",
215
220
  "multiple": false,
216
221
  "aliases": [
217
222
  "ws"
218
223
  ]
219
224
  },
220
- "http": {
221
- "name": "http",
222
- "type": "option",
223
- "description": "Expose HTTP proxy.",
224
- "multiple": false
225
- },
226
- "epoch": {
227
- "name": "epoch",
225
+ "echo": {
226
+ "name": "echo",
228
227
  "type": "option",
229
- "description": "Manage epochs (set to \"auto\" or message count).",
228
+ "description": "Expose ECHO REST API.",
229
+ "helpValue": "port",
230
230
  "multiple": false
231
- }
232
- },
233
- "args": {}
234
- },
235
- "agent:start": {
236
- "id": "agent:start",
237
- "description": "Start agent daemon.",
238
- "strict": true,
239
- "pluginName": "@dxos/cli",
240
- "pluginAlias": "@dxos/cli",
241
- "pluginType": "core",
242
- "aliases": [],
243
- "flags": {
244
- "json": {
245
- "name": "json",
246
- "type": "boolean",
247
- "description": "Format output as json.",
248
- "helpGroup": "GLOBAL",
249
- "allowNo": false
250
- },
251
- "dry-run": {
252
- "name": "dry-run",
253
- "type": "boolean",
254
- "description": "Dry run.",
255
- "allowNo": false
256
231
  },
257
- "verbose": {
258
- "name": "verbose",
232
+ "monitor": {
233
+ "name": "monitor",
259
234
  "type": "boolean",
260
- "char": "v",
261
- "description": "Verbose output",
235
+ "description": "Run epoch monitoring.",
262
236
  "allowNo": false
263
- },
264
- "profile": {
265
- "name": "profile",
266
- "type": "option",
267
- "description": "User profile.",
268
- "multiple": false,
269
- "default": "default"
270
- },
271
- "config": {
272
- "name": "config",
273
- "type": "option",
274
- "description": "Config file.",
275
- "multiple": false,
276
- "dependsOn": [
277
- "profile"
278
- ],
279
- "default": "/home/runner/.config/dx/profile/default.yml",
280
- "aliases": [
281
- "c"
282
- ]
283
- },
284
- "no-agent": {
285
- "name": "no-agent",
286
- "type": "boolean",
287
- "description": "Auto-start agent.",
288
- "allowNo": false
289
- },
290
- "timeout": {
291
- "name": "timeout",
292
- "type": "option",
293
- "description": "Timeout in seconds.",
294
- "multiple": false,
295
- "default": 30,
296
- "aliases": [
297
- "t"
298
- ]
299
237
  }
300
238
  },
301
239
  "args": {}
@@ -340,6 +278,7 @@
340
278
  "name": "config",
341
279
  "type": "option",
342
280
  "description": "Config file.",
281
+ "helpValue": "path",
343
282
  "multiple": false,
344
283
  "dependsOn": [
345
284
  "profile"
@@ -364,6 +303,13 @@
364
303
  "aliases": [
365
304
  "t"
366
305
  ]
306
+ },
307
+ "all": {
308
+ "name": "all",
309
+ "type": "boolean",
310
+ "char": "a",
311
+ "description": "Stop all agents.",
312
+ "allowNo": false
367
313
  }
368
314
  },
369
315
  "args": {}
@@ -408,6 +354,7 @@
408
354
  "name": "config",
409
355
  "type": "option",
410
356
  "description": "Config file.",
357
+ "helpValue": "path",
411
358
  "multiple": false,
412
359
  "dependsOn": [
413
360
  "profile"
@@ -508,6 +455,7 @@
508
455
  "name": "config",
509
456
  "type": "option",
510
457
  "description": "Config file.",
458
+ "helpValue": "path",
511
459
  "multiple": false,
512
460
  "dependsOn": [
513
461
  "profile"
@@ -576,6 +524,7 @@
576
524
  "name": "config",
577
525
  "type": "option",
578
526
  "description": "Config file.",
527
+ "helpValue": "path",
579
528
  "multiple": false,
580
529
  "dependsOn": [
581
530
  "profile"
@@ -663,6 +612,7 @@
663
612
  "name": "config",
664
613
  "type": "option",
665
614
  "description": "Config file.",
615
+ "helpValue": "path",
666
616
  "multiple": false,
667
617
  "dependsOn": [
668
618
  "profile"
@@ -755,6 +705,7 @@
755
705
  "name": "config",
756
706
  "type": "option",
757
707
  "description": "Config file.",
708
+ "helpValue": "path",
758
709
  "multiple": false,
759
710
  "dependsOn": [
760
711
  "profile"
@@ -823,6 +774,7 @@
823
774
  "name": "config",
824
775
  "type": "option",
825
776
  "description": "Config file.",
777
+ "helpValue": "path",
826
778
  "multiple": false,
827
779
  "dependsOn": [
828
780
  "profile"
@@ -903,6 +855,7 @@
903
855
  "name": "config",
904
856
  "type": "option",
905
857
  "description": "Config file.",
858
+ "helpValue": "path",
906
859
  "multiple": false,
907
860
  "dependsOn": [
908
861
  "profile"
@@ -971,6 +924,76 @@
971
924
  "name": "config",
972
925
  "type": "option",
973
926
  "description": "Config file.",
927
+ "helpValue": "path",
928
+ "multiple": false,
929
+ "dependsOn": [
930
+ "profile"
931
+ ],
932
+ "default": "/home/runner/.config/dx/profile/default.yml",
933
+ "aliases": [
934
+ "c"
935
+ ]
936
+ },
937
+ "no-agent": {
938
+ "name": "no-agent",
939
+ "type": "boolean",
940
+ "description": "Auto-start agent.",
941
+ "allowNo": false
942
+ },
943
+ "timeout": {
944
+ "name": "timeout",
945
+ "type": "option",
946
+ "description": "Timeout in seconds.",
947
+ "multiple": false,
948
+ "default": 30,
949
+ "aliases": [
950
+ "t"
951
+ ]
952
+ }
953
+ },
954
+ "args": {}
955
+ },
956
+ "function:dev": {
957
+ "id": "function:dev",
958
+ "description": "Functions dev server.",
959
+ "strict": true,
960
+ "pluginName": "@dxos/cli",
961
+ "pluginAlias": "@dxos/cli",
962
+ "pluginType": "core",
963
+ "aliases": [],
964
+ "flags": {
965
+ "json": {
966
+ "name": "json",
967
+ "type": "boolean",
968
+ "description": "Format output as json.",
969
+ "helpGroup": "GLOBAL",
970
+ "allowNo": false
971
+ },
972
+ "dry-run": {
973
+ "name": "dry-run",
974
+ "type": "boolean",
975
+ "description": "Dry run.",
976
+ "allowNo": false
977
+ },
978
+ "verbose": {
979
+ "name": "verbose",
980
+ "type": "boolean",
981
+ "char": "v",
982
+ "description": "Verbose output",
983
+ "allowNo": false
984
+ },
985
+ "profile": {
986
+ "name": "profile",
987
+ "type": "option",
988
+ "description": "User profile.",
989
+ "multiple": false,
990
+ "default": "default"
991
+ },
992
+ "config": {
993
+ "name": "config",
994
+ "type": "option",
995
+ "description": "Config file.",
996
+ "helpValue": "path",
974
997
  "multiple": false,
975
998
  "dependsOn": [
976
999
  "profile"
@@ -995,6 +1018,14 @@
995
1018
  "aliases": [
996
1019
  "t"
997
1020
  ]
1021
+ },
1022
+ "require": {
1023
+ "name": "require",
1024
+ "type": "option",
1025
+ "multiple": true,
1026
+ "aliases": [
1027
+ "r"
1028
+ ]
998
1029
  }
999
1030
  },
1000
1031
  "args": {}
@@ -1039,6 +1070,7 @@
1039
1070
  "name": "config",
1040
1071
  "type": "option",
1041
1072
  "description": "Config file.",
1073
+ "helpValue": "path",
1042
1074
  "multiple": false,
1043
1075
  "dependsOn": [
1044
1076
  "profile"
@@ -1113,6 +1145,7 @@
1113
1145
  "name": "config",
1114
1146
  "type": "option",
1115
1147
  "description": "Config file.",
1148
+ "helpValue": "path",
1116
1149
  "multiple": false,
1117
1150
  "dependsOn": [
1118
1151
  "profile"
@@ -1181,6 +1214,7 @@
1181
1214
  "name": "config",
1182
1215
  "type": "option",
1183
1216
  "description": "Config file.",
1217
+ "helpValue": "path",
1184
1218
  "multiple": false,
1185
1219
  "dependsOn": [
1186
1220
  "profile"
@@ -1255,6 +1289,7 @@
1255
1289
  "name": "config",
1256
1290
  "type": "option",
1257
1291
  "description": "Config file.",
1292
+ "helpValue": "path",
1258
1293
  "multiple": false,
1259
1294
  "dependsOn": [
1260
1295
  "profile"
@@ -1329,6 +1364,7 @@
1329
1364
  "name": "config",
1330
1365
  "type": "option",
1331
1366
  "description": "Config file.",
1367
+ "helpValue": "path",
1332
1368
  "multiple": false,
1333
1369
  "dependsOn": [
1334
1370
  "profile"
@@ -1397,6 +1433,7 @@
1397
1433
  "name": "config",
1398
1434
  "type": "option",
1399
1435
  "description": "Config file.",
1436
+ "helpValue": "path",
1400
1437
  "multiple": false,
1401
1438
  "dependsOn": [
1402
1439
  "profile"
@@ -1471,6 +1508,7 @@
1471
1508
  "name": "config",
1472
1509
  "type": "option",
1473
1510
  "description": "Config file.",
1511
+ "helpValue": "path",
1474
1512
  "multiple": false,
1475
1513
  "dependsOn": [
1476
1514
  "profile"
@@ -1545,6 +1583,7 @@
1545
1583
  "name": "config",
1546
1584
  "type": "option",
1547
1585
  "description": "Config file.",
1586
+ "helpValue": "path",
1548
1587
  "multiple": false,
1549
1588
  "dependsOn": [
1550
1589
  "profile"
@@ -1613,6 +1652,7 @@
1613
1652
  "name": "config",
1614
1653
  "type": "option",
1615
1654
  "description": "Config file.",
1655
+ "helpValue": "path",
1616
1656
  "multiple": false,
1617
1657
  "dependsOn": [
1618
1658
  "profile"
@@ -1707,6 +1747,7 @@
1707
1747
  "name": "config",
1708
1748
  "type": "option",
1709
1749
  "description": "Config file.",
1750
+ "helpValue": "path",
1710
1751
  "multiple": false,
1711
1752
  "dependsOn": [
1712
1753
  "profile"
@@ -1781,6 +1822,7 @@
1781
1822
  "name": "config",
1782
1823
  "type": "option",
1783
1824
  "description": "Config file.",
1825
+ "helpValue": "path",
1784
1826
  "multiple": false,
1785
1827
  "dependsOn": [
1786
1828
  "profile"
@@ -1849,6 +1891,7 @@
1849
1891
  "name": "config",
1850
1892
  "type": "option",
1851
1893
  "description": "Config file.",
1894
+ "helpValue": "path",
1852
1895
  "multiple": false,
1853
1896
  "dependsOn": [
1854
1897
  "profile"
@@ -1921,6 +1964,7 @@
1921
1964
  "name": "config",
1922
1965
  "type": "option",
1923
1966
  "description": "Config file.",
1967
+ "helpValue": "path",
1924
1968
  "multiple": false,
1925
1969
  "dependsOn": [
1926
1970
  "profile"
@@ -2067,6 +2111,7 @@
2067
2111
  "name": "config",
2068
2112
  "type": "option",
2069
2113
  "description": "Config file.",
2114
+ "helpValue": "path",
2070
2115
  "multiple": false,
2071
2116
  "dependsOn": [
2072
2117
  "profile"
@@ -2135,6 +2180,7 @@
2135
2180
  "name": "config",
2136
2181
  "type": "option",
2137
2182
  "description": "Config file.",
2183
+ "helpValue": "path",
2138
2184
  "multiple": false,
2139
2185
  "dependsOn": [
2140
2186
  "profile"
@@ -2208,6 +2254,7 @@
2208
2254
  "name": "config",
2209
2255
  "type": "option",
2210
2256
  "description": "Config file.",
2257
+ "helpValue": "path",
2211
2258
  "multiple": false,
2212
2259
  "dependsOn": [
2213
2260
  "profile"
@@ -2288,6 +2335,7 @@
2288
2335
  "name": "config",
2289
2336
  "type": "option",
2290
2337
  "description": "Config file.",
2338
+ "helpValue": "path",
2291
2339
  "multiple": false,
2292
2340
  "dependsOn": [
2293
2341
  "profile"
@@ -2429,6 +2477,7 @@
2429
2477
  "name": "config",
2430
2478
  "type": "option",
2431
2479
  "description": "Config file.",
2480
+ "helpValue": "path",
2432
2481
  "multiple": false,
2433
2482
  "dependsOn": [
2434
2483
  "profile"
@@ -2575,6 +2624,7 @@
2575
2624
  "name": "config",
2576
2625
  "type": "option",
2577
2626
  "description": "Config file.",
2627
+ "helpValue": "path",
2578
2628
  "multiple": false,
2579
2629
  "dependsOn": [
2580
2630
  "profile"
@@ -2643,6 +2693,7 @@
2643
2693
  "name": "config",
2644
2694
  "type": "option",
2645
2695
  "description": "Config file.",
2696
+ "helpValue": "path",
2646
2697
  "multiple": false,
2647
2698
  "dependsOn": [
2648
2699
  "profile"
@@ -2730,6 +2781,7 @@
2730
2781
  "name": "config",
2731
2782
  "type": "option",
2732
2783
  "description": "Config file.",
2784
+ "helpValue": "path",
2733
2785
  "multiple": false,
2734
2786
  "dependsOn": [
2735
2787
  "profile"
@@ -2804,6 +2856,7 @@
2804
2856
  "name": "config",
2805
2857
  "type": "option",
2806
2858
  "description": "Config file.",
2859
+ "helpValue": "path",
2807
2860
  "multiple": false,
2808
2861
  "dependsOn": [
2809
2862
  "profile"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.1.51",
3
+ "version": "0.1.52-main.1744ed2",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -47,28 +47,29 @@
47
47
  "tempy": "^1.0.1",
48
48
  "uuid": "^8.3.2",
49
49
  "ws": "^7.4.4",
50
- "@dxos/agent": "0.1.51",
51
- "@dxos/async": "0.1.51",
52
- "@dxos/bare-template": "0.1.51",
53
- "@dxos/client": "0.1.51",
54
- "@dxos/client-protocol": "0.1.51",
55
- "@dxos/client-services": "0.1.51",
56
- "@dxos/codec-protobuf": "0.1.51",
57
- "@dxos/config": "0.1.51",
58
- "@dxos/context": "0.1.51",
59
- "@dxos/debug": "0.1.51",
60
- "@dxos/hello-template": "0.1.51",
61
- "@dxos/keys": "0.1.51",
62
- "@dxos/log": "0.1.51",
63
- "@dxos/observable-object": "0.1.51",
64
- "@dxos/plate": "0.1.51",
65
- "@dxos/protocols": "0.1.51",
66
- "@dxos/rpc": "0.1.51",
67
- "@dxos/sentry": "0.1.51",
68
- "@dxos/tasks-template": "0.1.51",
69
- "@dxos/telemetry": "0.1.51",
70
- "@dxos/websocket-rpc": "0.1.51",
71
- "@dxos/util": "0.1.51"
50
+ "@dxos/agent": "0.1.52-main.1744ed2",
51
+ "@dxos/async": "0.1.52-main.1744ed2",
52
+ "@dxos/bare-template": "0.1.52-main.1744ed2",
53
+ "@dxos/client": "0.1.52-main.1744ed2",
54
+ "@dxos/client-protocol": "0.1.52-main.1744ed2",
55
+ "@dxos/client-services": "0.1.52-main.1744ed2",
56
+ "@dxos/codec-protobuf": "0.1.52-main.1744ed2",
57
+ "@dxos/config": "0.1.52-main.1744ed2",
58
+ "@dxos/context": "0.1.52-main.1744ed2",
59
+ "@dxos/debug": "0.1.52-main.1744ed2",
60
+ "@dxos/functions": "0.1.52-main.1744ed2",
61
+ "@dxos/hello-template": "0.1.52-main.1744ed2",
62
+ "@dxos/keys": "0.1.52-main.1744ed2",
63
+ "@dxos/log": "0.1.52-main.1744ed2",
64
+ "@dxos/observable-object": "0.1.52-main.1744ed2",
65
+ "@dxos/plate": "0.1.52-main.1744ed2",
66
+ "@dxos/protocols": "0.1.52-main.1744ed2",
67
+ "@dxos/rpc": "0.1.52-main.1744ed2",
68
+ "@dxos/sentry": "0.1.52-main.1744ed2",
69
+ "@dxos/tasks-template": "0.1.52-main.1744ed2",
70
+ "@dxos/telemetry": "0.1.52-main.1744ed2",
71
+ "@dxos/util": "0.1.52-main.1744ed2",
72
+ "@dxos/websocket-rpc": "0.1.52-main.1744ed2"
72
73
  },
73
74
  "devDependencies": {
74
75
  "@oclif/test": "^2.3.11",
@@ -1 +0,0 @@
1
- {"version":3,"file":"run.d.ts","sourceRoot":"","sources":["../../../../src/commands/agent/run.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGjD,MAAM,CAAC,OAAO,OAAO,GAAI,SAAQ,WAAW,CAAC,OAAO,GAAG,CAAC;IACtD,OAAgB,cAAc,UAAQ;IACtC,OAAgB,WAAW,SAAsC;IAEjE,OAAgB,KAAK;;;;;;;;;;;MAgBnB;IAEI,GAAG,IAAI,OAAO,CAAC,GAAG,CAAC;CAsC1B"}
@@ -1,66 +0,0 @@
1
- "use strict";
2
- //
3
- // Copyright 2023 DXOS.org
4
- //
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const core_1 = require("@oclif/core");
7
- const agent_1 = require("@dxos/agent");
8
- const client_protocol_1 = require("@dxos/client-protocol");
9
- const base_command_1 = require("../../base-command");
10
- const util_1 = require("../../util");
11
- class Run extends base_command_1.BaseCommand {
12
- async run() {
13
- const listen = [];
14
- if (this.flags.socket) {
15
- listen.push(`unix://${client_protocol_1.DX_RUNTIME}/profile/${this.flags.profile}/agent.sock`);
16
- }
17
- if (this.flags['web-socket']) {
18
- listen.push(`ws://localhost:${this.flags['web-socket']}`);
19
- }
20
- if (this.flags.http) {
21
- listen.push(`http://localhost:${this.flags.http}`);
22
- }
23
- const options = {
24
- profile: this.flags.profile,
25
- listen,
26
- };
27
- // TODO(burdon): Build monitoring into agent start (not just epoch).
28
- if (this.flags.epoch && this.flags.epoch !== '0') {
29
- options.monitor = {
30
- limit: (0, util_1.safeParseInt)(this.flags.epoch, undefined),
31
- };
32
- }
33
- const agent = new agent_1.Agent(this.clientConfig, options);
34
- await agent.start();
35
- // NOTE: This is currently called by the agent's forever daemon.
36
- this.log('Agent started... (ctrl-c to exit)');
37
- process.on('SIGINT', async () => {
38
- await agent.stop();
39
- process.exit(0);
40
- });
41
- if (this.flags['web-socket']) {
42
- this.log(`Open devtools: https://devtools.dxos.org?target=ws://localhost:${this.flags['web-socket']}`);
43
- }
44
- }
45
- }
46
- Run.enableJsonFlag = true;
47
- Run.description = 'Run agent as foreground process.';
48
- Run.flags = {
49
- ...base_command_1.BaseCommand.flags,
50
- socket: core_1.Flags.boolean({
51
- description: 'Expose socket.',
52
- default: true,
53
- }),
54
- 'web-socket': core_1.Flags.integer({
55
- description: 'Expose web socket port.',
56
- aliases: ['ws'],
57
- }),
58
- http: core_1.Flags.integer({
59
- description: 'Expose HTTP proxy.',
60
- }),
61
- epoch: core_1.Flags.string({
62
- description: 'Manage epochs (set to "auto" or message count).',
63
- }),
64
- };
65
- exports.default = Run;
66
- //# sourceMappingURL=run.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"run.js","sourceRoot":"","sources":["../../../../src/commands/agent/run.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;AAEF,sCAAoC;AAEpC,uCAAkD;AAClD,2DAAmD;AAEnD,qDAAiD;AACjD,qCAA0C;AAE1C,MAAqB,GAAI,SAAQ,0BAAuB;IAsBtD,KAAK,CAAC,GAAG;QACP,MAAM,MAAM,GAAG,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE;YACrB,MAAM,CAAC,IAAI,CAAC,UAAU,4BAAU,YAAY,IAAI,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;SAC9E;QACD,IAAI,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,EAAE;YAC5B,MAAM,CAAC,IAAI,CAAC,kBAAkB,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;SAC3D;QACD,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;YACnB,MAAM,CAAC,IAAI,CAAC,oBAAoB,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC;SACpD;QAED,MAAM,OAAO,GAAiB;YAC5B,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO;YAC3B,MAAM;SACP,CAAC;QAEF,oEAAoE;QACpE,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,KAAK,GAAG,EAAE;YAChD,OAAO,CAAC,OAAO,GAAG;gBAChB,KAAK,EAAE,IAAA,mBAAY,EAAC,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,SAAS,CAAC;aACjD,CAAC;SACH;QAED,MAAM,KAAK,GAAG,IAAI,aAAK,CAAC,IAAI,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;QACpD,MAAM,KAAK,CAAC,KAAK,EAAE,CAAC;QAEpB,gEAAgE;QAChE,IAAI,CAAC,GAAG,CAAC,mCAAmC,CAAC,CAAC;QAC9C,OAAO,CAAC,EAAE,CAAC,QAAQ,EAAE,KAAK,IAAI,EAAE;YAC9B,MAAM,KAAK,CAAC,IAAI,EAAE,CAAC;YACnB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAClB,CAAC,CAAC,CAAC;QAEH,IAAI,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,EAAE;YAC5B,IAAI,CAAC,GAAG,CAAC,kEAAkE,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;SACxG;IACH,CAAC;;AA1De,kBAAc,GAAG,IAAI,CAAC;AACtB,eAAW,GAAG,kCAAkC,CAAC;AAEjD,SAAK,GAAG;IACtB,GAAG,0BAAW,CAAC,KAAK;IACpB,MAAM,EAAE,YAAK,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,gBAAgB;QAC7B,OAAO,EAAE,IAAI;KACd,CAAC;IACF,YAAY,EAAE,YAAK,CAAC,OAAO,CAAC;QAC1B,WAAW,EAAE,yBAAyB;QACtC,OAAO,EAAE,CAAC,IAAI,CAAC;KAChB,CAAC;IACF,IAAI,EAAE,YAAK,CAAC,OAAO,CAAC;QAClB,WAAW,EAAE,oBAAoB;KAClC,CAAC;IACF,KAAK,EAAE,YAAK,CAAC,MAAM,CAAC;QAClB,WAAW,EAAE,iDAAiD;KAC/D,CAAC;CACH,CAAC;kBApBiB,GAAG"}