@almadar/core 8.7.0 → 8.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3082,8 +3082,6 @@ 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;
3087
3085
  source?: {
3088
3086
  kind: "any";
3089
3087
  } | {
@@ -3094,12 +3092,12 @@ declare const TraitEventListenerSchema: z.ZodObject<{
3094
3092
  orbital: string;
3095
3093
  kind: "orbital";
3096
3094
  } | 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;
3103
3101
  source?: {
3104
3102
  kind: "any";
3105
3103
  } | {
@@ -3110,6 +3108,8 @@ declare const TraitEventListenerSchema: z.ZodObject<{
3110
3108
  orbital: string;
3111
3109
  kind: "orbital";
3112
3110
  } | 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,8 +3778,6 @@ 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;
3783
3781
  source?: {
3784
3782
  kind: "any";
3785
3783
  } | {
@@ -3790,12 +3788,12 @@ declare const TraitSchema: z.ZodObject<{
3790
3788
  orbital: string;
3791
3789
  kind: "orbital";
3792
3790
  } | 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;
3799
3797
  source?: {
3800
3798
  kind: "any";
3801
3799
  } | {
@@ -3806,6 +3804,8 @@ declare const TraitSchema: z.ZodObject<{
3806
3804
  orbital: string;
3807
3805
  kind: "orbital";
3808
3806
  } | 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,8 +3911,6 @@ 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;
3916
3914
  source?: {
3917
3915
  kind: "any";
3918
3916
  } | {
@@ -3923,6 +3921,8 @@ declare const TraitSchema: z.ZodObject<{
3923
3921
  orbital: string;
3924
3922
  kind: "orbital";
3925
3923
  } | 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,8 +4042,6 @@ 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;
4047
4045
  source?: {
4048
4046
  kind: "any";
4049
4047
  } | {
@@ -4054,6 +4052,8 @@ declare const TraitSchema: z.ZodObject<{
4054
4052
  orbital: string;
4055
4053
  kind: "orbital";
4056
4054
  } | 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,8 +4553,6 @@ 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;
4558
4556
  source?: {
4559
4557
  kind: "any";
4560
4558
  } | {
@@ -4565,12 +4563,12 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
4565
4563
  orbital: string;
4566
4564
  kind: "orbital";
4567
4565
  } | 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;
4574
4572
  source?: {
4575
4573
  kind: "any";
4576
4574
  } | {
@@ -4581,6 +4579,8 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
4581
4579
  orbital: string;
4582
4580
  kind: "orbital";
4583
4581
  } | 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,8 +4686,6 @@ 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;
4691
4689
  source?: {
4692
4690
  kind: "any";
4693
4691
  } | {
@@ -4698,6 +4696,8 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
4698
4696
  orbital: string;
4699
4697
  kind: "orbital";
4700
4698
  } | 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,8 +4817,6 @@ 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;
4822
4820
  source?: {
4823
4821
  kind: "any";
4824
4822
  } | {
@@ -4829,6 +4827,8 @@ declare const TraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
4829
4827
  orbital: string;
4830
4828
  kind: "orbital";
4831
4829
  } | 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,8 +5398,6 @@ 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;
5403
5401
  source?: {
5404
5402
  kind: "any";
5405
5403
  } | {
@@ -5410,12 +5408,12 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5410
5408
  orbital: string;
5411
5409
  kind: "orbital";
5412
5410
  } | 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;
5419
5417
  source?: {
5420
5418
  kind: "any";
5421
5419
  } | {
@@ -5426,6 +5424,8 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5426
5424
  orbital: string;
5427
5425
  kind: "orbital";
5428
5426
  } | 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,8 +5531,6 @@ 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;
5536
5534
  source?: {
5537
5535
  kind: "any";
5538
5536
  } | {
@@ -5543,6 +5541,8 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5543
5541
  orbital: string;
5544
5542
  kind: "orbital";
5545
5543
  } | 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,8 +5662,6 @@ 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;
5667
5665
  source?: {
5668
5666
  kind: "any";
5669
5667
  } | {
@@ -5674,6 +5672,8 @@ declare const OrbitalTraitRefSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
5674
5672
  orbital: string;
5675
5673
  kind: "orbital";
5676
5674
  } | 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 { 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 };
5773
+ export { type Field as $, type AgentEffect as A, type EntityData as B, type CallServiceConfig as C, type DeclaredTraitConfig as D, ENTITY_ROLES as E, type EntityField as F, type EntityFieldInput as G, EntityFieldSchema as H, type EntityPersistence as I, EntityPersistenceSchema as J, type EntityRole as K, EntityRoleSchema as L, type EntityRow as M, EntitySchema as N, type EnumEntityField as O, type EvaluateConfig as P, type EvaluateEffect as Q, type Event as R, type EventInput as S, type EventPayloadField as T, EventPayloadFieldSchema as U, EventSchema as V, type EventScope as W, EventScopeSchema as X, type FetchEffect as Y, type FetchOptions as Z, type FetchResult as _, type AnimationDef as a, type ServiceRefObject as a$, type FieldFormat as a0, FieldFormatSchema as a1, FieldSchema as a2, type FieldType as a3, FieldTypeSchema as a4, type FieldValue as a5, type ForwardConfig as a6, type ForwardEffect as a7, GAME_TYPES as a8, type GameType as a9, type RelationConfig as aA, RelationConfigSchema as aB, type RelationEntityField as aC, type RenderItemLambda as aD, type RenderUIConfig as aE, type RenderUIEffect as aF, type RenderUINode as aG, type RequiredField as aH, RequiredFieldSchema as aI, type ResolvedAsset as aJ, type ResolvedAssetInput as aK, ResolvedAssetSchema as aL, type ResolvedPatternProps as aM, type RestAuthConfig as aN, RestAuthConfigSchema as aO, type RestServiceDef as aP, RestServiceDefSchema as aQ, SERVICE_TYPES as aR, type ScalarEntityField as aS, type SemanticAssetRef as aT, type SemanticAssetRefInput as aU, SemanticAssetRefSchema as aV, type ServiceDefinition as aW, ServiceDefinitionSchema as aX, type ServiceParams as aY, type ServiceParamsValue as aZ, type ServiceRef as a_, GameTypeSchema as aa, type Guard as ab, type GuardInput as ac, GuardSchema as ad, type ListenSource as ae, ListenSourceSchema as af, type LogEffect as ag, type McpServiceDef as ah, McpServiceDefSchema as ai, type NavigateEffect as aj, type NnConfig as ak, type NnLayer as al, type NotifyEffect as am, type OrbitalEntity as an, type OrbitalEntityInput as ao, OrbitalEntitySchema as ap, type OrbitalTraitRef as aq, OrbitalTraitRefSchema as ar, type OsEffect as as, type PayloadField as at, PayloadFieldSchema as au, type PersistData as av, type PersistEffect as aw, type PersistEmitConfig as ax, type PresentationType as ay, type RefEffect as az, type AnimationDefInput as b, despawn as b$, ServiceRefObjectSchema as b0, ServiceRefSchema as b1, ServiceRefStringSchema as b2, type ServiceType as b3, ServiceTypeSchema as b4, type SetEffect as b5, type SocketEvents as b6, SocketEventsSchema as b7, type SocketServiceDef as b8, SocketServiceDefSchema as b9, type TraitInput as bA, type TraitRef as bB, TraitRefSchema as bC, type TraitReference as bD, type TraitReferenceInput as bE, TraitReferenceSchema as bF, TraitSchema as bG, type TraitTick as bH, TraitTickSchema as bI, type TraitUIBinding as bJ, type Transition as bK, type TransitionInput as bL, TransitionSchema as bM, type TypedEffect as bN, type UISlot as bO, UISlotSchema as bP, UI_SLOTS as bQ, VISUAL_STYLES as bR, type VisualStyle as bS, VisualStyleSchema as bT, type WatchEffect as bU, type WatchOptions as bV, atomic as bW, callService as bX, createAssetKey as bY, deref as bZ, deriveCollection as b_, type SpawnEffect as ba, type State as bb, type StateInput as bc, type StateMachine as bd, type StateMachineInput as be, StateMachineSchema as bf, StateSchema as bg, type SwapEffect as bh, type TrainConfig as bi, type TrainEffect as bj, type Trait as bk, type TraitCategory as bl, TraitCategorySchema as bm, type TraitConfig as bn, type TraitConfigObject as bo, TraitConfigSchema as bp, type TraitConfigValue as bq, TraitConfigValueSchema as br, type TraitDataEntity as bs, TraitDataEntitySchema as bt, type TraitEntityField as bu, TraitEntityFieldSchema as bv, type TraitEventContract as bw, TraitEventContractSchema as bx, type TraitEventListener as by, TraitEventListenerSchema as bz, AnimationDefSchema as c, doEffects as c0, emit as c1, findService as c2, getDefaultAnimationsForRole as c3, getServiceNames as c4, getTraitConfig as c5, getTraitName as c6, hasService as c7, isCircuitEvent as c8, isEffect as c9, isInlineTrait as ca, isMcpService as cb, isRestService as cc, isRuntimeEntity as cd, isSExprEffect as ce, isServiceReference as cf, isServiceReferenceObject as cg, isSingletonEntity as ch, isSocketService as ci, navigate as cj, normalizeTraitRef as ck, notify as cl, parseAssetKey as cm, parseServiceRef as cn, persist as co, ref as cp, renderUI as cq, set as cr, spawn as cs, swap as ct, validateAssetAnimations as cu, watch as cv, type ArrayEntityField as d, type AssetMap as e, type AssetMapInput as f, AssetMapSchema as g, type AssetMapping as h, type AssetMappingInput as i, AssetMappingSchema as j, type AtomicEffect as k, type CallServiceEffect as l, type CheckpointLoadEffect as m, type CheckpointSaveEffect as n, type ConfigFieldDeclaration as o, ConfigFieldDeclarationSchema as p, DeclaredTraitConfigSchema as q, type DerefEffect as r, type DespawnEffect as s, type DoEffect as t, type Effect as u, type EffectInput as v, EffectSchema as w, type EmitConfig as x, type EmitEffect as y, type Entity as z };
@@ -1,7 +1,7 @@
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';
1
+ import { a3 as OrbitalSchema, T as Orbital, aa as Page, u as DomainContext } from '../schema-BQCTssuv.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-BQCTssuv.js';
3
+ import { aY as ServiceParams, bk as Trait, z as Entity, M as EntityRow, a5 as FieldValue, D as DeclaredTraitConfig, bn as TraitConfig } from '../trait-Cvs0OQbV.js';
4
+ export { A as AgentEffect, a as AnimationDef, b as AnimationDefInput, c as AnimationDefSchema, d as ArrayEntityField, e as AssetMap, f as AssetMapInput, g as AssetMapSchema, h as AssetMapping, i as AssetMappingInput, j as AssetMappingSchema, k as AtomicEffect, C as CallServiceConfig, l as CallServiceEffect, m as CheckpointLoadEffect, n as CheckpointSaveEffect, o as ConfigFieldDeclaration, p as ConfigFieldDeclarationSchema, q as DeclaredTraitConfigSchema, r as DerefEffect, s as DespawnEffect, t as DoEffect, E as ENTITY_ROLES, u as Effect, v as EffectInput, w as EffectSchema, x as EmitConfig, y as EmitEffect, B as EntityData, F as EntityField, G as EntityFieldInput, H as EntityFieldSchema, I as EntityPersistence, J as EntityPersistenceSchema, K as EntityRole, L as EntityRoleSchema, N as EntitySchema, O as EnumEntityField, P as EvaluateConfig, Q as EvaluateEffect, R as Event, S as EventInput, T as EventPayloadField, U as EventPayloadFieldSchema, V as EventSchema, W as EventScope, X as EventScopeSchema, Y as FetchEffect, Z as FetchOptions, _ as FetchResult, $ as Field, a0 as FieldFormat, a1 as FieldFormatSchema, a2 as FieldSchema, a3 as FieldType, a4 as FieldTypeSchema, a6 as ForwardConfig, a7 as ForwardEffect, a8 as GAME_TYPES, a9 as GameType, aa as GameTypeSchema, ab as Guard, ac as GuardInput, ad as GuardSchema, ae as ListenSource, af as ListenSourceSchema, ag as LogEffect, ah as McpServiceDef, ai as McpServiceDefSchema, aj as NavigateEffect, ak as NnConfig, al as NnLayer, am as NotifyEffect, an as OrbitalEntity, ao as OrbitalEntityInput, ap as OrbitalEntitySchema, aq as OrbitalTraitRef, ar as OrbitalTraitRefSchema, as as OsEffect, at as PayloadField, au as PayloadFieldSchema, av as PersistData, aw as PersistEffect, ax as PersistEmitConfig, ay as PresentationType, az as RefEffect, aA as RelationConfig, aB as RelationConfigSchema, aC as RelationEntityField, aD as RenderItemLambda, aE as RenderUIConfig, aF as RenderUIEffect, aG as RenderUINode, aH as RequiredField, aI as RequiredFieldSchema, aJ as ResolvedAsset, aK as ResolvedAssetInput, aL as ResolvedAssetSchema, aM as ResolvedPatternProps, aN as RestAuthConfig, aO as RestAuthConfigSchema, aP as RestServiceDef, aQ as RestServiceDefSchema, aR as SERVICE_TYPES, aS as ScalarEntityField, aT as SemanticAssetRef, aU as SemanticAssetRefInput, aV as SemanticAssetRefSchema, aW as ServiceDefinition, aX as ServiceDefinitionSchema, aZ as ServiceParamsValue, a_ as ServiceRef, a$ as ServiceRefObject, b0 as ServiceRefObjectSchema, b1 as ServiceRefSchema, b2 as ServiceRefStringSchema, b3 as ServiceType, b4 as ServiceTypeSchema, b5 as SetEffect, b6 as SocketEvents, b7 as SocketEventsSchema, b8 as SocketServiceDef, b9 as SocketServiceDefSchema, ba as SpawnEffect, bb as State, bc as StateInput, bd as StateMachine, be as StateMachineInput, bf as StateMachineSchema, bg as StateSchema, bh as SwapEffect, bi as TrainConfig, bj as TrainEffect, bl as TraitCategory, bm as TraitCategorySchema, bo as TraitConfigObject, bp as TraitConfigSchema, bq as TraitConfigValue, br as TraitConfigValueSchema, bs as TraitDataEntity, bt as TraitDataEntitySchema, bu as TraitEntityField, bv as TraitEntityFieldSchema, bw as TraitEventContract, bx as TraitEventContractSchema, by as TraitEventListener, bz as TraitEventListenerSchema, bA as TraitInput, bB as TraitRef, bC as TraitRefSchema, bD as TraitReference, bE as TraitReferenceInput, bF as TraitReferenceSchema, bG as TraitSchema, bH as TraitTick, bI as TraitTickSchema, bJ as TraitUIBinding, bK as Transition, bL as TransitionInput, bM as TransitionSchema, bN as TypedEffect, bO as UISlot, bP as UISlotSchema, bQ as UI_SLOTS, bR as VISUAL_STYLES, bS as VisualStyle, bT as VisualStyleSchema, bU as WatchEffect, bV as WatchOptions, bW as atomic, bX as callService, bY as createAssetKey, bZ as deref, b_ as deriveCollection, b$ as despawn, c0 as doEffects, c1 as emit, c2 as findService, c3 as getDefaultAnimationsForRole, c4 as getServiceNames, c5 as getTraitConfig, c6 as getTraitName, c7 as hasService, c8 as isCircuitEvent, c9 as isEffect, ca as isInlineTrait, cb as isMcpService, cc as isRestService, cd as isRuntimeEntity, ce as isSExprEffect, cf as isServiceReference, cg as isServiceReferenceObject, ch as isSingletonEntity, ci as isSocketService, cj as navigate, ck as normalizeTraitRef, cl as notify, cm as parseAssetKey, cn as parseServiceRef, co as persist, cp as ref, cq as renderUI, cr as set, cs as spawn, ct as swap, cu as validateAssetAnimations, cv as watch } from '../trait-Cvs0OQbV.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" | "page" | "inline" | "none";
347
- editFlow: "modal" | "page" | "inline" | "none";
348
- viewFlow: "modal" | "drawer" | "page" | "inline" | "none";
346
+ createFlow: "modal" | "none" | "inline" | "page";
347
+ editFlow: "modal" | "none" | "inline" | "page";
348
+ viewFlow: "modal" | "drawer" | "none" | "inline" | "page";
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" | "page" | "inline" | "none";
355
- editFlow: "modal" | "page" | "inline" | "none";
356
- viewFlow: "modal" | "drawer" | "page" | "inline" | "none";
354
+ createFlow: "modal" | "none" | "inline" | "page";
355
+ editFlow: "modal" | "none" | "inline" | "page";
356
+ viewFlow: "modal" | "drawer" | "none" | "inline" | "page";
357
357
  deleteFlow: "none" | "confirm" | "instant";
358
358
  listInteraction?: "click-to-view" | "click-to-edit" | "inline-edit" | undefined;
359
359
  bulkActions?: boolean | undefined;
@@ -82,11 +82,11 @@ var EntityFieldSchema = z.lazy(() => {
82
82
  const obj = input;
83
83
  const next = { ...obj };
84
84
  const aliased = FIELD_TYPE_ALIASES[obj.type];
85
- if (aliased !== void 0) next["type"] = aliased;
86
- if (next["enum"] !== void 0 && next["values"] === void 0) {
87
- next["values"] = next["enum"];
85
+ if (aliased !== void 0) next.type = aliased;
86
+ if (next.enum !== void 0 && next.values === void 0) {
87
+ next.values = next.enum;
88
88
  }
89
- delete next["enum"];
89
+ delete next.enum;
90
90
  return next;
91
91
  },
92
92
  z.discriminatedUnion("type", [