@relayfx/test 0.3.1 → 0.3.3

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 (89) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +29 -20481
  3. package/dist/types/test/index.d.ts +0 -2
  4. package/dist/types/test/test-runtime.d.ts +6 -7
  5. package/dist/types/test/test-tools.d.ts +2 -2
  6. package/dist/types/test/wait-test-kit.d.ts +1 -1
  7. package/package.json +7 -6
  8. package/dist/types/runtime/address/address-book-service.d.ts +0 -74
  9. package/dist/types/runtime/address/address-resolution-service.d.ts +0 -172
  10. package/dist/types/runtime/agent/agent-loop-service.d.ts +0 -92
  11. package/dist/types/runtime/agent/agent-registry-service.d.ts +0 -31
  12. package/dist/types/runtime/agent/prompt-assembler-service.d.ts +0 -64
  13. package/dist/types/runtime/agent/relay-approvals.d.ts +0 -2
  14. package/dist/types/runtime/agent/relay-compaction.d.ts +0 -24
  15. package/dist/types/runtime/agent/relay-instructions.d.ts +0 -7
  16. package/dist/types/runtime/agent/relay-permissions.d.ts +0 -25
  17. package/dist/types/runtime/agent/relay-steering.d.ts +0 -17
  18. package/dist/types/runtime/agent/relay-tool-executor.d.ts +0 -22
  19. package/dist/types/runtime/agent/relay-tool-output.d.ts +0 -10
  20. package/dist/types/runtime/agent/sequence-allocator.d.ts +0 -8
  21. package/dist/types/runtime/child/child-fan-out-admission-service.d.ts +0 -30
  22. package/dist/types/runtime/child/child-fan-out-runtime.d.ts +0 -40
  23. package/dist/types/runtime/child/child-fan-out-transition-service.d.ts +0 -25
  24. package/dist/types/runtime/child/child-run-service.d.ts +0 -96
  25. package/dist/types/runtime/child/parent-notifier-service.d.ts +0 -42
  26. package/dist/types/runtime/child/spawn-child-run-tool.d.ts +0 -225
  27. package/dist/types/runtime/cluster/execution-entity.d.ts +0 -39
  28. package/dist/types/runtime/content/artifact-store-service.d.ts +0 -26
  29. package/dist/types/runtime/content/blob-store-service.d.ts +0 -54
  30. package/dist/types/runtime/entity/entity-instance-service.d.ts +0 -76
  31. package/dist/types/runtime/entity/entity-registry-service.d.ts +0 -35
  32. package/dist/types/runtime/envelope/envelope-service.d.ts +0 -56
  33. package/dist/types/runtime/execution/active-execution-registry.d.ts +0 -12
  34. package/dist/types/runtime/execution/event-log-service.d.ts +0 -93
  35. package/dist/types/runtime/execution/execution-service.d.ts +0 -66
  36. package/dist/types/runtime/execution/execution-watch-service.d.ts +0 -32
  37. package/dist/types/runtime/execution/session-stream-service.d.ts +0 -33
  38. package/dist/types/runtime/inbox/inbox-service.d.ts +0 -76
  39. package/dist/types/runtime/inbox/send-message-tool.d.ts +0 -27
  40. package/dist/types/runtime/inbox/wait-for-messages-tool.d.ts +0 -34
  41. package/dist/types/runtime/index.d.ts +0 -56
  42. package/dist/types/runtime/memory/memory-service.d.ts +0 -22
  43. package/dist/types/runtime/model/embedding-model-service.d.ts +0 -81
  44. package/dist/types/runtime/model/language-model-service.d.ts +0 -48
  45. package/dist/types/runtime/model/model-call-policy.d.ts +0 -14
  46. package/dist/types/runtime/observability/runtime-metrics.d.ts +0 -28
  47. package/dist/types/runtime/presence/presence-service.d.ts +0 -30
  48. package/dist/types/runtime/presence/presence-tool.d.ts +0 -20
  49. package/dist/types/runtime/runner/runner-runtime-service.d.ts +0 -149
  50. package/dist/types/runtime/schedule/scheduler-service.d.ts +0 -34
  51. package/dist/types/runtime/schema-registry/schema-registry-service.d.ts +0 -27
  52. package/dist/types/runtime/session/session-store-service.d.ts +0 -23
  53. package/dist/types/runtime/skill/skill-registry-service.d.ts +0 -44
  54. package/dist/types/runtime/state/execution-state-service.d.ts +0 -60
  55. package/dist/types/runtime/state/state-tools.d.ts +0 -5
  56. package/dist/types/runtime/tool/tool-input-schema-digest.d.ts +0 -6
  57. package/dist/types/runtime/tool/tool-runtime-service.d.ts +0 -162
  58. package/dist/types/runtime/tool/tool-transition-coordinator.d.ts +0 -13
  59. package/dist/types/runtime/topic/publish-to-topic-tool.d.ts +0 -24
  60. package/dist/types/runtime/topic/topic-service.d.ts +0 -50
  61. package/dist/types/runtime/wait/wait-service.d.ts +0 -81
  62. package/dist/types/runtime/wait/wait-signal.d.ts +0 -25
  63. package/dist/types/runtime/workflow/activity-version-registry.d.ts +0 -93
  64. package/dist/types/runtime/workflow/definition-runtime.d.ts +0 -95
  65. package/dist/types/runtime/workflow/execution-workflow.d.ts +0 -534
  66. package/dist/types/runtime/workspace/workspace-planner-service.d.ts +0 -64
  67. package/dist/types/runtime/workspace/workspace-provider-service.d.ts +0 -112
  68. package/dist/types/runtime/workspace/workspace-runtime-service.d.ts +0 -21
  69. package/dist/types/schema/address-schema.d.ts +0 -77
  70. package/dist/types/schema/agent-schema.d.ts +0 -901
  71. package/dist/types/schema/child-orchestration-schema.d.ts +0 -429
  72. package/dist/types/schema/content-schema.d.ts +0 -118
  73. package/dist/types/schema/entity-schema.d.ts +0 -40
  74. package/dist/types/schema/envelope-schema.d.ts +0 -180
  75. package/dist/types/schema/execution-schema.d.ts +0 -453
  76. package/dist/types/schema/ids-schema.d.ts +0 -106
  77. package/dist/types/schema/inbox-schema.d.ts +0 -81
  78. package/dist/types/schema/index.d.ts +0 -19
  79. package/dist/types/schema/presence-schema.d.ts +0 -28
  80. package/dist/types/schema/schedule-schema.d.ts +0 -79
  81. package/dist/types/schema/shared-schema.d.ts +0 -13
  82. package/dist/types/schema/skill-schema.d.ts +0 -260
  83. package/dist/types/schema/state-schema.d.ts +0 -35
  84. package/dist/types/schema/tool-schema.d.ts +0 -84
  85. package/dist/types/schema/wait-schema.d.ts +0 -98
  86. package/dist/types/schema/workflow-schema.d.ts +0 -2062
  87. package/dist/types/schema/workspace-schema.d.ts +0 -78
  88. package/dist/types/test/captured-model.d.ts +0 -19
  89. package/dist/types/test/scripted-model.d.ts +0 -49
