@almadar/core 5.3.0 → 5.3.1

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.
@@ -195,9 +195,20 @@ type ExpressionInput = z.input<typeof ExpressionSchema>;
195
195
  interface EvalContext {
196
196
  [key: string]: string | number | boolean | Date | null | string[] | EvalContext | undefined;
197
197
  }
198
- /** Typed event payload map. Recursive to support nested objects like `{ data: { id: "..." } }`. */
198
+ /**
199
+ * A single value carried by an event payload field. The top-level payload
200
+ * is always an object; the VALUES in that object can be primitives, nested
201
+ * objects, or arrays of the same. Arrays are allowed so real-world emits
202
+ * like `{ files: [{ name, size, type }, ...] }` or `{ selected: string[] }`
203
+ * are typed natively instead of forcing consumers to wrap at every call.
204
+ */
205
+ type EventPayloadValue = string | number | boolean | null | undefined | EventPayload | EventPayloadValue[];
206
+ /**
207
+ * Typed event payload. Object-shaped so it's assignable to the bus's
208
+ * `EventPayload` parameter without casts.
209
+ */
199
210
  interface EventPayload {
200
- [key: string]: string | number | boolean | null | undefined | EventPayload;
211
+ [key: string]: EventPayloadValue;
201
212
  }
202
213
  /** Structured log/event metadata. Recursive to support nested log data. */
