@almadar/core 8.7.0 → 8.7.2
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/{compose-behaviors-k95NMGjj.d.ts → compose-behaviors-BRQDrtJq.d.ts} +1 -1
- package/dist/factory/index.d.ts +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/{schema-BEBX7aQ3.d.ts → schema-BQCTssuv.d.ts} +272 -272
- package/dist/{trait-FCfo_4jF.d.ts → trait-Cvs0OQbV.d.ts} +29 -29
- package/dist/types/index.d.ts +10 -10
- package/package.json +1 -1
|
@@ -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 {
|
|
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 };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as AGENT_DOMAIN_CATEGORIES,
|
|
3
|
-
import {
|
|
4
|
-
export { A as AgentEffect,
|
|
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" | "
|
|
347
|
-
editFlow: "modal" | "
|
|
348
|
-
viewFlow: "modal" | "drawer" | "
|
|
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" | "
|
|
355
|
-
editFlow: "modal" | "
|
|
356
|
-
viewFlow: "modal" | "drawer" | "
|
|
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;
|