@dexto/server 1.6.19 → 1.6.21

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.
Files changed (111) hide show
  1. package/dist/a2a/jsonrpc/methods.cjs +1 -1
  2. package/dist/a2a/jsonrpc/methods.d.ts +14 -4
  3. package/dist/a2a/jsonrpc/methods.d.ts.map +1 -1
  4. package/dist/a2a/jsonrpc/methods.js +1 -1
  5. package/dist/hono/index.cjs +39 -8
  6. package/dist/hono/index.d.ts +43 -4503
  7. package/dist/hono/index.d.ts.map +1 -1
  8. package/dist/hono/index.js +42 -9
  9. package/dist/hono/routes/a2a-jsonrpc.d.ts.map +1 -1
  10. package/dist/hono/routes/a2a-tasks.cjs +173 -34
  11. package/dist/hono/routes/a2a-tasks.d.ts +1 -498
  12. package/dist/hono/routes/a2a-tasks.d.ts.map +1 -1
  13. package/dist/hono/routes/a2a-tasks.js +177 -34
  14. package/dist/hono/routes/a2a.d.ts.map +1 -1
  15. package/dist/hono/routes/agents.cjs +410 -329
  16. package/dist/hono/routes/agents.d.ts +16048 -73
  17. package/dist/hono/routes/agents.d.ts.map +1 -1
  18. package/dist/hono/routes/agents.js +418 -330
  19. package/dist/hono/routes/approvals.cjs +103 -78
  20. package/dist/hono/routes/approvals.d.ts +2090 -112
  21. package/dist/hono/routes/approvals.d.ts.map +1 -1
  22. package/dist/hono/routes/approvals.js +108 -78
  23. package/dist/hono/routes/dexto-auth.cjs +40 -33
  24. package/dist/hono/routes/dexto-auth.d.ts +401 -2
  25. package/dist/hono/routes/dexto-auth.d.ts.map +1 -1
  26. package/dist/hono/routes/dexto-auth.js +40 -33
  27. package/dist/hono/routes/discovery.cjs +16 -14
  28. package/dist/hono/routes/discovery.d.ts +586 -1
  29. package/dist/hono/routes/discovery.d.ts.map +1 -1
  30. package/dist/hono/routes/discovery.js +16 -14
  31. package/dist/hono/routes/greeting.cjs +26 -22
  32. package/dist/hono/routes/greeting.d.ts +787 -3
  33. package/dist/hono/routes/greeting.d.ts.map +1 -1
  34. package/dist/hono/routes/greeting.js +26 -22
  35. package/dist/hono/routes/health.d.ts +1 -1
  36. package/dist/hono/routes/key.cjs +60 -52
  37. package/dist/hono/routes/key.d.ts +1597 -1
  38. package/dist/hono/routes/key.d.ts.map +1 -1
  39. package/dist/hono/routes/key.js +60 -52
  40. package/dist/hono/routes/llm.cjs +381 -348
  41. package/dist/hono/routes/llm.d.ts +12137 -87
  42. package/dist/hono/routes/llm.d.ts.map +1 -1
  43. package/dist/hono/routes/llm.js +385 -348
  44. package/dist/hono/routes/mcp.cjs +273 -212
  45. package/dist/hono/routes/mcp.d.ts +6605 -316
  46. package/dist/hono/routes/mcp.d.ts.map +1 -1
  47. package/dist/hono/routes/mcp.js +287 -213
  48. package/dist/hono/routes/memory.cjs +102 -89
  49. package/dist/hono/routes/memory.d.ts +5368 -4
  50. package/dist/hono/routes/memory.d.ts.map +1 -1
  51. package/dist/hono/routes/memory.js +108 -90
  52. package/dist/hono/routes/messages.cjs +171 -164
  53. package/dist/hono/routes/messages.d.ts +3899 -10
  54. package/dist/hono/routes/messages.d.ts.map +1 -1
  55. package/dist/hono/routes/messages.js +181 -165
  56. package/dist/hono/routes/models.cjs +106 -64
  57. package/dist/hono/routes/models.d.ts +2874 -1
  58. package/dist/hono/routes/models.d.ts.map +1 -1
  59. package/dist/hono/routes/models.js +108 -64
  60. package/dist/hono/routes/openrouter.cjs +79 -65
  61. package/dist/hono/routes/openrouter.d.ts +854 -1
  62. package/dist/hono/routes/openrouter.d.ts.map +1 -1
  63. package/dist/hono/routes/openrouter.js +79 -65
  64. package/dist/hono/routes/prompts.cjs +137 -104
  65. package/dist/hono/routes/prompts.d.ts +2820 -12
  66. package/dist/hono/routes/prompts.d.ts.map +1 -1
  67. package/dist/hono/routes/prompts.js +144 -105
  68. package/dist/hono/routes/queue.cjs +158 -132
  69. package/dist/hono/routes/queue.d.ts +5148 -13
  70. package/dist/hono/routes/queue.d.ts.map +1 -1
  71. package/dist/hono/routes/queue.js +168 -133
  72. package/dist/hono/routes/resources.cjs +65 -46
  73. package/dist/hono/routes/resources.d.ts +1983 -5
  74. package/dist/hono/routes/resources.d.ts.map +1 -1
  75. package/dist/hono/routes/resources.js +72 -47
  76. package/dist/hono/routes/schedules.cjs +233 -226
  77. package/dist/hono/routes/schedules.d.ts +4202 -26
  78. package/dist/hono/routes/schedules.d.ts.map +1 -1
  79. package/dist/hono/routes/schedules.js +233 -226
  80. package/dist/hono/routes/search.cjs +34 -30
  81. package/dist/hono/routes/search.d.ts +2837 -14
  82. package/dist/hono/routes/search.d.ts.map +1 -1
  83. package/dist/hono/routes/search.js +40 -31
  84. package/dist/hono/routes/sessions.cjs +404 -392
  85. package/dist/hono/routes/sessions.d.ts +16585 -30
  86. package/dist/hono/routes/sessions.d.ts.map +1 -1
  87. package/dist/hono/routes/sessions.js +408 -393
  88. package/dist/hono/routes/static.d.ts.map +1 -1
  89. package/dist/hono/routes/system-prompt.cjs +57 -61
  90. package/dist/hono/routes/system-prompt.d.ts +1228 -2
  91. package/dist/hono/routes/system-prompt.d.ts.map +1 -1
  92. package/dist/hono/routes/system-prompt.js +58 -62
  93. package/dist/hono/routes/tools.cjs +29 -34
  94. package/dist/hono/routes/tools.d.ts +1756 -7
  95. package/dist/hono/routes/tools.d.ts.map +1 -1
  96. package/dist/hono/routes/tools.js +33 -33
  97. package/dist/hono/routes/webhooks.cjs +159 -132
  98. package/dist/hono/routes/webhooks.d.ts +2504 -14
  99. package/dist/hono/routes/webhooks.d.ts.map +1 -1
  100. package/dist/hono/routes/webhooks.js +163 -132
  101. package/dist/hono/routes/workspaces.cjs +84 -79
  102. package/dist/hono/routes/workspaces.d.ts +2093 -2
  103. package/dist/hono/routes/workspaces.d.ts.map +1 -1
  104. package/dist/hono/routes/workspaces.js +89 -80
  105. package/dist/hono/schemas/responses.cjs +492 -235
  106. package/dist/hono/schemas/responses.d.ts +1461 -146
  107. package/dist/hono/schemas/responses.d.ts.map +1 -1
  108. package/dist/hono/schemas/responses.js +247 -9
  109. package/dist/hono/types.d.ts +11 -0
  110. package/dist/hono/types.d.ts.map +1 -1
  111. package/package.json +7 -7