@@ -1,106 +0,0 @@
1
- import { Schema } from "effect";
2
- export declare const AddressId: Schema.brand<Schema.String, "Relay.AddressId"> & {
3
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.AddressId">;
4
- };
5
- export type AddressId = typeof AddressId.Type;
6
- export declare const TenantId: Schema.brand<Schema.String, "Relay.TenantId"> & {
7
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.TenantId">;
8
- };
9
- export type TenantId = typeof TenantId.Type;
10
- export declare const SystemTenantId: string & import("effect/Brand").Brand<"Relay.TenantId">;
11
- export declare const AddressBookEntryId: Schema.brand<Schema.String, "Relay.AddressBookEntryId"> & {
12
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.AddressBookEntryId">;
13
- };
14
- export type AddressBookEntryId = typeof AddressBookEntryId.Type;
15
- export declare const AgentId: Schema.brand<Schema.String, "Relay.AgentId"> & {
16
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.AgentId">;
17
- };
18
- export type AgentId = typeof AgentId.Type;
19
- export declare const WorkflowDefinitionId: Schema.brand<Schema.String, "Relay.WorkflowDefinitionId"> & {
20
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.WorkflowDefinitionId">;
21
- };
22
- export type WorkflowDefinitionId = typeof WorkflowDefinitionId.Type;
23
- export declare const WorkflowOperationId: Schema.brand<Schema.String, "Relay.WorkflowOperationId"> & {
24
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.WorkflowOperationId">;
25
- };
26
- export type WorkflowOperationId = typeof WorkflowOperationId.Type;
27
- export declare const EntityKindName: Schema.brand<Schema.String, "Relay.EntityKindName"> & {
28
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.EntityKindName">;
29
- };
30
- export type EntityKindName = typeof EntityKindName.Type;
31
- export declare const EntityKey: Schema.brand<Schema.String, "Relay.EntityKey"> & {
32
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.EntityKey">;
33
- };
34
- export type EntityKey = typeof EntityKey.Type;
35
- export declare const SkillDefinitionId: Schema.brand<Schema.String, "Relay.SkillDefinitionId"> & {
36
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SkillDefinitionId">;
37
- };
38
- export type SkillDefinitionId = typeof SkillDefinitionId.Type;
39
- export declare const EnvelopeId: Schema.brand<Schema.String, "Relay.EnvelopeId"> & {
40
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.EnvelopeId">;
41
- };
42
- export type EnvelopeId = typeof EnvelopeId.Type;
43
- export declare const EnvelopeReadyId: Schema.brand<Schema.String, "Relay.EnvelopeReadyId"> & {
44
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.EnvelopeReadyId">;
45
- };
46
- export type EnvelopeReadyId = typeof EnvelopeReadyId.Type;
47
- export declare const ExecutionId: Schema.brand<Schema.String, "Relay.ExecutionId"> & {
48
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ExecutionId">;
49
- };
50
- export type ExecutionId = typeof ExecutionId.Type;
51
- export declare const ChildExecutionId: Schema.brand<Schema.String, "Relay.ChildExecutionId"> & {
52
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ChildExecutionId">;
53
- };
54
- export type ChildExecutionId = typeof ChildExecutionId.Type;
55
- export declare const ChildFanOutId: Schema.brand<Schema.String, "Relay.ChildFanOutId"> & {
56
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ChildFanOutId">;
57
- };
58
- export type ChildFanOutId = typeof ChildFanOutId.Type;
59
- export declare const MemorySubjectId: Schema.brand<Schema.String, "Relay.MemorySubjectId"> & {
60
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.MemorySubjectId">;
61
- };
62
- export type MemorySubjectId = typeof MemorySubjectId.Type;
63
- export declare const SessionId: Schema.brand<Schema.String, "Relay.SessionId"> & {
64
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SessionId">;
65
- };
66
- export type SessionId = typeof SessionId.Type;
67
- export declare const SessionEntryId: Schema.brand<Schema.String, "Relay.SessionEntryId"> & {
68
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SessionEntryId">;
69
- };
70
- export type SessionEntryId = typeof SessionEntryId.Type;
71
- export declare const WorkspaceLeaseId: Schema.brand<Schema.String, "Relay.WorkspaceLeaseId"> & {
72
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.WorkspaceLeaseId">;
73
- };
74
- export type WorkspaceLeaseId = typeof WorkspaceLeaseId.Type;
75
- export declare const WorkspaceSnapshotId: Schema.brand<Schema.String, "Relay.WorkspaceSnapshotId"> & {
76
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.WorkspaceSnapshotId">;
77
- };
78
- export type WorkspaceSnapshotId = typeof WorkspaceSnapshotId.Type;
79
- export declare const WorkspaceRef: Schema.brand<Schema.String, "Relay.WorkspaceRef"> & {
80
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.WorkspaceRef">;
81
- };
82
- export type WorkspaceRef = typeof WorkspaceRef.Type;
83
- export declare const SnapshotRef: Schema.brand<Schema.String, "Relay.SnapshotRef"> & {
84
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SnapshotRef">;
85
- };
86
- export type SnapshotRef = typeof SnapshotRef.Type;
87
- export declare const ToolCallId: Schema.brand<Schema.String, "Relay.ToolCallId"> & {
88
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ToolCallId">;
89
- };
90
- export type ToolCallId = typeof ToolCallId.Type;
91
- export declare const ToolAttemptId: Schema.brand<Schema.String, "Relay.ToolAttemptId"> & {
92
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ToolAttemptId">;
93
- };
94
- export type ToolAttemptId = typeof ToolAttemptId.Type;
95
- export declare const WaitId: Schema.brand<Schema.String, "Relay.WaitId"> & {
96
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.WaitId">;
97
- };
98
- export type WaitId = typeof WaitId.Type;
99
- export declare const ScheduleId: Schema.brand<Schema.String, "Relay.ScheduleId"> & {
100
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ScheduleId">;
101
- };
102
- export type ScheduleId = typeof ScheduleId.Type;
103
- export declare const EventId: Schema.brand<Schema.String, "Relay.EventId"> & {
104
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.EventId">;
105
- };
106
- export type EventId = typeof EventId.Type;
@@ -1,81 +0,0 @@
1
- import { Schema } from "effect";
2
- export declare const MessageSequence: Schema.Int;
3
- export type MessageSequence = typeof MessageSequence.Type;
4
- export declare const Message: Schema.Struct<{
5
- readonly execution_id: Schema.brand<Schema.String, "Relay.ExecutionId"> & {
6
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ExecutionId">;
7
- };
8
- readonly sequence: Schema.Int;
9
- readonly from: Schema.brand<Schema.String, "Relay.AddressId"> & {
10
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.AddressId">;
11
- };
12
- readonly envelope_id: Schema.optionalKey<Schema.brand<Schema.String, "Relay.EnvelopeId"> & {
13
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.EnvelopeId">;
14
- }>;
15
- readonly content: Schema.$Array<Schema.Union<readonly [Schema.Struct<{
16
- readonly type: Schema.Literal<"text">;
17
- readonly text: Schema.String;
18
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
19
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
20
- }>, Schema.Struct<{
21
- readonly type: Schema.Literal<"structured">;
22
- readonly value: Schema.Codec<Schema.Json, Schema.Json, never, never>;
23
- readonly schema_ref: Schema.optionalKey<Schema.String>;
24
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
25
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
26
- }>, Schema.Struct<{
27
- readonly type: Schema.Literal<"blob-reference">;
28
- readonly uri: Schema.String;
29
- readonly media_type: Schema.String;
30
- readonly filename: Schema.optionalKey<Schema.String>;
31
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
32
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
33
- }>, Schema.Struct<{
34
- readonly type: Schema.Literal<"artifact-reference">;
35
- readonly artifact_id: Schema.String;
36
- readonly media_type: Schema.optionalKey<Schema.String>;
37
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
38
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
39
- }>, Schema.Struct<{
40
- readonly type: Schema.Literal<"tool-call">;
41
- readonly call: Schema.Struct<{
42
- readonly id: Schema.brand<Schema.String, "Relay.ToolCallId"> & {
43
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ToolCallId">;
44
- };
45
- readonly name: Schema.String;
46
- readonly input: Schema.Codec<Schema.Json, Schema.Json, never, never>;
47
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
48
- }>;
49
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
50
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
51
- }>, Schema.Struct<{
52
- readonly type: Schema.Literal<"tool-result">;
53
- readonly result: Schema.Struct<{
54
- readonly call_id: Schema.brand<Schema.String, "Relay.ToolCallId"> & {
55
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ToolCallId">;
56
- };
57
- readonly output: Schema.Codec<Schema.Json, Schema.Json, never, never>;
58
- readonly error: Schema.optionalKey<Schema.String>;
59
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
60
- }>;
61
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
62
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
63
- }>]>>;
64
- readonly reply_wait_id: Schema.optionalKey<Schema.brand<Schema.String, "Relay.WaitId"> & {
65
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.WaitId">;
66
- }>;
67
- readonly correlation_key: Schema.optionalKey<Schema.String>;
68
- readonly idempotency_key: Schema.optionalKey<Schema.String>;
69
- readonly drain_id: Schema.optionalKey<Schema.String>;
70
- readonly consumed_at: Schema.optionalKey<Schema.Int>;
71
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
72
- readonly created_at: Schema.Int;
73
- }>;
74
- export interface Message extends Schema.Schema.Type<typeof Message> {
75
- }
76
- export declare const InboxPolicy: Schema.Struct<{
77
- readonly drain: Schema.Literals<readonly ["all", "one"]>;
78
- readonly max_batch: Schema.optionalKey<Schema.Int>;
79
- }>;
80
- export interface InboxPolicy extends Schema.Schema.Type<typeof InboxPolicy> {
81
- }
@@ -1,19 +0,0 @@
1
- export * as Address from "./address-schema";
2
- export * as Agent from "./agent-schema";
3
- export * as ChildOrchestration from "./child-orchestration-schema";
4
- export * as Content from "./content-schema";
5
- export * as Envelope from "./envelope-schema";
6
- export * as Entity from "./entity-schema";
7
- export * as Execution from "./execution-schema";
8
- export * as Ids from "./ids-schema";
9
- export * as Inbox from "./inbox-schema";
10
- export * as Presence from "./presence-schema";
11
- export * as Schedule from "./schedule-schema";
12
- export * as Shared from "./shared-schema";
13
- export * as Skill from "./skill-schema";
14
- export * as State from "./state-schema";
15
- export * as Tool from "./tool-schema";
16
- export * as Waits from "./wait-schema";
17
- export * as Workflow from "./workflow-schema";
18
- export * as Workspace from "./workspace-schema";
19
- export declare const schemaPackage = "./index";
@@ -1,28 +0,0 @@
1
- import { Schema } from "effect";
2
- export declare const Scope: Schema.Struct<{
3
- readonly kind: Schema.Literals<readonly ["execution", "session"]>;
4
- readonly id: Schema.String;
5
- }>;
6
- export interface Scope extends Schema.Schema.Type<typeof Scope> {
7
- }
8
- export declare const Entry: Schema.Struct<{
9
- readonly id: Schema.String;
10
- readonly metadata: Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>;
11
- readonly connected_at: Schema.Int;
12
- }>;
13
- export interface Entry extends Schema.Schema.Type<typeof Entry> {
14
- }
15
- export declare const View: Schema.Struct<{
16
- readonly scope: Schema.Struct<{
17
- readonly kind: Schema.Literals<readonly ["execution", "session"]>;
18
- readonly id: Schema.String;
19
- }>;
20
- readonly entries: Schema.$Array<Schema.Struct<{
21
- readonly id: Schema.String;
22
- readonly metadata: Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>;
23
- readonly connected_at: Schema.Int;
24
- }>>;
25
- readonly observed_at: Schema.Int;
26
- }>;
27
- export interface View extends Schema.Schema.Type<typeof View> {
28
- }
@@ -1,79 +0,0 @@
1
- import { Schema } from "effect";
2
- export declare const ScheduleKind: Schema.Literals<readonly ["once", "cron"]>;
3
- export type ScheduleKind = typeof ScheduleKind.Type;
4
- export declare const ScheduleTargetKind: Schema.Literals<readonly ["start-execution", "wake-wait", "timeout-wait"]>;
5
- export type ScheduleTargetKind = typeof ScheduleTargetKind.Type;
6
- export declare const ScheduleState: Schema.Literals<readonly ["active", "claimed", "completed", "cancelled", "failed"]>;
7
- export type ScheduleState = typeof ScheduleState.Type;
8
- export declare const ScheduleRecord: Schema.Struct<{
9
- readonly id: Schema.brand<Schema.String, "Relay.ScheduleId"> & {
10
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ScheduleId">;
11
- };
12
- readonly kind: Schema.Literals<readonly ["once", "cron"]>;
13
- readonly target_kind: Schema.Literals<readonly ["start-execution", "wake-wait", "timeout-wait"]>;
14
- readonly address_id: Schema.optionalKey<Schema.brand<Schema.String, "Relay.AddressId"> & {
15
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.AddressId">;
16
- }>;
17
- readonly wait_id: Schema.optionalKey<Schema.brand<Schema.String, "Relay.WaitId"> & {
18
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.WaitId">;
19
- }>;
20
- readonly cron_expr: Schema.optionalKey<Schema.String>;
21
- readonly input: Schema.optionalKey<Schema.$Array<Schema.Union<readonly [Schema.Struct<{
22
- readonly type: Schema.Literal<"text">;
23
- readonly text: Schema.String;
24
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
25
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
26
- }>, Schema.Struct<{
27
- readonly type: Schema.Literal<"structured">;
28
- readonly value: Schema.Codec<Schema.Json, Schema.Json, never, never>;
29
- readonly schema_ref: Schema.optionalKey<Schema.String>;
30
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
31
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
32
- }>, Schema.Struct<{
33
- readonly type: Schema.Literal<"blob-reference">;
34
- readonly uri: Schema.String;
35
- readonly media_type: Schema.String;
36
- readonly filename: Schema.optionalKey<Schema.String>;
37
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
38
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
39
- }>, Schema.Struct<{
40
- readonly type: Schema.Literal<"artifact-reference">;
41
- readonly artifact_id: Schema.String;
42
- readonly media_type: Schema.optionalKey<Schema.String>;
43
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
44
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
45
- }>, Schema.Struct<{
46
- readonly type: Schema.Literal<"tool-call">;
47
- readonly call: Schema.Struct<{
48
- readonly id: Schema.brand<Schema.String, "Relay.ToolCallId"> & {
49
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ToolCallId">;
50
- };
51
- readonly name: Schema.String;
52
- readonly input: Schema.Codec<Schema.Json, Schema.Json, never, never>;
53
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
54
- }>;
55
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
56
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
57
- }>, Schema.Struct<{
58
- readonly type: Schema.Literal<"tool-result">;
59
- readonly result: Schema.Struct<{
60
- readonly call_id: Schema.brand<Schema.String, "Relay.ToolCallId"> & {
61
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ToolCallId">;
62
- };
63
- readonly output: Schema.Codec<Schema.Json, Schema.Json, never, never>;
64
- readonly error: Schema.optionalKey<Schema.String>;
65
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
66
- }>;
67
- readonly provider_options: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
68
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
69
- }>]>>>;
70
- readonly state: Schema.Literals<readonly ["active", "claimed", "completed", "cancelled", "failed"]>;
71
- readonly next_run_at: Schema.Int;
72
- readonly attempt: Schema.Int;
73
- readonly last_error: Schema.optionalKey<Schema.String>;
74
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
75
- readonly created_at: Schema.Int;
76
- readonly updated_at: Schema.Int;
77
- }>;
78
- export interface ScheduleRecord extends Schema.Schema.Type<typeof ScheduleRecord> {
79
- }
@@ -1,13 +0,0 @@
1
- import { Schema } from "effect";
2
- export declare const ProtocolVersion: Schema.Literal<1>;
3
- export type ProtocolVersion = typeof ProtocolVersion.Type;
4
- export declare const JsonValue: Schema.Codec<Schema.Json, Schema.Json, never, never>;
5
- export type JsonValue = typeof JsonValue.Type;
6
- export declare const Metadata: Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>;
7
- export type Metadata = typeof Metadata.Type;
8
- export declare const TimestampMillis: Schema.Int;
9
- export type TimestampMillis = typeof TimestampMillis.Type;
10
- export declare const NonEmptyString: Schema.String;
11
- export type NonEmptyString = typeof NonEmptyString.Type;
12
- export declare const canonicalValue: (value: unknown) => unknown;
13
- export declare const canonicalString: (value: unknown) => string;
@@ -1,260 +0,0 @@
1
- import { Schema } from "effect";
2
- export declare const DefinitionRevision: Schema.Int;
3
- export type DefinitionRevision = typeof DefinitionRevision.Type;
4
- export declare const Frontmatter: Schema.Struct<{
5
- readonly name: Schema.String;
6
- readonly description: Schema.String;
7
- readonly when_to_use: Schema.optionalKey<Schema.String>;
8
- readonly allowed_tools: Schema.optionalKey<Schema.$Array<Schema.String>>;
9
- readonly disable_model_invocation: Schema.optionalKey<Schema.Boolean>;
10
- readonly user_invocable: Schema.optionalKey<Schema.Boolean>;
11
- readonly context_fork: Schema.optionalKey<Schema.Boolean>;
12
- readonly agent: Schema.optionalKey<Schema.String>;
13
- readonly model: Schema.optionalKey<Schema.String>;
14
- readonly paths: Schema.optionalKey<Schema.$Array<Schema.String>>;
15
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
16
- }>;
17
- export interface Frontmatter extends Schema.Schema.Type<typeof Frontmatter> {
18
- }
19
- export declare const Definition: Schema.Struct<{
20
- readonly frontmatter: Schema.Struct<{
21
- readonly name: Schema.String;
22
- readonly description: Schema.String;
23
- readonly when_to_use: Schema.optionalKey<Schema.String>;
24
- readonly allowed_tools: Schema.optionalKey<Schema.$Array<Schema.String>>;
25
- readonly disable_model_invocation: Schema.optionalKey<Schema.Boolean>;
26
- readonly user_invocable: Schema.optionalKey<Schema.Boolean>;
27
- readonly context_fork: Schema.optionalKey<Schema.Boolean>;
28
- readonly agent: Schema.optionalKey<Schema.String>;
29
- readonly model: Schema.optionalKey<Schema.String>;
30
- readonly paths: Schema.optionalKey<Schema.$Array<Schema.String>>;
31
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
32
- }>;
33
- readonly body: Schema.String;
34
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
35
- }>;
36
- export interface Definition extends Schema.Schema.Type<typeof Definition> {
37
- }
38
- export declare const DefinitionRecord: Schema.Struct<{
39
- readonly id: Schema.brand<Schema.String, "Relay.SkillDefinitionId"> & {
40
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SkillDefinitionId">;
41
- };
42
- readonly current_revision: Schema.Int;
43
- readonly definition: Schema.Struct<{
44
- readonly frontmatter: Schema.Struct<{
45
- readonly name: Schema.String;
46
- readonly description: Schema.String;
47
- readonly when_to_use: Schema.optionalKey<Schema.String>;
48
- readonly allowed_tools: Schema.optionalKey<Schema.$Array<Schema.String>>;
49
- readonly disable_model_invocation: Schema.optionalKey<Schema.Boolean>;
50
- readonly user_invocable: Schema.optionalKey<Schema.Boolean>;
51
- readonly context_fork: Schema.optionalKey<Schema.Boolean>;
52
- readonly agent: Schema.optionalKey<Schema.String>;
53
- readonly model: Schema.optionalKey<Schema.String>;
54
- readonly paths: Schema.optionalKey<Schema.$Array<Schema.String>>;
55
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
56
- }>;
57
- readonly body: Schema.String;
58
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
59
- }>;
60
- readonly created_at: Schema.Int;
61
- readonly updated_at: Schema.Int;
62
- }>;
63
- export interface DefinitionRecord extends Schema.Schema.Type<typeof DefinitionRecord> {
64
- }
65
- export declare const DefinitionRevisionRecord: Schema.Struct<{
66
- readonly id: Schema.brand<Schema.String, "Relay.SkillDefinitionId"> & {
67
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SkillDefinitionId">;
68
- };
69
- readonly revision: Schema.Int;
70
- readonly definition: Schema.Struct<{
71
- readonly frontmatter: Schema.Struct<{
72
- readonly name: Schema.String;
73
- readonly description: Schema.String;
74
- readonly when_to_use: Schema.optionalKey<Schema.String>;
75
- readonly allowed_tools: Schema.optionalKey<Schema.$Array<Schema.String>>;
76
- readonly disable_model_invocation: Schema.optionalKey<Schema.Boolean>;
77
- readonly user_invocable: Schema.optionalKey<Schema.Boolean>;
78
- readonly context_fork: Schema.optionalKey<Schema.Boolean>;
79
- readonly agent: Schema.optionalKey<Schema.String>;
80
- readonly model: Schema.optionalKey<Schema.String>;
81
- readonly paths: Schema.optionalKey<Schema.$Array<Schema.String>>;
82
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
83
- }>;
84
- readonly body: Schema.String;
85
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
86
- }>;
87
- readonly created_at: Schema.Int;
88
- }>;
89
- export interface DefinitionRevisionRecord extends Schema.Schema.Type<typeof DefinitionRevisionRecord> {
90
- }
91
- export declare const ExecutionPinRecord: Schema.Struct<{
92
- readonly execution_id: Schema.brand<Schema.String, "Relay.ExecutionId"> & {
93
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ExecutionId">;
94
- };
95
- readonly skill_definition_id: Schema.brand<Schema.String, "Relay.SkillDefinitionId"> & {
96
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SkillDefinitionId">;
97
- };
98
- readonly skill_definition_revision: Schema.Int;
99
- readonly skill_definition_snapshot: Schema.Struct<{
100
- readonly frontmatter: Schema.Struct<{
101
- readonly name: Schema.String;
102
- readonly description: Schema.String;
103
- readonly when_to_use: Schema.optionalKey<Schema.String>;
104
- readonly allowed_tools: Schema.optionalKey<Schema.$Array<Schema.String>>;
105
- readonly disable_model_invocation: Schema.optionalKey<Schema.Boolean>;
106
- readonly user_invocable: Schema.optionalKey<Schema.Boolean>;
107
- readonly context_fork: Schema.optionalKey<Schema.Boolean>;
108
- readonly agent: Schema.optionalKey<Schema.String>;
109
- readonly model: Schema.optionalKey<Schema.String>;
110
- readonly paths: Schema.optionalKey<Schema.$Array<Schema.String>>;
111
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
112
- }>;
113
- readonly body: Schema.String;
114
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
115
- }>;
116
- readonly created_at: Schema.Int;
117
- }>;
118
- export interface ExecutionPinRecord extends Schema.Schema.Type<typeof ExecutionPinRecord> {
119
- }
120
- export declare const RegisterDefinitionPayload: Schema.Struct<{
121
- readonly id: Schema.brand<Schema.String, "Relay.SkillDefinitionId"> & {
122
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SkillDefinitionId">;
123
- };
124
- readonly definition: Schema.Struct<{
125
- readonly frontmatter: Schema.Struct<{
126
- readonly name: Schema.String;
127
- readonly description: Schema.String;
128
- readonly when_to_use: Schema.optionalKey<Schema.String>;
129
- readonly allowed_tools: Schema.optionalKey<Schema.$Array<Schema.String>>;
130
- readonly disable_model_invocation: Schema.optionalKey<Schema.Boolean>;
131
- readonly user_invocable: Schema.optionalKey<Schema.Boolean>;
132
- readonly context_fork: Schema.optionalKey<Schema.Boolean>;
133
- readonly agent: Schema.optionalKey<Schema.String>;
134
- readonly model: Schema.optionalKey<Schema.String>;
135
- readonly paths: Schema.optionalKey<Schema.$Array<Schema.String>>;
136
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
137
- }>;
138
- readonly body: Schema.String;
139
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
140
- }>;
141
- }>;
142
- export interface RegisterDefinitionPayload extends Schema.Schema.Type<typeof RegisterDefinitionPayload> {
143
- }
144
- export declare const DefinitionRegistered: Schema.Struct<{
145
- readonly record: Schema.Struct<{
146
- readonly id: Schema.brand<Schema.String, "Relay.SkillDefinitionId"> & {
147
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SkillDefinitionId">;
148
- };
149
- readonly current_revision: Schema.Int;
150
- readonly definition: Schema.Struct<{
151
- readonly frontmatter: Schema.Struct<{
152
- readonly name: Schema.String;
153
- readonly description: Schema.String;
154
- readonly when_to_use: Schema.optionalKey<Schema.String>;
155
- readonly allowed_tools: Schema.optionalKey<Schema.$Array<Schema.String>>;
156
- readonly disable_model_invocation: Schema.optionalKey<Schema.Boolean>;
157
- readonly user_invocable: Schema.optionalKey<Schema.Boolean>;
158
- readonly context_fork: Schema.optionalKey<Schema.Boolean>;
159
- readonly agent: Schema.optionalKey<Schema.String>;
160
- readonly model: Schema.optionalKey<Schema.String>;
161
- readonly paths: Schema.optionalKey<Schema.$Array<Schema.String>>;
162
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
163
- }>;
164
- readonly body: Schema.String;
165
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
166
- }>;
167
- readonly created_at: Schema.Int;
168
- readonly updated_at: Schema.Int;
169
- }>;
170
- }>;
171
- export interface DefinitionRegistered extends Schema.Schema.Type<typeof DefinitionRegistered> {
172
- }
173
- export declare const DefinitionList: Schema.Struct<{
174
- readonly records: Schema.$Array<Schema.Struct<{
175
- readonly id: Schema.brand<Schema.String, "Relay.SkillDefinitionId"> & {
176
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SkillDefinitionId">;
177
- };
178
- readonly current_revision: Schema.Int;
179
- readonly definition: Schema.Struct<{
180
- readonly frontmatter: Schema.Struct<{
181
- readonly name: Schema.String;
182
- readonly description: Schema.String;
183
- readonly when_to_use: Schema.optionalKey<Schema.String>;
184
- readonly allowed_tools: Schema.optionalKey<Schema.$Array<Schema.String>>;
185
- readonly disable_model_invocation: Schema.optionalKey<Schema.Boolean>;
186
- readonly user_invocable: Schema.optionalKey<Schema.Boolean>;
187
- readonly context_fork: Schema.optionalKey<Schema.Boolean>;
188
- readonly agent: Schema.optionalKey<Schema.String>;
189
- readonly model: Schema.optionalKey<Schema.String>;
190
- readonly paths: Schema.optionalKey<Schema.$Array<Schema.String>>;
191
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
192
- }>;
193
- readonly body: Schema.String;
194
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
195
- }>;
196
- readonly created_at: Schema.Int;
197
- readonly updated_at: Schema.Int;
198
- }>>;
199
- }>;
200
- export interface DefinitionList extends Schema.Schema.Type<typeof DefinitionList> {
201
- }
202
- export declare const DefinitionRevisionList: Schema.Struct<{
203
- readonly records: Schema.$Array<Schema.Struct<{
204
- readonly id: Schema.brand<Schema.String, "Relay.SkillDefinitionId"> & {
205
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SkillDefinitionId">;
206
- };
207
- readonly revision: Schema.Int;
208
- readonly definition: Schema.Struct<{
209
- readonly frontmatter: Schema.Struct<{
210
- readonly name: Schema.String;
211
- readonly description: Schema.String;
212
- readonly when_to_use: Schema.optionalKey<Schema.String>;
213
- readonly allowed_tools: Schema.optionalKey<Schema.$Array<Schema.String>>;
214
- readonly disable_model_invocation: Schema.optionalKey<Schema.Boolean>;
215
- readonly user_invocable: Schema.optionalKey<Schema.Boolean>;
216
- readonly context_fork: Schema.optionalKey<Schema.Boolean>;
217
- readonly agent: Schema.optionalKey<Schema.String>;
218
- readonly model: Schema.optionalKey<Schema.String>;
219
- readonly paths: Schema.optionalKey<Schema.$Array<Schema.String>>;
220
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
221
- }>;
222
- readonly body: Schema.String;
223
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
224
- }>;
225
- readonly created_at: Schema.Int;
226
- }>>;
227
- }>;
228
- export interface DefinitionRevisionList extends Schema.Schema.Type<typeof DefinitionRevisionList> {
229
- }
230
- export declare const ExecutionPinList: Schema.Struct<{
231
- readonly records: Schema.$Array<Schema.Struct<{
232
- readonly execution_id: Schema.brand<Schema.String, "Relay.ExecutionId"> & {
233
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ExecutionId">;
234
- };
235
- readonly skill_definition_id: Schema.brand<Schema.String, "Relay.SkillDefinitionId"> & {
236
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.SkillDefinitionId">;
237
- };
238
- readonly skill_definition_revision: Schema.Int;
239
- readonly skill_definition_snapshot: Schema.Struct<{
240
- readonly frontmatter: Schema.Struct<{
241
- readonly name: Schema.String;
242
- readonly description: Schema.String;
243
- readonly when_to_use: Schema.optionalKey<Schema.String>;
244
- readonly allowed_tools: Schema.optionalKey<Schema.$Array<Schema.String>>;
245
- readonly disable_model_invocation: Schema.optionalKey<Schema.Boolean>;
246
- readonly user_invocable: Schema.optionalKey<Schema.Boolean>;
247
- readonly context_fork: Schema.optionalKey<Schema.Boolean>;
248
- readonly agent: Schema.optionalKey<Schema.String>;
249
- readonly model: Schema.optionalKey<Schema.String>;
250
- readonly paths: Schema.optionalKey<Schema.$Array<Schema.String>>;
251
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
252
- }>;
253
- readonly body: Schema.String;
254
- readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>;
255
- }>;
256
- readonly created_at: Schema.Int;
257
- }>>;
258
- }>;
259
- export interface ExecutionPinList extends Schema.Schema.Type<typeof ExecutionPinList> {
260
- }
@@ -1,35 +0,0 @@
1
- import { Schema } from "effect";
2
- export declare const StateKey: Schema.String;
3
- export type StateKey = typeof StateKey.Type;
4
- export declare const StateIdempotencyKey: Schema.String;
5
- export type StateIdempotencyKey = typeof StateIdempotencyKey.Type;
6
- export declare const StateVersion: Schema.Int;
7
- export type StateVersion = typeof StateVersion.Type;
8
- export declare const StateRecordView: Schema.Struct<{
9
- readonly execution_id: Schema.brand<Schema.String, "Relay.ExecutionId"> & {
10
- make: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => string & import("effect/Brand").Brand<"Relay.ExecutionId">;
11
- };
12
- readonly key: Schema.String;
13
- readonly value: Schema.Codec<Schema.Json, Schema.Json, never, never>;
14
- readonly version: Schema.Int;
15
- readonly created_at: Schema.Int;
16
- readonly updated_at: Schema.Int;
17
- }>;
18
- export interface StateRecordView extends Schema.Schema.Type<typeof StateRecordView> {
19
- }
20
- export declare const StateUpdatedEventData: Schema.Union<readonly [Schema.Struct<{
21
- readonly key: Schema.String;
22
- readonly version: Schema.Int;
23
- readonly value: Schema.Codec<Schema.Json, Schema.Json, never, never>;
24
- }>, Schema.Struct<{
25
- readonly key: Schema.String;
26
- readonly version: Schema.Int;
27
- readonly blob_ref: Schema.String;
28
- }>]>;
29
- export type StateUpdatedEventData = typeof StateUpdatedEventData.Type;
30
- export declare const StateDeletedEventData: Schema.Struct<{
31
- readonly key: Schema.String;
32
- readonly version: Schema.Int;
33
- }>;
34
- export interface StateDeletedEventData extends Schema.Schema.Type<typeof StateDeletedEventData> {
35
- }