203
214
  interface LogMeta {
@@ -22765,4 +22776,4 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
22765
22776
  type OrbitalSchemaInput = z.input<typeof OrbitalSchemaSchema>;
22766
22777
  type OrbitalConfigInput = z.input<typeof OrbitalConfigSchema>;
22767
22778
 
22768
- export { type DesignTokens as $, AGENT_DOMAIN_CATEGORIES as A, AssetMappingSchema as B, type AtomicEffect as C, CORE_BINDINGS as D, type Entity as E, type CallServiceConfig as F, type CallServiceEffect as G, type ComputedEventContract as H, ComputedEventContractSchema as I, type ComputedEventListener as J, ComputedEventListenerSchema as K, type CoreBinding as L, type CustomPatternDefinition as M, type CustomPatternDefinitionInput as N, type OrbitalDefinition as O, type PageRef as P, CustomPatternDefinitionSchema as Q, type CustomPatternMap as R, type SExpr as S, type TraitEventContract as T, type UseDeclaration as U, type CustomPatternMapInput as V, CustomPatternMapSchema as W, type DerefEffect as X, type DesignPreferences as Y, type DesignPreferencesInput as Z, DesignPreferencesSchema as _, type TraitEventListener as a, type GuardInput as a$, type DesignTokensInput as a0, DesignTokensSchema as a1, type DespawnEffect as a2, type DoEffect as a3, type DomainCategory as a4, DomainCategorySchema as a5, type DomainContext as a6, type DomainContextInput as a7, DomainContextSchema as a8, type DomainVocabulary as a9, type EventPayloadField as aA, EventPayloadFieldSchema as aB, EventSchema as aC, type EventScope as aD, EventScopeSchema as aE, type EventSemanticRole as aF, EventSemanticRoleSchema as aG, type EventSource as aH, EventSourceSchema as aI, type Expression as aJ, type ExpressionInput as aK, ExpressionSchema as aL, type FetchEffect as aM, type Field as aN, type FieldFormat as aO, FieldFormatSchema as aP, FieldSchema as aQ, type FieldType as aR, FieldTypeSchema as aS, type FieldValue as aT, type Orbital as aU, GAME_TYPES as aV, type GameSubCategory as aW, GameSubCategorySchema as aX, type GameType as aY, GameTypeSchema as aZ, type Guard as a_, DomainVocabularySchema as aa, ENTITY_ROLES as ab, type Effect as ac, type EffectInput as ad, EffectSchema as ae, type EmitConfig as af, type EmitEffect as ag, type EntityCall as ah, EntityCallSchema as ai, type EntityData as aj, type EntityFieldInput as ak, EntityFieldSchema as al, EntityPersistenceSchema as am, EntityRefSchema as an, EntityRefStringSchema as ao, type EntityRole as ap, EntityRoleSchema as aq, EntitySchema as ar, type EntitySemanticRole as as, EntitySemanticRoleSchema as at, type EvalContext as au, type Event as av, type EventInput as aw, type EventListener as ax, EventListenerSchema as ay, type EventPayload as az, type TraitConfig as b, SExprAtomSchema as b$, GuardSchema as b0, type ListenSource as b1, ListenSourceSchema as b2, type LogEffect as b3, type LogMeta as b4, type McpServiceDef as b5, McpServiceDefSchema as b6, type NavigateEffect as b7, type NodeClassification as b8, NodeClassificationSchema as b9, PageTraitRefSchema as bA, type ParsedBinding as bB, type PayloadField as bC, PayloadFieldSchema as bD, type PersistEffect as bE, type PresentationType as bF, type RefEffect as bG, type RelatedLink as bH, RelatedLinkSchema as bI, type RelationConfig as bJ, RelationConfigSchema as bK, type RenderItemLambda as bL, type RenderUIConfig as bM, type RenderUIEffect as bN, type RenderUINode as bO, type RequiredField as bP, RequiredFieldSchema as bQ, type ResolvedAsset as bR, type ResolvedAssetInput as bS, ResolvedAssetSchema as bT, type ResolvedPatternProps as bU, type RestAuthConfig as bV, RestAuthConfigSchema as bW, type RestServiceDef as bX, RestServiceDefSchema as bY, SERVICE_TYPES as bZ, type SExprAtom as b_, type NotifyEffect as ba, type OrbitalConfig as bb, type OrbitalConfigInput as bc, OrbitalConfigSchema as bd, OrbitalDefinitionSchema as be, type OrbitalEntity as bf, type OrbitalEntityInput as bg, OrbitalEntitySchema as bh, type OrbitalInput as bi, type OrbitalPage as bj, type OrbitalPageInput as bk, OrbitalPageSchema as bl, type OrbitalPageStrictInput as bm, OrbitalPageStrictSchema as bn, type OrbitalSchemaInput as bo, OrbitalSchemaSchema as bp, type OrbitalTraitRef as bq, OrbitalTraitRefSchema as br, type OrbitalUnit as bs, OrbitalUnitSchema as bt, OrbitalSchema$1 as bu, PageRefObjectSchema as bv, PageRefSchema as bw, PageRefStringSchema as bx, PageSchema as by, type PageTraitRef as bz, type EntityField as c, type TypedEffect as c$, type SExprInput as c0, SExprSchema as c1, type SemanticAssetRef as c2, type SemanticAssetRefInput as c3, SemanticAssetRefSchema as c4, type ServiceDefinition as c5, ServiceDefinitionSchema as c6, type ServiceParams as c7, type ServiceRef as c8, type ServiceRefObject as c9, type ThemeTokens as cA, ThemeTokensSchema as cB, type ThemeVariant as cC, ThemeVariantSchema as cD, type TraitCategory as cE, TraitCategorySchema as cF, type TraitConfigObject as cG, TraitConfigSchema as cH, type TraitConfigValue as cI, TraitConfigValueSchema as cJ, type TraitDataEntity as cK, TraitDataEntitySchema as cL, type TraitEntityField as cM, TraitEntityFieldSchema as cN, TraitEventContractSchema as cO, TraitEventListenerSchema as cP, type TraitInput as cQ, TraitRefSchema as cR, type TraitReferenceInput as cS, TraitReferenceSchema as cT, TraitSchema as cU, type TraitTick as cV, TraitTickSchema as cW, type TraitUIBinding as cX, type Transition as cY, type TransitionInput as cZ, TransitionSchema as c_, ServiceRefObjectSchema as ca, ServiceRefSchema as cb, ServiceRefStringSchema as cc, type ServiceType as cd, ServiceTypeSchema as ce, type SetEffect as cf, type SocketEvents as cg, SocketEventsSchema as ch, type SocketServiceDef as ci, SocketServiceDefSchema as cj, type SpawnEffect as ck, type StateInput as cl, type StateMachine as cm, type StateMachineInput as cn, StateMachineSchema as co, StateSchema as cp, type StateSemanticRole as cq, StateSemanticRoleSchema as cr, type SuggestedGuard as cs, SuggestedGuardSchema as ct, type SwapEffect as cu, type ThemeDefinition as cv, ThemeDefinitionSchema as cw, type ThemeRef as cx, ThemeRefSchema as cy, ThemeRefStringSchema as cz, type EntityPersistence as d, parseBinding as d$, type UISlot as d0, UISlotSchema as d1, UI_SLOTS as d2, type UXHints as d3, UXHintsSchema as d4, UseDeclarationSchema as d5, type UserPersona as d6, type UserPersonaInput as d7, UserPersonaSchema as d8, VISUAL_STYLES as d9, isEffect as dA, isEntityCall as dB, isEntityReference as dC, isEntityReferenceAny as dD, isImportedTraitRef as dE, isInlineTrait as dF, isMcpService as dG, isOrbitalDefinition as dH, isPageReference as dI, isPageReferenceObject as dJ, isPageReferenceString as dK, isRestService as dL, isRuntimeEntity as dM, isSExpr as dN, isSExprAtom as dO, isSExprCall as dP, isSExprEffect as dQ, isServiceReference as dR, isServiceReferenceObject as dS, isSingletonEntity as dT, isSocketService as dU, isThemeReference as dV, isValidBinding as dW, navigate as dX, normalizeTraitRef as dY, notify as dZ, parseAssetKey as d_, type ViewType as da, ViewTypeSchema as db, type VisualStyle as dc, VisualStyleSchema as dd, type WatchEffect as de, type WatchOptions as df, atomic as dg, callService as dh, collectBindings as di, createAssetKey as dj, deref as dk, deriveCollection as dl, despawn as dm, doEffects as dn, emit as dp, findService as dq, getArgs as dr, getDefaultAnimationsForRole as ds, getOperator as dt, getServiceNames as du, getTraitConfig as dv, getTraitName as dw, hasService as dx, isBinding as dy, isCircuitEvent as dz, type EntityRow as e, parseEntityRef as e0, parseImportedTraitRef as e1, parseOrbitalSchema as e2, parsePageRef as e3, parseServiceRef as e4, persist as e5, ref as e6, renderUI as e7, safeParseOrbitalSchema as e8, set as e9, sexpr as ea, spawn as eb, swap as ec, validateAssetAnimations as ed, walkSExpr as ee, watch as ef, type EntityRef as f, type TraitRef as g, type OrbitalSchema as h, type Trait as i, type Page as j, type PageRefObject as k, type TraitReference as l, type State as m, ALLOWED_CUSTOM_COMPONENTS as n, type AgentDomainCategory as o, AgentDomainCategorySchema as p, type AgentEffect as q, type AllowedCustomComponent as r, type AnimationDef as s, type AnimationDefInput as t, AnimationDefSchema as u, type AssetMap as v, type AssetMapInput as w, AssetMapSchema as x, type AssetMapping as y, type AssetMappingInput as z };
22779
+ export { type DesignTokens as $, AGENT_DOMAIN_CATEGORIES as A, AssetMappingSchema as B, type AtomicEffect as C, CORE_BINDINGS as D, type Entity as E, type CallServiceConfig as F, type CallServiceEffect as G, type ComputedEventContract as H, ComputedEventContractSchema as I, type ComputedEventListener as J, ComputedEventListenerSchema as K, type CoreBinding as L, type CustomPatternDefinition as M, type CustomPatternDefinitionInput as N, type OrbitalDefinition as O, type PageRef as P, CustomPatternDefinitionSchema as Q, type CustomPatternMap as R, type SExpr as S, type TraitEventContract as T, type UseDeclaration as U, type CustomPatternMapInput as V, CustomPatternMapSchema as W, type DerefEffect as X, type DesignPreferences as Y, type DesignPreferencesInput as Z, DesignPreferencesSchema as _, type TraitEventListener as a, type Guard as a$, type DesignTokensInput as a0, DesignTokensSchema as a1, type DespawnEffect as a2, type DoEffect as a3, type DomainCategory as a4, DomainCategorySchema as a5, type DomainContext as a6, type DomainContextInput as a7, DomainContextSchema as a8, type DomainVocabulary as a9, type EventPayloadField as aA, EventPayloadFieldSchema as aB, type EventPayloadValue as aC, EventSchema as aD, type EventScope as aE, EventScopeSchema as aF, type EventSemanticRole as aG, EventSemanticRoleSchema as aH, type EventSource as aI, EventSourceSchema as aJ, type Expression as aK, type ExpressionInput as aL, ExpressionSchema as aM, type FetchEffect as aN, type Field as aO, type FieldFormat as aP, FieldFormatSchema as aQ, FieldSchema as aR, type FieldType as aS, FieldTypeSchema as aT, type FieldValue as aU, type Orbital as aV, GAME_TYPES as aW, type GameSubCategory as aX, GameSubCategorySchema as aY, type GameType as aZ, GameTypeSchema as a_, DomainVocabularySchema as aa, ENTITY_ROLES as ab, type Effect as ac, type EffectInput as ad, EffectSchema as ae, type EmitConfig as af, type EmitEffect as ag, type EntityCall as ah, EntityCallSchema as ai, type EntityData as aj, type EntityFieldInput as ak, EntityFieldSchema as al, EntityPersistenceSchema as am, EntityRefSchema as an, EntityRefStringSchema as ao, type EntityRole as ap, EntityRoleSchema as aq, EntitySchema as ar, type EntitySemanticRole as as, EntitySemanticRoleSchema as at, type EvalContext as au, type Event as av, type EventInput as aw, type EventListener as ax, EventListenerSchema as ay, type EventPayload as az, type TraitConfig as b, type SExprAtom as b$, type GuardInput as b0, GuardSchema as b1, type ListenSource as b2, ListenSourceSchema as b3, type LogEffect as b4, type LogMeta as b5, type McpServiceDef as b6, McpServiceDefSchema as b7, type NavigateEffect as b8, type NodeClassification as b9, type PageTraitRef as bA, PageTraitRefSchema as bB, type ParsedBinding as bC, type PayloadField as bD, PayloadFieldSchema as bE, type PersistEffect as bF, type PresentationType as bG, type RefEffect as bH, type RelatedLink as bI, RelatedLinkSchema as bJ, type RelationConfig as bK, RelationConfigSchema as bL, type RenderItemLambda as bM, type RenderUIConfig as bN, type RenderUIEffect as bO, type RenderUINode as bP, type RequiredField as bQ, RequiredFieldSchema as bR, type ResolvedAsset as bS, type ResolvedAssetInput as bT, ResolvedAssetSchema as bU, type ResolvedPatternProps as bV, type RestAuthConfig as bW, RestAuthConfigSchema as bX, type RestServiceDef as bY, RestServiceDefSchema as bZ, SERVICE_TYPES as b_, NodeClassificationSchema as ba, type NotifyEffect as bb, type OrbitalConfig as bc, type OrbitalConfigInput as bd, OrbitalConfigSchema as be, OrbitalDefinitionSchema as bf, type OrbitalEntity as bg, type OrbitalEntityInput as bh, OrbitalEntitySchema as bi, type OrbitalInput as bj, type OrbitalPage as bk, type OrbitalPageInput as bl, OrbitalPageSchema as bm, type OrbitalPageStrictInput as bn, OrbitalPageStrictSchema as bo, type OrbitalSchemaInput as bp, OrbitalSchemaSchema as bq, type OrbitalTraitRef as br, OrbitalTraitRefSchema as bs, type OrbitalUnit as bt, OrbitalUnitSchema as bu, OrbitalSchema$1 as bv, PageRefObjectSchema as bw, PageRefSchema as bx, PageRefStringSchema as by, PageSchema as bz, type EntityField as c, TransitionSchema as c$, SExprAtomSchema as c0, type SExprInput as c1, SExprSchema as c2, type SemanticAssetRef as c3, type SemanticAssetRefInput as c4, SemanticAssetRefSchema as c5, type ServiceDefinition as c6, ServiceDefinitionSchema as c7, type ServiceParams as c8, type ServiceRef as c9, ThemeRefStringSchema as cA, type ThemeTokens as cB, ThemeTokensSchema as cC, type ThemeVariant as cD, ThemeVariantSchema as cE, type TraitCategory as cF, TraitCategorySchema as cG, type TraitConfigObject as cH, TraitConfigSchema as cI, type TraitConfigValue as cJ, TraitConfigValueSchema as cK, type TraitDataEntity as cL, TraitDataEntitySchema as cM, type TraitEntityField as cN, TraitEntityFieldSchema as cO, TraitEventContractSchema as cP, TraitEventListenerSchema as cQ, type TraitInput as cR, TraitRefSchema as cS, type TraitReferenceInput as cT, TraitReferenceSchema as cU, TraitSchema as cV, type TraitTick as cW, TraitTickSchema as cX, type TraitUIBinding as cY, type Transition as cZ, type TransitionInput as c_, type ServiceRefObject as ca, ServiceRefObjectSchema as cb, ServiceRefSchema as cc, ServiceRefStringSchema as cd, type ServiceType as ce, ServiceTypeSchema as cf, type SetEffect as cg, type SocketEvents as ch, SocketEventsSchema as ci, type SocketServiceDef as cj, SocketServiceDefSchema as ck, type SpawnEffect as cl, type StateInput as cm, type StateMachine as cn, type StateMachineInput as co, StateMachineSchema as cp, StateSchema as cq, type StateSemanticRole as cr, StateSemanticRoleSchema as cs, type SuggestedGuard as ct, SuggestedGuardSchema as cu, type SwapEffect as cv, type ThemeDefinition as cw, ThemeDefinitionSchema as cx, type ThemeRef as cy, ThemeRefSchema as cz, type EntityPersistence as d, parseAssetKey as d$, type TypedEffect as d0, type UISlot as d1, UISlotSchema as d2, UI_SLOTS as d3, type UXHints as d4, UXHintsSchema as d5, UseDeclarationSchema as d6, type UserPersona as d7, type UserPersonaInput as d8, UserPersonaSchema as d9, isCircuitEvent as dA, isEffect as dB, isEntityCall as dC, isEntityReference as dD, isEntityReferenceAny as dE, isImportedTraitRef as dF, isInlineTrait as dG, isMcpService as dH, isOrbitalDefinition as dI, isPageReference as dJ, isPageReferenceObject as dK, isPageReferenceString as dL, isRestService as dM, isRuntimeEntity as dN, isSExpr as dO, isSExprAtom as dP, isSExprCall as dQ, isSExprEffect as dR, isServiceReference as dS, isServiceReferenceObject as dT, isSingletonEntity as dU, isSocketService as dV, isThemeReference as dW, isValidBinding as dX, navigate as dY, normalizeTraitRef as dZ, notify as d_, VISUAL_STYLES as da, type ViewType as db, ViewTypeSchema as dc, type VisualStyle as dd, VisualStyleSchema as de, type WatchEffect as df, type WatchOptions as dg, atomic as dh, callService as di, collectBindings as dj, createAssetKey as dk, deref as dl, deriveCollection as dm, despawn as dn, doEffects as dp, emit as dq, findService as dr, getArgs as ds, getDefaultAnimationsForRole as dt, getOperator as du, getServiceNames as dv, getTraitConfig as dw, getTraitName as dx, hasService as dy, isBinding as dz, type EntityRow as e, parseBinding as e0, parseEntityRef as e1, parseImportedTraitRef as e2, parseOrbitalSchema as e3, parsePageRef as e4, parseServiceRef as e5, persist as e6, ref as e7, renderUI as e8, safeParseOrbitalSchema as e9, set as ea, sexpr as eb, spawn as ec, swap as ed, validateAssetAnimations as ee, walkSExpr as ef, watch as eg, type EntityRef as f, type TraitRef as g, type OrbitalSchema as h, type Trait as i, type Page as j, type PageRefObject as k, type TraitReference as l, type State as m, ALLOWED_CUSTOM_COMPONENTS as n, type AgentDomainCategory as o, AgentDomainCategorySchema as p, type AgentEffect as q, type AllowedCustomComponent as r, type AnimationDef as s, type AnimationDefInput as t, AnimationDefSchema as u, type AssetMap as v, type AssetMapInput as w, AssetMapSchema as x, type AssetMapping as y, type AssetMappingInput as z };
@@ -1,5 +1,5 @@
1
- import { e as EntityRow, aT as FieldValue, S as SExpr, b as TraitConfig, az as EventPayload } from '../schema-ks5fDpzp.js';
2
- export { A as AGENT_DOMAIN_CATEGORIES, n as ALLOWED_CUSTOM_COMPONENTS, o as AgentDomainCategory, p as AgentDomainCategorySchema, q as AgentEffect, r as AllowedCustomComponent, s as AnimationDef, t as AnimationDefInput, u as AnimationDefSchema, h as AppSchema, v as AssetMap, w as AssetMapInput, x as AssetMapSchema, y as AssetMapping, z as AssetMappingInput, B as AssetMappingSchema, C as AtomicEffect, D as CORE_BINDINGS, F as CallServiceConfig, G as CallServiceEffect, H as ComputedEventContract, I as ComputedEventContractSchema, J as ComputedEventListener, K as ComputedEventListenerSchema, L as CoreBinding, M as CustomPatternDefinition, N as CustomPatternDefinitionInput, Q as CustomPatternDefinitionSchema, R as CustomPatternMap, V as CustomPatternMapInput, W as CustomPatternMapSchema, X as DerefEffect, Y as DesignPreferences, Z as DesignPreferencesInput, _ as DesignPreferencesSchema, $ as DesignTokens, a0 as DesignTokensInput, a1 as DesignTokensSchema, a2 as DespawnEffect, a3 as DoEffect, a4 as DomainCategory, a5 as DomainCategorySchema, a6 as DomainContext, a7 as DomainContextInput, a8 as DomainContextSchema, a9 as DomainVocabulary, aa as DomainVocabularySchema, ab as ENTITY_ROLES, ac as Effect, ad as EffectInput, ae as EffectSchema, af as EmitConfig, ag as EmitEffect, E as Entity, ah as EntityCall, ai as EntityCallSchema, aj as EntityData, c as EntityField, ak as EntityFieldInput, al as EntityFieldSchema, d as EntityPersistence, am as EntityPersistenceSchema, f as EntityRef, an as EntityRefSchema, ao as EntityRefStringSchema, ap as EntityRole, aq as EntityRoleSchema, ar as EntitySchema, as as EntitySemanticRole, at as EntitySemanticRoleSchema, au as EvalContext, av as Event, aw as EventInput, ax as EventListener, ay as EventListenerSchema, aA as EventPayloadField, aB as EventPayloadFieldSchema, aC as EventSchema, aD as EventScope, aE as EventScopeSchema, aF as EventSemanticRole, aG as EventSemanticRoleSchema, aH as EventSource, aI as EventSourceSchema, aJ as Expression, aK as ExpressionInput, aL as ExpressionSchema, aM as FetchEffect, aN as Field, aO as FieldFormat, aP as FieldFormatSchema, aQ as FieldSchema, aR as FieldType, aS as FieldTypeSchema, aU as FullOrbitalUnit, aV as GAME_TYPES, aW as GameSubCategory, aX as GameSubCategorySchema, aY as GameType, aZ as GameTypeSchema, a_ as Guard, a$ as GuardInput, b0 as GuardSchema, b1 as ListenSource, b2 as ListenSourceSchema, b3 as LogEffect, b4 as LogMeta, b5 as McpServiceDef, b6 as McpServiceDefSchema, b7 as NavigateEffect, b8 as NodeClassification, b9 as NodeClassificationSchema, ba as NotifyEffect, aU as Orbital, bb as OrbitalConfig, bc as OrbitalConfigInput, bd as OrbitalConfigSchema, O as OrbitalDefinition, be as OrbitalDefinitionSchema, bf as OrbitalEntity, bg as OrbitalEntityInput, bh as OrbitalEntitySchema, bi as OrbitalInput, bj as OrbitalPage, bk as OrbitalPageInput, bl as OrbitalPageSchema, bm as OrbitalPageStrictInput, bn as OrbitalPageStrictSchema, h as OrbitalSchema, bo as OrbitalSchemaInput, bp as OrbitalSchemaSchema, bq as OrbitalTraitRef, br as OrbitalTraitRefSchema, bs as OrbitalUnit, bt as OrbitalUnitSchema, bu as OrbitalZodSchema, j as Page, P as PageRef, k as PageRefObject, bv as PageRefObjectSchema, bw as PageRefSchema, bx as PageRefStringSchema, by as PageSchema, bz as PageTraitRef, bA as PageTraitRefSchema, bB as ParsedBinding, bC as PayloadField, bD as PayloadFieldSchema, bE as PersistEffect, bF as PresentationType, bG as RefEffect, bH as RelatedLink, bI as RelatedLinkSchema, bJ as RelationConfig, bK as RelationConfigSchema, bL as RenderItemLambda, bM as RenderUIConfig, bN as RenderUIEffect, bO as RenderUINode, bP as RequiredField, bQ as RequiredFieldSchema, bR as ResolvedAsset, bS as ResolvedAssetInput, bT as ResolvedAssetSchema, bU as ResolvedPatternProps, bV as RestAuthConfig, bW as RestAuthConfigSchema, bX as RestServiceDef, bY as RestServiceDefSchema, bZ as SERVICE_TYPES, b_ as SExprAtom, b$ as SExprAtomSchema, c0 as SExprInput, c1 as SExprSchema, c2 as SemanticAssetRef, c3 as SemanticAssetRefInput, c4 as SemanticAssetRefSchema, c5 as ServiceDefinition, c6 as ServiceDefinitionSchema, c7 as ServiceParams, c8 as ServiceRef, c9 as ServiceRefObject, ca as ServiceRefObjectSchema, cb as ServiceRefSchema, cc as ServiceRefStringSchema, cd as ServiceType, ce as ServiceTypeSchema, cf as SetEffect, cg as SocketEvents, ch as SocketEventsSchema, ci as SocketServiceDef, cj as SocketServiceDefSchema, ck as SpawnEffect, m as State, cl as StateInput, cm as StateMachine, cn as StateMachineInput, co as StateMachineSchema, cp as StateSchema, cq as StateSemanticRole, cr as StateSemanticRoleSchema, cs as SuggestedGuard, ct as SuggestedGuardSchema, cu as SwapEffect, cv as ThemeDefinition, cw as ThemeDefinitionSchema, cx as ThemeRef, cy as ThemeRefSchema, cz as ThemeRefStringSchema, cA as ThemeTokens, cB as ThemeTokensSchema, cC as ThemeVariant, cD as ThemeVariantSchema, i as Trait, cE as TraitCategory, cF as TraitCategorySchema, cG as TraitConfigObject, cH as TraitConfigSchema, cI as TraitConfigValue, cJ as TraitConfigValueSchema, cK as TraitDataEntity, cL as TraitDataEntitySchema, cM as TraitEntityField, cN as TraitEntityFieldSchema, T as TraitEventContract, cO as TraitEventContractSchema, a as TraitEventListener, cP as TraitEventListenerSchema, cQ as TraitInput, g as TraitRef, cR as TraitRefSchema, l as TraitReference, cS as TraitReferenceInput, cT as TraitReferenceSchema, cU as TraitSchema, cV as TraitTick, cW as TraitTickSchema, cX as TraitUIBinding, cY as Transition, cZ as TransitionInput, c_ as TransitionSchema, c$ as TypedEffect, d0 as UISlot, d1 as UISlotSchema, d2 as UI_SLOTS, d3 as UXHints, d4 as UXHintsSchema, U as UseDeclaration, d5 as UseDeclarationSchema, d6 as UserPersona, d7 as UserPersonaInput, d8 as UserPersonaSchema, d9 as VISUAL_STYLES, da as ViewType, db as ViewTypeSchema, dc as VisualStyle, dd as VisualStyleSchema, de as WatchEffect, df as WatchOptions, dg as atomic, dh as callService, di as collectBindings, dj as createAssetKey, dk as deref, dl as deriveCollection, dm as despawn, dn as doEffects, dp as emit, dq as findService, dr as getArgs, ds as getDefaultAnimationsForRole, dt as getOperator, du as getServiceNames, dv as getTraitConfig, dw as getTraitName, dx as hasService, dy as isBinding, dz as isCircuitEvent, dA as isEffect, dB as isEntityCall, dC as isEntityReference, dD as isEntityReferenceAny, dE as isImportedTraitRef, dF as isInlineTrait, dG as isMcpService, dH as isOrbitalDefinition, dI as isPageReference, dJ as isPageReferenceObject, dK as isPageReferenceString, dL as isRestService, dM as isRuntimeEntity, dN as isSExpr, dO as isSExprAtom, dP as isSExprCall, dQ as isSExprEffect, dR as isServiceReference, dS as isServiceReferenceObject, dT as isSingletonEntity, dU as isSocketService, dV as isThemeReference, dW as isValidBinding, dX as navigate, dY as normalizeTraitRef, dZ as notify, d_ as parseAssetKey, d$ as parseBinding, e0 as parseEntityRef, e1 as parseImportedTraitRef, e2 as parseOrbitalSchema, e3 as parsePageRef, e4 as parseServiceRef, e5 as persist, e6 as ref, e7 as renderUI, e8 as safeParseOrbitalSchema, e9 as set, ea as sexpr, eb as spawn, ec as swap, ed as validateAssetAnimations, ee as walkSExpr, ef as watch } from '../schema-ks5fDpzp.js';
1
+ import { e as EntityRow, aU as FieldValue, S as SExpr, b as TraitConfig, az as EventPayload } from '../schema-rdjNjALB.js';
2
+ export { A as AGENT_DOMAIN_CATEGORIES, n as ALLOWED_CUSTOM_COMPONENTS, o as AgentDomainCategory, p as AgentDomainCategorySchema, q as AgentEffect, r as AllowedCustomComponent, s as AnimationDef, t as AnimationDefInput, u as AnimationDefSchema, h as AppSchema, v as AssetMap, w as AssetMapInput, x as AssetMapSchema, y as AssetMapping, z as AssetMappingInput, B as AssetMappingSchema, C as AtomicEffect, D as CORE_BINDINGS, F as CallServiceConfig, G as CallServiceEffect, H as ComputedEventContract, I as ComputedEventContractSchema, J as ComputedEventListener, K as ComputedEventListenerSchema, L as CoreBinding, M as CustomPatternDefinition, N as CustomPatternDefinitionInput, Q as CustomPatternDefinitionSchema, R as CustomPatternMap, V as CustomPatternMapInput, W as CustomPatternMapSchema, X as DerefEffect, Y as DesignPreferences, Z as DesignPreferencesInput, _ as DesignPreferencesSchema, $ as DesignTokens, a0 as DesignTokensInput, a1 as DesignTokensSchema, a2 as DespawnEffect, a3 as DoEffect, a4 as DomainCategory, a5 as DomainCategorySchema, a6 as DomainContext, a7 as DomainContextInput, a8 as DomainContextSchema, a9 as DomainVocabulary, aa as DomainVocabularySchema, ab as ENTITY_ROLES, ac as Effect, ad as EffectInput, ae as EffectSchema, af as EmitConfig, ag as EmitEffect, E as Entity, ah as EntityCall, ai as EntityCallSchema, aj as EntityData, c as EntityField, ak as EntityFieldInput, al as EntityFieldSchema, d as EntityPersistence, am as EntityPersistenceSchema, f as EntityRef, an as EntityRefSchema, ao as EntityRefStringSchema, ap as EntityRole, aq as EntityRoleSchema, ar as EntitySchema, as as EntitySemanticRole, at as EntitySemanticRoleSchema, au as EvalContext, av as Event, aw as EventInput, ax as EventListener, ay as EventListenerSchema, aA as EventPayloadField, aB as EventPayloadFieldSchema, aC as EventPayloadValue, aD as EventSchema, aE as EventScope, aF as EventScopeSchema, aG as EventSemanticRole, aH as EventSemanticRoleSchema, aI as EventSource, aJ as EventSourceSchema, aK as Expression, aL as ExpressionInput, aM as ExpressionSchema, aN as FetchEffect, aO as Field, aP as FieldFormat, aQ as FieldFormatSchema, aR as FieldSchema, aS as FieldType, aT as FieldTypeSchema, aV as FullOrbitalUnit, aW as GAME_TYPES, aX as GameSubCategory, aY as GameSubCategorySchema, aZ as GameType, a_ as GameTypeSchema, a$ as Guard, b0 as GuardInput, b1 as GuardSchema, b2 as ListenSource, b3 as ListenSourceSchema, b4 as LogEffect, b5 as LogMeta, b6 as McpServiceDef, b7 as McpServiceDefSchema, b8 as NavigateEffect, b9 as NodeClassification, ba as NodeClassificationSchema, bb as NotifyEffect, aV as Orbital, bc as OrbitalConfig, bd as OrbitalConfigInput, be as OrbitalConfigSchema, O as OrbitalDefinition, bf as OrbitalDefinitionSchema, bg as OrbitalEntity, bh as OrbitalEntityInput, bi as OrbitalEntitySchema, bj as OrbitalInput, bk as OrbitalPage, bl as OrbitalPageInput, bm as OrbitalPageSchema, bn as OrbitalPageStrictInput, bo as OrbitalPageStrictSchema, h as OrbitalSchema, bp as OrbitalSchemaInput, bq as OrbitalSchemaSchema, br as OrbitalTraitRef, bs as OrbitalTraitRefSchema, bt as OrbitalUnit, bu as OrbitalUnitSchema, bv as OrbitalZodSchema, j as Page, P as PageRef, k as PageRefObject, bw as PageRefObjectSchema, bx as PageRefSchema, by as PageRefStringSchema, bz as PageSchema, bA as PageTraitRef, bB as PageTraitRefSchema, bC as ParsedBinding, bD as PayloadField, bE as PayloadFieldSchema, bF as PersistEffect, bG as PresentationType, bH as RefEffect, bI as RelatedLink, bJ as RelatedLinkSchema, bK as RelationConfig, bL as RelationConfigSchema, bM as RenderItemLambda, bN as RenderUIConfig, bO as RenderUIEffect, bP as RenderUINode, bQ as RequiredField, bR as RequiredFieldSchema, bS as ResolvedAsset, bT as ResolvedAssetInput, bU as ResolvedAssetSchema, bV as ResolvedPatternProps, bW as RestAuthConfig, bX as RestAuthConfigSchema, bY as RestServiceDef, bZ as RestServiceDefSchema, b_ as SERVICE_TYPES, b$ as SExprAtom, c0 as SExprAtomSchema, c1 as SExprInput, c2 as SExprSchema, c3 as SemanticAssetRef, c4 as SemanticAssetRefInput, c5 as SemanticAssetRefSchema, c6 as ServiceDefinition, c7 as ServiceDefinitionSchema, c8 as ServiceParams, c9 as ServiceRef, ca as ServiceRefObject, cb as ServiceRefObjectSchema, cc as ServiceRefSchema, cd as ServiceRefStringSchema, ce as ServiceType, cf as ServiceTypeSchema, cg as SetEffect, ch as SocketEvents, ci as SocketEventsSchema, cj as SocketServiceDef, ck as SocketServiceDefSchema, cl as SpawnEffect, m as State, cm as StateInput, cn as StateMachine, co as StateMachineInput, cp as StateMachineSchema, cq as StateSchema, cr as StateSemanticRole, cs as StateSemanticRoleSchema, ct as SuggestedGuard, cu as SuggestedGuardSchema, cv as SwapEffect, cw as ThemeDefinition, cx as ThemeDefinitionSchema, cy as ThemeRef, cz as ThemeRefSchema, cA as ThemeRefStringSchema, cB as ThemeTokens, cC as ThemeTokensSchema, cD as ThemeVariant, cE as ThemeVariantSchema, i as Trait, cF as TraitCategory, cG as TraitCategorySchema, cH as TraitConfigObject, cI as TraitConfigSchema, cJ as TraitConfigValue, cK as TraitConfigValueSchema, cL as TraitDataEntity, cM as TraitDataEntitySchema, cN as TraitEntityField, cO as TraitEntityFieldSchema, T as TraitEventContract, cP as TraitEventContractSchema, a as TraitEventListener, cQ as TraitEventListenerSchema, cR as TraitInput, g as TraitRef, cS as TraitRefSchema, l as TraitReference, cT as TraitReferenceInput, cU as TraitReferenceSchema, cV as TraitSchema, cW as TraitTick, cX as TraitTickSchema, cY as TraitUIBinding, cZ as Transition, c_ as TransitionInput, c$ as TransitionSchema, d0 as TypedEffect, d1 as UISlot, d2 as UISlotSchema, d3 as UI_SLOTS, d4 as UXHints, d5 as UXHintsSchema, U as UseDeclaration, d6 as UseDeclarationSchema, d7 as UserPersona, d8 as UserPersonaInput, d9 as UserPersonaSchema, da as VISUAL_STYLES, db as ViewType, dc as ViewTypeSchema, dd as VisualStyle, de as VisualStyleSchema, df as WatchEffect, dg as WatchOptions, dh as atomic, di as callService, dj as collectBindings, dk as createAssetKey, dl as deref, dm as deriveCollection, dn as despawn, dp as doEffects, dq as emit, dr as findService, ds as getArgs, dt as getDefaultAnimationsForRole, du as getOperator, dv as getServiceNames, dw as getTraitConfig, dx as getTraitName, dy as hasService, dz as isBinding, dA as isCircuitEvent, dB as isEffect, dC as isEntityCall, dD as isEntityReference, dE as isEntityReferenceAny, dF as isImportedTraitRef, dG as isInlineTrait, dH as isMcpService, dI as isOrbitalDefinition, dJ as isPageReference, dK as isPageReferenceObject, dL as isPageReferenceString, dM as isRestService, dN as isRuntimeEntity, dO as isSExpr, dP as isSExprAtom, dQ as isSExprCall, dR as isSExprEffect, dS as isServiceReference, dT as isServiceReferenceObject, dU as isSingletonEntity, dV as isSocketService, dW as isThemeReference, dX as isValidBinding, dY as navigate, dZ as normalizeTraitRef, d_ as notify, d$ as parseAssetKey, e0 as parseBinding, e1 as parseEntityRef, e2 as parseImportedTraitRef, e3 as parseOrbitalSchema, e4 as parsePageRef, e5 as parseServiceRef, e6 as persist, e7 as ref, e8 as renderUI, e9 as safeParseOrbitalSchema, ea as set, eb as sexpr, ec as spawn, ed as swap, ee as validateAssetAnimations, ef as walkSExpr, eg as watch } from '../schema-rdjNjALB.js';
3
3
  import { z } from 'zod';
4
4
  export { PATTERN_TYPES, PatternConfig, PatternType, isValidPatternType } from '@almadar/patterns';
5
5