@almadar/core 8.6.3 → 8.7.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.
@@ -3082,6 +3082,8 @@ declare const TraitEventListenerSchema: z.ZodObject<{
3082
3082
  event: string;
3083
3083
  triggers: string;
3084
3084
  guard?: SExpr | undefined;
3085
+ scope?: "internal" | "external" | undefined;
3086
+ payloadMapping?: Record<string, string> | undefined;
3085
3087
  source?: {
3086
3088
  kind: "any";
3087
3089
  } | {
@@ -3092,12 +3094,12 @@ declare const TraitEventListenerSchema: z.ZodObject<{
3092
3094
  orbital: string;
3093
3095
  kind: "orbital";
3094
3096
  } | undefined;
3095
- scope?: "internal" | "external" | undefined;
3096
- payloadMapping?: Record<string, string> | undefined;
3097
3097
  }, {
3098
3098
  event: string;
3099
3099
  triggers: string;
3100
3100
  guard?: SExpr | undefined;
3101
+ scope?: "internal" | "external" | undefined;
3102
+ payloadMapping?: Record<string, string> | undefined;
3101
3103
  source?: {
3102
3104
  kind: "any";
3103
3105
  } | {
@@ -3108,8 +3110,6 @@ declare const TraitEventListenerSchema: z.ZodObject<{
3108
3110
  orbital: string;
3109
3111
  kind: "orbital";
3110
3112
  } | undefined;
3111
- scope?: "internal" | "external" | undefined;
3112
- payloadMapping?: Record<string, string> | undefined;
3113
3113
  }>;
3114
3114
  /**
3115
3115
  * Field required by a trait from its linkedEntity
@@ -3778,6 +3778,8 @@ declare const TraitSchema: z.ZodObject<{
3778
3778
  event: string;
3779
3779
  triggers: string;
3780
3780
  guard?: SExpr | undefined;
3781
+ scope?: "internal" | "external" | undefined;
3782
+ payloadMapping?: Record<string, string> | undefined;
3781
3783
  source?: {
3782
3784
  kind: "any";
3783
3785
  } | {
@@ -3788,12 +3790,12 @@ declare const TraitSchema: z.ZodObject<{
3788
3790
  orbital: string;
3789
3791
  kind: "orbital";
3790
3792
  } | undefined;
3791
- scope?: "internal" | "external" | undefined;
3792
- payloadMapping?: Record<string, string> | undefined;
3793
3793
  }, {
3794
3794
  event: string;
3795
3795
  triggers: string;
3796
3796
  guard?: SExpr | undefined;
3797
+ scope?: "internal" | "external" | undefined;
3798
+ payloadMapping?: Record<string, string> | undefined;
3797
3799
  source?: {
3798
3800
  kind: "any";
3799
3801
  } | {
@@ -3804,8 +3806,6 @@ declare const TraitSchema: z.ZodObject<{
3804
3806
  orbital: string;
3805
3807
  kind: "orbital";
3806
3808
  } | undefined;
3807
- scope?: "internal" | "external" | undefined;
3808
- payloadMapping?: Record<string, string> | undefined;
3809
3809
  }>, "many">>;
3810
3810
  ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3811
3811
  config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
@@ -3911,6 +3911,8 @@ declare const TraitSchema: z.ZodObject<{
3911
3911
  event: string;
3912
3912
  triggers: string;
3913
3913
  guard?: SExpr | undefined;
3914
+ scope?: "internal" | "external" | undefined;
3915
+ payloadMapping?: Record<string, string> | undefined;
3914
3916
  source?: {
3915
3917
  kind: "any";
3916
3918
  } | {
@@ -3921,8 +3923,6 @@ declare const TraitSchema: z.ZodObject<{
3921
3923
  orbital: string;
3922
3924
  kind: "orbital";
3923
3925
  } | undefined;
3924
- scope?: "internal" | "external" | undefined;
3925
- payloadMapping?: Record<string, string> | undefined;
3926
3926
  }[] | undefined;
3927
3927
  description_visual_prompt?: string | undefined;
3928
3928
  requiredFields?: {
@@ -4042,6 +4042,8 @@ declare const TraitSchema: z.ZodObject<{
4042
4042
  event: string;
4043
4043
  triggers: string;
4044
4044
  guard?: SExpr | undefined;
4045
+ scope?: "internal" | "external" | undefined;
4046
+ payloadMapping?: Record<string, string> | undefined;
4045
4047
  source?: {
4046
4048
  kind: "any";
4047
4049
  } | {
@@ -4052,8 +4054,6 @@ declare const TraitSchema: z.ZodObject<{
4052
4054
  orbital: string;
4053
4055
  kind: "orbital";
4054
4056
  } | undefined;
4055
- scope?: "internal" | "external" | undefined;
4056
- payloadMapping?: Record<string, string> | undefined;
4057
4057
  }[] | undefined;
4058
4058
  description_visual_prompt?: string | undefined;
4059
4059
  requiredFields?: {
@@ -4553,6 +4553,8 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
4553
4553
  event: string;
4554
4554
  triggers: string;
4555
4555
  guard?: SExpr | undefined;
4556
+ scope?: "internal" | "external" | undefined;
4557
+ payloadMapping?: Record<string, string> | undefined;
4556
4558
  source?: {
4557
4559
  kind: "any";
4558
4560
  } | {
@@ -4563,12 +4565,12 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
4563
4565
  orbital: string;
4564
4566
  kind: "orbital";
4565
4567
  } | undefined;
4566
- scope?: "internal" | "external" | undefined;
4567
- payloadMapping?: Record<string, string> | undefined;
4568
4568
  }, {
4569
4569
  event: string;
4570
4570
  triggers: string;
4571
4571
  guard?: SExpr | undefined;
4572
+ scope?: "internal" | "external" | undefined;
4573
+ payloadMapping?: Record<string, string> | undefined;
4572
4574
  source?: {
4573
4575
  kind: "any";
4574
4576
  } | {
@@ -4579,8 +4581,6 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
4579
4581
  orbital: string;
4580
4582
  kind: "orbital";
4581
4583
  } | undefined;
4582
- scope?: "internal" | "external" | undefined;
4583
- payloadMapping?: Record<string, string> | undefined;
4584
4584
  }>, "many">>;
4585
4585
  ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4586
4586
  config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
@@ -4686,6 +4686,8 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
4686
4686
  event: string;
4687
4687
  triggers: string;
4688
4688
  guard?: SExpr | undefined;
4689
+ scope?: "internal" | "external" | undefined;
4690
+ payloadMapping?: Record<string, string> | undefined;
4689
4691
  source?: {
4690
4692
  kind: "any";
4691
4693
  } | {
@@ -4696,8 +4698,6 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
4696
4698
  orbital: string;
4697
4699
  kind: "orbital";
4698
4700
  } | undefined;
4699
- scope?: "internal" | "external" | undefined;
4700
- payloadMapping?: Record<string, string> | undefined;
4701
4701
  }[] | undefined;
4702
4702
  description_visual_prompt?: string | undefined;
4703
4703
  requiredFields?: {
@@ -4817,6 +4817,8 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
4817
4817
  event: string;
4818
4818
  triggers: string;
4819
4819
  guard?: SExpr | undefined;
4820
+ scope?: "internal" | "external" | undefined;
4821
+ payloadMapping?: Record<string, string> | undefined;
4820
4822
  source?: {
4821
4823
  kind: "any";
4822
4824
  } | {
@@ -4827,8 +4829,6 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
4827
4829
  orbital: string;
4828
4830
  kind: "orbital";
4829
4831
  } | undefined;
4830
- scope?: "internal" | "external" | undefined;
4831
- payloadMapping?: Record<string, string> | undefined;
4832
4832
  }[] | undefined;
4833
4833
  description_visual_prompt?: string | undefined;
4834
4834
  requiredFields?: {
@@ -5398,6 +5398,8 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5398
5398
  event: string;
5399
5399
  triggers: string;
5400
5400
  guard?: SExpr | undefined;
5401
+ scope?: "internal" | "external" | undefined;
5402
+ payloadMapping?: Record<string, string> | undefined;
5401
5403
  source?: {
5402
5404
  kind: "any";
5403
5405
  } | {
@@ -5408,12 +5410,12 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5408
5410
  orbital: string;
5409
5411
  kind: "orbital";
5410
5412
  } | undefined;
5411
- scope?: "internal" | "external" | undefined;
5412
- payloadMapping?: Record<string, string> | undefined;
5413
5413
  }, {
5414
5414
  event: string;
5415
5415
  triggers: string;
5416
5416
  guard?: SExpr | undefined;
5417
+ scope?: "internal" | "external" | undefined;
5418
+ payloadMapping?: Record<string, string> | undefined;
5417
5419
  source?: {
5418
5420
  kind: "any";
5419
5421
  } | {
@@ -5424,8 +5426,6 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5424
5426
  orbital: string;
5425
5427
  kind: "orbital";
5426
5428
  } | undefined;
5427
- scope?: "internal" | "external" | undefined;
5428
- payloadMapping?: Record<string, string> | undefined;
5429
5429
  }>, "many">>;
5430
5430
  ui: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
5431
5431
  config: z.ZodOptional<z.ZodType<Readonly<Record<string, ConfigFieldDeclaration>>, z.ZodTypeDef, Readonly<Record<string, ConfigFieldDeclaration>>>>;
@@ -5531,6 +5531,8 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5531
5531
  event: string;
5532
5532
  triggers: string;
5533
5533
  guard?: SExpr | undefined;
5534
+ scope?: "internal" | "external" | undefined;
5535
+ payloadMapping?: Record<string, string> | undefined;
5534
5536
  source?: {
5535
5537
  kind: "any";
5536
5538
  } | {
@@ -5541,8 +5543,6 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5541
5543
  orbital: string;
5542
5544
  kind: "orbital";
5543
5545
  } | undefined;
5544
- scope?: "internal" | "external" | undefined;
5545
- payloadMapping?: Record<string, string> | undefined;
5546
5546
  }[] | undefined;
5547
5547
  description_visual_prompt?: string | undefined;
5548
5548
  requiredFields?: {
@@ -5662,6 +5662,8 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5662
5662
  event: string;
5663
5663
  triggers: string;
5664
5664
  guard?: SExpr | undefined;
5665
+ scope?: "internal" | "external" | undefined;
5666
+ payloadMapping?: Record<string, string> | undefined;
5665
5667
  source?: {
5666
5668
  kind: "any";
5667
5669
  } | {
@@ -5672,8 +5674,6 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5672
5674
  orbital: string;
5673
5675
  kind: "orbital";
5674
5676
  } | undefined;
5675
- scope?: "internal" | "external" | undefined;
5676
- payloadMapping?: Record<string, string> | undefined;
5677
5677
  }[] | undefined;
5678
5678
  description_visual_prompt?: string | undefined;
5679
5679
  requiredFields?: {
@@ -5770,4 +5770,4 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5770
5770
  } | undefined;
5771
5771
  }>]>;
5772
5772
 
5773
- export { FieldFormatSchema as $, type AgentEffect as A, type EntityField as B, type CallServiceConfig as C, type DeclaredTraitConfig as D, ENTITY_ROLES as E, type EntityFieldInput as F, EntityFieldSchema as G, type EntityPersistence as H, EntityPersistenceSchema as I, type EntityRole as J, EntityRoleSchema as K, type EntityRow as L, EntitySchema as M, type EvaluateConfig as N, type EvaluateEffect as O, type Event as P, type EventInput as Q, type EventPayloadField as R, EventPayloadFieldSchema as S, EventSchema as T, type EventScope as U, EventScopeSchema as V, type FetchEffect as W, type FetchOptions as X, type FetchResult as Y, type Field as Z, type FieldFormat as _, type AnimationDef as a, type ServiceType as a$, FieldSchema as a0, type FieldType as a1, FieldTypeSchema as a2, type FieldValue as a3, type ForwardConfig as a4, type ForwardEffect as a5, GAME_TYPES as a6, type GameType as a7, GameTypeSchema as a8, type Guard as a9, type RenderItemLambda as aA, type RenderUIConfig as aB, type RenderUIEffect as aC, type RenderUINode as aD, type RequiredField as aE, RequiredFieldSchema as aF, type ResolvedAsset as aG, type ResolvedAssetInput as aH, ResolvedAssetSchema as aI, type ResolvedPatternProps as aJ, type RestAuthConfig as aK, RestAuthConfigSchema as aL, type RestServiceDef as aM, RestServiceDefSchema as aN, SERVICE_TYPES as aO, type SemanticAssetRef as aP, type SemanticAssetRefInput as aQ, SemanticAssetRefSchema as aR, type ServiceDefinition as aS, ServiceDefinitionSchema as aT, type ServiceParams as aU, type ServiceParamsValue as aV, type ServiceRef as aW, type ServiceRefObject as aX, ServiceRefObjectSchema as aY, ServiceRefSchema as aZ, ServiceRefStringSchema as a_, type GuardInput as aa, GuardSchema as ab, type ListenSource as ac, ListenSourceSchema as ad, type LogEffect as ae, type McpServiceDef as af, McpServiceDefSchema as ag, type NavigateEffect as ah, type NnConfig as ai, type NnLayer as aj, type NotifyEffect as ak, type OrbitalEntity as al, type OrbitalEntityInput as am, OrbitalEntitySchema as an, type OrbitalTraitRef as ao, OrbitalTraitRefSchema as ap, type OsEffect as aq, type PayloadField as ar, PayloadFieldSchema as as, type PersistData as at, type PersistEffect as au, type PersistEmitConfig as av, type PresentationType as aw, type RefEffect as ax, type RelationConfig as ay, RelationConfigSchema as az, type AnimationDefInput as b, getDefaultAnimationsForRole as b$, ServiceTypeSchema as b0, type SetEffect as b1, type SocketEvents as b2, SocketEventsSchema as b3, type SocketServiceDef as b4, SocketServiceDefSchema as b5, type SpawnEffect as b6, type State as b7, type StateInput as b8, type StateMachine as b9, type TraitReferenceInput as bA, TraitReferenceSchema as bB, TraitSchema as bC, type TraitTick as bD, TraitTickSchema as bE, type TraitUIBinding as bF, type Transition as bG, type TransitionInput as bH, TransitionSchema as bI, type TypedEffect as bJ, type UISlot as bK, UISlotSchema as bL, UI_SLOTS as bM, VISUAL_STYLES as bN, type VisualStyle as bO, VisualStyleSchema as bP, type WatchEffect as bQ, type WatchOptions as bR, atomic as bS, callService as bT, createAssetKey as bU, deref as bV, deriveCollection as bW, despawn as bX, doEffects as bY, emit as bZ, findService as b_, type StateMachineInput as ba, StateMachineSchema as bb, StateSchema as bc, type SwapEffect as bd, type TrainConfig as be, type TrainEffect as bf, type Trait as bg, type TraitCategory as bh, TraitCategorySchema as bi, type TraitConfig as bj, type TraitConfigObject as bk, TraitConfigSchema as bl, type TraitConfigValue as bm, TraitConfigValueSchema as bn, type TraitDataEntity as bo, TraitDataEntitySchema as bp, type TraitEntityField as bq, TraitEntityFieldSchema as br, type TraitEventContract as bs, TraitEventContractSchema as bt, type TraitEventListener as bu, TraitEventListenerSchema as bv, type TraitInput as bw, type TraitRef as bx, TraitRefSchema as by, type TraitReference as bz, AnimationDefSchema as c, getServiceNames as c0, getTraitConfig as c1, getTraitName as c2, hasService as c3, isCircuitEvent as c4, isEffect as c5, isInlineTrait as c6, isMcpService as c7, isRestService as c8, isRuntimeEntity as c9, isSExprEffect as ca, isServiceReference as cb, isServiceReferenceObject as cc, isSingletonEntity as cd, isSocketService as ce, navigate as cf, normalizeTraitRef as cg, notify as ch, parseAssetKey as ci, parseServiceRef as cj, persist as ck, ref as cl, renderUI as cm, set as cn, spawn as co, swap as cp, validateAssetAnimations as cq, watch as cr, type AssetMap as d, type AssetMapInput as e, AssetMapSchema as f, type AssetMapping as g, type AssetMappingInput as h, AssetMappingSchema as i, type AtomicEffect as j, type CallServiceEffect as k, type CheckpointLoadEffect as l, type CheckpointSaveEffect as m, type ConfigFieldDeclaration as n, ConfigFieldDeclarationSchema as o, DeclaredTraitConfigSchema as p, type DerefEffect as q, type DespawnEffect as r, type DoEffect as s, type Effect as t, type EffectInput as u, EffectSchema as v, type EmitConfig as w, type EmitEffect as x, type Entity as y, type EntityData as z };
5773
+ export { EventPayloadFieldSchema as $, type AgentEffect as A, type DespawnEffect as B, type CallServiceConfig as C, type DeclaredTraitConfig as D, type Effect as E, type DoEffect as F, ENTITY_ROLES as G, type EffectInput as H, EffectSchema as I, type EmitConfig as J, type EmitEffect as K, type EntityData as L, type EntityFieldInput as M, EntityFieldSchema as N, EntityPersistenceSchema as O, type EntityRole as P, EntityRoleSchema as Q, type RenderUIEffect as R, type State as S, type Trait as T, type UISlot as U, EntitySchema as V, type EvaluateConfig as W, type EvaluateEffect as X, type Event as Y, type EventInput as Z, type EventPayloadField as _, type TraitEventContract as a, ServiceDefinitionSchema as a$, EventSchema as a0, type EventScope as a1, EventScopeSchema as a2, type FetchEffect as a3, type FetchOptions as a4, type FetchResult as a5, type Field as a6, type FieldFormat as a7, FieldFormatSchema as a8, FieldSchema as a9, type PayloadField as aA, PayloadFieldSchema as aB, type PersistData as aC, type PersistEffect as aD, type PersistEmitConfig as aE, type PresentationType as aF, type RefEffect as aG, type RelationConfig as aH, RelationConfigSchema as aI, type RenderItemLambda as aJ, type RenderUIConfig as aK, type RenderUINode as aL, type RequiredField as aM, RequiredFieldSchema as aN, type ResolvedAsset as aO, type ResolvedAssetInput as aP, ResolvedAssetSchema as aQ, type ResolvedPatternProps as aR, type RestAuthConfig as aS, RestAuthConfigSchema as aT, type RestServiceDef as aU, RestServiceDefSchema as aV, SERVICE_TYPES as aW, type SemanticAssetRef as aX, type SemanticAssetRefInput as aY, SemanticAssetRefSchema as aZ, type ServiceDefinition as a_, type FieldType as aa, FieldTypeSchema as ab, type FieldValue as ac, type ForwardConfig as ad, type ForwardEffect as ae, GAME_TYPES as af, type GameType as ag, GameTypeSchema as ah, type Guard as ai, type GuardInput as aj, GuardSchema as ak, type ListenSource as al, ListenSourceSchema as am, type LogEffect as an, type McpServiceDef as ao, McpServiceDefSchema as ap, type NavigateEffect as aq, type NnConfig as ar, type NnLayer as as, type NotifyEffect as at, type OrbitalEntity as au, type OrbitalEntityInput as av, OrbitalEntitySchema as aw, type OrbitalTraitRef as ax, OrbitalTraitRefSchema as ay, type OsEffect as az, type Entity as b, getDefaultAnimationsForRole as b$, type ServiceParams as b0, type ServiceParamsValue as b1, type ServiceRef as b2, type ServiceRefObject as b3, ServiceRefObjectSchema as b4, ServiceRefSchema as b5, ServiceRefStringSchema as b6, type ServiceType as b7, ServiceTypeSchema as b8, type SetEffect as b9, TraitRefSchema as bA, type TraitReferenceInput as bB, TraitReferenceSchema as bC, TraitSchema as bD, type TraitTick as bE, TraitTickSchema as bF, type TraitUIBinding as bG, type Transition as bH, type TransitionInput as bI, TransitionSchema as bJ, type TypedEffect as bK, UISlotSchema as bL, UI_SLOTS as bM, VISUAL_STYLES as bN, type VisualStyle as bO, VisualStyleSchema as bP, type WatchEffect as bQ, type WatchOptions as bR, atomic as bS, callService as bT, createAssetKey as bU, deref as bV, deriveCollection as bW, despawn as bX, doEffects as bY, emit as bZ, findService as b_, type SocketEvents as ba, SocketEventsSchema as bb, type SocketServiceDef as bc, SocketServiceDefSchema as bd, type SpawnEffect as be, type StateInput as bf, type StateMachine as bg, type StateMachineInput as bh, StateMachineSchema as bi, StateSchema as bj, type SwapEffect as bk, type TrainConfig as bl, type TrainEffect as bm, type TraitCategory as bn, TraitCategorySchema as bo, type TraitConfigObject as bp, TraitConfigSchema as bq, type TraitConfigValue as br, TraitConfigValueSchema as bs, type TraitDataEntity as bt, TraitDataEntitySchema as bu, type TraitEntityField as bv, TraitEntityFieldSchema as bw, TraitEventContractSchema as bx, TraitEventListenerSchema as by, type TraitInput as bz, type TraitEventListener as c, getServiceNames as c0, getTraitConfig as c1, getTraitName as c2, hasService as c3, isCircuitEvent as c4, isEffect as c5, isInlineTrait as c6, isMcpService as c7, isRestService as c8, isRuntimeEntity as c9, isSExprEffect as ca, isServiceReference as cb, isServiceReferenceObject as cc, isSingletonEntity as cd, isSocketService as ce, navigate as cf, normalizeTraitRef as cg, notify as ch, parseAssetKey as ci, parseServiceRef as cj, persist as ck, ref as cl, renderUI as cm, set as cn, spawn as co, swap as cp, validateAssetAnimations as cq, watch as cr, type TraitConfig as d, type EntityField as e, type EntityPersistence as f, type EntityRow as g, type TraitRef as h, type TraitReference as i, type AnimationDef as j, type AnimationDefInput as k, AnimationDefSchema as l, type AssetMap as m, type AssetMapInput as n, AssetMapSchema as o, type AssetMapping as p, type AssetMappingInput as q, AssetMappingSchema as r, type AtomicEffect as s, type CallServiceEffect as t, type CheckpointLoadEffect as u, type CheckpointSaveEffect as v, type ConfigFieldDeclaration as w, ConfigFieldDeclarationSchema as x, DeclaredTraitConfigSchema as y, type DerefEffect as z };
@@ -1,7 +1,7 @@
1
- import { a3 as OrbitalSchema, T as Orbital, aa as Page, u as DomainContext } from '../schema-oigeZDco.js';
2
- export { A as AGENT_DOMAIN_CATEGORIES, a as ALLOWED_CUSTOM_COMPONENTS, b as AgentDomainCategory, c as AgentDomainCategorySchema, d as AllowedCustomComponent, C as ComputedEventContract, e as ComputedEventContractSchema, f as ComputedEventListener, g as ComputedEventListenerSchema, h as CustomPatternDefinition, i as CustomPatternDefinitionInput, j as CustomPatternDefinitionSchema, k as CustomPatternMap, l as CustomPatternMapInput, m as CustomPatternMapSchema, D as DesignPreferences, n as DesignPreferencesInput, o as DesignPreferencesSchema, p as DesignTokens, q as DesignTokensInput, r as DesignTokensSchema, s as DomainCategory, t as DomainCategorySchema, v as DomainContextInput, w as DomainContextSchema, x as DomainVocabulary, y as DomainVocabularySchema, E as EntityCall, z as EntityCallSchema, B as EntityRef, F as EntityRefSchema, G as EntityRefStringSchema, H as EntitySemanticRole, I as EntitySemanticRoleSchema, J as EventListener, K as EventListenerSchema, L as EventSemanticRole, M as EventSemanticRoleSchema, N as EventSource, O as EventSourceSchema, P as GameSubCategory, Q as GameSubCategorySchema, R as NodeClassification, S as NodeClassificationSchema, U as OrbitalConfig, V as OrbitalConfigInput, W as OrbitalConfigSchema, X as OrbitalDefinition, Y as OrbitalDefinitionSchema, Z as OrbitalInput, _ as OrbitalPage, $ as OrbitalPageInput, a0 as OrbitalPageSchema, a1 as OrbitalPageStrictInput, a2 as OrbitalPageStrictSchema, a5 as OrbitalSchemaInput, a6 as OrbitalSchemaSchema, a7 as OrbitalSchemaWithTraits, a8 as OrbitalUnit, a9 as OrbitalUnitSchema, a4 as OrbitalZodSchema, ab as PageRef, ac as PageRefObject, ad as PageRefObjectSchema, ae as PageRefSchema, af as PageRefStringSchema, ag as PageSchema, ah as PageTraitRef, ai as PageTraitRefSchema, aj as RelatedLink, ak as RelatedLinkSchema, al as StateSemanticRole, am as StateSemanticRoleSchema, an as SuggestedGuard, ao as SuggestedGuardSchema, ap as ThemeDefinition, aq as ThemeDefinitionSchema, ar as ThemeRef, as as ThemeRefSchema, at as ThemeRefStringSchema, au as ThemeTokens, av as ThemeTokensSchema, aw as ThemeVariant, ax as ThemeVariantSchema, ay as UXHints, az as UXHintsSchema, aA as UseDeclaration, aB as UseDeclarationSchema, aC as UserPersona, aD as UserPersonaInput, aE as UserPersonaSchema, aF as ViewType, aG as ViewTypeSchema, aH as isEntityCall, aI as isEntityReference, aJ as isEntityReferenceAny, aK as isImportedTraitRef, aL as isOrbitalDefinition, aM as isPageReference, aN as isPageReferenceObject, aO as isPageReferenceString, aP as isThemeReference, aQ as parseEntityRef, aR as parseImportedTraitRef, aS as parseOrbitalSchema, aT as parsePageRef, aU as safeParseOrbitalSchema } from '../schema-oigeZDco.js';
3
- import { aU as ServiceParams, bg as Trait, y as Entity, L as EntityRow, a3 as FieldValue, D as DeclaredTraitConfig, bj as TraitConfig } from '../trait-Dh8USts-.js';
4
- export { A as AgentEffect, a as AnimationDef, b as AnimationDefInput, c as AnimationDefSchema, d as AssetMap, e as AssetMapInput, f as AssetMapSchema, g as AssetMapping, h as AssetMappingInput, i as AssetMappingSchema, j as AtomicEffect, C as CallServiceConfig, k as CallServiceEffect, l as CheckpointLoadEffect, m as CheckpointSaveEffect, n as ConfigFieldDeclaration, o as ConfigFieldDeclarationSchema, p as DeclaredTraitConfigSchema, q as DerefEffect, r as DespawnEffect, s as DoEffect, E as ENTITY_ROLES, t as Effect, u as EffectInput, v as EffectSchema, w as EmitConfig, x as EmitEffect, z as EntityData, B as EntityField, F as EntityFieldInput, G as EntityFieldSchema, H as EntityPersistence, I as EntityPersistenceSchema, J as EntityRole, K as EntityRoleSchema, M as EntitySchema, N as EvaluateConfig, O as EvaluateEffect, P as Event, Q as EventInput, R as EventPayloadField, S as EventPayloadFieldSchema, T as EventSchema, U as EventScope, V as EventScopeSchema, W as FetchEffect, X as FetchOptions, Y as FetchResult, Z as Field, _ as FieldFormat, $ as FieldFormatSchema, a0 as FieldSchema, a1 as FieldType, a2 as FieldTypeSchema, a4 as ForwardConfig, a5 as ForwardEffect, a6 as GAME_TYPES, a7 as GameType, a8 as GameTypeSchema, a9 as Guard, aa as GuardInput, ab as GuardSchema, ac as ListenSource, ad as ListenSourceSchema, ae as LogEffect, af as McpServiceDef, ag as McpServiceDefSchema, ah as NavigateEffect, ai as NnConfig, aj as NnLayer, ak as NotifyEffect, al as OrbitalEntity, am as OrbitalEntityInput, an as OrbitalEntitySchema, ao as OrbitalTraitRef, ap as OrbitalTraitRefSchema, aq as OsEffect, ar as PayloadField, as as PayloadFieldSchema, at as PersistData, au as PersistEffect, av as PersistEmitConfig, aw as PresentationType, ax as RefEffect, ay as RelationConfig, az as RelationConfigSchema, aA as RenderItemLambda, aB as RenderUIConfig, aC as RenderUIEffect, aD as RenderUINode, aE as RequiredField, aF as RequiredFieldSchema, aG as ResolvedAsset, aH as ResolvedAssetInput, aI as ResolvedAssetSchema, aJ as ResolvedPatternProps, aK as RestAuthConfig, aL as RestAuthConfigSchema, aM as RestServiceDef, aN as RestServiceDefSchema, aO as SERVICE_TYPES, aP as SemanticAssetRef, aQ as SemanticAssetRefInput, aR as SemanticAssetRefSchema, aS as ServiceDefinition, aT as ServiceDefinitionSchema, aV as ServiceParamsValue, aW as ServiceRef, aX as ServiceRefObject, aY as ServiceRefObjectSchema, aZ as ServiceRefSchema, a_ as ServiceRefStringSchema, a$ as ServiceType, b0 as ServiceTypeSchema, b1 as SetEffect, b2 as SocketEvents, b3 as SocketEventsSchema, b4 as SocketServiceDef, b5 as SocketServiceDefSchema, b6 as SpawnEffect, b7 as State, b8 as StateInput, b9 as StateMachine, ba as StateMachineInput, bb as StateMachineSchema, bc as StateSchema, bd as SwapEffect, be as TrainConfig, bf as TrainEffect, bh as TraitCategory, bi as TraitCategorySchema, bk as TraitConfigObject, bl as TraitConfigSchema, bm as TraitConfigValue, bn as TraitConfigValueSchema, bo as TraitDataEntity, bp as TraitDataEntitySchema, bq as TraitEntityField, br as TraitEntityFieldSchema, bs as TraitEventContract, bt as TraitEventContractSchema, bu as TraitEventListener, bv as TraitEventListenerSchema, bw as TraitInput, bx as TraitRef, by as TraitRefSchema, bz as TraitReference, bA as TraitReferenceInput, bB as TraitReferenceSchema, bC as TraitSchema, bD as TraitTick, bE as TraitTickSchema, bF as TraitUIBinding, bG as Transition, bH as TransitionInput, bI as TransitionSchema, bJ as TypedEffect, bK as UISlot, bL as UISlotSchema, bM as UI_SLOTS, bN as VISUAL_STYLES, bO as VisualStyle, bP as VisualStyleSchema, bQ as WatchEffect, bR as WatchOptions, bS as atomic, bT as callService, bU as createAssetKey, bV as deref, bW as deriveCollection, bX as despawn, bY as doEffects, bZ as emit, b_ as findService, b$ as getDefaultAnimationsForRole, c0 as getServiceNames, c1 as getTraitConfig, c2 as getTraitName, c3 as hasService, c4 as isCircuitEvent, c5 as isEffect, c6 as isInlineTrait, c7 as isMcpService, c8 as isRestService, c9 as isRuntimeEntity, ca as isSExprEffect, cb as isServiceReference, cc as isServiceReferenceObject, cd as isSingletonEntity, ce as isSocketService, cf as navigate, cg as normalizeTraitRef, ch as notify, ci as parseAssetKey, cj as parseServiceRef, ck as persist, cl as ref, cm as renderUI, cn as set, co as spawn, cp as swap, cq as validateAssetAnimations, cr as watch } from '../trait-Dh8USts-.js';
1
+ import { a as OrbitalSchema, V as Orbital, b as Page, x as DomainContext } from '../schema-BEBX7aQ3.js';
2
+ export { A as AGENT_DOMAIN_CATEGORIES, d as ALLOWED_CUSTOM_COMPONENTS, e as AgentDomainCategory, f as AgentDomainCategorySchema, g as AllowedCustomComponent, C as ComputedEventContract, h as ComputedEventContractSchema, i as ComputedEventListener, j as ComputedEventListenerSchema, k as CustomPatternDefinition, l as CustomPatternDefinitionInput, m as CustomPatternDefinitionSchema, n as CustomPatternMap, o as CustomPatternMapInput, p as CustomPatternMapSchema, D as DesignPreferences, q as DesignPreferencesInput, r as DesignPreferencesSchema, s as DesignTokens, t as DesignTokensInput, u as DesignTokensSchema, v as DomainCategory, w as DomainCategorySchema, y as DomainContextInput, z as DomainContextSchema, B as DomainVocabulary, F as DomainVocabularySchema, G as EntityCall, H as EntityCallSchema, E as EntityRef, I as EntityRefSchema, J as EntityRefStringSchema, K as EntitySemanticRole, L as EntitySemanticRoleSchema, M as EventListener, N as EventListenerSchema, Q as EventSemanticRole, R as EventSemanticRoleSchema, S as EventSource, T as EventSourceSchema, W as GameSubCategory, X as GameSubCategorySchema, Y as NodeClassification, Z as NodeClassificationSchema, _ as OrbitalConfig, $ as OrbitalConfigInput, a0 as OrbitalConfigSchema, O as OrbitalDefinition, a1 as OrbitalDefinitionSchema, a2 as OrbitalInput, a3 as OrbitalPage, a4 as OrbitalPageInput, a5 as OrbitalPageSchema, a6 as OrbitalPageStrictInput, a7 as OrbitalPageStrictSchema, a8 as OrbitalSchemaInput, a9 as OrbitalSchemaSchema, aa as OrbitalSchemaWithTraits, ab as OrbitalUnit, ac as OrbitalUnitSchema, ad as OrbitalZodSchema, P as PageRef, c as PageRefObject, ae as PageRefObjectSchema, af as PageRefSchema, ag as PageRefStringSchema, ah as PageSchema, ai as PageTraitRef, aj as PageTraitRefSchema, ak as RelatedLink, al as RelatedLinkSchema, am as StateSemanticRole, an as StateSemanticRoleSchema, ao as SuggestedGuard, ap as SuggestedGuardSchema, aq as ThemeDefinition, ar as ThemeDefinitionSchema, as as ThemeRef, at as ThemeRefSchema, au as ThemeRefStringSchema, av as ThemeTokens, aw as ThemeTokensSchema, ax as ThemeVariant, ay as ThemeVariantSchema, az as UXHints, aA as UXHintsSchema, U as UseDeclaration, aB as UseDeclarationSchema, aC as UserPersona, aD as UserPersonaInput, aE as UserPersonaSchema, aF as ViewType, aG as ViewTypeSchema, aH as isEntityCall, aI as isEntityReference, aJ as isEntityReferenceAny, aK as isImportedTraitRef, aL as isOrbitalDefinition, aM as isPageReference, aN as isPageReferenceObject, aO as isPageReferenceString, aP as isThemeReference, aQ as parseEntityRef, aR as parseImportedTraitRef, aS as parseOrbitalSchema, aT as parsePageRef, aU as safeParseOrbitalSchema } from '../schema-BEBX7aQ3.js';
3
+ import { b0 as ServiceParams, T as Trait, b as Entity, g as EntityRow, ac as FieldValue, D as DeclaredTraitConfig, d as TraitConfig } from '../trait-FCfo_4jF.js';
4
+ export { A as AgentEffect, j as AnimationDef, k as AnimationDefInput, l as AnimationDefSchema, m as AssetMap, n as AssetMapInput, o as AssetMapSchema, p as AssetMapping, q as AssetMappingInput, r as AssetMappingSchema, s as AtomicEffect, C as CallServiceConfig, t as CallServiceEffect, u as CheckpointLoadEffect, v as CheckpointSaveEffect, w as ConfigFieldDeclaration, x as ConfigFieldDeclarationSchema, y as DeclaredTraitConfigSchema, z as DerefEffect, B as DespawnEffect, F as DoEffect, G as ENTITY_ROLES, E as Effect, H as EffectInput, I as EffectSchema, J as EmitConfig, K as EmitEffect, L as EntityData, e as EntityField, M as EntityFieldInput, N as EntityFieldSchema, f as EntityPersistence, O as EntityPersistenceSchema, P as EntityRole, Q as EntityRoleSchema, V as EntitySchema, W as EvaluateConfig, X as EvaluateEffect, Y as Event, Z as EventInput, _ as EventPayloadField, $ as EventPayloadFieldSchema, a0 as EventSchema, a1 as EventScope, a2 as EventScopeSchema, a3 as FetchEffect, a4 as FetchOptions, a5 as FetchResult, a6 as Field, a7 as FieldFormat, a8 as FieldFormatSchema, a9 as FieldSchema, aa as FieldType, ab as FieldTypeSchema, ad as ForwardConfig, ae as ForwardEffect, af as GAME_TYPES, ag as GameType, ah as GameTypeSchema, ai as Guard, aj as GuardInput, ak as GuardSchema, al as ListenSource, am as ListenSourceSchema, an as LogEffect, ao as McpServiceDef, ap as McpServiceDefSchema, aq as NavigateEffect, ar as NnConfig, as as NnLayer, at as NotifyEffect, au as OrbitalEntity, av as OrbitalEntityInput, aw as OrbitalEntitySchema, ax as OrbitalTraitRef, ay as OrbitalTraitRefSchema, az as OsEffect, aA as PayloadField, aB as PayloadFieldSchema, aC as PersistData, aD as PersistEffect, aE as PersistEmitConfig, aF as PresentationType, aG as RefEffect, aH as RelationConfig, aI as RelationConfigSchema, aJ as RenderItemLambda, aK as RenderUIConfig, R as RenderUIEffect, aL as RenderUINode, aM as RequiredField, aN as RequiredFieldSchema, aO as ResolvedAsset, aP as ResolvedAssetInput, aQ as ResolvedAssetSchema, aR as ResolvedPatternProps, aS as RestAuthConfig, aT as RestAuthConfigSchema, aU as RestServiceDef, aV as RestServiceDefSchema, aW as SERVICE_TYPES, aX as SemanticAssetRef, aY as SemanticAssetRefInput, aZ as SemanticAssetRefSchema, a_ as ServiceDefinition, a$ as ServiceDefinitionSchema, b1 as ServiceParamsValue, b2 as ServiceRef, b3 as ServiceRefObject, b4 as ServiceRefObjectSchema, b5 as ServiceRefSchema, b6 as ServiceRefStringSchema, b7 as ServiceType, b8 as ServiceTypeSchema, b9 as SetEffect, ba as SocketEvents, bb as SocketEventsSchema, bc as SocketServiceDef, bd as SocketServiceDefSchema, be as SpawnEffect, S as State, bf as StateInput, bg as StateMachine, bh as StateMachineInput, bi as StateMachineSchema, bj as StateSchema, bk as SwapEffect, bl as TrainConfig, bm as TrainEffect, bn as TraitCategory, bo as TraitCategorySchema, bp as TraitConfigObject, bq as TraitConfigSchema, br as TraitConfigValue, bs as TraitConfigValueSchema, bt as TraitDataEntity, bu as TraitDataEntitySchema, bv as TraitEntityField, bw as TraitEntityFieldSchema, a as TraitEventContract, bx as TraitEventContractSchema, c as TraitEventListener, by as TraitEventListenerSchema, bz as TraitInput, h as TraitRef, bA as TraitRefSchema, i as TraitReference, bB as TraitReferenceInput, bC as TraitReferenceSchema, bD as TraitSchema, bE as TraitTick, bF as TraitTickSchema, bG as TraitUIBinding, bH as Transition, bI as TransitionInput, bJ as TransitionSchema, bK as TypedEffect, U as UISlot, bL as UISlotSchema, bM as UI_SLOTS, bN as VISUAL_STYLES, bO as VisualStyle, bP as VisualStyleSchema, bQ as WatchEffect, bR as WatchOptions, bS as atomic, bT as callService, bU as createAssetKey, bV as deref, bW as deriveCollection, bX as despawn, bY as doEffects, bZ as emit, b_ as findService, b$ as getDefaultAnimationsForRole, c0 as getServiceNames, c1 as getTraitConfig, c2 as getTraitName, c3 as hasService, c4 as isCircuitEvent, c5 as isEffect, c6 as isInlineTrait, c7 as isMcpService, c8 as isRestService, c9 as isRuntimeEntity, ca as isSExprEffect, cb as isServiceReference, cc as isServiceReferenceObject, cd as isSingletonEntity, ce as isSocketService, cf as navigate, cg as normalizeTraitRef, ch as notify, ci as parseAssetKey, cj as parseServiceRef, ck as persist, cl as ref, cm as renderUI, cn as set, co as spawn, cp as swap, cq as validateAssetAnimations, cr as watch } from '../trait-FCfo_4jF.js';
5
5
  import { c as EventPayloadValue, b as EventPayload, L as LogMeta, S as SExpr } from '../expression-BVRFm0sV.js';
6
6
  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-BVRFm0sV.js';
7
7
  import { z } from 'zod';
@@ -343,17 +343,17 @@ declare const InteractionModelSchema: z.ZodObject<{
343
343
  bulkActions: z.ZodOptional<z.ZodBoolean>;
344
344
  realtime: z.ZodOptional<z.ZodBoolean>;
345
345
  }, "strip", z.ZodTypeAny, {
346
- createFlow: "modal" | "none" | "inline" | "page";
347
- editFlow: "modal" | "none" | "inline" | "page";
348
- viewFlow: "modal" | "drawer" | "none" | "inline" | "page";
346
+ createFlow: "modal" | "page" | "inline" | "none";
347
+ editFlow: "modal" | "page" | "inline" | "none";
348
+ viewFlow: "modal" | "drawer" | "page" | "inline" | "none";
349
349
  deleteFlow: "none" | "confirm" | "instant";
350
350
  listInteraction?: "click-to-view" | "click-to-edit" | "inline-edit" | undefined;
351
351
  bulkActions?: boolean | undefined;
352
352
  realtime?: boolean | undefined;
353
353
  }, {
354
- createFlow: "modal" | "none" | "inline" | "page";
355
- editFlow: "modal" | "none" | "inline" | "page";
356
- viewFlow: "modal" | "drawer" | "none" | "inline" | "page";
354
+ createFlow: "modal" | "page" | "inline" | "none";
355
+ editFlow: "modal" | "page" | "inline" | "none";
356
+ viewFlow: "modal" | "drawer" | "page" | "inline" | "none";
357
357
  deleteFlow: "none" | "confirm" | "instant";
358
358
  listInteraction?: "click-to-view" | "click-to-edit" | "inline-edit" | undefined;
359
359
  bulkActions?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/core",
3
- "version": "8.6.3",
3
+ "version": "8.7.0",
4
4
  "description": "Core schema types and definitions for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",