@almadar/core 10.75.0 → 10.76.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 +3 -3
- package/dist/builders.js +4 -0
- package/dist/builders.js.map +1 -1
- package/dist/{effect-CK1NMWES.d.ts → effect-wTKhHDhB.d.ts} +1 -1
- package/dist/{entityAccess-B-de_0a8.d.ts → entityAccess-DWkf9MFx.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +4 -0
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-CBxIR1yy.d.ts → index-BBBFTgQp.d.ts} +4 -4
- package/dist/index.d.ts +12 -11
- package/dist/index.js +77 -4
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +11 -5
- package/dist/patterns/index.js +5 -3
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +3 -1
- package/dist/patterns/registry.json +3 -1
- package/dist/{schema-DlTrByoG.d.ts → schema-ZPExOj0F.d.ts} +106 -3
- package/dist/{trait-Cm9H3lHN.d.ts → trait-B9VCCiUM.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +16 -1
- package/dist/types/index.js.map +1 -1
- package/dist/{types-cCAU_Z-5.d.ts → types-BxiymBBS.d.ts} +2 -2
- package/package.json +2 -2
|
@@ -2464,7 +2464,7 @@ type EntityData = Record<string, EntityRow[]>;
|
|
|
2464
2464
|
*
|
|
2465
2465
|
* DO NOT EDIT MANUALLY — regenerated by almadar-pattern-sync `patterns` command.
|
|
2466
2466
|
*
|
|
2467
|
-
* Generated: 2026-08-
|
|
2467
|
+
* Generated: 2026-08-31T05:08:35.502Z
|
|
2468
2468
|
* Pattern count: 274
|
|
2469
2469
|
*/
|
|
2470
2470
|
|
package/dist/factory/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay } from '../types-
|
|
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, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-
|
|
3
|
-
import { a as EntityPersistence, E as EntityField } from '../effect-
|
|
4
|
-
import { a as TraitReference } from '../trait-
|
|
1
|
+
import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay } from '../types-BxiymBBS.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, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-BxiymBBS.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField } from '../effect-wTKhHDhB.js';
|
|
4
|
+
import { a as TraitReference } from '../trait-B9VCCiUM.js';
|
|
5
5
|
export { J as JsonValue } from '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { O as OrbitalSchema, a as OrbitalDefinition } from '../schema-
|
|
2
|
-
import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-
|
|
3
|
-
import { E as EntityField, a as EntityPersistence } from '../effect-
|
|
1
|
+
import { O as OrbitalSchema, a as OrbitalDefinition } from '../schema-ZPExOj0F.js';
|
|
2
|
+
import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-B9VCCiUM.js';
|
|
3
|
+
import { E as EntityField, a as EntityPersistence } from '../effect-wTKhHDhB.js';
|
|
4
4
|
import { MakeTraitRefOpts } from '../builders.js';
|
|
5
5
|
import '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
@@ -1323,6 +1323,10 @@ var ExpectDeclarationSchema = z.discriminatedUnion("kind", [
|
|
|
1323
1323
|
kind: z.literal("event"),
|
|
1324
1324
|
traitName: z.string().min(1, "Expected event trait name is required"),
|
|
1325
1325
|
event: z.string().min(1, "Expected event name is required")
|
|
1326
|
+
}),
|
|
1327
|
+
z.object({
|
|
1328
|
+
kind: z.literal("page"),
|
|
1329
|
+
path: z.string().min(1, "Expected page path is required")
|
|
1326
1330
|
})
|
|
1327
1331
|
]);
|
|
1328
1332
|
var EntityRefStringSchema = z.string().regex(
|