@almadar/core 10.21.0 → 10.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{schema-BEL2Gr4v.d.ts → builders-BjButZdb.d.ts} +582 -3
- package/dist/builders.d.ts +4 -469
- package/dist/builders.js.map +1 -1
- package/dist/{expression-BUIi9ezJ.d.ts → expression-BVRFm0sV.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -5
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +8 -9
- package/dist/index.js.map +1 -1
- package/dist/state-machine/index.d.ts +1 -1
- package/dist/{trait-BcRvHKLW.d.ts → trait-Cs8Mrdw9.d.ts} +2 -2
- package/dist/types/index.d.ts +184 -25
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DBzaYmuJ.d.ts → types-DpBetrYc.d.ts} +41 -2
- package/package.json +1 -1
- package/dist/compose-behaviors-mP-vUG61.d.ts +0 -119
|
@@ -227,4 +227,4 @@ interface LogMeta {
|
|
|
227
227
|
[key: string]: LogMetaValue;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
export { CORE_BINDINGS as C, type
|
|
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 };
|
package/dist/factory/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryPageSignature, i as FactorySignatureCatalog,
|
|
3
|
-
import {
|
|
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';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../expression-
|
|
5
|
+
import '../expression-BVRFm0sV.js';
|
|
6
6
|
import '@almadar/patterns';
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { O as OrbitalSchema, a as OrbitalDefinition } from '../
|
|
2
|
-
import {
|
|
3
|
-
import { MakeTraitRefOpts } from '../builders.js';
|
|
4
|
-
import '../expression-BUIi9ezJ.js';
|
|
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';
|
|
5
3
|
import 'zod';
|
|
4
|
+
import '../expression-BVRFm0sV.js';
|
|
6
5
|
import '@almadar/patterns';
|
|
7
|
-
import '../compose-behaviors-mP-vUG61.js';
|
|
8
6
|
|
|
9
7
|
/**
|
|
10
8
|
* Orbital factory manifest types — shared across all packages.
|