@almadar/core 10.22.0 → 10.24.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.
@@ -216,6 +216,11 @@ type EventPayloadValue = string | number | boolean | Date | null | undefined | E
216
216
  interface EventPayload {
217
217
  [key: string]: EventPayloadValue;
218
218
  }
219
+ /**
220
+ * Runtime guard for `EventPayloadValue` — narrows interpreter-produced
221
+ * `unknown` values at typed substrate boundaries (e.g. `TraceContext.emit`).
222
+ */
223
+ declare function isEventPayloadValue(value: unknown): value is EventPayloadValue;
219
224
  /**
220
225
  * Allowed leaf value for `LogMeta`. Mirrors `EventPayloadValue` shape so
221
226
  * the same row/list data flows through logs without manual flattening,
@@ -227,4 +232,4 @@ interface LogMeta {
227
232
  [key: string]: LogMetaValue;
228
233
  }
229
234
 
230
- export { CORE_BINDINGS as C, type EvalContext as E, type LogMeta as L, type ParsedBinding as P, type SExpr as S, type CoreBinding as a, type EventPayload as b, type EventPayloadValue as c, type Expression as d, type ExpressionInput as e, ExpressionSchema as f, type SExprAtom as g, SExprAtomSchema as h, type SExprInput as i, SExprSchema as j, collectBindings as k, getArgs as l, getOperator as m, isBinding as n, isSExpr as o, isSExprAtom as p, isSExprCall as q, isValidBinding as r, parseBinding as s, sexpr as t, walkSExpr as w };
235
+ export { CORE_BINDINGS as C, type EvalContext as E, type LogMeta as L, type ParsedBinding as P, type SExpr as S, type CoreBinding as a, type EventPayload as b, type EventPayloadValue as c, type Expression as d, type ExpressionInput as e, ExpressionSchema as f, type SExprAtom as g, SExprAtomSchema as h, type SExprInput as i, SExprSchema as j, collectBindings as k, getArgs as l, getOperator as m, isBinding as n, isEventPayloadValue as o, isSExpr as p, isSExprAtom as q, isSExprCall as r, isValidBinding as s, parseBinding as t, sexpr as u, walkSExpr as w };
@@ -1,8 +1,8 @@
1
- import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, r as RuleOverlayEntry, q as PresentationOverlay, s as TraitOverlay } from '../types-DpBetrYc.js';
2
- export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, o as JsonSchema, p as JsonSchemaType, J as JsonValue, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, t as TraitOverlayEntry, u as TraitOverlayListener } from '../types-DpBetrYc.js';
3
- import { a as EntityPersistence, E as EntityField, b as TraitReference } from '../trait-Cs8Mrdw9.js';
1
+ import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, r as RuleOverlayEntry, q as PresentationOverlay, s as TraitOverlay } from '../types-DPA1IF-T.js';
2
+ export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, o as JsonSchema, p as JsonSchemaType, J as JsonValue, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, t as TraitOverlayEntry, u as TraitOverlayListener } from '../types-DPA1IF-T.js';
3
+ import { a as EntityPersistence, E as EntityField, b as TraitReference } from '../trait-fVtC5pP9.js';
4
4
  import 'zod';
5
- import '../expression-BVRFm0sV.js';
5
+ import '../expression-BgReMVoL.js';
6
6
  import '@almadar/patterns';
7
7
 
8
8
  /**
@@ -1,7 +1,7 @@
1
- import { O as OrbitalSchema, M as MakeTraitRefOpts, a as OrbitalDefinition } from '../builders-BjButZdb.js';
2
- import { E as EntityField, a as EntityPersistence, C as CallSiteConfig, c as CallSiteConfigEntry, d as Trait } from '../trait-Cs8Mrdw9.js';
1
+ import { O as OrbitalSchema, M as MakeTraitRefOpts, a as OrbitalDefinition } from '../builders-C4TdM6zi.js';
2
+ import { E as EntityField, a as EntityPersistence, C as CallSiteConfig, c as CallSiteConfigEntry, d as Trait } from '../trait-fVtC5pP9.js';
3
3
  import 'zod';
4
- import '../expression-BVRFm0sV.js';
4
+ import '../expression-BgReMVoL.js';
5
5
  import '@almadar/patterns';
6
6
 
7
7
  /**