@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.
- package/dist/builders.d.ts +3 -3
- package/dist/{effect-CrsTJ7h8.d.ts → effect-BftJTKJZ.d.ts} +2 -2
- package/dist/{entityAccess-B0r5mJ43.d.ts → entityAccess-OcrfCefK.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/{index-DOU3UsI-.d.ts → index-cXViQbl2.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +6 -8
- 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 +10 -16
- package/dist/patterns/index.js +6 -8
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +4 -6
- package/dist/patterns/registry.json +4 -6
- package/dist/{schema-CrlpehQq.d.ts → schema-8n8qR2Rb.d.ts} +2 -2
- package/dist/{trait-CdcDJqPW.d.ts → trait-BRv7XO6_.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/{types--R-KklLv.d.ts → types-RhC1qunQ.d.ts} +2 -2
- package/package.json +1 -1
package/dist/mock/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { O as OrbitalSchema } from '../schema-
|
|
2
|
-
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-
|
|
3
|
-
import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-
|
|
4
|
-
import '../trait-
|
|
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
|
|
package/dist/patterns/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-
|
|
2
|
-
export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-
|
|
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-
|
|
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
|
-
|
|
47892
|
+
id: {
|
|
47893
47893
|
types: [
|
|
47894
|
-
"
|
|
47894
|
+
"string"
|
|
47895
47895
|
],
|
|
47896
|
-
description: "The
|
|
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-
|
|
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-
|
|
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
|
-
|
|
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
|
-
|
|
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[];
|
package/dist/patterns/index.js
CHANGED
|
@@ -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-
|
|
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
|
-
|
|
47760
|
+
id: {
|
|
47761
47761
|
types: [
|
|
47762
|
-
"
|
|
47762
|
+
"string"
|
|
47763
47763
|
],
|
|
47764
|
-
description: "The
|
|
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-
|
|
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-
|
|
52388
|
+
exportedAt: "2026-08-28T23:51:47.246Z",
|
|
52391
52389
|
contracts: {
|
|
52392
52390
|
form: {
|
|
52393
52391
|
emits: [
|