@almadar/core 10.87.0 → 10.88.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/builders.d.ts +2 -2
- package/dist/builders.js +2 -0
- package/dist/builders.js.map +1 -1
- package/dist/{entityAccess-DNDEF75i.d.ts → entityAccess-B5_Y9zF5.d.ts} +1 -1
- package/dist/factory/index.d.ts +3 -3
- package/dist/factory-runtime/index.d.ts +2 -2
- package/dist/factory-runtime/index.js +2 -0
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/i18n/index.d.ts +14 -2
- package/dist/i18n/index.js +192 -375
- package/dist/i18n/index.js.map +1 -1
- package/dist/{index-xZP_Ajx3.d.ts → index-CYE40P_7.d.ts} +3 -3
- package/dist/index.d.ts +9 -9
- package/dist/index.js +194 -375
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +3 -3
- package/dist/{schema-_SPrm5Ic.d.ts → schema-ex9koAoK.d.ts} +465 -1
- package/dist/{trait-9tfq2tQb.d.ts → trait-BJAX5TJK.d.ts} +129 -0
- package/dist/types/index.d.ts +4 -4
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CjRjhiaO.d.ts → types-kHQhEEXQ.d.ts} +1 -1
- package/package.json +3 -2
package/dist/builders.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as IdentityLedger, A as AnyPatternConfig, U as UISlot, c as Effect, i as RenderBinding, j as RenderUIEffect, d as EntityId, e as Entity, E as EntityField, a as EntityPersistence, g as EntityRow } from './effect-DMA97JxX.js';
|
|
2
|
-
import { a as OrbitalDefinition, O as OrbitalSchema, U as UseDeclaration, E as EntityRef, b as ExpectDeclaration, P as PageRef, c as Page, d as PageRefObject } from './schema-
|
|
3
|
-
import { b as TraitConfig, h as Trait, T as TraitEventListener, i as CallSiteConfig, k as TraitEventContract, d as TraitRef, a as TraitReference } from './trait-
|
|
2
|
+
import { a as OrbitalDefinition, O as OrbitalSchema, U as UseDeclaration, E as EntityRef, b as ExpectDeclaration, P as PageRef, c as Page, d as PageRefObject } from './schema-ex9koAoK.js';
|
|
3
|
+
import { b as TraitConfig, h as Trait, T as TraitEventListener, i as CallSiteConfig, k as TraitEventContract, d as TraitRef, a as TraitReference } from './trait-BJAX5TJK.js';
|
|
4
4
|
import { S as SExpr } from './expression-WfTp2arD.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import './json-D8gmyK3l.js';
|
package/dist/builders.js
CHANGED
|
@@ -521,6 +521,7 @@ var EventSchema = z.object({
|
|
|
521
521
|
synonyms: z.string().optional(),
|
|
522
522
|
tier: z.string().optional(),
|
|
523
523
|
payloadSchema: z.array(PayloadFieldSchema).optional(),
|
|
524
|
+
payloadEntity: z.string().optional(),
|
|
524
525
|
classification: z.enum(["domain", "system"]).optional(),
|
|
525
526
|
semanticRole: z.string().optional()
|
|
526
527
|
});
|
|
@@ -707,6 +708,7 @@ var TraitEventContractSchema = z.object({
|
|
|
707
708
|
definerKnob: z.string().optional(),
|
|
708
709
|
scopeOverridden: z.boolean().optional(),
|
|
709
710
|
payloadSchema: z.array(EventPayloadFieldSchema).optional(),
|
|
711
|
+
payloadEntity: z.string().optional(),
|
|
710
712
|
scope: EventScopeSchema.optional()
|
|
711
713
|
});
|
|
712
714
|
var ListenSourceSchema = z.union([
|