@makaio/framework 1.0.0-dev-1783975608971 → 1.0.0-dev-1783977266352
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/.makaio-build.json +2 -2
- package/dist/contracts/adapter/index.d.mts +1 -1
- package/dist/contracts/adapter/schemas/session-lineage.d.mts +1 -1
- package/dist/contracts/artifact/index.d.mts +1 -1
- package/dist/contracts/extension/index.d.mts +2 -2
- package/dist/contracts/facet/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +46 -46
- package/dist/contracts/materialization/index.d.mts +3 -3
- package/dist/contracts/variant/index.d.mts +1 -1
- package/dist/contracts/workflow/index.d.mts +2 -2
- package/dist/{definition-Bj9Vr16H.d.mts → definition-D7qCBmtc.d.mts} +1 -1
- package/dist/{index-DHGW7dFf.d.mts → index-2PsDAhPN.d.mts} +8 -8
- package/dist/{index-BORQLrT7.d.mts → index-BXWTilGs.d.mts} +1 -1
- package/dist/{index-CCX4veeR.d.mts → index-BrAp9ntB.d.mts} +18 -18
- package/dist/{index-BH145jWk.d.mts → index-CHjKP5G0.d.mts} +4 -4
- package/dist/{index-CidZvQ-c.d.mts → index-CidblQAY.d.mts} +9 -9
- package/dist/{index-ChSwb11f.d.mts → index-Cx8jGKOs.d.mts} +4 -4
- package/dist/{index-9g0agW_p.d.mts → index-D3Eek6kd.d.mts} +22 -22
- package/dist/{index-CMTNBuo6.d.mts → index-DmuGKvE2.d.mts} +12 -12
- package/dist/kernel/extension/index.d.mts +1 -1
- package/dist/kernel/index.d.mts +2 -2
- package/dist/kernel/observability/index.d.mts +1 -1
- package/dist/package.json +1 -1
- package/dist/{schemas-BolSW7pQ.d.mts → schemas-DlCdlCEF.d.mts} +4 -4
- package/dist/services/filesystem/namespace.d.mts +6 -6
- package/dist/services/filesystem/schemas.d.mts +3 -3
- package/dist/services/index.d.mts +3 -3
- package/dist/services/settings/storage/extension-configs/namespace.d.mts +3 -3
- package/dist/{session-lineage-BLw8iWAj.d.mts → session-lineage-YShrn77v.d.mts} +1 -1
- package/dist/{transition-CwUIm1hJ.d.mts → transition-DjipYcC3.d.mts} +1 -1
- package/dist/ui-components/index.d.mts +4 -4
- package/dist/workflow-engine/index.d.mts +23 -23
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as ArtifactProjectionPolicy$1 } from "./schemas-
|
|
1
|
+
import { r as ArtifactProjectionPolicy$1 } from "./schemas-DlCdlCEF.mjs";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
import * as _$_makaio_core0 from "@makaio/framework/core";
|
|
4
4
|
import { MakaioBusLike } from "@makaio/framework/core";
|
|
@@ -462,9 +462,9 @@ declare const ArtifactKindRegistrationSchema: z.ZodObject<{
|
|
|
462
462
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
463
463
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
464
464
|
active: "active";
|
|
465
|
+
archived: "archived";
|
|
465
466
|
fading: "fading";
|
|
466
467
|
retired: "retired";
|
|
467
|
-
archived: "archived";
|
|
468
468
|
}>>;
|
|
469
469
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
470
470
|
}, z.core.$strip>>;
|
|
@@ -473,12 +473,12 @@ declare const ArtifactKindRegistrationSchema: z.ZodObject<{
|
|
|
473
473
|
projection: z.ZodOptional<z.ZodObject<{
|
|
474
474
|
mode: z.ZodEnum<{
|
|
475
475
|
none: "none";
|
|
476
|
-
surface: "surface";
|
|
477
476
|
comment: "comment";
|
|
477
|
+
surface: "surface";
|
|
478
478
|
}>;
|
|
479
479
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
480
|
-
workpiece: "workpiece";
|
|
481
480
|
artifact: "artifact";
|
|
481
|
+
workpiece: "workpiece";
|
|
482
482
|
}>>;
|
|
483
483
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
484
484
|
created: "created";
|
|
@@ -1654,9 +1654,9 @@ declare const ArtifactSchemas: {
|
|
|
1654
1654
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
1655
1655
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
1656
1656
|
active: "active";
|
|
1657
|
+
archived: "archived";
|
|
1657
1658
|
fading: "fading";
|
|
1658
1659
|
retired: "retired";
|
|
1659
|
-
archived: "archived";
|
|
1660
1660
|
}>>;
|
|
1661
1661
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
1662
1662
|
}, z.core.$strip>>;
|
|
@@ -1665,12 +1665,12 @@ declare const ArtifactSchemas: {
|
|
|
1665
1665
|
projection: z.ZodOptional<z.ZodObject<{
|
|
1666
1666
|
mode: z.ZodEnum<{
|
|
1667
1667
|
none: "none";
|
|
1668
|
-
surface: "surface";
|
|
1669
1668
|
comment: "comment";
|
|
1669
|
+
surface: "surface";
|
|
1670
1670
|
}>;
|
|
1671
1671
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
1672
|
-
workpiece: "workpiece";
|
|
1673
1672
|
artifact: "artifact";
|
|
1673
|
+
workpiece: "workpiece";
|
|
1674
1674
|
}>>;
|
|
1675
1675
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1676
1676
|
created: "created";
|
|
@@ -1718,9 +1718,9 @@ declare const ArtifactSchemas: {
|
|
|
1718
1718
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
1719
1719
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
1720
1720
|
active: "active";
|
|
1721
|
+
archived: "archived";
|
|
1721
1722
|
fading: "fading";
|
|
1722
1723
|
retired: "retired";
|
|
1723
|
-
archived: "archived";
|
|
1724
1724
|
}>>;
|
|
1725
1725
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
1726
1726
|
}, z.core.$strip>>;
|
|
@@ -1729,12 +1729,12 @@ declare const ArtifactSchemas: {
|
|
|
1729
1729
|
projection: z.ZodOptional<z.ZodObject<{
|
|
1730
1730
|
mode: z.ZodEnum<{
|
|
1731
1731
|
none: "none";
|
|
1732
|
-
surface: "surface";
|
|
1733
1732
|
comment: "comment";
|
|
1733
|
+
surface: "surface";
|
|
1734
1734
|
}>;
|
|
1735
1735
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
1736
|
-
workpiece: "workpiece";
|
|
1737
1736
|
artifact: "artifact";
|
|
1737
|
+
workpiece: "workpiece";
|
|
1738
1738
|
}>>;
|
|
1739
1739
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1740
1740
|
created: "created";
|
|
@@ -3055,9 +3055,9 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
3055
3055
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
3056
3056
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
3057
3057
|
active: "active";
|
|
3058
|
+
archived: "archived";
|
|
3058
3059
|
fading: "fading";
|
|
3059
3060
|
retired: "retired";
|
|
3060
|
-
archived: "archived";
|
|
3061
3061
|
}>>;
|
|
3062
3062
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
3063
3063
|
}, z.core.$strip>>;
|
|
@@ -3066,12 +3066,12 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
3066
3066
|
projection: z.ZodOptional<z.ZodObject<{
|
|
3067
3067
|
mode: z.ZodEnum<{
|
|
3068
3068
|
none: "none";
|
|
3069
|
-
surface: "surface";
|
|
3070
3069
|
comment: "comment";
|
|
3070
|
+
surface: "surface";
|
|
3071
3071
|
}>;
|
|
3072
3072
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
3073
|
-
workpiece: "workpiece";
|
|
3074
3073
|
artifact: "artifact";
|
|
3074
|
+
workpiece: "workpiece";
|
|
3075
3075
|
}>>;
|
|
3076
3076
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3077
3077
|
created: "created";
|
|
@@ -3119,9 +3119,9 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
3119
3119
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
3120
3120
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
3121
3121
|
active: "active";
|
|
3122
|
+
archived: "archived";
|
|
3122
3123
|
fading: "fading";
|
|
3123
3124
|
retired: "retired";
|
|
3124
|
-
archived: "archived";
|
|
3125
3125
|
}>>;
|
|
3126
3126
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
3127
3127
|
}, z.core.$strip>>;
|
|
@@ -3130,12 +3130,12 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
3130
3130
|
projection: z.ZodOptional<z.ZodObject<{
|
|
3131
3131
|
mode: z.ZodEnum<{
|
|
3132
3132
|
none: "none";
|
|
3133
|
-
surface: "surface";
|
|
3134
3133
|
comment: "comment";
|
|
3134
|
+
surface: "surface";
|
|
3135
3135
|
}>;
|
|
3136
3136
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
3137
|
-
workpiece: "workpiece";
|
|
3138
3137
|
artifact: "artifact";
|
|
3138
|
+
workpiece: "workpiece";
|
|
3139
3139
|
}>>;
|
|
3140
3140
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3141
3141
|
created: "created";
|
|
@@ -4470,9 +4470,9 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
4470
4470
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
4471
4471
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
4472
4472
|
active: "active";
|
|
4473
|
+
archived: "archived";
|
|
4473
4474
|
fading: "fading";
|
|
4474
4475
|
retired: "retired";
|
|
4475
|
-
archived: "archived";
|
|
4476
4476
|
}>>;
|
|
4477
4477
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
4478
4478
|
}, z.core.$strip>>;
|
|
@@ -4481,12 +4481,12 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
4481
4481
|
projection: z.ZodOptional<z.ZodObject<{
|
|
4482
4482
|
mode: z.ZodEnum<{
|
|
4483
4483
|
none: "none";
|
|
4484
|
-
surface: "surface";
|
|
4485
4484
|
comment: "comment";
|
|
4485
|
+
surface: "surface";
|
|
4486
4486
|
}>;
|
|
4487
4487
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
4488
|
-
workpiece: "workpiece";
|
|
4489
4488
|
artifact: "artifact";
|
|
4489
|
+
workpiece: "workpiece";
|
|
4490
4490
|
}>>;
|
|
4491
4491
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4492
4492
|
created: "created";
|
|
@@ -4534,9 +4534,9 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
4534
4534
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
4535
4535
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
4536
4536
|
active: "active";
|
|
4537
|
+
archived: "archived";
|
|
4537
4538
|
fading: "fading";
|
|
4538
4539
|
retired: "retired";
|
|
4539
|
-
archived: "archived";
|
|
4540
4540
|
}>>;
|
|
4541
4541
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
4542
4542
|
}, z.core.$strip>>;
|
|
@@ -4545,12 +4545,12 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
4545
4545
|
projection: z.ZodOptional<z.ZodObject<{
|
|
4546
4546
|
mode: z.ZodEnum<{
|
|
4547
4547
|
none: "none";
|
|
4548
|
-
surface: "surface";
|
|
4549
4548
|
comment: "comment";
|
|
4549
|
+
surface: "surface";
|
|
4550
4550
|
}>;
|
|
4551
4551
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
4552
|
-
workpiece: "workpiece";
|
|
4553
4552
|
artifact: "artifact";
|
|
4553
|
+
workpiece: "workpiece";
|
|
4554
4554
|
}>>;
|
|
4555
4555
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4556
4556
|
created: "created";
|
|
@@ -21,8 +21,8 @@ declare const ComponentStateSchema: z.ZodEnum<{
|
|
|
21
21
|
failed: "failed";
|
|
22
22
|
discovered: "discovered";
|
|
23
23
|
active: "active";
|
|
24
|
-
stopped: "stopped";
|
|
25
24
|
skipped: "skipped";
|
|
25
|
+
stopped: "stopped";
|
|
26
26
|
initializing: "initializing";
|
|
27
27
|
}>;
|
|
28
28
|
/** Inferred union of all valid component lifecycle states. */
|
|
@@ -50,8 +50,8 @@ declare const ComponentInfoSchema: z.ZodObject<{
|
|
|
50
50
|
failed: "failed";
|
|
51
51
|
discovered: "discovered";
|
|
52
52
|
active: "active";
|
|
53
|
-
stopped: "stopped";
|
|
54
53
|
skipped: "skipped";
|
|
54
|
+
stopped: "stopped";
|
|
55
55
|
initializing: "initializing";
|
|
56
56
|
}>;
|
|
57
57
|
error: z.ZodOptional<z.ZodString>;
|
|
@@ -71,8 +71,8 @@ declare const ServiceInfoSchema: z.ZodObject<{
|
|
|
71
71
|
failed: "failed";
|
|
72
72
|
discovered: "discovered";
|
|
73
73
|
active: "active";
|
|
74
|
-
stopped: "stopped";
|
|
75
74
|
skipped: "skipped";
|
|
75
|
+
stopped: "stopped";
|
|
76
76
|
initializing: "initializing";
|
|
77
77
|
}>;
|
|
78
78
|
error: z.ZodOptional<z.ZodString>;
|
|
@@ -93,8 +93,8 @@ declare const ExtensionInfoSchema: z.ZodObject<{
|
|
|
93
93
|
failed: "failed";
|
|
94
94
|
discovered: "discovered";
|
|
95
95
|
active: "active";
|
|
96
|
-
stopped: "stopped";
|
|
97
96
|
skipped: "skipped";
|
|
97
|
+
stopped: "stopped";
|
|
98
98
|
initializing: "initializing";
|
|
99
99
|
}>;
|
|
100
100
|
error: z.ZodOptional<z.ZodString>;
|
|
@@ -141,16 +141,16 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
|
|
|
141
141
|
failed: "failed";
|
|
142
142
|
discovered: "discovered";
|
|
143
143
|
active: "active";
|
|
144
|
-
stopped: "stopped";
|
|
145
144
|
skipped: "skipped";
|
|
145
|
+
stopped: "stopped";
|
|
146
146
|
initializing: "initializing";
|
|
147
147
|
}>;
|
|
148
148
|
to: z.ZodEnum<{
|
|
149
149
|
failed: "failed";
|
|
150
150
|
discovered: "discovered";
|
|
151
151
|
active: "active";
|
|
152
|
-
stopped: "stopped";
|
|
153
152
|
skipped: "skipped";
|
|
153
|
+
stopped: "stopped";
|
|
154
154
|
initializing: "initializing";
|
|
155
155
|
}>;
|
|
156
156
|
error: z.ZodOptional<z.ZodString>;
|
|
@@ -184,8 +184,8 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
|
|
|
184
184
|
failed: "failed";
|
|
185
185
|
discovered: "discovered";
|
|
186
186
|
active: "active";
|
|
187
|
-
stopped: "stopped";
|
|
188
187
|
skipped: "skipped";
|
|
188
|
+
stopped: "stopped";
|
|
189
189
|
initializing: "initializing";
|
|
190
190
|
}>;
|
|
191
191
|
error: z.ZodOptional<z.ZodString>;
|
|
@@ -222,8 +222,8 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
|
|
|
222
222
|
failed: "failed";
|
|
223
223
|
discovered: "discovered";
|
|
224
224
|
active: "active";
|
|
225
|
-
stopped: "stopped";
|
|
226
225
|
skipped: "skipped";
|
|
226
|
+
stopped: "stopped";
|
|
227
227
|
initializing: "initializing";
|
|
228
228
|
}>;
|
|
229
229
|
error: z.ZodOptional<z.ZodString>;
|
|
@@ -647,16 +647,16 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
647
647
|
failed: "failed";
|
|
648
648
|
discovered: "discovered";
|
|
649
649
|
active: "active";
|
|
650
|
-
stopped: "stopped";
|
|
651
650
|
skipped: "skipped";
|
|
651
|
+
stopped: "stopped";
|
|
652
652
|
initializing: "initializing";
|
|
653
653
|
}>;
|
|
654
654
|
to: z.ZodEnum<{
|
|
655
655
|
failed: "failed";
|
|
656
656
|
discovered: "discovered";
|
|
657
657
|
active: "active";
|
|
658
|
-
stopped: "stopped";
|
|
659
658
|
skipped: "skipped";
|
|
659
|
+
stopped: "stopped";
|
|
660
660
|
initializing: "initializing";
|
|
661
661
|
}>;
|
|
662
662
|
error: z.ZodOptional<z.ZodString>;
|
|
@@ -690,8 +690,8 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
690
690
|
failed: "failed";
|
|
691
691
|
discovered: "discovered";
|
|
692
692
|
active: "active";
|
|
693
|
-
stopped: "stopped";
|
|
694
693
|
skipped: "skipped";
|
|
694
|
+
stopped: "stopped";
|
|
695
695
|
initializing: "initializing";
|
|
696
696
|
}>;
|
|
697
697
|
error: z.ZodOptional<z.ZodString>;
|
|
@@ -728,8 +728,8 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
728
728
|
failed: "failed";
|
|
729
729
|
discovered: "discovered";
|
|
730
730
|
active: "active";
|
|
731
|
-
stopped: "stopped";
|
|
732
731
|
skipped: "skipped";
|
|
732
|
+
stopped: "stopped";
|
|
733
733
|
initializing: "initializing";
|
|
734
734
|
}>;
|
|
735
735
|
error: z.ZodOptional<z.ZodString>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as ExtensionCoordinatorOptions, c as KernelMakaioExtension, i as ContributionProcessor, l as RuntimeCapability, n as filterEligibleExtensions, o as ExtensionRuntimeSurface, r as ExtensionCoordinator, s as KernelExtensionContext, t as coalesceExtensionOverrides, u as RuntimeEnvironment } from "../../index-
|
|
1
|
+
import { a as ExtensionCoordinatorOptions, c as KernelMakaioExtension, i as ContributionProcessor, l as RuntimeCapability, n as filterEligibleExtensions, o as ExtensionRuntimeSurface, r as ExtensionCoordinator, s as KernelExtensionContext, t as coalesceExtensionOverrides, u as RuntimeEnvironment } from "../../index-BXWTilGs.mjs";
|
|
2
2
|
export { ContributionProcessor, ExtensionCoordinator, ExtensionCoordinatorOptions, ExtensionRuntimeSurface, KernelExtensionContext, KernelMakaioExtension, RuntimeCapability, RuntimeEnvironment, coalesceExtensionOverrides, filterEligibleExtensions };
|
package/dist/kernel/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as ExtensionInfo, f as ServiceInfo, i as ComponentInfo, l as ExtensionInfoSchema, n as ExtensionSubjects, o as ComponentState, p as ServiceInfoSchema, s as ComponentStateSchema, t as ExtensionNamespace } from "../index-
|
|
2
|
-
import { c as KernelMakaioExtension, i as ContributionProcessor, l as RuntimeCapability, n as filterEligibleExtensions, o as ExtensionRuntimeSurface, r as ExtensionCoordinator, s as KernelExtensionContext, t as coalesceExtensionOverrides, u as RuntimeEnvironment } from "../index-
|
|
1
|
+
import { c as ExtensionInfo, f as ServiceInfo, i as ComponentInfo, l as ExtensionInfoSchema, n as ExtensionSubjects, o as ComponentState, p as ServiceInfoSchema, s as ComponentStateSchema, t as ExtensionNamespace } from "../index-DmuGKvE2.mjs";
|
|
2
|
+
import { c as KernelMakaioExtension, i as ContributionProcessor, l as RuntimeCapability, n as filterEligibleExtensions, o as ExtensionRuntimeSurface, r as ExtensionCoordinator, s as KernelExtensionContext, t as coalesceExtensionOverrides, u as RuntimeEnvironment } from "../index-BXWTilGs.mjs";
|
|
3
3
|
import { i as WindowStyle, n as WindowRegistration, r as WindowRegistry, t as STYLE_DEFAULTS } from "../window-registry-WsWu-rcK.mjs";
|
|
4
4
|
import { a as KernelSchemas, i as setWorkflowTriggerTypeRegistry, n as KernelSubjects, r as getWorkflowTriggerTypeRegistry, t as KernelNamespace } from "../index-FDyqQIt5.mjs";
|
|
5
5
|
import { a as MachineIdentity, c as StorageProvider, i as IdentityProvider, n as NoTransportProvider, o as TransportProvider, r as MemoryStorageProvider, s as StorageCleanup, t as EphemeralIdentityProvider } from "../index-DoLdETfR.mjs";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as ComponentInfoSchema, c as ExtensionInfo, d as ExtensionWarningEntrySchema, f as ServiceInfo, i as ComponentInfo, l as ExtensionInfoSchema, n as ExtensionSubjects, o as ComponentState, p as ServiceInfoSchema, r as ComponentIdentitySchema, s as ComponentStateSchema, t as ExtensionNamespace, u as ExtensionWarningEntry } from "../../index-
|
|
1
|
+
import { a as ComponentInfoSchema, c as ExtensionInfo, d as ExtensionWarningEntrySchema, f as ServiceInfo, i as ComponentInfo, l as ExtensionInfoSchema, n as ExtensionSubjects, o as ComponentState, p as ServiceInfoSchema, r as ComponentIdentitySchema, s as ComponentStateSchema, t as ExtensionNamespace, u as ExtensionWarningEntry } from "../../index-DmuGKvE2.mjs";
|
|
2
2
|
export { ComponentIdentitySchema, ComponentInfo, ComponentInfoSchema, ComponentState, ComponentStateSchema, ExtensionInfo, ExtensionInfoSchema, ExtensionNamespace, ExtensionSubjects, ExtensionWarningEntry, ExtensionWarningEntrySchema, ServiceInfo, ServiceInfoSchema };
|
package/dist/package.json
CHANGED
|
@@ -64,8 +64,8 @@ declare const SurfaceBindingRegistrationSchema: z.ZodObject<{
|
|
|
64
64
|
template: z.ZodString;
|
|
65
65
|
}, z.core.$strip>], "kind">;
|
|
66
66
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
67
|
-
workpiece: "workpiece";
|
|
68
67
|
artifact: "artifact";
|
|
68
|
+
workpiece: "workpiece";
|
|
69
69
|
surface: "surface";
|
|
70
70
|
}>>;
|
|
71
71
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -104,12 +104,12 @@ type ProjectedField = z.infer<typeof ProjectedFieldSchema>;
|
|
|
104
104
|
declare const ArtifactProjectionPolicySchema: z.ZodObject<{
|
|
105
105
|
mode: z.ZodEnum<{
|
|
106
106
|
none: "none";
|
|
107
|
-
surface: "surface";
|
|
108
107
|
comment: "comment";
|
|
108
|
+
surface: "surface";
|
|
109
109
|
}>;
|
|
110
110
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
111
|
-
workpiece: "workpiece";
|
|
112
111
|
artifact: "artifact";
|
|
112
|
+
workpiece: "workpiece";
|
|
113
113
|
}>>;
|
|
114
114
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
115
115
|
created: "created";
|
|
@@ -141,8 +141,8 @@ declare const ArtifactMaterializationRefSchema: z.ZodObject<{
|
|
|
141
141
|
externalId: z.ZodString;
|
|
142
142
|
externalUrl: z.ZodOptional<z.ZodString>;
|
|
143
143
|
surfaceRole: z.ZodEnum<{
|
|
144
|
-
workpiece: "workpiece";
|
|
145
144
|
artifact: "artifact";
|
|
145
|
+
workpiece: "workpiece";
|
|
146
146
|
}>;
|
|
147
147
|
lastSyncedRevision: z.ZodOptional<z.ZodString>;
|
|
148
148
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -10,18 +10,18 @@ declare const FsNamespace: _$_makaio_core0.BusNamespaceDefinition<"fs", {
|
|
|
10
10
|
changed: _$zod.ZodObject<{
|
|
11
11
|
path: _$zod.ZodString;
|
|
12
12
|
kind: _$zod.ZodEnum<{
|
|
13
|
-
create: "create";
|
|
14
13
|
change: "change";
|
|
15
14
|
delete: "delete";
|
|
15
|
+
create: "create";
|
|
16
16
|
}>;
|
|
17
17
|
}, _$zod_v4_core0.$strip>;
|
|
18
18
|
batch: _$zod.ZodObject<{
|
|
19
19
|
changes: _$zod.ZodArray<_$zod.ZodObject<{
|
|
20
20
|
path: _$zod.ZodString;
|
|
21
21
|
kind: _$zod.ZodEnum<{
|
|
22
|
-
create: "create";
|
|
23
22
|
change: "change";
|
|
24
23
|
delete: "delete";
|
|
24
|
+
create: "create";
|
|
25
25
|
}>;
|
|
26
26
|
}, _$zod_v4_core0.$strip>>;
|
|
27
27
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -153,18 +153,18 @@ declare const FsSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSubjec
|
|
|
153
153
|
changed: _$zod.ZodObject<{
|
|
154
154
|
path: _$zod.ZodString;
|
|
155
155
|
kind: _$zod.ZodEnum<{
|
|
156
|
-
create: "create";
|
|
157
156
|
change: "change";
|
|
158
157
|
delete: "delete";
|
|
158
|
+
create: "create";
|
|
159
159
|
}>;
|
|
160
160
|
}, _$zod_v4_core0.$strip>;
|
|
161
161
|
batch: _$zod.ZodObject<{
|
|
162
162
|
changes: _$zod.ZodArray<_$zod.ZodObject<{
|
|
163
163
|
path: _$zod.ZodString;
|
|
164
164
|
kind: _$zod.ZodEnum<{
|
|
165
|
-
create: "create";
|
|
166
165
|
change: "change";
|
|
167
166
|
delete: "delete";
|
|
167
|
+
create: "create";
|
|
168
168
|
}>;
|
|
169
169
|
}, _$zod_v4_core0.$strip>>;
|
|
170
170
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -294,18 +294,18 @@ declare const FileSystemSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
294
294
|
changed: _$zod.ZodObject<{
|
|
295
295
|
path: _$zod.ZodString;
|
|
296
296
|
kind: _$zod.ZodEnum<{
|
|
297
|
-
create: "create";
|
|
298
297
|
change: "change";
|
|
299
298
|
delete: "delete";
|
|
299
|
+
create: "create";
|
|
300
300
|
}>;
|
|
301
301
|
}, _$zod_v4_core0.$strip>;
|
|
302
302
|
batch: _$zod.ZodObject<{
|
|
303
303
|
changes: _$zod.ZodArray<_$zod.ZodObject<{
|
|
304
304
|
path: _$zod.ZodString;
|
|
305
305
|
kind: _$zod.ZodEnum<{
|
|
306
|
-
create: "create";
|
|
307
306
|
change: "change";
|
|
308
307
|
delete: "delete";
|
|
308
|
+
create: "create";
|
|
309
309
|
}>;
|
|
310
310
|
}, _$zod_v4_core0.$strip>>;
|
|
311
311
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -5,9 +5,9 @@ import { z } from "zod";
|
|
|
5
5
|
* File change kind.
|
|
6
6
|
*/
|
|
7
7
|
declare const FsChangeKindSchema: z.ZodEnum<{
|
|
8
|
-
create: "create";
|
|
9
8
|
change: "change";
|
|
10
9
|
delete: "delete";
|
|
10
|
+
create: "create";
|
|
11
11
|
}>;
|
|
12
12
|
type FsChangeKind = z.infer<typeof FsChangeKindSchema>;
|
|
13
13
|
/**
|
|
@@ -16,9 +16,9 @@ type FsChangeKind = z.infer<typeof FsChangeKindSchema>;
|
|
|
16
16
|
declare const FsChangedSchema: z.ZodObject<{
|
|
17
17
|
path: z.ZodString;
|
|
18
18
|
kind: z.ZodEnum<{
|
|
19
|
-
create: "create";
|
|
20
19
|
change: "change";
|
|
21
20
|
delete: "delete";
|
|
21
|
+
create: "create";
|
|
22
22
|
}>;
|
|
23
23
|
}, z.core.$strip>;
|
|
24
24
|
type FsChanged = z.infer<typeof FsChangedSchema>;
|
|
@@ -29,9 +29,9 @@ declare const FsBatchSchema: z.ZodObject<{
|
|
|
29
29
|
changes: z.ZodArray<z.ZodObject<{
|
|
30
30
|
path: z.ZodString;
|
|
31
31
|
kind: z.ZodEnum<{
|
|
32
|
-
create: "create";
|
|
33
32
|
change: "change";
|
|
34
33
|
delete: "delete";
|
|
34
|
+
create: "create";
|
|
35
35
|
}>;
|
|
36
36
|
}, z.core.$strip>>;
|
|
37
37
|
}, z.core.$strip>;
|
|
@@ -5164,8 +5164,8 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
5164
5164
|
id: _$zod.ZodString;
|
|
5165
5165
|
config: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>;
|
|
5166
5166
|
enabled: _$zod.ZodBoolean;
|
|
5167
|
-
scope: _$zod.ZodString;
|
|
5168
5167
|
extensionName: _$zod.ZodString;
|
|
5168
|
+
scope: _$zod.ZodString;
|
|
5169
5169
|
}, _$zod_v4_core0.$strip>;
|
|
5170
5170
|
}, _$zod_v4_core0.$strip>;
|
|
5171
5171
|
response: _$zod.ZodObject<{
|
|
@@ -5212,18 +5212,18 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
5212
5212
|
changed: _$zod.ZodObject<{
|
|
5213
5213
|
path: _$zod.ZodString;
|
|
5214
5214
|
kind: _$zod.ZodEnum<{
|
|
5215
|
-
create: "create";
|
|
5216
5215
|
change: "change";
|
|
5217
5216
|
delete: "delete";
|
|
5217
|
+
create: "create";
|
|
5218
5218
|
}>;
|
|
5219
5219
|
}, _$zod_v4_core0.$strip>;
|
|
5220
5220
|
batch: _$zod.ZodObject<{
|
|
5221
5221
|
changes: _$zod.ZodArray<_$zod.ZodObject<{
|
|
5222
5222
|
path: _$zod.ZodString;
|
|
5223
5223
|
kind: _$zod.ZodEnum<{
|
|
5224
|
-
create: "create";
|
|
5225
5224
|
change: "change";
|
|
5226
5225
|
delete: "delete";
|
|
5226
|
+
create: "create";
|
|
5227
5227
|
}>;
|
|
5228
5228
|
}, _$zod_v4_core0.$strip>>;
|
|
5229
5229
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -18,8 +18,8 @@ declare const ExtensionConfigInputSchema: z.ZodObject<{
|
|
|
18
18
|
id: z.ZodString;
|
|
19
19
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
20
20
|
enabled: z.ZodBoolean;
|
|
21
|
-
scope: z.ZodString;
|
|
22
21
|
extensionName: z.ZodString;
|
|
22
|
+
scope: z.ZodString;
|
|
23
23
|
}, z.core.$strip>;
|
|
24
24
|
/** Query schema for listing extension configs. */
|
|
25
25
|
declare const ExtensionConfigListQuerySchema: z.ZodObject<{
|
|
@@ -63,8 +63,8 @@ declare const ExtensionConfigStorageNamespace: _$_makaio_storage_core0.StorageNa
|
|
|
63
63
|
id: z.ZodString;
|
|
64
64
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
65
65
|
enabled: z.ZodBoolean;
|
|
66
|
-
scope: z.ZodString;
|
|
67
66
|
extensionName: z.ZodString;
|
|
67
|
+
scope: z.ZodString;
|
|
68
68
|
}, z.core.$strip>;
|
|
69
69
|
}, z.core.$strip>;
|
|
70
70
|
response: z.ZodObject<{
|
|
@@ -131,8 +131,8 @@ declare const ExtensionConfigStorageSubjects: _$_makaio_core0.BusSubjects<_$_mak
|
|
|
131
131
|
id: z.ZodString;
|
|
132
132
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
133
133
|
enabled: z.ZodBoolean;
|
|
134
|
-
scope: z.ZodString;
|
|
135
134
|
extensionName: z.ZodString;
|
|
135
|
+
scope: z.ZodString;
|
|
136
136
|
}, z.core.$strip>;
|
|
137
137
|
}, z.core.$strip>;
|
|
138
138
|
response: z.ZodObject<{
|
|
@@ -14,8 +14,8 @@ declare const COMPRESS_SESSION_LINEAGE_KIND: "compress";
|
|
|
14
14
|
/** Discriminates the relationship of a session to its parent. */
|
|
15
15
|
declare const SessionLineageKindSchema: z.ZodEnum<{
|
|
16
16
|
fork: "fork";
|
|
17
|
-
root: "root";
|
|
18
17
|
subagent: "subagent";
|
|
18
|
+
root: "root";
|
|
19
19
|
compress: "compress";
|
|
20
20
|
}>;
|
|
21
21
|
type SessionLineageKind = z.infer<typeof SessionLineageKindSchema>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { It as ArtifactRevision$1 } from "./index-
|
|
1
|
+
import { It as ArtifactRevision$1 } from "./index-D3Eek6kd.mjs";
|
|
2
2
|
import { i as JsonValue$1 } from "./json-value-C8duSh9X.mjs";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
import * as _$_makaio_contracts0 from "@makaio/framework/contracts";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _$react from "react";
|
|
2
|
-
import
|
|
2
|
+
import React, { ButtonHTMLAttributes, HTMLAttributes, InputHTMLAttributes, MouseEventHandler, ReactElement, ReactNode, Ref, RefAttributes, RefObject, SVGProps, TextareaHTMLAttributes } from "react";
|
|
3
3
|
|
|
4
4
|
//#region ui/components/src/themes/types.d.ts
|
|
5
5
|
/**
|
|
@@ -1046,7 +1046,7 @@ declare function Tooltip({
|
|
|
1046
1046
|
children,
|
|
1047
1047
|
className,
|
|
1048
1048
|
...props
|
|
1049
|
-
}: TooltipProps):
|
|
1049
|
+
}: TooltipProps): React.JSX.Element;
|
|
1050
1050
|
//#endregion
|
|
1051
1051
|
//#region ui/components/src/primitives/Dropdown/Dropdown.d.ts
|
|
1052
1052
|
/**
|
|
@@ -1375,7 +1375,7 @@ interface CollapsibleContextValue {
|
|
|
1375
1375
|
* </CollapsibleSection>
|
|
1376
1376
|
* ```
|
|
1377
1377
|
*/
|
|
1378
|
-
declare const CollapsibleSection:
|
|
1378
|
+
declare const CollapsibleSection: React.FC<CollapsibleSectionProps>;
|
|
1379
1379
|
//#endregion
|
|
1380
1380
|
//#region ui/components/src/primitives/Collapsible/CollapsibleGroup.d.ts
|
|
1381
1381
|
/**
|
|
@@ -1396,7 +1396,7 @@ declare const CollapsibleSection: o.FC<CollapsibleSectionProps>;
|
|
|
1396
1396
|
* </CollapsibleGroup>
|
|
1397
1397
|
* ```
|
|
1398
1398
|
*/
|
|
1399
|
-
declare const CollapsibleGroup:
|
|
1399
|
+
declare const CollapsibleGroup: React.FC<CollapsibleGroupProps>;
|
|
1400
1400
|
//#endregion
|
|
1401
1401
|
//#region ui/components/src/primitives/Collapsible/CollapsibleContext.d.ts
|
|
1402
1402
|
/**
|