@stigmer/protos 0.0.64 → 0.0.65
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/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +52 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +55 -2
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +21 -5
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
- package/package.json +1 -1
|
@@ -463,6 +463,58 @@ export declare enum SummarizationSource {
|
|
|
463
463
|
* Describes the enum ai.stigmer.agentic.agentexecution.v1.SummarizationSource.
|
|
464
464
|
*/
|
|
465
465
|
export declare const SummarizationSourceSchema: GenEnum<SummarizationSource>;
|
|
466
|
+
/**
|
|
467
|
+
* ToolCallStreamingSource identifies what is currently being streamed on a
|
|
468
|
+
* tool call.
|
|
469
|
+
*
|
|
470
|
+
* Input streaming and output streaming are independent, universal capabilities
|
|
471
|
+
* of any tool — not categories of tools:
|
|
472
|
+
*
|
|
473
|
+
* - INPUT: The LLM is generating the tool's arguments. For tools where the
|
|
474
|
+
* argument content is interesting to the user (file content being written,
|
|
475
|
+
* thought text), tokens stream to the UI as they are produced.
|
|
476
|
+
*
|
|
477
|
+
* - OUTPUT: The tool is executing and producing output progressively. For
|
|
478
|
+
* tools where the output is interesting (shell commands, long-running
|
|
479
|
+
* processes), output chunks stream to the UI as they arrive.
|
|
480
|
+
*
|
|
481
|
+
* Any tool can have either, both, or neither. This enum tells consumers
|
|
482
|
+
* which streaming phase is active so they render correctly without
|
|
483
|
+
* client-side heuristics.
|
|
484
|
+
*
|
|
485
|
+
* Lifecycle:
|
|
486
|
+
* Early tool call creation → streaming_source = INPUT
|
|
487
|
+
* on_tool_start (reconcile) → streaming_source = UNSPECIFIED
|
|
488
|
+
* tool_progress event → streaming_source = OUTPUT
|
|
489
|
+
* on_tool_end → streaming_source = UNSPECIFIED
|
|
490
|
+
*
|
|
491
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.ToolCallStreamingSource
|
|
492
|
+
*/
|
|
493
|
+
export declare enum ToolCallStreamingSource {
|
|
494
|
+
/**
|
|
495
|
+
* @generated from enum value: TOOL_CALL_STREAMING_SOURCE_UNSPECIFIED = 0;
|
|
496
|
+
*/
|
|
497
|
+
UNSPECIFIED = 0,
|
|
498
|
+
/**
|
|
499
|
+
* The LLM is generating the tool's arguments. result contains partial
|
|
500
|
+
* content extracted from the in-progress argument JSON (e.g., file content
|
|
501
|
+
* for a write tool, thought text for a think tool).
|
|
502
|
+
*
|
|
503
|
+
* @generated from enum value: TOOL_CALL_STREAMING_SOURCE_INPUT = 1;
|
|
504
|
+
*/
|
|
505
|
+
INPUT = 1,
|
|
506
|
+
/**
|
|
507
|
+
* The tool is executing and producing output progressively. result
|
|
508
|
+
* contains accumulated output chunks (e.g., shell command stdout).
|
|
509
|
+
*
|
|
510
|
+
* @generated from enum value: TOOL_CALL_STREAMING_SOURCE_OUTPUT = 2;
|
|
511
|
+
*/
|
|
512
|
+
OUTPUT = 2
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ToolCallStreamingSource.
|
|
516
|
+
*/
|
|
517
|
+
export declare const ToolCallStreamingSourceSchema: GenEnum<ToolCallStreamingSource>;
|
|
466
518
|
/**
|
|
467
519
|
* ApprovalAction represents the user's decision on an approval request.
|
|
468
520
|
*
|
|
@@ -5,7 +5,7 @@ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
|
|
|
5
5
|
/**
|
|
6
6
|
* Describes the file ai/stigmer/agentic/agentexecution/v1/enum.proto.
|
|
7
7
|
*/
|
|
8
|
-
export const file_ai_stigmer_agentic_agentexecution_v1_enum = /*@__PURE__*/ fileDesc("
|
|
8
|
+
export const file_ai_stigmer_agentic_agentexecution_v1_enum = /*@__PURE__*/ fileDesc("Ci9haS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvZW51bS5wcm90bxIkYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxKv8BCg5FeGVjdXRpb25QaGFzZRIfChtFWEVDVVRJT05fUEhBU0VfVU5TUEVDSUZJRUQQABIVChFFWEVDVVRJT05fUEVORElORxABEhkKFUVYRUNVVElPTl9JTl9QUk9HUkVTUxACEhcKE0VYRUNVVElPTl9DT01QTEVURUQQAxIUChBFWEVDVVRJT05fRkFJTEVEEAQSFwoTRVhFQ1VUSU9OX0NBTkNFTExFRBAFEhgKFEVYRUNVVElPTl9URVJNSU5BVEVEEAgSIgoeRVhFQ1VUSU9OX1dBSVRJTkdfRk9SX0FQUFJPVkFMEAYSFAoQRVhFQ1VUSU9OX1BBVVNFRBAHKnQKC01lc3NhZ2VUeXBlEhwKGE1FU1NBR0VfVFlQRV9VTlNQRUNJRklFRBAAEhEKDU1FU1NBR0VfSFVNQU4QARIOCgpNRVNTQUdFX0FJEAISEAoMTUVTU0FHRV9UT09MEAMSEgoOTUVTU0FHRV9TWVNURU0QBCrGAQoOVG9vbENhbGxTdGF0dXMSIAocVE9PTF9DQUxMX1NUQVRVU19VTlNQRUNJRklFRBAAEhUKEVRPT0xfQ0FMTF9QRU5ESU5HEAESFQoRVE9PTF9DQUxMX1JVTk5JTkcQAhIXChNUT09MX0NBTExfQ09NUExFVEVEEAMSFAoQVE9PTF9DQUxMX0ZBSUxFRBAEEh4KGlRPT0xfQ0FMTF9XQUlUSU5HX0FQUFJPVkFMEAUSFQoRVE9PTF9DQUxMX1NLSVBQRUQQBip5CgpUb2RvU3RhdHVzEhsKF1RPRE9fU1RBVFVTX1VOU1BFQ0lGSUVEEAASEAoMVE9ET19QRU5ESU5HEAESFAoQVE9ET19JTl9QUk9HUkVTUxACEhIKDlRPRE9fQ09NUExFVEVEEAMSEgoOVE9ET19DQU5DRUxMRUQQBCqsAQoOU3ViQWdlbnRTdGF0dXMSIAocU1VCX0FHRU5UX1NUQVRVU19VTlNQRUNJRklFRBAAEhUKEVNVQl9BR0VOVF9QRU5ESU5HEAESGQoVU1VCX0FHRU5UX0lOX1BST0dSRVNTEAISFwoTU1VCX0FHRU5UX0NPTVBMRVRFRBADEhQKEFNVQl9BR0VOVF9GQUlMRUQQBBIXChNTVUJfQUdFTlRfQ0FOQ0VMTEVEEAUqiQEKFUV4ZWN1dGlvbkFydGlmYWN0S2luZBInCiNFWEVDVVRJT05fQVJUSUZBQ1RfS0lORF9VTlNQRUNJRklFRBAAEiAKHEVYRUNVVElPTl9BUlRJRkFDVF9LSU5EX0ZJTEUQARIlCiFFWEVDVVRJT05fQVJUSUZBQ1RfS0lORF9ESVJFQ1RPUlkQAipfChNTdW1tYXJpemF0aW9uU291cmNlEiQKIFNVTU1BUklaQVRJT05fU09VUkNFX1VOU1BFQ0lGSUVEEAASDwoLZ3JhcGhfc3RhcnQQARIRCg1taWRfZXhlY3V0aW9uEAIqkgEKF1Rvb2xDYWxsU3RyZWFtaW5nU291cmNlEioKJlRPT0xfQ0FMTF9TVFJFQU1JTkdfU09VUkNFX1VOU1BFQ0lGSUVEEAASJAogVE9PTF9DQUxMX1NUUkVBTUlOR19TT1VSQ0VfSU5QVVQQARIlCiFUT09MX0NBTExfU1RSRUFNSU5HX1NPVVJDRV9PVVRQVVQQAiqEAQoOQXBwcm92YWxBY3Rpb24SHwobQVBQUk9WQUxfQUNUSU9OX1VOU1BFQ0lGSUVEEAASGwoXQVBQUk9WQUxfQUNUSU9OX0FQUFJPVkUQARIYChRBUFBST1ZBTF9BQ1RJT05fU0tJUBACEhoKFkFQUFJPVkFMX0FDVElPTl9SRUpFQ1QQA2IGcHJvdG8z");
|
|
9
9
|
/**
|
|
10
10
|
* ExecutionPhase defines the lifecycle phase of an agent execution.
|
|
11
11
|
*
|
|
@@ -473,6 +473,59 @@ export var SummarizationSource;
|
|
|
473
473
|
* Describes the enum ai.stigmer.agentic.agentexecution.v1.SummarizationSource.
|
|
474
474
|
*/
|
|
475
475
|
export const SummarizationSourceSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_agentexecution_v1_enum, 6);
|
|
476
|
+
/**
|
|
477
|
+
* ToolCallStreamingSource identifies what is currently being streamed on a
|
|
478
|
+
* tool call.
|
|
479
|
+
*
|
|
480
|
+
* Input streaming and output streaming are independent, universal capabilities
|
|
481
|
+
* of any tool — not categories of tools:
|
|
482
|
+
*
|
|
483
|
+
* - INPUT: The LLM is generating the tool's arguments. For tools where the
|
|
484
|
+
* argument content is interesting to the user (file content being written,
|
|
485
|
+
* thought text), tokens stream to the UI as they are produced.
|
|
486
|
+
*
|
|
487
|
+
* - OUTPUT: The tool is executing and producing output progressively. For
|
|
488
|
+
* tools where the output is interesting (shell commands, long-running
|
|
489
|
+
* processes), output chunks stream to the UI as they arrive.
|
|
490
|
+
*
|
|
491
|
+
* Any tool can have either, both, or neither. This enum tells consumers
|
|
492
|
+
* which streaming phase is active so they render correctly without
|
|
493
|
+
* client-side heuristics.
|
|
494
|
+
*
|
|
495
|
+
* Lifecycle:
|
|
496
|
+
* Early tool call creation → streaming_source = INPUT
|
|
497
|
+
* on_tool_start (reconcile) → streaming_source = UNSPECIFIED
|
|
498
|
+
* tool_progress event → streaming_source = OUTPUT
|
|
499
|
+
* on_tool_end → streaming_source = UNSPECIFIED
|
|
500
|
+
*
|
|
501
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.ToolCallStreamingSource
|
|
502
|
+
*/
|
|
503
|
+
export var ToolCallStreamingSource;
|
|
504
|
+
(function (ToolCallStreamingSource) {
|
|
505
|
+
/**
|
|
506
|
+
* @generated from enum value: TOOL_CALL_STREAMING_SOURCE_UNSPECIFIED = 0;
|
|
507
|
+
*/
|
|
508
|
+
ToolCallStreamingSource[ToolCallStreamingSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
509
|
+
/**
|
|
510
|
+
* The LLM is generating the tool's arguments. result contains partial
|
|
511
|
+
* content extracted from the in-progress argument JSON (e.g., file content
|
|
512
|
+
* for a write tool, thought text for a think tool).
|
|
513
|
+
*
|
|
514
|
+
* @generated from enum value: TOOL_CALL_STREAMING_SOURCE_INPUT = 1;
|
|
515
|
+
*/
|
|
516
|
+
ToolCallStreamingSource[ToolCallStreamingSource["INPUT"] = 1] = "INPUT";
|
|
517
|
+
/**
|
|
518
|
+
* The tool is executing and producing output progressively. result
|
|
519
|
+
* contains accumulated output chunks (e.g., shell command stdout).
|
|
520
|
+
*
|
|
521
|
+
* @generated from enum value: TOOL_CALL_STREAMING_SOURCE_OUTPUT = 2;
|
|
522
|
+
*/
|
|
523
|
+
ToolCallStreamingSource[ToolCallStreamingSource["OUTPUT"] = 2] = "OUTPUT";
|
|
524
|
+
})(ToolCallStreamingSource || (ToolCallStreamingSource = {}));
|
|
525
|
+
/**
|
|
526
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ToolCallStreamingSource.
|
|
527
|
+
*/
|
|
528
|
+
export const ToolCallStreamingSourceSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_agentexecution_v1_enum, 7);
|
|
476
529
|
/**
|
|
477
530
|
* ApprovalAction represents the user's decision on an approval request.
|
|
478
531
|
*
|
|
@@ -534,5 +587,5 @@ export var ApprovalAction;
|
|
|
534
587
|
/**
|
|
535
588
|
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ApprovalAction.
|
|
536
589
|
*/
|
|
537
|
-
export const ApprovalActionSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_agentexecution_v1_enum,
|
|
590
|
+
export const ApprovalActionSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_agentexecution_v1_enum, 8);
|
|
538
591
|
//# sourceMappingURL=enum_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/enum_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,qIAAqI;AACrI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAY,aAAa,CAClF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/enum_pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
-
import type { ApprovalAction, MessageType, ToolCallStatus } from "./enum_pb";
|
|
2
|
+
import type { ApprovalAction, MessageType, ToolCallStatus, ToolCallStreamingSource } from "./enum_pb";
|
|
3
3
|
import type { LlmCallMetrics } from "./usage_pb";
|
|
4
4
|
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
5
5
|
/**
|
|
@@ -194,11 +194,11 @@ export type ToolCall = Message<"ai.stigmer.agentic.agentexecution.v1.ToolCall">
|
|
|
194
194
|
*/
|
|
195
195
|
approvalAction: ApprovalAction;
|
|
196
196
|
/**
|
|
197
|
-
* True while the tool is actively producing
|
|
198
|
-
*
|
|
199
|
-
*
|
|
197
|
+
* True while the tool is actively producing content, false when complete.
|
|
198
|
+
* Enables UI to show live output during long-running tool executions or
|
|
199
|
+
* a typewriter effect during input generation.
|
|
200
200
|
*
|
|
201
|
-
* When true, `result` contains partial
|
|
201
|
+
* When true, `result` contains partial content accumulated so far.
|
|
202
202
|
* When false (default), `result` contains the final complete output.
|
|
203
203
|
* Consumers always read `result` — this flag only signals whether
|
|
204
204
|
* more content is expected.
|
|
@@ -206,6 +206,22 @@ export type ToolCall = Message<"ai.stigmer.agentic.agentexecution.v1.ToolCall">
|
|
|
206
206
|
* @generated from field: bool is_streaming = 16;
|
|
207
207
|
*/
|
|
208
208
|
isStreaming: boolean;
|
|
209
|
+
/**
|
|
210
|
+
* Identifies what is currently being streamed.
|
|
211
|
+
* Only meaningful when is_streaming is true; reset to UNSPECIFIED when
|
|
212
|
+
* streaming ends.
|
|
213
|
+
*
|
|
214
|
+
* INPUT: result contains partial content extracted from the in-progress
|
|
215
|
+
* argument JSON (e.g., file content for a write tool).
|
|
216
|
+
* OUTPUT: result contains accumulated output chunks from tool execution
|
|
217
|
+
* (e.g., shell command stdout).
|
|
218
|
+
*
|
|
219
|
+
* Consumers use this to choose the correct rendering mode — typewriter
|
|
220
|
+
* for input streaming, live terminal output for output streaming.
|
|
221
|
+
*
|
|
222
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.ToolCallStreamingSource streaming_source = 19;
|
|
223
|
+
*/
|
|
224
|
+
streamingSource: ToolCallStreamingSource;
|
|
209
225
|
/**
|
|
210
226
|
* Slug of the MCP server that provides this tool.
|
|
211
227
|
* Empty for built-in sandbox tools.
|
|
@@ -9,7 +9,7 @@ import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
|
9
9
|
/**
|
|
10
10
|
* Describes the file ai/stigmer/agentic/agentexecution/v1/message.proto.
|
|
11
11
|
*/
|
|
12
|
-
export const file_ai_stigmer_agentic_agentexecution_v1_message = /*@__PURE__*/ fileDesc("
|
|
12
|
+
export const file_ai_stigmer_agentic_agentexecution_v1_message = /*@__PURE__*/ fileDesc("CjJhaS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvbWVzc2FnZS5wcm90bxIkYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxIs0CCgxBZ2VudE1lc3NhZ2USSQoEdHlwZRgBIAEoDjIxLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5NZXNzYWdlVHlwZUIIukgFggECEAESDwoHY29udGVudBgCIAEoCRIRCgl0aW1lc3RhbXAYAyABKAkSQgoKdG9vbF9jYWxscxgEIAMoCzIuLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Ub29sQ2FsbBIpCghtZXRhZGF0YRgFIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSFAoMaXNfc3RyZWFtaW5nGAYgASgIEkkKC2xsbV9tZXRyaWNzGAcgASgLMjQuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkxsbUNhbGxNZXRyaWNzIqwFCghUb29sQ2FsbBIKCgJpZBgBIAEoCRIMCgRuYW1lGAIgASgJEiUKBGFyZ3MYAyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0Eg4KBnJlc3VsdBgEIAEoCRJOCgZzdGF0dXMYBSABKA4yNC5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuVG9vbENhbGxTdGF0dXNCCLpIBYIBAhABElMKEmNvbXBvbmVudF9tZXRhZGF0YRgGIAEoCzI3LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Db21wb25lbnRNZXRhZGF0YRISCgpzdGFydGVkX2F0GAcgASgJEhQKDGNvbXBsZXRlZF9hdBgIIAEoCRINCgVlcnJvchgJIAEoCRIZChFyZXF1aXJlc19hcHByb3ZhbBgKIAEoCBIYChBhcHByb3ZhbF9tZXNzYWdlGAsgASgJEh0KFWFwcHJvdmFsX3JlcXVlc3RlZF9hdBgMIAEoCRIbChNhcHByb3ZhbF9kZWNpZGVkX2F0GA0gASgJEhMKC2FwcHJvdmVkX2J5GA4gASgJEk0KD2FwcHJvdmFsX2FjdGlvbhgPIAEoDjI0LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BcHByb3ZhbEFjdGlvbhIUCgxpc19zdHJlYW1pbmcYECABKAgSVwoQc3RyZWFtaW5nX3NvdXJjZRgTIAEoDjI9LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Ub29sQ2FsbFN0cmVhbWluZ1NvdXJjZRIXCg9tY3Bfc2VydmVyX3NsdWcYESABKAkSFAoMYXJnc19wcmV2aWV3GBIgASgJIoQBChFDb21wb25lbnRNZXRhZGF0YRIWCg5jb21wb25lbnRfdHlwZRgBIAEoCRIXCg9jb21wb25lbnRfZ3JvdXAYAiABKAkSEwoLbGF5b3V0X2hpbnQYAyABKAkSKQoIbWV0YWRhdGEYBCABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0YgZwcm90bzM", [file_ai_stigmer_agentic_agentexecution_v1_enum, file_ai_stigmer_agentic_agentexecution_v1_usage, file_buf_validate_validate, file_google_protobuf_struct]);
|
|
13
13
|
/**
|
|
14
14
|
* Describes the message ai.stigmer.agentic.agentexecution.v1.AgentMessage.
|
|
15
15
|
* Use `create(AgentMessageSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/message_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,wIAAwI;AACxI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,8CAA8C,EAAE,MAAM,WAAW,CAAC;AAE3E,OAAO,EAAE,+CAA+C,EAAE,MAAM,YAAY,CAAC;AAC7E,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AACrF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"message_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/message_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,wIAAwI;AACxI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,8CAA8C,EAAE,MAAM,WAAW,CAAC;AAE3E,OAAO,EAAE,+CAA+C,EAAE,MAAM,YAAY,CAAC;AAC7E,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AACrF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,6oDAA6oD,EAAE,CAAC,8CAA8C,EAAE,+CAA+C,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAiEtzD;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC;AA0MpE;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC;AA6CpE;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
|