@almadar/core 7.12.0 → 7.14.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/dist/builders.d.ts +3 -3
- package/dist/builders.js.map +1 -1
- package/dist/{compose-behaviors-D9fgB76L.d.ts → compose-behaviors-BSw8Is-V.d.ts} +1 -1
- package/dist/domain-language/index.d.ts +2 -2
- package/dist/domain-language/index.js.map +1 -1
- package/dist/{expression-eBO9-SQM.d.ts → expression-DfPiB-UG.d.ts} +7 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js.map +1 -1
- package/dist/{schema-DyPfxNwk.d.ts → schema-Bryabp9C.d.ts} +12 -3
- package/dist/state-machine/index.d.ts +1 -1
- package/dist/types/index.d.ts +4 -4
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as SExpr, b as EventPayload, d as Expression } from './expression-
|
|
1
|
+
import { S as SExpr, b as EventPayload, d as Expression } from './expression-DfPiB-UG.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
3
|
import { AnyPatternConfig } from '@almadar/patterns';
|
|
4
4
|
|
|
@@ -732,9 +732,18 @@ declare function findService(services: ServiceDefinition[], name: string): Servi
|
|
|
732
732
|
* Check if a service name exists (case-insensitive).
|
|
733
733
|
*/
|
|
734
734
|
declare function hasService(services: ServiceDefinition[], name: string): boolean;
|
|
735
|
+
/**
|
|
736
|
+
* Allowed leaf value for `ServiceParams`. Mirrors `EventPayloadValue`'s
|
|
737
|
+
* recursive-array shape so integration call signatures can express the
|
|
738
|
+
* nested structures real services need (port mappings, volume mounts,
|
|
739
|
+
* pagination cursors), and so a value satisfying `EventPayloadValue`
|
|
740
|
+
* also satisfies `ServiceParamsValue` without a cast — the same data
|
|
741
|
+
* flows through `call-service` and `emit` without boundary widening.
|
|
742
|
+
*/
|
|
743
|
+
type ServiceParamsValue = string | number | boolean | Date | null | undefined | ServiceParams | readonly ServiceParamsValue[];
|
|
735
744
|
/** Parameters passed to call-service effects. Recursive for nested request shapes. */
|
|
736
745
|
interface ServiceParams {
|
|
737
|
-
[key: string]:
|
|
746
|
+
[key: string]: ServiceParamsValue;
|
|
738
747
|
}
|
|
739
748
|
|
|
740
749
|
/**
|
|
@@ -22901,4 +22910,4 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
22901
22910
|
type OrbitalSchemaInput = z.input<typeof OrbitalSchemaSchema>;
|
|
22902
22911
|
type OrbitalConfigInput = z.input<typeof OrbitalConfigSchema>;
|
|
22903
22912
|
|
|
22904
|
-
export { type DeclaredTraitConfig as $, AGENT_DOMAIN_CATEGORIES as A, type AssetMappingInput as B, AssetMappingSchema as C, type AtomicEffect as D, type Effect as E, type CallServiceConfig as F, type CallServiceEffect as G, type CheckpointLoadEffect as H, type CheckpointSaveEffect as I, type ComputedEventContract as J, ComputedEventContractSchema as K, type ComputedEventListener as L, ComputedEventListenerSchema as M, type ConfigFieldDeclaration as N, type OrbitalDefinition as O, type PageRef as P, ConfigFieldDeclarationSchema as Q, type RenderUIEffect as R, type State as S, type Trait as T, type UISlot as U, type CustomPatternDefinition as V, type CustomPatternDefinitionInput as W, CustomPatternDefinitionSchema as X, type CustomPatternMap as Y, type CustomPatternMapInput as Z, CustomPatternMapSchema as _, type TraitEventContract as a, GAME_TYPES as a$, DeclaredTraitConfigSchema as a0, type DerefEffect as a1, type DesignPreferences as a2, type DesignPreferencesInput as a3, DesignPreferencesSchema as a4, type DesignTokens as a5, type DesignTokensInput as a6, DesignTokensSchema as a7, type DespawnEffect as a8, type DoEffect as a9, type EvaluateEffect as aA, type Event as aB, type EventInput as aC, type EventListener as aD, EventListenerSchema as aE, type EventPayloadField as aF, EventPayloadFieldSchema as aG, EventSchema as aH, type EventScope as aI, EventScopeSchema as aJ, type EventSemanticRole as aK, EventSemanticRoleSchema as aL, type EventSource as aM, EventSourceSchema as aN, type FetchEffect as aO, type FetchOptions as aP, type FetchResult as aQ, type Field as aR, type FieldFormat as aS, FieldFormatSchema as aT, FieldSchema as aU, type FieldType as aV, FieldTypeSchema as aW, type FieldValue as aX, type ForwardConfig as aY, type ForwardEffect as aZ, type Orbital as a_, type DomainCategory as aa, DomainCategorySchema as ab, type DomainContext as ac, type DomainContextInput as ad, DomainContextSchema as ae, type DomainVocabulary as af, DomainVocabularySchema as ag, ENTITY_ROLES as ah, type EffectInput as ai, EffectSchema as aj, type EmitConfig as ak, type EmitEffect as al, type EntityCall as am, EntityCallSchema as an, type EntityData as ao, type EntityFieldInput as ap, EntityFieldSchema as aq, EntityPersistenceSchema as ar, EntityRefSchema as as, EntityRefStringSchema as at, type EntityRole as au, EntityRoleSchema as av, EntitySchema as aw, type EntitySemanticRole as ax, EntitySemanticRoleSchema as ay, type EvaluateConfig as az, type Entity as b, ResolvedAssetSchema as b$, type GameSubCategory as b0, GameSubCategorySchema as b1, type GameType as b2, GameTypeSchema as b3, type Guard as b4, type GuardInput as b5, GuardSchema as b6, type ListenSource as b7, ListenSourceSchema as b8, type LogEffect as b9, OrbitalUnitSchema as bA, OrbitalSchema$1 as bB, type OsEffect as bC, PageRefObjectSchema as bD, PageRefSchema as bE, PageRefStringSchema as bF, PageSchema as bG, type PageTraitRef as bH, PageTraitRefSchema as bI, type PayloadField as bJ, PayloadFieldSchema as bK, type PersistData as bL, type PersistEffect as bM, type PersistEmitConfig as bN, type PresentationType as bO, type RefEffect as bP, type RelatedLink as bQ, RelatedLinkSchema as bR, type RelationConfig as bS, RelationConfigSchema as bT, type RenderItemLambda as bU, type RenderUIConfig as bV, type RenderUINode as bW, type RequiredField as bX, RequiredFieldSchema as bY, type ResolvedAsset as bZ, type ResolvedAssetInput as b_, type McpServiceDef as ba, McpServiceDefSchema as bb, type NavigateEffect as bc, type NnConfig as bd, type NnLayer as be, type NodeClassification as bf, NodeClassificationSchema as bg, type NotifyEffect as bh, type OrbitalConfig as bi, type OrbitalConfigInput as bj, OrbitalConfigSchema as bk, OrbitalDefinitionSchema as bl, type OrbitalEntity as bm, type OrbitalEntityInput as bn, OrbitalEntitySchema as bo, type OrbitalInput as bp, type OrbitalPage as bq, type OrbitalPageInput as br, OrbitalPageSchema as bs, type OrbitalPageStrictInput as bt, OrbitalPageStrictSchema as bu, type OrbitalSchemaInput as bv, OrbitalSchemaSchema as bw, type OrbitalTraitRef as bx, OrbitalTraitRefSchema as by, type OrbitalUnit as bz, type TraitEventListener as c,
|
|
22913
|
+
export { type DeclaredTraitConfig as $, AGENT_DOMAIN_CATEGORIES as A, type AssetMappingInput as B, AssetMappingSchema as C, type AtomicEffect as D, type Effect as E, type CallServiceConfig as F, type CallServiceEffect as G, type CheckpointLoadEffect as H, type CheckpointSaveEffect as I, type ComputedEventContract as J, ComputedEventContractSchema as K, type ComputedEventListener as L, ComputedEventListenerSchema as M, type ConfigFieldDeclaration as N, type OrbitalDefinition as O, type PageRef as P, ConfigFieldDeclarationSchema as Q, type RenderUIEffect as R, type State as S, type Trait as T, type UISlot as U, type CustomPatternDefinition as V, type CustomPatternDefinitionInput as W, CustomPatternDefinitionSchema as X, type CustomPatternMap as Y, type CustomPatternMapInput as Z, CustomPatternMapSchema as _, type TraitEventContract as a, GAME_TYPES as a$, DeclaredTraitConfigSchema as a0, type DerefEffect as a1, type DesignPreferences as a2, type DesignPreferencesInput as a3, DesignPreferencesSchema as a4, type DesignTokens as a5, type DesignTokensInput as a6, DesignTokensSchema as a7, type DespawnEffect as a8, type DoEffect as a9, type EvaluateEffect as aA, type Event as aB, type EventInput as aC, type EventListener as aD, EventListenerSchema as aE, type EventPayloadField as aF, EventPayloadFieldSchema as aG, EventSchema as aH, type EventScope as aI, EventScopeSchema as aJ, type EventSemanticRole as aK, EventSemanticRoleSchema as aL, type EventSource as aM, EventSourceSchema as aN, type FetchEffect as aO, type FetchOptions as aP, type FetchResult as aQ, type Field as aR, type FieldFormat as aS, FieldFormatSchema as aT, FieldSchema as aU, type FieldType as aV, FieldTypeSchema as aW, type FieldValue as aX, type ForwardConfig as aY, type ForwardEffect as aZ, type Orbital as a_, type DomainCategory as aa, DomainCategorySchema as ab, type DomainContext as ac, type DomainContextInput as ad, DomainContextSchema as ae, type DomainVocabulary as af, DomainVocabularySchema as ag, ENTITY_ROLES as ah, type EffectInput as ai, EffectSchema as aj, type EmitConfig as ak, type EmitEffect as al, type EntityCall as am, EntityCallSchema as an, type EntityData as ao, type EntityFieldInput as ap, EntityFieldSchema as aq, EntityPersistenceSchema as ar, EntityRefSchema as as, EntityRefStringSchema as at, type EntityRole as au, EntityRoleSchema as av, EntitySchema as aw, type EntitySemanticRole as ax, EntitySemanticRoleSchema as ay, type EvaluateConfig as az, type Entity as b, ResolvedAssetSchema as b$, type GameSubCategory as b0, GameSubCategorySchema as b1, type GameType as b2, GameTypeSchema as b3, type Guard as b4, type GuardInput as b5, GuardSchema as b6, type ListenSource as b7, ListenSourceSchema as b8, type LogEffect as b9, OrbitalUnitSchema as bA, OrbitalSchema$1 as bB, type OsEffect as bC, PageRefObjectSchema as bD, PageRefSchema as bE, PageRefStringSchema as bF, PageSchema as bG, type PageTraitRef as bH, PageTraitRefSchema as bI, type PayloadField as bJ, PayloadFieldSchema as bK, type PersistData as bL, type PersistEffect as bM, type PersistEmitConfig as bN, type PresentationType as bO, type RefEffect as bP, type RelatedLink as bQ, RelatedLinkSchema as bR, type RelationConfig as bS, RelationConfigSchema as bT, type RenderItemLambda as bU, type RenderUIConfig as bV, type RenderUINode as bW, type RequiredField as bX, RequiredFieldSchema as bY, type ResolvedAsset as bZ, type ResolvedAssetInput as b_, type McpServiceDef as ba, McpServiceDefSchema as bb, type NavigateEffect as bc, type NnConfig as bd, type NnLayer as be, type NodeClassification as bf, NodeClassificationSchema as bg, type NotifyEffect as bh, type OrbitalConfig as bi, type OrbitalConfigInput as bj, OrbitalConfigSchema as bk, OrbitalDefinitionSchema as bl, type OrbitalEntity as bm, type OrbitalEntityInput as bn, OrbitalEntitySchema as bo, type OrbitalInput as bp, type OrbitalPage as bq, type OrbitalPageInput as br, OrbitalPageSchema as bs, type OrbitalPageStrictInput as bt, OrbitalPageStrictSchema as bu, type OrbitalSchemaInput as bv, OrbitalSchemaSchema as bw, type OrbitalTraitRef as bx, OrbitalTraitRefSchema as by, type OrbitalUnit as bz, type TraitEventListener as c, TraitSchema as c$, type ResolvedPatternProps as c0, type RestAuthConfig as c1, RestAuthConfigSchema as c2, type RestServiceDef as c3, RestServiceDefSchema as c4, SERVICE_TYPES as c5, type SemanticAssetRef as c6, type SemanticAssetRefInput as c7, SemanticAssetRefSchema as c8, type ServiceDefinition as c9, type ThemeDefinition as cA, ThemeDefinitionSchema as cB, type ThemeRef as cC, ThemeRefSchema as cD, ThemeRefStringSchema as cE, type ThemeTokens as cF, ThemeTokensSchema as cG, type ThemeVariant as cH, ThemeVariantSchema as cI, type TrainConfig as cJ, type TrainEffect as cK, type TraitCategory as cL, TraitCategorySchema as cM, type TraitConfigObject as cN, TraitConfigSchema as cO, type TraitConfigValue as cP, TraitConfigValueSchema as cQ, type TraitDataEntity as cR, TraitDataEntitySchema as cS, type TraitEntityField as cT, TraitEntityFieldSchema as cU, TraitEventContractSchema as cV, TraitEventListenerSchema as cW, type TraitInput as cX, TraitRefSchema as cY, type TraitReferenceInput as cZ, TraitReferenceSchema as c_, ServiceDefinitionSchema as ca, type ServiceParams as cb, type ServiceParamsValue as cc, type ServiceRef as cd, type ServiceRefObject as ce, ServiceRefObjectSchema as cf, ServiceRefSchema as cg, ServiceRefStringSchema as ch, type ServiceType as ci, ServiceTypeSchema as cj, type SetEffect as ck, type SocketEvents as cl, SocketEventsSchema as cm, type SocketServiceDef as cn, SocketServiceDefSchema as co, type SpawnEffect as cp, type StateInput as cq, type StateMachine as cr, type StateMachineInput as cs, StateMachineSchema as ct, StateSchema as cu, type StateSemanticRole as cv, StateSemanticRoleSchema as cw, type SuggestedGuard as cx, SuggestedGuardSchema as cy, type SwapEffect as cz, type TraitConfig as d, parseOrbitalSchema as d$, type TraitTick as d0, TraitTickSchema as d1, type TraitUIBinding as d2, type Transition as d3, type TransitionInput as d4, TransitionSchema as d5, type TypedEffect as d6, UISlotSchema as d7, UI_SLOTS as d8, type UXHints as d9, hasService as dA, isCircuitEvent as dB, isEffect as dC, isEntityCall as dD, isEntityReference as dE, isEntityReferenceAny as dF, isImportedTraitRef as dG, isInlineTrait as dH, isMcpService as dI, isOrbitalDefinition as dJ, isPageReference as dK, isPageReferenceObject as dL, isPageReferenceString as dM, isRestService as dN, isRuntimeEntity as dO, isSExprEffect as dP, isServiceReference as dQ, isServiceReferenceObject as dR, isSingletonEntity as dS, isSocketService as dT, isThemeReference as dU, navigate as dV, normalizeTraitRef as dW, notify as dX, parseAssetKey as dY, parseEntityRef as dZ, parseImportedTraitRef as d_, UXHintsSchema as da, UseDeclarationSchema as db, type UserPersona as dc, type UserPersonaInput as dd, UserPersonaSchema as de, VISUAL_STYLES as df, type ViewType as dg, ViewTypeSchema as dh, type VisualStyle as di, VisualStyleSchema as dj, type WatchEffect as dk, type WatchOptions as dl, atomic as dm, callService as dn, createAssetKey as dp, deref as dq, deriveCollection as dr, despawn as ds, doEffects as dt, emit as du, findService as dv, getDefaultAnimationsForRole as dw, getServiceNames as dx, getTraitConfig as dy, getTraitName as dz, type EntityField as e, parsePageRef as e0, parseServiceRef as e1, persist as e2, ref as e3, renderUI as e4, safeParseOrbitalSchema as e5, set as e6, spawn as e7, swap as e8, validateAssetAnimations as e9, watch as ea, type EntityPersistence as f, type EntityRow as g, type UseDeclaration as h, type EntityRef as i, type TraitRef as j, type OrbitalSchema as k, type Page as l, type PageRefObject as m, type TraitReference as n, ALLOWED_CUSTOM_COMPONENTS as o, type AgentDomainCategory as p, AgentDomainCategorySchema as q, type AgentEffect as r, type AllowedCustomComponent as s, type AnimationDef as t, type AnimationDefInput as u, AnimationDefSchema as v, type AssetMap as w, type AssetMapInput as x, AssetMapSchema as y, type AssetMapping as z };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { cb as ServiceParams, k as OrbitalSchema, g as EntityRow, aX as FieldValue, $ as DeclaredTraitConfig, d as TraitConfig } from '../schema-
|
|
2
|
-
export { A as AGENT_DOMAIN_CATEGORIES, o as ALLOWED_CUSTOM_COMPONENTS, p as AgentDomainCategory, q as AgentDomainCategorySchema, r as AgentEffect, s as AllowedCustomComponent, t as AnimationDef, u as AnimationDefInput, v as AnimationDefSchema, w as AssetMap, x as AssetMapInput, y as AssetMapSchema, z as AssetMapping, B as AssetMappingInput, C as AssetMappingSchema, D as AtomicEffect, F as CallServiceConfig, G as CallServiceEffect, H as CheckpointLoadEffect, I as CheckpointSaveEffect, J as ComputedEventContract, K as ComputedEventContractSchema, L as ComputedEventListener, M as ComputedEventListenerSchema, N as ConfigFieldDeclaration, Q as ConfigFieldDeclarationSchema, V as CustomPatternDefinition, W as CustomPatternDefinitionInput, X as CustomPatternDefinitionSchema, Y as CustomPatternMap, Z as CustomPatternMapInput, _ as CustomPatternMapSchema, a0 as DeclaredTraitConfigSchema, a1 as DerefEffect, a2 as DesignPreferences, a3 as DesignPreferencesInput, a4 as DesignPreferencesSchema, a5 as DesignTokens, a6 as DesignTokensInput, a7 as DesignTokensSchema, a8 as DespawnEffect, a9 as DoEffect, aa as DomainCategory, ab as DomainCategorySchema, ac as DomainContext, ad as DomainContextInput, ae as DomainContextSchema, af as DomainVocabulary, ag as DomainVocabularySchema, ah as ENTITY_ROLES, E as Effect, ai as EffectInput, aj as EffectSchema, ak as EmitConfig, al as EmitEffect, b as Entity, am as EntityCall, an as EntityCallSchema, ao as EntityData, e as EntityField, ap as EntityFieldInput, aq as EntityFieldSchema, f as EntityPersistence, ar as EntityPersistenceSchema, i as EntityRef, as as EntityRefSchema, at as EntityRefStringSchema, au as EntityRole, av as EntityRoleSchema, aw as EntitySchema, ax as EntitySemanticRole, ay as EntitySemanticRoleSchema, az as EvaluateConfig, aA as EvaluateEffect, aB as Event, aC as EventInput, aD as EventListener, aE as EventListenerSchema, aF as EventPayloadField, aG as EventPayloadFieldSchema, aH as EventSchema, aI as EventScope, aJ as EventScopeSchema, aK as EventSemanticRole, aL as EventSemanticRoleSchema, aM as EventSource, aN as EventSourceSchema, aO as FetchEffect, aP as FetchOptions, aQ as FetchResult, aR as Field, aS as FieldFormat, aT as FieldFormatSchema, aU as FieldSchema, aV as FieldType, aW as FieldTypeSchema, aY as ForwardConfig, aZ as ForwardEffect, a_ as FullOrbitalUnit, a$ as GAME_TYPES, b0 as GameSubCategory, b1 as GameSubCategorySchema, b2 as GameType, b3 as GameTypeSchema, b4 as Guard, b5 as GuardInput, b6 as GuardSchema, b7 as ListenSource, b8 as ListenSourceSchema, b9 as LogEffect, ba as McpServiceDef, bb as McpServiceDefSchema, bc as NavigateEffect, bd as NnConfig, be as NnLayer, bf as NodeClassification, bg as NodeClassificationSchema, bh as NotifyEffect, a_ as Orbital, bi as OrbitalConfig, bj as OrbitalConfigInput, bk as OrbitalConfigSchema, O as OrbitalDefinition, bl as OrbitalDefinitionSchema, bm as OrbitalEntity, bn as OrbitalEntityInput, bo as OrbitalEntitySchema, bp as OrbitalInput, bq as OrbitalPage, br as OrbitalPageInput, bs as OrbitalPageSchema, bt as OrbitalPageStrictInput, bu as OrbitalPageStrictSchema, bv as OrbitalSchemaInput, bw as OrbitalSchemaSchema, bx as OrbitalTraitRef, by as OrbitalTraitRefSchema, bz as OrbitalUnit, bA as OrbitalUnitSchema, bB as OrbitalZodSchema, bC as OsEffect, l as Page, P as PageRef, m as PageRefObject, bD as PageRefObjectSchema, bE as PageRefSchema, bF as PageRefStringSchema, bG as PageSchema, bH as PageTraitRef, bI as PageTraitRefSchema, bJ as PayloadField, bK as PayloadFieldSchema, bL as PersistData, bM as PersistEffect, bN as PersistEmitConfig, bO as PresentationType, bP as RefEffect, bQ as RelatedLink, bR as RelatedLinkSchema, bS as RelationConfig, bT as RelationConfigSchema, bU as RenderItemLambda, bV as RenderUIConfig, R as RenderUIEffect, bW as RenderUINode, bX as RequiredField, bY as RequiredFieldSchema, bZ as ResolvedAsset, b_ as ResolvedAssetInput, b$ as ResolvedAssetSchema, c0 as ResolvedPatternProps, c1 as RestAuthConfig, c2 as RestAuthConfigSchema, c3 as RestServiceDef, c4 as RestServiceDefSchema, c5 as SERVICE_TYPES, c6 as SemanticAssetRef, c7 as SemanticAssetRefInput, c8 as SemanticAssetRefSchema, c9 as ServiceDefinition, ca as ServiceDefinitionSchema, cc as
|
|
3
|
-
import { c as EventPayloadValue, b as EventPayload, L as LogMeta, S as SExpr } from '../expression-
|
|
4
|
-
export { C as CORE_BINDINGS, a as CoreBinding, E as EvalContext, d as Expression, e as ExpressionInput, f as ExpressionSchema, P as ParsedBinding, g as SExprAtom, h as SExprAtomSchema, i as SExprInput, j as SExprSchema, k as collectBindings, l as getArgs, m as getOperator, n as isBinding, o as isSExpr, p as isSExprAtom, q as isSExprCall, r as isValidBinding, s as parseBinding, t as sexpr, w as walkSExpr } from '../expression-
|
|
1
|
+
import { cb as ServiceParams, k as OrbitalSchema, g as EntityRow, aX as FieldValue, $ as DeclaredTraitConfig, d as TraitConfig } from '../schema-Bryabp9C.js';
|
|
2
|
+
export { A as AGENT_DOMAIN_CATEGORIES, o as ALLOWED_CUSTOM_COMPONENTS, p as AgentDomainCategory, q as AgentDomainCategorySchema, r as AgentEffect, s as AllowedCustomComponent, t as AnimationDef, u as AnimationDefInput, v as AnimationDefSchema, w as AssetMap, x as AssetMapInput, y as AssetMapSchema, z as AssetMapping, B as AssetMappingInput, C as AssetMappingSchema, D as AtomicEffect, F as CallServiceConfig, G as CallServiceEffect, H as CheckpointLoadEffect, I as CheckpointSaveEffect, J as ComputedEventContract, K as ComputedEventContractSchema, L as ComputedEventListener, M as ComputedEventListenerSchema, N as ConfigFieldDeclaration, Q as ConfigFieldDeclarationSchema, V as CustomPatternDefinition, W as CustomPatternDefinitionInput, X as CustomPatternDefinitionSchema, Y as CustomPatternMap, Z as CustomPatternMapInput, _ as CustomPatternMapSchema, a0 as DeclaredTraitConfigSchema, a1 as DerefEffect, a2 as DesignPreferences, a3 as DesignPreferencesInput, a4 as DesignPreferencesSchema, a5 as DesignTokens, a6 as DesignTokensInput, a7 as DesignTokensSchema, a8 as DespawnEffect, a9 as DoEffect, aa as DomainCategory, ab as DomainCategorySchema, ac as DomainContext, ad as DomainContextInput, ae as DomainContextSchema, af as DomainVocabulary, ag as DomainVocabularySchema, ah as ENTITY_ROLES, E as Effect, ai as EffectInput, aj as EffectSchema, ak as EmitConfig, al as EmitEffect, b as Entity, am as EntityCall, an as EntityCallSchema, ao as EntityData, e as EntityField, ap as EntityFieldInput, aq as EntityFieldSchema, f as EntityPersistence, ar as EntityPersistenceSchema, i as EntityRef, as as EntityRefSchema, at as EntityRefStringSchema, au as EntityRole, av as EntityRoleSchema, aw as EntitySchema, ax as EntitySemanticRole, ay as EntitySemanticRoleSchema, az as EvaluateConfig, aA as EvaluateEffect, aB as Event, aC as EventInput, aD as EventListener, aE as EventListenerSchema, aF as EventPayloadField, aG as EventPayloadFieldSchema, aH as EventSchema, aI as EventScope, aJ as EventScopeSchema, aK as EventSemanticRole, aL as EventSemanticRoleSchema, aM as EventSource, aN as EventSourceSchema, aO as FetchEffect, aP as FetchOptions, aQ as FetchResult, aR as Field, aS as FieldFormat, aT as FieldFormatSchema, aU as FieldSchema, aV as FieldType, aW as FieldTypeSchema, aY as ForwardConfig, aZ as ForwardEffect, a_ as FullOrbitalUnit, a$ as GAME_TYPES, b0 as GameSubCategory, b1 as GameSubCategorySchema, b2 as GameType, b3 as GameTypeSchema, b4 as Guard, b5 as GuardInput, b6 as GuardSchema, b7 as ListenSource, b8 as ListenSourceSchema, b9 as LogEffect, ba as McpServiceDef, bb as McpServiceDefSchema, bc as NavigateEffect, bd as NnConfig, be as NnLayer, bf as NodeClassification, bg as NodeClassificationSchema, bh as NotifyEffect, a_ as Orbital, bi as OrbitalConfig, bj as OrbitalConfigInput, bk as OrbitalConfigSchema, O as OrbitalDefinition, bl as OrbitalDefinitionSchema, bm as OrbitalEntity, bn as OrbitalEntityInput, bo as OrbitalEntitySchema, bp as OrbitalInput, bq as OrbitalPage, br as OrbitalPageInput, bs as OrbitalPageSchema, bt as OrbitalPageStrictInput, bu as OrbitalPageStrictSchema, bv as OrbitalSchemaInput, bw as OrbitalSchemaSchema, bx as OrbitalTraitRef, by as OrbitalTraitRefSchema, bz as OrbitalUnit, bA as OrbitalUnitSchema, bB as OrbitalZodSchema, bC as OsEffect, l as Page, P as PageRef, m as PageRefObject, bD as PageRefObjectSchema, bE as PageRefSchema, bF as PageRefStringSchema, bG as PageSchema, bH as PageTraitRef, bI as PageTraitRefSchema, bJ as PayloadField, bK as PayloadFieldSchema, bL as PersistData, bM as PersistEffect, bN as PersistEmitConfig, bO as PresentationType, bP as RefEffect, bQ as RelatedLink, bR as RelatedLinkSchema, bS as RelationConfig, bT as RelationConfigSchema, bU as RenderItemLambda, bV as RenderUIConfig, R as RenderUIEffect, bW as RenderUINode, bX as RequiredField, bY as RequiredFieldSchema, bZ as ResolvedAsset, b_ as ResolvedAssetInput, b$ as ResolvedAssetSchema, c0 as ResolvedPatternProps, c1 as RestAuthConfig, c2 as RestAuthConfigSchema, c3 as RestServiceDef, c4 as RestServiceDefSchema, c5 as SERVICE_TYPES, c6 as SemanticAssetRef, c7 as SemanticAssetRefInput, c8 as SemanticAssetRefSchema, c9 as ServiceDefinition, ca as ServiceDefinitionSchema, cc as ServiceParamsValue, cd as ServiceRef, ce as ServiceRefObject, cf as ServiceRefObjectSchema, cg as ServiceRefSchema, ch as ServiceRefStringSchema, ci as ServiceType, cj as ServiceTypeSchema, ck as SetEffect, cl as SocketEvents, cm as SocketEventsSchema, cn as SocketServiceDef, co as SocketServiceDefSchema, cp as SpawnEffect, S as State, cq as StateInput, cr as StateMachine, cs as StateMachineInput, ct as StateMachineSchema, cu as StateSchema, cv as StateSemanticRole, cw as StateSemanticRoleSchema, cx as SuggestedGuard, cy as SuggestedGuardSchema, cz as SwapEffect, cA as ThemeDefinition, cB as ThemeDefinitionSchema, cC as ThemeRef, cD as ThemeRefSchema, cE as ThemeRefStringSchema, cF as ThemeTokens, cG as ThemeTokensSchema, cH as ThemeVariant, cI as ThemeVariantSchema, cJ as TrainConfig, cK as TrainEffect, T as Trait, cL as TraitCategory, cM as TraitCategorySchema, cN as TraitConfigObject, cO as TraitConfigSchema, cP as TraitConfigValue, cQ as TraitConfigValueSchema, cR as TraitDataEntity, cS as TraitDataEntitySchema, cT as TraitEntityField, cU as TraitEntityFieldSchema, a as TraitEventContract, cV as TraitEventContractSchema, c as TraitEventListener, cW as TraitEventListenerSchema, cX as TraitInput, j as TraitRef, cY as TraitRefSchema, n as TraitReference, cZ as TraitReferenceInput, c_ as TraitReferenceSchema, c$ as TraitSchema, d0 as TraitTick, d1 as TraitTickSchema, d2 as TraitUIBinding, d3 as Transition, d4 as TransitionInput, d5 as TransitionSchema, d6 as TypedEffect, U as UISlot, d7 as UISlotSchema, d8 as UI_SLOTS, d9 as UXHints, da as UXHintsSchema, h as UseDeclaration, db as UseDeclarationSchema, dc as UserPersona, dd as UserPersonaInput, de as UserPersonaSchema, df as VISUAL_STYLES, dg as ViewType, dh as ViewTypeSchema, di as VisualStyle, dj as VisualStyleSchema, dk as WatchEffect, dl as WatchOptions, dm as atomic, dn as callService, dp as createAssetKey, dq as deref, dr as deriveCollection, ds as despawn, dt as doEffects, du as emit, dv as findService, dw as getDefaultAnimationsForRole, dx as getServiceNames, dy as getTraitConfig, dz as getTraitName, dA as hasService, dB as isCircuitEvent, dC as isEffect, dD as isEntityCall, dE as isEntityReference, dF as isEntityReferenceAny, dG as isImportedTraitRef, dH as isInlineTrait, dI as isMcpService, dJ as isOrbitalDefinition, dK as isPageReference, dL as isPageReferenceObject, dM as isPageReferenceString, dN as isRestService, dO as isRuntimeEntity, dP as isSExprEffect, dQ as isServiceReference, dR as isServiceReferenceObject, dS as isSingletonEntity, dT as isSocketService, dU as isThemeReference, dV as navigate, dW as normalizeTraitRef, dX as notify, dY as parseAssetKey, dZ as parseEntityRef, d_ as parseImportedTraitRef, d$ as parseOrbitalSchema, e0 as parsePageRef, e1 as parseServiceRef, e2 as persist, e3 as ref, e4 as renderUI, e5 as safeParseOrbitalSchema, e6 as set, e7 as spawn, e8 as swap, e9 as validateAssetAnimations, ea as watch } from '../schema-Bryabp9C.js';
|
|
3
|
+
import { c as EventPayloadValue, b as EventPayload, L as LogMeta, S as SExpr } from '../expression-DfPiB-UG.js';
|
|
4
|
+
export { C as CORE_BINDINGS, a as CoreBinding, E as EvalContext, d as Expression, e as ExpressionInput, f as ExpressionSchema, P as ParsedBinding, g as SExprAtom, h as SExprAtomSchema, i as SExprInput, j as SExprSchema, k as collectBindings, l as getArgs, m as getOperator, n as isBinding, o as isSExpr, p as isSExprAtom, q as isSExprCall, r as isValidBinding, s as parseBinding, t as sexpr, w as walkSExpr } from '../expression-DfPiB-UG.js';
|
|
5
5
|
import { z } from 'zod';
|
|
6
6
|
import { AnyPatternConfig } from '@almadar/patterns';
|
|
7
7
|
export { PATTERN_TYPES, PatternConfig, PatternType, isValidPatternType } from '@almadar/patterns';
|