@@ -31,503 +31,6 @@ type GetAgentFn = (ctx: Context) => DextoAgent | Promise<DextoAgent>;
31
31
  * @param sseSubscriber SSE event subscriber for streaming
32
32
  * @returns OpenAPIHono router with REST task endpoints
33
33
  */
34
- export declare function createA2ATasksRouter(getAgent: GetAgentFn, sseSubscriber: A2ASseEventSubscriber): OpenAPIHono<import("hono").Env, {
35
- "/v1/message:send": {
36
- $post: {
37
- input: {
38
- json: {
39
- message: {
40
- role: "user" | "agent";
41
- messageId: string;
42
- kind: "message";
43
- parts: ({
44
- text: string;
45
- kind: "text";
46
- metadata?: Record<string, any> | undefined;
47
- } | {
48
- file: {
49
- bytes: string;
50
- mimeType?: string | undefined;
51
- name?: string | undefined;
52
- } | {
53
- uri: string;
54
- mimeType?: string | undefined;
55
- name?: string | undefined;
56
- };
57
- kind: "file";
58
- metadata?: Record<string, any> | undefined;
59
- } | {
60
- data: Record<string, any>;
61
- kind: "data";
62
- metadata?: Record<string, any> | undefined;
63
- })[];
64
- metadata?: Record<string, any> | undefined;
65
- taskId?: string | undefined;
66
- contextId?: string | undefined;
67
- extensions?: string[] | undefined;
68
- referenceTaskIds?: string[] | undefined;
69
- };
70
- metadata?: Record<string, any> | undefined;
71
- configuration?: {
72
- acceptedOutputModes?: string[] | undefined;
73
- historyLength?: number | undefined;
74
- pushNotificationConfig?: {
75
- url: string;
76
- headers?: Record<string, string> | undefined;
77
- } | undefined;
78
- blocking?: boolean | undefined;
79
- } | undefined;
80
- };
81
- };
82
- output: {
83
- status: {
84
- state: "unknown" | "failed" | "auth-required" | "submitted" | "working" | "input-required" | "completed" | "canceled" | "rejected";
85
- message?: {
86
- role: "user" | "agent";
87
- messageId: string;
88
- kind: "message";
89
- parts: ({
90
- text: string;
91
- kind: "text";
92
- metadata?: {
93
- [x: string]: any;
94
- } | undefined;
95
- } | {
96
- file: {
97
- bytes: string;
98
- mimeType?: string | undefined;
99
- name?: string | undefined;
100
- } | {
101
- uri: string;
102
- mimeType?: string | undefined;
103
- name?: string | undefined;
104
- };
105
- kind: "file";
106
- metadata?: {
107
- [x: string]: any;
108
- } | undefined;
109
- } | {
110
- data: {
111
- [x: string]: any;
112
- };
113
- kind: "data";
114
- metadata?: {
115
- [x: string]: any;
116
- } | undefined;
117
- })[];
118
- metadata?: {
119
- [x: string]: any;
120
- } | undefined;
121
- taskId?: string | undefined;
122
- contextId?: string | undefined;
123
- extensions?: string[] | undefined;
124
- referenceTaskIds?: string[] | undefined;
125
- } | undefined;
126
- timestamp?: string | undefined;
127
- };
128
- id: string;
129
- kind: "task";
130
- contextId: string;
131
- metadata?: {
132
- [x: string]: any;
133
- } | undefined;
134
- history?: {
135
- role: "user" | "agent";
136
- messageId: string;
137
- kind: "message";
138
- parts: ({
139
- text: string;
140
- kind: "text";
141
- metadata?: {
142
- [x: string]: any;
143
- } | undefined;
144
- } | {
145
- file: {
146
- bytes: string;
147
- mimeType?: string | undefined;
148
- name?: string | undefined;
149
- } | {
150
- uri: string;
151
- mimeType?: string | undefined;
152
- name?: string | undefined;
153
- };
154
- kind: "file";
155
- metadata?: {
156
- [x: string]: any;
157
- } | undefined;
158
- } | {
159
- data: {
160
- [x: string]: any;
161
- };
162
- kind: "data";
163
- metadata?: {
164
- [x: string]: any;
165
- } | undefined;
166
- })[];
167
- metadata?: {
168
- [x: string]: any;
169
- } | undefined;
170
- taskId?: string | undefined;
171
- contextId?: string | undefined;
172
- extensions?: string[] | undefined;
173
- referenceTaskIds?: string[] | undefined;
174
- }[] | undefined;
175
- artifacts?: any[] | undefined;
176
- };
177
- outputFormat: "json";
178
- status: 200;
179
- };
180
- };
181
- } & {
182
- "/v1/tasks": {
183
- $get: {
184
- input: {
185
- query: {
186
- status?: "unknown" | "failed" | "auth-required" | "submitted" | "working" | "input-required" | "completed" | "canceled" | "rejected" | undefined;
187
- contextId?: string | undefined;
188
- pageSize?: string | undefined;
189
- historyLength?: string | undefined;
190
- pageToken?: string | undefined;
191
- lastUpdatedAfter?: string | undefined;
192
- includeArtifacts?: string | undefined;
193
- };
194
- };
195
- output: {
196
- tasks: {
197
- status: {
198
- state: "unknown" | "failed" | "auth-required" | "submitted" | "working" | "input-required" | "completed" | "canceled" | "rejected";
199
- message?: {
200
- role: "user" | "agent";
201
- messageId: string;
202
- kind: "message";
203
- parts: ({
204
- text: string;
205
- kind: "text";
206
- metadata?: {
207
- [x: string]: any;
208
- } | undefined;
209
- } | {
210
- file: {
211
- bytes: string;
212
- mimeType?: string | undefined;
213
- name?: string | undefined;
214
- } | {
215
- uri: string;
216
- mimeType?: string | undefined;
217
- name?: string | undefined;
218
- };
219
- kind: "file";
220
- metadata?: {
221
- [x: string]: any;
222
- } | undefined;
223
- } | {
224
- data: {
225
- [x: string]: any;
226
- };
227
- kind: "data";
228
- metadata?: {
229
- [x: string]: any;
230
- } | undefined;
231
- })[];
232
- metadata?: {
233
- [x: string]: any;
234
- } | undefined;
235
- taskId?: string | undefined;
236
- contextId?: string | undefined;
237
- extensions?: string[] | undefined;
238
- referenceTaskIds?: string[] | undefined;
239
- } | undefined;
240
- timestamp?: string | undefined;
241
- };
242
- id: string;
243
- kind: "task";
244
- contextId: string;
245
- metadata?: {
246
- [x: string]: any;
247
- } | undefined;
248
- history?: {
249
- role: "user" | "agent";
250
- messageId: string;
251
- kind: "message";
252
- parts: ({
253
- text: string;
254
- kind: "text";
255
- metadata?: {
256
- [x: string]: any;
257
- } | undefined;
258
- } | {
259
- file: {
260
- bytes: string;
261
- mimeType?: string | undefined;
262
- name?: string | undefined;
263
- } | {
264
- uri: string;
265
- mimeType?: string | undefined;
266
- name?: string | undefined;
267
- };
268
- kind: "file";
269
- metadata?: {
270
- [x: string]: any;
271
- } | undefined;
272
- } | {
273
- data: {
274
- [x: string]: any;
275
- };
276
- kind: "data";
277
- metadata?: {
278
- [x: string]: any;
279
- } | undefined;
280
- })[];
281
- metadata?: {
282
- [x: string]: any;
283
- } | undefined;
284
- taskId?: string | undefined;
285
- contextId?: string | undefined;
286
- extensions?: string[] | undefined;
287
- referenceTaskIds?: string[] | undefined;
288
- }[] | undefined;
289
- artifacts?: any[] | undefined;
290
- }[];
291
- totalSize: number;
292
- pageSize: number;
293
- nextPageToken: string;
294
- };
295
- outputFormat: "json";
296
- status: 200;
297
- };
298
- };
299
- } & {
300
- "/v1/tasks/:id": {
301
- $get: {
302
- input: {
303
- param: {
304
- id: string;
305
- };
306
- };
307
- output: {};
308
- outputFormat: string;
309
- status: 404;
310
- } | {
311
- input: {
312
- param: {
313
- id: string;
314
- };
315
- };
316
- output: {
317
- status: {
318
- state: "unknown" | "failed" | "auth-required" | "submitted" | "working" | "input-required" | "completed" | "canceled" | "rejected";
319
- message?: {
320
- role: "user" | "agent";
321
- messageId: string;
322
- kind: "message";
323
- parts: ({
324
- text: string;
325
- kind: "text";
326
- metadata?: {
327
- [x: string]: any;
328
- } | undefined;
329
- } | {
330
- file: {
331
- bytes: string;
332
- mimeType?: string | undefined;
333
- name?: string | undefined;
334
- } | {
335
- uri: string;
336
- mimeType?: string | undefined;
337
- name?: string | undefined;
338
- };
339
- kind: "file";
340
- metadata?: {
341
- [x: string]: any;
342
- } | undefined;
343
- } | {
344
- data: {
345
- [x: string]: any;
346
- };
347
- kind: "data";
348
- metadata?: {
349
- [x: string]: any;
350
- } | undefined;
351
- })[];
352
- metadata?: {
353
- [x: string]: any;
354
- } | undefined;
355
- taskId?: string | undefined;
356
- contextId?: string | undefined;
357
- extensions?: string[] | undefined;
358
- referenceTaskIds?: string[] | undefined;
359
- } | undefined;
360
- timestamp?: string | undefined;
361
- };
362
- id: string;
363
- kind: "task";
364
- contextId: string;
365
- metadata?: {
366
- [x: string]: any;
367
- } | undefined;
368
- history?: {
369
- role: "user" | "agent";
370
- messageId: string;
371
- kind: "message";
372
- parts: ({
373
- text: string;
374
- kind: "text";
375
- metadata?: {
376
- [x: string]: any;
377
- } | undefined;
378
- } | {
379
- file: {
380
- bytes: string;
381
- mimeType?: string | undefined;
382
- name?: string | undefined;
383
- } | {
384
- uri: string;
385
- mimeType?: string | undefined;
386
- name?: string | undefined;
387
- };
388
- kind: "file";
389
- metadata?: {
390
- [x: string]: any;
391
- } | undefined;
392
- } | {
393
- data: {
394
- [x: string]: any;
395
- };
396
- kind: "data";
397
- metadata?: {
398
- [x: string]: any;
399
- } | undefined;
400
- })[];
401
- metadata?: {
402
- [x: string]: any;
403
- } | undefined;
404
- taskId?: string | undefined;
405
- contextId?: string | undefined;
406
- extensions?: string[] | undefined;
407
- referenceTaskIds?: string[] | undefined;
408
- }[] | undefined;
409
- artifacts?: any[] | undefined;
410
- };
411
- outputFormat: "json";
412
- status: 200;
413
- };
414
- };
415
- } & {
416
- "/v1/tasks/:id:cancel": {
417
- $post: {
418
- input: {
419
- param: {
420
- id: string;
421
- };
422
- };
423
- output: {};
424
- outputFormat: string;
425
- status: 404;
426
- } | {
427
- input: {
428
- param: {
429
- id: string;
430
- };
431
- };
432
- output: {
433
- status: {
434
- state: "unknown" | "failed" | "auth-required" | "submitted" | "working" | "input-required" | "completed" | "canceled" | "rejected";
435
- message?: {
436
- role: "user" | "agent";
437
- messageId: string;
438
- kind: "message";
439
- parts: ({
440
- text: string;
441
- kind: "text";
442
- metadata?: {
443
- [x: string]: any;
444
- } | undefined;
445
- } | {
446
- file: {
447
- bytes: string;
448
- mimeType?: string | undefined;
449
- name?: string | undefined;
450
- } | {
451
- uri: string;
452
- mimeType?: string | undefined;
453
- name?: string | undefined;
454
- };
455
- kind: "file";
456
- metadata?: {
457
- [x: string]: any;
458
- } | undefined;
459
- } | {
460
- data: {
461
- [x: string]: any;
462
- };
463
- kind: "data";
464
- metadata?: {
465
- [x: string]: any;
466
- } | undefined;
467
- })[];
468
- metadata?: {
469
- [x: string]: any;
470
- } | undefined;
471
- taskId?: string | undefined;
472
- contextId?: string | undefined;
473
- extensions?: string[] | undefined;
474
- referenceTaskIds?: string[] | undefined;
475
- } | undefined;
476
- timestamp?: string | undefined;
477
- };
478
- id: string;
479
- kind: "task";
480
- contextId: string;
481
- metadata?: {
482
- [x: string]: any;
483
- } | undefined;
484
- history?: {
485
- role: "user" | "agent";
486
- messageId: string;
487
- kind: "message";
488
- parts: ({
489
- text: string;
490
- kind: "text";
491
- metadata?: {
492
- [x: string]: any;
493
- } | undefined;
494
- } | {
495
- file: {
496
- bytes: string;
497
- mimeType?: string | undefined;
498
- name?: string | undefined;
499
- } | {
500
- uri: string;
501
- mimeType?: string | undefined;
502
- name?: string | undefined;
503
- };
504
- kind: "file";
505
- metadata?: {
506
- [x: string]: any;
507
- } | undefined;
508
- } | {
509
- data: {
510
- [x: string]: any;
511
- };
512
- kind: "data";
513
- metadata?: {
514
- [x: string]: any;
515
- } | undefined;
516
- })[];
517
- metadata?: {
518
- [x: string]: any;
519
- } | undefined;
520
- taskId?: string | undefined;
521
- contextId?: string | undefined;
522
- extensions?: string[] | undefined;
523
- referenceTaskIds?: string[] | undefined;
524
- }[] | undefined;
525
- artifacts?: any[] | undefined;
526
- };
527
- outputFormat: "json";
528
- status: 200;
529
- };
530
- };
531
- }, "/">;
34
+ export declare function createA2ATasksRouter(getAgent: GetAgentFn, sseSubscriber: A2ASseEventSubscriber): OpenAPIHono;
532
35
  export {};
533
36
  //# sourceMappingURL=a2a-tasks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"a2a-tasks.d.ts","sourceRoot":"","sources":["../../../src/hono/routes/a2a-tasks.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EAAE,WAAW,EAAkB,MAAM,mBAAmB,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAG9C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAEhF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AACpC,KAAK,UAAU,GAAG,CAAC,GAAG,EAAE,OAAO,KAAK,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AA2KrE;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,UAAU,EAAE,aAAa,EAAE,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAuN9F"}
1
+ {"version":3,"file":"a2a-tasks.d.ts","sourceRoot":"","sources":["../../../src/hono/routes/a2a-tasks.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EAAE,WAAW,EAAkB,MAAM,mBAAmB,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAG9C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAGhF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAMpC,KAAK,UAAU,GAAG,CAAC,GAAG,EAAE,OAAO,KAAK,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AA4UrE;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAChC,QAAQ,EAAE,UAAU,EACpB,aAAa,EAAE,qBAAqB,GACrC,WAAW,CAsPb"}