@stigmer/protos 0.5.0 → 1.0.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/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +7 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +2 -1
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +54 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +56 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +149 -1
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +50 -2
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +31 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +32 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +31 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +16 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +2 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +68 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +6 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
- package/ai/stigmer/agentic/artifact/v1/api_pb.d.ts +152 -0
- package/ai/stigmer/agentic/artifact/v1/api_pb.js +24 -0
- package/ai/stigmer/agentic/artifact/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/command_connect.d.ts +83 -0
- package/ai/stigmer/agentic/artifact/v1/command_connect.js +92 -0
- package/ai/stigmer/agentic/artifact/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/command_pb.d.ts +86 -0
- package/ai/stigmer/agentic/artifact/v1/command_pb.js +36 -0
- package/ai/stigmer/agentic/artifact/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/enum_pb.d.ts +49 -0
- package/ai/stigmer/agentic/artifact/v1/enum_pb.js +54 -0
- package/ai/stigmer/agentic/artifact/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/io_pb.d.ts +205 -0
- package/ai/stigmer/agentic/artifact/v1/io_pb.js +37 -0
- package/ai/stigmer/agentic/artifact/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/query_connect.d.ts +127 -0
- package/ai/stigmer/agentic/artifact/v1/query_connect.js +135 -0
- package/ai/stigmer/agentic/artifact/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/query_pb.d.ts +128 -0
- package/ai/stigmer/agentic/artifact/v1/query_pb.js +32 -0
- package/ai/stigmer/agentic/artifact/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/spec_pb.d.ts +161 -0
- package/ai/stigmer/agentic/artifact/v1/spec_pb.js +25 -0
- package/ai/stigmer/agentic/artifact/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/runner/v1/api_pb.d.ts +33 -0
- package/ai/stigmer/agentic/runner/v1/api_pb.js +1 -1
- package/ai/stigmer/agentic/runner/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/runner/v1/io_pb.d.ts +15 -1
- package/ai/stigmer/agentic/runner/v1/io_pb.js +1 -1
- package/ai/stigmer/agentic/runner/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +30 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +31 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +30 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +141 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +142 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +132 -1
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js +10 -5
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/task_kind_descriptor_pb.d.ts +430 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_descriptor_pb.js +172 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_descriptor_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_connect.d.ts +39 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_connect.js +46 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_pb.d.ts +41 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_pb.js +28 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +186 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +10 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/common_pb.d.ts +67 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/common_pb.js +72 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/common_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/emit_event_pb.d.ts +147 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/emit_event_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/emit_event_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/eval_pb.d.ts +341 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/eval_pb.js +128 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/eval_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +129 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js +56 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.d.ts +284 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.js +80 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.d.ts +186 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.js +18 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/notification_pb.d.ts +160 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/notification_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/notification_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/transform_pb.d.ts +124 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/transform_pb.js +65 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/transform_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +19 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/validate_pb.d.ts +257 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/validate_pb.js +79 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/validate_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +96 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +47 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +48 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +47 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.d.ts +1287 -0
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js +303 -0
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +578 -72
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +82 -70
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +182 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +184 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +180 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/billing/v1/io_pb.d.ts +8 -0
- package/ai/stigmer/billing/v1/io_pb.js +1 -1
- package/ai/stigmer/billing/v1/io_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +6 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +7 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/platform/v1/server_info_connect.d.ts +29 -0
- package/ai/stigmer/platform/v1/server_info_connect.js +36 -0
- package/ai/stigmer/platform/v1/server_info_connect.js.map +1 -0
- package/ai/stigmer/platform/v1/server_info_pb.d.ts +100 -0
- package/ai/stigmer/platform/v1/server_info_pb.js +65 -0
- package/ai/stigmer/platform/v1/server_info_pb.js.map +1 -0
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
2
|
import type { WorkflowExecutionSchema } from "./api_pb.js";
|
|
3
|
-
import type {
|
|
3
|
+
import type { WorkflowExecutionEventSchema } from "./event_pb.js";
|
|
4
|
+
import type { ExecutionSummarySchema, GetEventLogRequestSchema, GetEventLogResponseSchema, GetExecutionSummaryRequestSchema, ListPendingApprovalsRequestSchema, ListWorkflowExecutionsByWorkflowRequestSchema, ListWorkflowExecutionsRequestSchema, PendingApprovalsListSchema, SubscribeEventsRequestSchema, SubscribeWorkflowExecutionRequestSchema, WorkflowExecutionIdSchema, WorkflowExecutionListSchema } from "./io_pb.js";
|
|
4
5
|
/**
|
|
5
6
|
* Describes the file ai/stigmer/agentic/workflowexecution/v1/query.proto.
|
|
6
7
|
*/
|
|
@@ -392,4 +393,182 @@ export declare const WorkflowExecutionQueryController: GenService<{
|
|
|
392
393
|
input: typeof SubscribeWorkflowExecutionRequestSchema;
|
|
393
394
|
output: typeof WorkflowExecutionSchema;
|
|
394
395
|
};
|
|
396
|
+
/**
|
|
397
|
+
* Fetch the paginated event log for a workflow execution.
|
|
398
|
+
*
|
|
399
|
+
* Returns execution events ordered by sequence_number ascending, with
|
|
400
|
+
* cursor-based pagination and optional filtering by event type or task name.
|
|
401
|
+
*
|
|
402
|
+
* @internal
|
|
403
|
+
* Authorization:
|
|
404
|
+
* Standard authorization checks that user has "get" permission on the
|
|
405
|
+
* WorkflowExecution. Same permission as get() and subscribe().
|
|
406
|
+
*
|
|
407
|
+
* The event log complements the status snapshot: the snapshot tells you
|
|
408
|
+
* current state, the event log tells you what happened and when.
|
|
409
|
+
*
|
|
410
|
+
* Use Cases:
|
|
411
|
+
*
|
|
412
|
+
* 1. Execution Viewer Timeline:
|
|
413
|
+
* - Load full event history for a completed execution
|
|
414
|
+
* - Render timeline with task transitions, retries, approvals, cost
|
|
415
|
+
*
|
|
416
|
+
* 2. Task Drill-Down:
|
|
417
|
+
* - Filter by task_name to see all events for a specific task
|
|
418
|
+
* - Inspect retry history, duration, cost per attempt
|
|
419
|
+
*
|
|
420
|
+
* 3. Cost Audit:
|
|
421
|
+
* - Filter by budget_checkpoint events to chart cost over time
|
|
422
|
+
* - Correlate cost spikes with specific agent_call tasks
|
|
423
|
+
*
|
|
424
|
+
* 4. Approval Audit Trail:
|
|
425
|
+
* - Filter by approval_requested and approval_resolved
|
|
426
|
+
* - See who approved what, when, and with what comment
|
|
427
|
+
*
|
|
428
|
+
* Error Cases:
|
|
429
|
+
*
|
|
430
|
+
* - NOT_FOUND: No WorkflowExecution exists with the given ID
|
|
431
|
+
* - PERMISSION_DENIED: User doesn't have "get" permission
|
|
432
|
+
* - INVALID_ARGUMENT: page_size exceeds maximum (500)
|
|
433
|
+
*
|
|
434
|
+
* @since T06 (Execution Event Stream Model)
|
|
435
|
+
*
|
|
436
|
+
* @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.getEventLog
|
|
437
|
+
*/
|
|
438
|
+
getEventLog: {
|
|
439
|
+
methodKind: "unary";
|
|
440
|
+
input: typeof GetEventLogRequestSchema;
|
|
441
|
+
output: typeof GetEventLogResponseSchema;
|
|
442
|
+
};
|
|
443
|
+
/**
|
|
444
|
+
* Subscribe to real-time execution events (incremental event stream).
|
|
445
|
+
*
|
|
446
|
+
* Opens a server-side streaming RPC that pushes individual
|
|
447
|
+
* WorkflowExecutionEvent messages as they occur during execution.
|
|
448
|
+
* Unlike subscribe() which streams full WorkflowExecution snapshots,
|
|
449
|
+
* this streams lightweight incremental events for the timeline view.
|
|
450
|
+
*
|
|
451
|
+
* @internal
|
|
452
|
+
* Authorization:
|
|
453
|
+
* Standard authorization checks that user has "get" permission on the
|
|
454
|
+
* WorkflowExecution. Same permission as get() and subscribe().
|
|
455
|
+
*
|
|
456
|
+
* Stream Lifecycle:
|
|
457
|
+
* 1. Client sends SubscribeEventsRequest with execution_id
|
|
458
|
+
* 2. Server validates authorization
|
|
459
|
+
* 3. If after_sequence > 0: Server replays missed events from persistence
|
|
460
|
+
* 4. Server streams new events in real-time as the runner emits them
|
|
461
|
+
* 5. Server closes stream when execution reaches a terminal phase
|
|
462
|
+
* (COMPLETED, FAILED, CANCELLED, TERMINATED)
|
|
463
|
+
* 6. Client can close stream early
|
|
464
|
+
*
|
|
465
|
+
* Reconnection:
|
|
466
|
+
* On disconnect, the client reconnects with after_sequence set to the
|
|
467
|
+
* sequence_number of the last received event. The server replays any
|
|
468
|
+
* events missed during the disconnect, then resumes live streaming.
|
|
469
|
+
* No events are lost.
|
|
470
|
+
*
|
|
471
|
+
* Complementary Streams:
|
|
472
|
+
* - subscribe(): Full snapshots for current-state views (progress bars, dashboards)
|
|
473
|
+
* - subscribeEvents(): Incremental events for timeline views (execution viewer)
|
|
474
|
+
* Both streams can be used simultaneously for different UI concerns.
|
|
475
|
+
*
|
|
476
|
+
* Use Cases:
|
|
477
|
+
*
|
|
478
|
+
* 1. Live Execution Timeline:
|
|
479
|
+
* - User watches a running execution in the execution viewer
|
|
480
|
+
* - Events stream in real-time, building the timeline as tasks progress
|
|
481
|
+
* - Each event adds a row: "task X started", "task X completed (2.3s, $0.05)"
|
|
482
|
+
*
|
|
483
|
+
* 2. Cost Monitoring:
|
|
484
|
+
* - Dashboard subscribes with event_types filter for budget_checkpoint
|
|
485
|
+
* - Budget gauge updates in real-time as costs accumulate
|
|
486
|
+
*
|
|
487
|
+
* 3. Approval Notifications:
|
|
488
|
+
* - Subscribe with event_types filter for approval_requested
|
|
489
|
+
* - Surface approval gates immediately when they activate
|
|
490
|
+
*
|
|
491
|
+
* Error Cases:
|
|
492
|
+
*
|
|
493
|
+
* - NOT_FOUND: No WorkflowExecution exists with the given ID
|
|
494
|
+
* - PERMISSION_DENIED: User doesn't have "get" permission
|
|
495
|
+
* - DEADLINE_EXCEEDED: Client timeout (reconnect with after_sequence)
|
|
496
|
+
* - UNAVAILABLE: Server unavailable (retry with backoff)
|
|
497
|
+
*
|
|
498
|
+
* @since T06 (Execution Event Stream Model)
|
|
499
|
+
*
|
|
500
|
+
* @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.subscribeEvents
|
|
501
|
+
*/
|
|
502
|
+
subscribeEvents: {
|
|
503
|
+
methodKind: "server_streaming";
|
|
504
|
+
input: typeof SubscribeEventsRequestSchema;
|
|
505
|
+
output: typeof WorkflowExecutionEventSchema;
|
|
506
|
+
};
|
|
507
|
+
/**
|
|
508
|
+
* Get aggregated execution statistics for an organization's workflows.
|
|
509
|
+
*
|
|
510
|
+
* Returns counts by phase, total cost, average duration, top failing
|
|
511
|
+
* workflows, and per-workflow cost breakdown — scoped to a configurable
|
|
512
|
+
* time window (24h, 7d, 30d, all-time).
|
|
513
|
+
*
|
|
514
|
+
* @internal
|
|
515
|
+
* Authorization:
|
|
516
|
+
* Custom authorization — user must have organization-level access.
|
|
517
|
+
* Results are scoped to the user's organization.
|
|
518
|
+
*
|
|
519
|
+
* Use Cases:
|
|
520
|
+
*
|
|
521
|
+
* 1. Dashboard Overview:
|
|
522
|
+
* - Display KPI cards: active runs, completed, failed, total cost
|
|
523
|
+
* - Time window selector toggles between 24h / 7d / 30d views
|
|
524
|
+
*
|
|
525
|
+
* 2. Cost Monitoring:
|
|
526
|
+
* - Show per-workflow cost breakdown to identify expensive workflows
|
|
527
|
+
* - Track cost trends across time windows
|
|
528
|
+
*
|
|
529
|
+
* 3. Reliability Monitoring:
|
|
530
|
+
* - Surface top failing workflows for investigation
|
|
531
|
+
* - Track failure rates across the organization
|
|
532
|
+
*
|
|
533
|
+
* @since T14 (Dashboard Integration)
|
|
534
|
+
*
|
|
535
|
+
* @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.getExecutionSummary
|
|
536
|
+
*/
|
|
537
|
+
getExecutionSummary: {
|
|
538
|
+
methodKind: "unary";
|
|
539
|
+
input: typeof GetExecutionSummaryRequestSchema;
|
|
540
|
+
output: typeof ExecutionSummarySchema;
|
|
541
|
+
};
|
|
542
|
+
/**
|
|
543
|
+
* List workflow executions with pending human_input tasks awaiting reviewer decisions.
|
|
544
|
+
*
|
|
545
|
+
* Returns a paginated list of executions where at least one human_input
|
|
546
|
+
* task is actively waiting for a response. Each entry includes the
|
|
547
|
+
* execution context, task details, requester, and timeout information.
|
|
548
|
+
*
|
|
549
|
+
* @internal
|
|
550
|
+
* Authorization:
|
|
551
|
+
* Custom authorization — user must have organization-level access.
|
|
552
|
+
* Results are scoped to the user's organization.
|
|
553
|
+
*
|
|
554
|
+
* Use Cases:
|
|
555
|
+
*
|
|
556
|
+
* 1. Pending Approvals Dashboard Widget:
|
|
557
|
+
* - Display a list of items requiring human attention
|
|
558
|
+
* - Show time waiting and timeout countdown
|
|
559
|
+
* - Link to execution viewer for review action
|
|
560
|
+
*
|
|
561
|
+
* 2. Approval Queue:
|
|
562
|
+
* - Reviewers see all pending approvals in one view
|
|
563
|
+
* - Sorted by urgency (closest to timeout first)
|
|
564
|
+
*
|
|
565
|
+
* @since T14 (Dashboard Integration)
|
|
566
|
+
*
|
|
567
|
+
* @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionQueryController.listPendingApprovals
|
|
568
|
+
*/
|
|
569
|
+
listPendingApprovals: {
|
|
570
|
+
methodKind: "unary";
|
|
571
|
+
input: typeof ListPendingApprovalsRequestSchema;
|
|
572
|
+
output: typeof PendingApprovalsListSchema;
|
|
573
|
+
};
|
|
395
574
|
}>;
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
5
|
import { file_ai_stigmer_agentic_workflowexecution_v1_api } from "./api_pb.js";
|
|
6
|
+
import { file_ai_stigmer_agentic_workflowexecution_v1_event } from "./event_pb.js";
|
|
6
7
|
import { file_ai_stigmer_agentic_workflowexecution_v1_io } from "./io_pb.js";
|
|
7
8
|
import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb.js";
|
|
8
9
|
import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc/method_options_pb.js";
|
|
9
10
|
/**
|
|
10
11
|
* Describes the file ai/stigmer/agentic/workflowexecution/v1/query.proto.
|
|
11
12
|
*/
|
|
12
|
-
export const file_ai_stigmer_agentic_workflowexecution_v1_query = /*@__PURE__*/ fileDesc("
|
|
13
|
+
export const file_ai_stigmer_agentic_workflowexecution_v1_query = /*@__PURE__*/ fileDesc("CjNhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dleGVjdXRpb24vdjEvcXVlcnkucHJvdG8SJ2FpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MTKDDAogV29ya2Zsb3dFeGVjdXRpb25RdWVyeUNvbnRyb2xsZXISuAEKA2dldBI8LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5Xb3JrZmxvd0V4ZWN1dGlvbklkGjouYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXhlY3V0aW9uIjfCuBgzCAEQNCIFdmFsdWUqJnVuYXV0aG9yaXplZCB0byBnZXQgd29ya2Zsb3cgZXhlY3V0aW9uEpQBCgRsaXN0EkYuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLkxpc3RXb3JrZmxvd0V4ZWN1dGlvbnNSZXF1ZXN0Gj4uYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXhlY3V0aW9uTGlzdCIE0LgYARKoAQoObGlzdEJ5V29ya2Zsb3cSUC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuTGlzdFdvcmtmbG93RXhlY3V0aW9uc0J5V29ya2Zsb3dSZXF1ZXN0Gj4uYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXhlY3V0aW9uTGlzdCIE0LgYARLcAQoJc3Vic2NyaWJlEkouYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLlN1YnNjcmliZVdvcmtmbG93RXhlY3V0aW9uUmVxdWVzdBo6LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5Xb3JrZmxvd0V4ZWN1dGlvbiJFwrgYQQgBEDQiDGV4ZWN1dGlvbl9pZCotdW5hdXRob3JpemVkIHRvIGdldCB3b3JrZmxvdyBleGVjdXRpb24gc3RyZWFtMAES0gEKC2dldEV2ZW50TG9nEjsuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLkdldEV2ZW50TG9nUmVxdWVzdBo8LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5HZXRFdmVudExvZ1Jlc3BvbnNlIkjCuBhECAEQNCIMZXhlY3V0aW9uX2lkKjB1bmF1dGhvcml6ZWQgdG8gZ2V0IHdvcmtmbG93IGV4ZWN1dGlvbiBldmVudCBsb2cS5QEKD3N1YnNjcmliZUV2ZW50cxI/LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5TdWJzY3JpYmVFdmVudHNSZXF1ZXN0Gj8uYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXhlY3V0aW9uRXZlbnQiTsK4GEoIARA0IgxleGVjdXRpb25faWQqNnVuYXV0aG9yaXplZCB0byBzdWJzY3JpYmUgdG8gd29ya2Zsb3cgZXhlY3V0aW9uIGV2ZW50czABEpsBChNnZXRFeGVjdXRpb25TdW1tYXJ5EkMuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLkdldEV4ZWN1dGlvblN1bW1hcnlSZXF1ZXN0GjkuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLkV4ZWN1dGlvblN1bW1hcnkiBNC4GAESoQEKFGxpc3RQZW5kaW5nQXBwcm92YWxzEkQuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLkxpc3RQZW5kaW5nQXBwcm92YWxzUmVxdWVzdBo9LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5QZW5kaW5nQXBwcm92YWxzTGlzdCIE0LgYARoEoP8rNGIGcHJvdG8z", [file_ai_stigmer_agentic_workflowexecution_v1_api, file_ai_stigmer_agentic_workflowexecution_v1_event, file_ai_stigmer_agentic_workflowexecution_v1_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_rpc_method_options]);
|
|
13
14
|
/**
|
|
14
15
|
* WorkflowExecutionQueryController handles read operations (Get, List, Subscribe) for WorkflowExecution resources.
|
|
15
16
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,4IAA4I;AAC5I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,gDAAgD,EAAE,MAAM,aAAa,CAAC;AAE/E,OAAO,EAAE,+CAA+C,EAAE,MAAM,YAAY,CAAC;AAC7E,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,kDAAkD,GAAY,aAAa,CACtF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,4IAA4I;AAC5I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,gDAAgD,EAAE,MAAM,aAAa,CAAC;AAE/E,OAAO,EAAE,kDAAkD,EAAE,MAAM,eAAe,CAAC;AAEnF,OAAO,EAAE,+CAA+C,EAAE,MAAM,YAAY,CAAC;AAC7E,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,kDAAkD,GAAY,aAAa,CACtF,QAAQ,CAAC,kpEAAkpE,EAAE,CAAC,gDAAgD,EAAE,kDAAkD,EAAE,+CAA+C,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAE75E;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAmiBxC,aAAa,CAChB,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -220,6 +220,14 @@ export type RecordLlmCallUsageInput = Message<"ai.stigmer.billing.v1.RecordLlmCa
|
|
|
220
220
|
* @generated from field: string provider_usage_json = 13;
|
|
221
221
|
*/
|
|
222
222
|
providerUsageJson: string;
|
|
223
|
+
/**
|
|
224
|
+
* Harness that originated this call ("native" or "cursor").
|
|
225
|
+
* Set by the proxy controller based on which proxy path handled the request.
|
|
226
|
+
* When empty, the billing handler falls back to the model pricing registry.
|
|
227
|
+
*
|
|
228
|
+
* @generated from field: string harness = 14;
|
|
229
|
+
*/
|
|
230
|
+
harness: string;
|
|
223
231
|
};
|
|
224
232
|
/**
|
|
225
233
|
* Describes the message ai.stigmer.billing.v1.RecordLlmCallUsageInput.
|
|
@@ -11,7 +11,7 @@ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
11
11
|
/**
|
|
12
12
|
* Describes the file ai/stigmer/billing/v1/io.proto.
|
|
13
13
|
*/
|
|
14
|
-
export const file_ai_stigmer_billing_v1_io = /*@__PURE__*/ fileDesc("
|
|
14
|
+
export const file_ai_stigmer_billing_v1_io = /*@__PURE__*/ fileDesc("Ch5haS9zdGlnbWVyL2JpbGxpbmcvdjEvaW8ucHJvdG8SFWFpLnN0aWdtZXIuYmlsbGluZy52MSI4Ch5HZXRPckNyZWF0ZUJpbGxpbmdBY2NvdW50SW5wdXQSFgoGb3JnX2lkGAEgASgJQga6SAPIAQEifAoSQWRqdXN0Q3JlZGl0c0lucHV0EhYKBm9yZ19pZBgBIAEoCUIGukgDyAEBEhUKDWFtb3VudF9taWNyb3MYAiABKAMSFgoGcmVhc29uGAMgASgJQga6SAPIAQESHwoPaWRlbXBvdGVuY3lfa2V5GAQgASgJQga6SAPIAQEiigEKF0F1dGhvcml6ZUV4ZWN1dGlvbklucHV0EhYKBm9yZ19pZBgBIAEoCUIGukgDyAEBEhwKDGV4ZWN1dGlvbl9pZBgCIAEoCUIGukgDyAEBEhcKB2hhcm5lc3MYAyABKAlCBrpIA8gBARIgChhleHBlY3RlZF9jb3N0X2NhcF9taWNyb3MYBCABKAMimgEKGkF1dGhvcml6ZUV4ZWN1dGlvblJlc3BvbnNlEhIKCmF1dGhvcml6ZWQYASABKAgSFgoOcmVzZXJ2YXRpb25faWQYAiABKAkSFwoPcmVzZXJ2ZWRfbWljcm9zGAMgASgDEiAKGGF2YWlsYWJsZV9iYWxhbmNlX21pY3JvcxgEIAEoAxIVCg1kZW5pYWxfcmVhc29uGAUgASgJIpIEChdSZWNvcmRMbG1DYWxsVXNhZ2VJbnB1dBIcCgxleGVjdXRpb25faWQYASABKAlCBrpIA8gBARIZCghzZXF1ZW5jZRgCIAEoBUIHukgEGgIgABIYCghwcm92aWRlchgDIAEoCUIGukgDyAEBEh4KDnJlc29sdmVkX21vZGVsGAQgASgJQga6SAPIAQESFwoPcmVxdWVzdGVkX21vZGVsGAUgASgJEkAKBnRva2VucxgGIAEoCzIwLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Ub2tlblVzYWdlElEKDHVzYWdlX3N0YXR1cxgHIAEoDjI7LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Vc2FnZUNvbXBsZXRpb25TdGF0dXMSGwoTcHJvdmlkZXJfcmVxdWVzdF9pZBgIIAEoCRIYChBodHRwX3N0YXR1c19jb2RlGAkgASgFEhEKCXN0cmVhbWluZxgKIAEoCBIVCg1maW5pc2hfcmVhc29uGAsgASgJEkcKDHByb3h5X3RpbWluZxgMIAEoCzIxLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Qcm94eVRpbWluZxIbChNwcm92aWRlcl91c2FnZV9qc29uGA0gASgJEg8KB2hhcm5lc3MYDiABKAkipwEKGlJlY29yZExsbUNhbGxVc2FnZVJlc3BvbnNlEhcKD3VzYWdlX3JlY29yZF9pZBgBIAEoCRIcChRwcm92aWRlcl9jb3N0X21pY3JvcxgCIAEoAxInCh9jdXN0b21lcl9iaWxsYWJsZV9hbW91bnRfbWljcm9zGAMgASgDEhMKC2lzX2JpbGxhYmxlGAQgASgIEhQKDGlzX2R1cGxpY2F0ZRgFIAEoCCI2ChZGaW5hbGl6ZUV4ZWN1dGlvbklucHV0EhwKDGV4ZWN1dGlvbl9pZBgBIAEoCUIGukgDyAEBIqUBChlGaW5hbGl6ZUV4ZWN1dGlvblJlc3BvbnNlEiIKGnRvdGFsX3Byb3ZpZGVyX2Nvc3RfbWljcm9zGAEgASgDEiQKHHRvdGFsX2JpbGxhYmxlX2Ftb3VudF9taWNyb3MYAiABKAMSIwobcmVsZWFzZWRfcmVzZXJ2YXRpb25fbWljcm9zGAMgASgDEhkKEWJpbGxlZF9jYWxsX2NvdW50GAQgASgFIowBCiBDcmVhdGVDcmVkaXRDaGVja291dFNlc3Npb25JbnB1dBIWCgZvcmdfaWQYASABKAlCBrpIA8gBARIXCgdwYWNrX2lkGAIgASgJQga6SAPIAQESGwoLc3VjY2Vzc191cmwYAyABKAlCBrpIA8gBARIaCgpjYW5jZWxfdXJsGAQgASgJQga6SAPIAQEibQojQ3JlYXRlQ3JlZGl0Q2hlY2tvdXRTZXNzaW9uUmVzcG9uc2USFAoMY2hlY2tvdXRfdXJsGAEgASgJEhMKC3B1cmNoYXNlX2lkGAIgASgJEhsKE2NoZWNrb3V0X3Nlc3Npb25faWQYAyABKAkiVQofQ3JlYXRlQmlsbGluZ1BvcnRhbFNlc3Npb25JbnB1dBIWCgZvcmdfaWQYASABKAlCBrpIA8gBARIaCgpyZXR1cm5fdXJsGAIgASgJQga6SAPIAQEiOAoiQ3JlYXRlQmlsbGluZ1BvcnRhbFNlc3Npb25SZXNwb25zZRISCgpwb3J0YWxfdXJsGAEgASgJIpsBChpTZXRBdXRvUmVjaGFyZ2VDb25maWdJbnB1dBIWCgZvcmdfaWQYASABKAlCBrpIA8gBARIPCgdlbmFibGVkGAIgASgIEhgKEHRocmVzaG9sZF9taWNyb3MYAyABKAMSHgoWcmVjaGFyZ2VfYW1vdW50X21pY3JvcxgEIAEoAxIaChJtb250aGx5X2NhcF9taWNyb3MYBSABKAMiMAoWR2V0QmlsbGluZ0FjY291bnRJbnB1dBIWCgZvcmdfaWQYASABKAlCBrpIA8gBASIvChVHZXRDcmVkaXRCYWxhbmNlSW5wdXQSFgoGb3JnX2lkGAEgASgJQga6SAPIAQEi+QEKFEdldENyZWRpdExlZGdlcklucHV0EhYKBm9yZ19pZBgBIAEoCUIGukgDyAEBEi4KBHBhZ2UYAiABKAsyIC5haS5zdGlnbWVyLmNvbW1vbnMucnBjLlBhZ2VJbmZvEjsKC3R5cGVfZmlsdGVyGAMgAygOMiYuYWkuc3RpZ21lci5iaWxsaW5nLnYxLkxlZGdlckVudHJ5VHlwZRIuCgpzdGFydF90aW1lGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIsCghlbmRfdGltZRgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiZgoUQ3JlZGl0TGVkZ2VyUmVzcG9uc2USOQoHZW50cmllcxgBIAMoCzIoLmFpLnN0aWdtZXIuYmlsbGluZy52MS5DcmVkaXRMZWRnZXJFbnRyeRITCgt0b3RhbF9wYWdlcxgCIAEoBSKiAQoaR2V0QmlsbGluZ1VzYWdlUmVwb3J0SW5wdXQSFgoGb3JnX2lkGAEgASgJQga6SAPIAQESNgoKc3RhcnRfdGltZRgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCBrpIA8gBARI0CghlbmRfdGltZRgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCBrpIA8gBASLeAQoaQmlsbGluZ1VzYWdlUmVwb3J0UmVzcG9uc2USIgoadG90YWxfcHJvdmlkZXJfY29zdF9taWNyb3MYASABKAMSJAocdG90YWxfYmlsbGFibGVfYW1vdW50X21pY3JvcxgCIAEoAxIXCg9leGVjdXRpb25fY291bnQYAyABKAUSFgoObGxtX2NhbGxfY291bnQYBCABKAUSRQoPbW9kZWxfYnJlYWtkb3duGAUgAygLMiwuYWkuc3RpZ21lci5iaWxsaW5nLnYxLk1vZGVsQmlsbGluZ0JyZWFrZG93biKcAQoVTW9kZWxCaWxsaW5nQnJlYWtkb3duEg0KBW1vZGVsGAEgASgJEg8KB2hhcm5lc3MYAiABKAkSEQoJY29zdF90aWVyGAMgASgJEhwKFHByb3ZpZGVyX2Nvc3RfbWljcm9zGAQgASgDEh4KFmJpbGxhYmxlX2Ftb3VudF9taWNyb3MYBSABKAMSEgoKY2FsbF9jb3VudBgGIAEoBSIuChxHZXRDdXN0b21lck1vZGVsUHJpY2luZ0lucHV0Eg4KBm9yZ19pZBgBIAEoCSJhChxDdXN0b21lck1vZGVsUHJpY2luZ1Jlc3BvbnNlEkEKB2VudHJpZXMYASADKAsyMC5haS5zdGlnbWVyLmJpbGxpbmcudjEuQ3VzdG9tZXJNb2RlbFByaWNpbmdFbnRyeSLgAgoZQ3VzdG9tZXJNb2RlbFByaWNpbmdFbnRyeRIQCghtb2RlbF9pZBgBIAEoCRIUCgxkaXNwbGF5X25hbWUYAiABKAkSEAoIcHJvdmlkZXIYAyABKAkSDwoHaGFybmVzcxgEIAEoCRIRCgljb3N0X3RpZXIYBSABKAkSJgoeaW5wdXRfcHJpY2VfbWljcm9zX3Blcl9taWxsaW9uGAYgASgDEicKH291dHB1dF9wcmljZV9taWNyb3NfcGVyX21pbGxpb24YByABKAMSLwonY2FjaGVfY3JlYXRpb25fcHJpY2VfbWljcm9zX3Blcl9taWxsaW9uGAggASgDEisKI2NhY2hlX3JlYWRfcHJpY2VfbWljcm9zX3Blcl9taWxsaW9uGAkgASgDEhkKEXByaWNpbmdfcG9saWN5X2lkGAogASgJEhsKE21hcmt1cF9iYXNpc19wb2ludHMYCyABKAViBnByb3RvMw", [file_ai_stigmer_agentic_agentexecution_v1_usage, file_ai_stigmer_billing_v1_credit, file_ai_stigmer_billing_v1_enum, file_ai_stigmer_commons_rpc_pagination, file_buf_validate_validate, file_google_protobuf_timestamp]);
|
|
15
15
|
/**
|
|
16
16
|
* Describes the message ai.stigmer.billing.v1.GetOrCreateBillingAccountInput.
|
|
17
17
|
* Use `create(GetOrCreateBillingAccountInputSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/billing/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,qGAAqG;AACrG,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,6CAA6C,CAAC;AAE9G,OAAO,EAAE,iCAAiC,EAAE,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,+BAA+B,EAAE,MAAM,cAAc,CAAC;AAE/D,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAErF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAY,aAAa,CACjE,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/billing/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,qGAAqG;AACrG,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,6CAA6C,CAAC;AAE9G,OAAO,EAAE,iCAAiC,EAAE,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,+BAA+B,EAAE,MAAM,cAAc,CAAC;AAE/D,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAErF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAY,aAAa,CACjE,QAAQ,CAAC,4mJAA4mJ,EAAE,CAAC,+CAA+C,EAAE,iCAAiC,EAAE,+BAA+B,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAep1J;;;GAGG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAA+C,aAAa,CAC3G,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AAmChD;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AAiChD;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AA4ChD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AA+GhD;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AA6ChD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AAehD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AAqChD;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AAwChD;;;GAGG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAiD,aAAa,CAC/G,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AA+BhD;;;GAGG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAoD,aAAa,CACrH,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AA0BhD;;;GAGG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAgD,aAAa,CAC7G,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAgBjD;;;GAGG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAmD,aAAa,CACnH,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAkDjD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAcjD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAcjD;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AA0CjD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAmBjD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AA4BjD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AA4CjD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAuCjD;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAiBjD;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAcjD;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAyFjD;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC"}
|
|
@@ -284,6 +284,12 @@ export declare enum ApiResourceKind {
|
|
|
284
284
|
* @generated from enum value: environment = 53;
|
|
285
285
|
*/
|
|
286
286
|
environment = 53,
|
|
287
|
+
/**
|
|
288
|
+
* Persisted blob produced during workflow or agent execution.
|
|
289
|
+
*
|
|
290
|
+
* @generated from enum value: artifact = 55;
|
|
291
|
+
*/
|
|
292
|
+
artifact = 55,
|
|
287
293
|
/**
|
|
288
294
|
* User-owned runtime context for managing execution state.
|
|
289
295
|
*
|
|
@@ -8,7 +8,7 @@ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
|
|
|
8
8
|
/**
|
|
9
9
|
* Describes the file ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind.proto.
|
|
10
10
|
*/
|
|
11
|
-
export const file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind = /*@__PURE__*/ fileDesc("
|
|
11
|
+
export const file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind = /*@__PURE__*/ fileDesc("CkZhaS9zdGlnbWVyL2NvbW1vbnMvYXBpcmVzb3VyY2UvYXBpcmVzb3VyY2VraW5kL2FwaV9yZXNvdXJjZV9raW5kLnByb3RvEi5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuYXBpcmVzb3VyY2VraW5kIswDChNBcGlSZXNvdXJjZUtpbmRNZXRhEk8KBWdyb3VwGAEgASgOMkAuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5BcGlSZXNvdXJjZUdyb3VwElMKB3ZlcnNpb24YAiABKA4yQi5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuYXBpcmVzb3VyY2VraW5kLkFwaVJlc291cmNlVmVyc2lvbhIMCgRuYW1lGAMgASgJEhQKDGRpc3BsYXlfbmFtZRgEIAEoCRIRCglpZF9wcmVmaXgYBSABKAkSFAoMaXNfdmVyc2lvbmVkGAYgASgIEhoKEm5vdF9zZWFyY2hfaW5kZXhlZBgHIAEoCBJKCgR0aWVyGAggASgOMjwuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5SZXNvdXJjZVRpZXISWgoNYXV0aG9yaXphdGlvbhgJIAEoCzJDLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5hcGlyZXNvdXJjZWtpbmQuQXV0aG9yaXphdGlvbkNvbmZpZypCChJBcGlSZXNvdXJjZVZlcnNpb24SJAogYXBpX3Jlc291cmNlX3ZlcnNpb25fdW5zcGVjaWZpZWQQABIGCgJ2MRABKk4KDFJlc291cmNlVGllchIdChlyZXNvdXJjZV90aWVyX3Vuc3BlY2lmaWVkEAASDwoLb3Blbl9zb3VyY2UQARIOCgpjbG91ZF9vbmx5EAIqQQoPUGxhdGZvcm1JZFZhbHVlEiEKHXBsYXRmb3JtX2lkX3ZhbHVlX3Vuc3BlY2lmaWVkEAASCwoHc3RpZ21lchABKrYOCg9BcGlSZXNvdXJjZUtpbmQSHQoZYXBpX3Jlc291cmNlX2tpbmRfdW5rbm93bhAAElsKFGFwaV9yZXNvdXJjZV92ZXJzaW9uEAEaQar/Kz0IARABGhJBcGlSZXNvdXJjZVZl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", [file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_group, file_ai_stigmer_commons_apiresource_apiresourcekind_authorization_config, file_google_protobuf_descriptor]);
|
|
12
12
|
/**
|
|
13
13
|
* Describes the message ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKindMeta.
|
|
14
14
|
* Use `create(ApiResourceKindMetaSchema)` to create a new message.
|
|
@@ -229,6 +229,12 @@ export var ApiResourceKind;
|
|
|
229
229
|
* @generated from enum value: environment = 53;
|
|
230
230
|
*/
|
|
231
231
|
ApiResourceKind[ApiResourceKind["environment"] = 53] = "environment";
|
|
232
|
+
/**
|
|
233
|
+
* Persisted blob produced during workflow or agent execution.
|
|
234
|
+
*
|
|
235
|
+
* @generated from enum value: artifact = 55;
|
|
236
|
+
*/
|
|
237
|
+
ApiResourceKind[ApiResourceKind["artifact"] = 55] = "artifact";
|
|
232
238
|
/**
|
|
233
239
|
* User-owned runtime context for managing execution state.
|
|
234
240
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_resource_kind_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sKAAsK;AACtK,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAExF,OAAO,EAAE,sEAAsE,EAAE,MAAM,4BAA4B,CAAC;AAEpH,OAAO,EAAE,wEAAwE,EAAE,MAAM,8BAA8B,CAAC;AAExH,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAGzE;;GAEG;AACH,MAAM,CAAC,MAAM,qEAAqE,GAAY,aAAa,CACzG,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"api_resource_kind_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unauthenticated query service for server identity and capabilities.
|
|
3
|
+
*
|
|
4
|
+
* Clients call getServerInfo on startup to learn the server edition
|
|
5
|
+
* and version, replacing URL-based guessing. The RPC is public
|
|
6
|
+
* (no authentication required) so it can be called before login.
|
|
7
|
+
*
|
|
8
|
+
* @generated from service ai.stigmer.platform.v1.PlatformQueryController
|
|
9
|
+
*/
|
|
10
|
+
export declare const PlatformQueryController: {
|
|
11
|
+
readonly typeName: "ai.stigmer.platform.v1.PlatformQueryController";
|
|
12
|
+
readonly methods: {
|
|
13
|
+
/**
|
|
14
|
+
* Returns the server edition and version.
|
|
15
|
+
*
|
|
16
|
+
* This is the authoritative source for deployment mode detection.
|
|
17
|
+
* Clients should call this once on startup and pass the result
|
|
18
|
+
* to StigmerProvider as the deploymentMode prop.
|
|
19
|
+
*
|
|
20
|
+
* @generated from rpc ai.stigmer.platform.v1.PlatformQueryController.getServerInfo
|
|
21
|
+
*/
|
|
22
|
+
readonly getServerInfo: {
|
|
23
|
+
readonly name: "getServerInfo";
|
|
24
|
+
readonly I: any;
|
|
25
|
+
readonly O: any;
|
|
26
|
+
readonly kind: any;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=js"
|
|
2
|
+
// @generated from file ai/stigmer/platform/v1/server_info.proto (package ai.stigmer.platform.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { GetServerInfoInput, GetServerInfoOutput } from "./server_info_pbjs";
|
|
6
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
7
|
+
/**
|
|
8
|
+
* Unauthenticated query service for server identity and capabilities.
|
|
9
|
+
*
|
|
10
|
+
* Clients call getServerInfo on startup to learn the server edition
|
|
11
|
+
* and version, replacing URL-based guessing. The RPC is public
|
|
12
|
+
* (no authentication required) so it can be called before login.
|
|
13
|
+
*
|
|
14
|
+
* @generated from service ai.stigmer.platform.v1.PlatformQueryController
|
|
15
|
+
*/
|
|
16
|
+
export const PlatformQueryController = {
|
|
17
|
+
typeName: "ai.stigmer.platform.v1.PlatformQueryController",
|
|
18
|
+
methods: {
|
|
19
|
+
/**
|
|
20
|
+
* Returns the server edition and version.
|
|
21
|
+
*
|
|
22
|
+
* This is the authoritative source for deployment mode detection.
|
|
23
|
+
* Clients should call this once on startup and pass the result
|
|
24
|
+
* to StigmerProvider as the deploymentMode prop.
|
|
25
|
+
*
|
|
26
|
+
* @generated from rpc ai.stigmer.platform.v1.PlatformQueryController.getServerInfo
|
|
27
|
+
*/
|
|
28
|
+
getServerInfo: {
|
|
29
|
+
name: "getServerInfo",
|
|
30
|
+
I: GetServerInfoInput,
|
|
31
|
+
O: GetServerInfoOutput,
|
|
32
|
+
kind: MethodKind.Unary,
|
|
33
|
+
},
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=server_info_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server_info_connect.js","sourceRoot":"","sources":["../../../../../ai/stigmer/platform/v1/server_info_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,gHAAgH;AAChH,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,QAAQ,EAAE,gDAAgD;IAC1D,OAAO,EAAE;QACP;;;;;;;;WAQG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,mBAAmB;YACtB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/platform/v1/server_info.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_platform_v1_server_info: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* Empty request — no parameters needed.
|
|
9
|
+
*
|
|
10
|
+
* @generated from message ai.stigmer.platform.v1.GetServerInfoInput
|
|
11
|
+
*/
|
|
12
|
+
export type GetServerInfoInput = Message<"ai.stigmer.platform.v1.GetServerInfoInput"> & {};
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message ai.stigmer.platform.v1.GetServerInfoInput.
|
|
15
|
+
* Use `create(GetServerInfoInputSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export declare const GetServerInfoInputSchema: GenMessage<GetServerInfoInput>;
|
|
18
|
+
/**
|
|
19
|
+
* Server identity and version information.
|
|
20
|
+
*
|
|
21
|
+
* @generated from message ai.stigmer.platform.v1.GetServerInfoOutput
|
|
22
|
+
*/
|
|
23
|
+
export type GetServerInfoOutput = Message<"ai.stigmer.platform.v1.GetServerInfoOutput"> & {
|
|
24
|
+
/**
|
|
25
|
+
* Server edition (oss or cloud).
|
|
26
|
+
*
|
|
27
|
+
* @generated from field: ai.stigmer.platform.v1.ServerEdition edition = 1;
|
|
28
|
+
*/
|
|
29
|
+
edition: ServerEdition;
|
|
30
|
+
/**
|
|
31
|
+
* Semantic version of the server binary (e.g., "0.5.1").
|
|
32
|
+
*
|
|
33
|
+
* @generated from field: string version = 2;
|
|
34
|
+
*/
|
|
35
|
+
version: string;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message ai.stigmer.platform.v1.GetServerInfoOutput.
|
|
39
|
+
* Use `create(GetServerInfoOutputSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
export declare const GetServerInfoOutputSchema: GenMessage<GetServerInfoOutput>;
|
|
42
|
+
/**
|
|
43
|
+
* Edition of the Stigmer server binary.
|
|
44
|
+
*
|
|
45
|
+
* Indicates whether the server is the open-source Go edition
|
|
46
|
+
* (stigmer-server) or the cloud Java edition (stigmer-service).
|
|
47
|
+
* Clients use this to determine feature availability instead of
|
|
48
|
+
* guessing from the API base URL.
|
|
49
|
+
*
|
|
50
|
+
* @generated from enum ai.stigmer.platform.v1.ServerEdition
|
|
51
|
+
*/
|
|
52
|
+
export declare enum ServerEdition {
|
|
53
|
+
/**
|
|
54
|
+
* @generated from enum value: server_edition_unspecified = 0;
|
|
55
|
+
*/
|
|
56
|
+
server_edition_unspecified = 0,
|
|
57
|
+
/**
|
|
58
|
+
* Open-source Go server (stigmer-server).
|
|
59
|
+
* Only open_source-tier resources are available.
|
|
60
|
+
*
|
|
61
|
+
* @generated from enum value: oss = 1;
|
|
62
|
+
*/
|
|
63
|
+
oss = 1,
|
|
64
|
+
/**
|
|
65
|
+
* Stigmer Cloud Java server (stigmer-service).
|
|
66
|
+
* All resources (including cloud_only) are available.
|
|
67
|
+
*
|
|
68
|
+
* @generated from enum value: cloud = 2;
|
|
69
|
+
*/
|
|
70
|
+
cloud = 2
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Describes the enum ai.stigmer.platform.v1.ServerEdition.
|
|
74
|
+
*/
|
|
75
|
+
export declare const ServerEditionSchema: GenEnum<ServerEdition>;
|
|
76
|
+
/**
|
|
77
|
+
* Unauthenticated query service for server identity and capabilities.
|
|
78
|
+
*
|
|
79
|
+
* Clients call getServerInfo on startup to learn the server edition
|
|
80
|
+
* and version, replacing URL-based guessing. The RPC is public
|
|
81
|
+
* (no authentication required) so it can be called before login.
|
|
82
|
+
*
|
|
83
|
+
* @generated from service ai.stigmer.platform.v1.PlatformQueryController
|
|
84
|
+
*/
|
|
85
|
+
export declare const PlatformQueryController: GenService<{
|
|
86
|
+
/**
|
|
87
|
+
* Returns the server edition and version.
|
|
88
|
+
*
|
|
89
|
+
* This is the authoritative source for deployment mode detection.
|
|
90
|
+
* Clients should call this once on startup and pass the result
|
|
91
|
+
* to StigmerProvider as the deploymentMode prop.
|
|
92
|
+
*
|
|
93
|
+
* @generated from rpc ai.stigmer.platform.v1.PlatformQueryController.getServerInfo
|
|
94
|
+
*/
|
|
95
|
+
getServerInfo: {
|
|
96
|
+
methodKind: "unary";
|
|
97
|
+
input: typeof GetServerInfoInputSchema;
|
|
98
|
+
output: typeof GetServerInfoOutputSchema;
|
|
99
|
+
};
|
|
100
|
+
}>;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
|
|
2
|
+
// @generated from file ai/stigmer/platform/v1/server_info.proto (package ai.stigmer.platform.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_commons_rpc_method_options } from "../../commons/rpc/method_options_pb.js";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/platform/v1/server_info.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_ai_stigmer_platform_v1_server_info = /*@__PURE__*/ fileDesc("CihhaS9zdGlnbWVyL3BsYXRmb3JtL3YxL3NlcnZlcl9pbmZvLnByb3RvEhZhaS5zdGlnbWVyLnBsYXRmb3JtLnYxIhQKEkdldFNlcnZlckluZm9JbnB1dCJeChNHZXRTZXJ2ZXJJbmZvT3V0cHV0EjYKB2VkaXRpb24YASABKA4yJS5haS5zdGlnbWVyLnBsYXRmb3JtLnYxLlNlcnZlckVkaXRpb24SDwoHdmVyc2lvbhgCIAEoCSpDCg1TZXJ2ZXJFZGl0aW9uEh4KGnNlcnZlcl9lZGl0aW9uX3Vuc3BlY2lmaWVkEAASBwoDb3NzEAESCQoFY2xvdWQQAjKJAQoXUGxhdGZvcm1RdWVyeUNvbnRyb2xsZXISbgoNZ2V0U2VydmVySW5mbxIqLmFpLnN0aWdtZXIucGxhdGZvcm0udjEuR2V0U2VydmVySW5mb0lucHV0GisuYWkuc3RpZ21lci5wbGF0Zm9ybS52MS5HZXRTZXJ2ZXJJbmZvT3V0cHV0IgTIuBgBQhFCD1NlcnZlckluZm9Qcm90b2IGcHJvdG8z", [file_ai_stigmer_commons_rpc_method_options]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message ai.stigmer.platform.v1.GetServerInfoInput.
|
|
12
|
+
* Use `create(GetServerInfoInputSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const GetServerInfoInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_v1_server_info, 0);
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message ai.stigmer.platform.v1.GetServerInfoOutput.
|
|
17
|
+
* Use `create(GetServerInfoOutputSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const GetServerInfoOutputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_v1_server_info, 1);
|
|
20
|
+
/**
|
|
21
|
+
* Edition of the Stigmer server binary.
|
|
22
|
+
*
|
|
23
|
+
* Indicates whether the server is the open-source Go edition
|
|
24
|
+
* (stigmer-server) or the cloud Java edition (stigmer-service).
|
|
25
|
+
* Clients use this to determine feature availability instead of
|
|
26
|
+
* guessing from the API base URL.
|
|
27
|
+
*
|
|
28
|
+
* @generated from enum ai.stigmer.platform.v1.ServerEdition
|
|
29
|
+
*/
|
|
30
|
+
export var ServerEdition;
|
|
31
|
+
(function (ServerEdition) {
|
|
32
|
+
/**
|
|
33
|
+
* @generated from enum value: server_edition_unspecified = 0;
|
|
34
|
+
*/
|
|
35
|
+
ServerEdition[ServerEdition["server_edition_unspecified"] = 0] = "server_edition_unspecified";
|
|
36
|
+
/**
|
|
37
|
+
* Open-source Go server (stigmer-server).
|
|
38
|
+
* Only open_source-tier resources are available.
|
|
39
|
+
*
|
|
40
|
+
* @generated from enum value: oss = 1;
|
|
41
|
+
*/
|
|
42
|
+
ServerEdition[ServerEdition["oss"] = 1] = "oss";
|
|
43
|
+
/**
|
|
44
|
+
* Stigmer Cloud Java server (stigmer-service).
|
|
45
|
+
* All resources (including cloud_only) are available.
|
|
46
|
+
*
|
|
47
|
+
* @generated from enum value: cloud = 2;
|
|
48
|
+
*/
|
|
49
|
+
ServerEdition[ServerEdition["cloud"] = 2] = "cloud";
|
|
50
|
+
})(ServerEdition || (ServerEdition = {}));
|
|
51
|
+
/**
|
|
52
|
+
* Describes the enum ai.stigmer.platform.v1.ServerEdition.
|
|
53
|
+
*/
|
|
54
|
+
export const ServerEditionSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_platform_v1_server_info, 0);
|
|
55
|
+
/**
|
|
56
|
+
* Unauthenticated query service for server identity and capabilities.
|
|
57
|
+
*
|
|
58
|
+
* Clients call getServerInfo on startup to learn the server edition
|
|
59
|
+
* and version, replacing URL-based guessing. The RPC is public
|
|
60
|
+
* (no authentication required) so it can be called before login.
|
|
61
|
+
*
|
|
62
|
+
* @generated from service ai.stigmer.platform.v1.PlatformQueryController
|
|
63
|
+
*/
|
|
64
|
+
export const PlatformQueryController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_platform_v1_server_info, 0);
|
|
65
|
+
//# sourceMappingURL=server_info_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server_info_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/platform/v1/server_info_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,gHAAgH;AAChH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC5F,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAGpG;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,kjBAAkjB,EAAE,CAAC,0CAA0C,CAAC,CAAC,CAAC;AAU7mB;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAuB1D;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAE1D;;;;;;;;;GASG;AACH,MAAM,CAAN,IAAY,aAqBX;AArBD,WAAY,aAAa;IACvB;;OAEG;IACH,6FAA8B,CAAA;IAE9B;;;;;OAKG;IACH,+CAAO,CAAA;IAEP;;;;;OAKG;IACH,mDAAS,CAAA;AACX,CAAC,EArBW,aAAa,KAAb,aAAa,QAqBxB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA2B,aAAa,CACtE,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAe/B,aAAa,CAChB,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
|