@almadar/core 10.71.0 → 10.72.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.
@@ -1,7 +1,7 @@
1
- import { O as OrbitalSchema } from '../schema-CrlpehQq.js';
2
- export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-B0r5mJ43.js';
3
- import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-CrsTJ7h8.js';
4
- import '../trait-CdcDJqPW.js';
1
+ import { O as OrbitalSchema } from '../schema-8n8qR2Rb.js';
2
+ export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-OcrfCefK.js';
3
+ import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-BftJTKJZ.js';
4
+ import '../trait-BRv7XO6_.js';
5
5
  import '../expression-Fk8bQWef.js';
6
6
  import 'zod';
7
7
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-28T09:02:57.076Z",
3
+ "exportedAt": "2026-08-28T23:51:47.246Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-28T09:02:57.076Z",
3
+ "exportedAt": "2026-08-28T23:51:47.246Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -1,10 +1,10 @@
1
- import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-CrsTJ7h8.js';
2
- export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-CrsTJ7h8.js';
1
+ import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-BftJTKJZ.js';
2
+ export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-BftJTKJZ.js';
3
3
  import { d as EventPayloadValue, a as EventPayload, J as JsonValue } from '../expression-Fk8bQWef.js';
4
4
  import 'zod';
5
5
 
6
6
  var version$3 = "1.0.0";
7
- var exportedAt$3 = "2026-08-28T09:02:57.076Z";
7
+ var exportedAt$3 = "2026-08-28T23:51:47.246Z";
8
8
  var patterns = {
9
9
  "entity-table": {
10
10
  type: "entity-table",
@@ -47889,13 +47889,11 @@ var patterns = {
47889
47889
  ],
47890
47890
  typicalSize: "medium",
47891
47891
  propsSchema: {
47892
- entity: {
47892
+ id: {
47893
47893
  types: [
47894
- "object"
47894
+ "string"
47895
47895
  ],
47896
- description: "The loaded record — supplies the id every commit event carries.",
47897
- kind: "entity",
47898
- cardinality: "record"
47896
+ description: "The record's id carried on every commit and action event."
47899
47897
  },
47900
47898
  title: {
47901
47899
  types: [
@@ -51111,7 +51109,7 @@ var integratorsRegistry = {
51111
51109
  };
51112
51110
 
51113
51111
  var version$1 = "1.0.0";
51114
- var exportedAt$1 = "2026-08-28T09:02:57.076Z";
51112
+ var exportedAt$1 = "2026-08-28T23:51:47.246Z";
51115
51113
  var mappings = {
51116
51114
  "page-header": {
51117
51115
  component: "PageHeader",
@@ -52533,7 +52531,7 @@ var componentMapping = {
52533
52531
  };
52534
52532
 
52535
52533
  var version = "1.0.0";
52536
- var exportedAt = "2026-08-28T09:02:57.076Z";
52534
+ var exportedAt = "2026-08-28T23:51:47.246Z";
52537
52535
  var contracts = {
52538
52536
  form: {
52539
52537
  emits: [
@@ -83288,11 +83286,9 @@ declare const registry: {
83288
83286
  suggestedFor: string[];
83289
83287
  typicalSize: string;
83290
83288
  propsSchema: {
83291
- entity: {
83289
+ id: {
83292
83290
  types: string[];
83293
83291
  description: string;
83294
- kind: string;
83295
- cardinality: string;
83296
83292
  };
83297
83293
  title: {
83298
83294
  types: string[];
@@ -112497,11 +112493,9 @@ declare const PATTERN_REGISTRY: {
112497
112493
  suggestedFor: string[];
112498
112494
  typicalSize: string;
112499
112495
  propsSchema: {
112500
- entity: {
112496
+ id: {
112501
112497
  types: string[];
112502
112498
  description: string;
112503
- kind: string;
112504
- cardinality: string;
112505
112499
  };
112506
112500
  title: {
112507
112501
  types: string[];
@@ -3,7 +3,7 @@ import { z } from 'zod';
3
3
  // src/patterns/patterns-registry.json
4
4
  var patterns_registry_default = {
5
5
  version: "1.0.0",
6
- exportedAt: "2026-08-28T09:02:57.076Z",
6
+ exportedAt: "2026-08-28T23:51:47.246Z",
7
7
  patterns: {
8
8
  "entity-table": {
9
9
  type: "entity-table",
@@ -47757,13 +47757,11 @@ var patterns_registry_default = {
47757
47757
  ],
47758
47758
  typicalSize: "medium",
47759
47759
  propsSchema: {
47760
- entity: {
47760
+ id: {
47761
47761
  types: [
47762
- "object"
47762
+ "string"
47763
47763
  ],
47764
- description: "The loaded record \u2014 supplies the id every commit event carries.",
47765
- kind: "entity",
47766
- cardinality: "record"
47764
+ description: "The record's id \u2014 carried on every commit and action event."
47767
47765
  },
47768
47766
  title: {
47769
47767
  types: [
@@ -50967,7 +50965,7 @@ var integrators_registry_default = {
50967
50965
  // src/patterns/component-mapping.json
50968
50966
  var component_mapping_default = {
50969
50967
  version: "1.0.0",
50970
- exportedAt: "2026-08-28T09:02:57.076Z",
50968
+ exportedAt: "2026-08-28T23:51:47.246Z",
50971
50969
  mappings: {
50972
50970
  "page-header": {
50973
50971
  component: "PageHeader",
@@ -52387,7 +52385,7 @@ var component_mapping_default = {
52387
52385
  // src/patterns/event-contracts.json
52388
52386
  var event_contracts_default = {
52389
52387
  version: "1.0.0",
52390
- exportedAt: "2026-08-28T09:02:57.076Z",
52388
+ exportedAt: "2026-08-28T23:51:47.246Z",
52391
52389
  contracts: {
52392
52390
  form: {
52393
52391
  emits: [