@makaio/framework 1.0.0-dev-1784706768858 → 1.0.0-dev-1784707578477
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/bus/index.d.mts +2 -2
- package/dist/{context-resolution-DZSBOCKY.d.mts → context-resolution-DsPuX5ox.d.mts} +1 -1
- package/dist/contracts/adapter/index.d.mts +1 -1
- package/dist/contracts/artifact/index.d.mts +2 -2
- package/dist/contracts/canonical-model/index.d.mts +1 -1
- package/dist/contracts/client/index.d.mts +1 -1
- package/dist/contracts/extension/index.d.mts +2 -2
- package/dist/contracts/index.d.mts +36 -36
- package/dist/contracts/materialization/index.d.mts +2 -2
- package/dist/contracts/session/index.d.mts +2 -2
- package/dist/contracts/workflow/index.d.mts +2 -2
- package/dist/{index-C81hMexK.d.mts → index-B0N0tFS-.d.mts} +67 -67
- package/dist/{index-BDDbcWNI.d.mts → index-BLwvcw5C.d.mts} +54 -54
- package/dist/{index-BhXCCgJV2.d.mts → index-C3XXcDNg2.d.mts} +1 -1
- package/dist/{index-D73PTKXG2.d.mts → index-C5vYc3m12.d.mts} +2 -2
- package/dist/{index-BWvTZJxe.d.mts → index-CtZODNBo.d.mts} +5 -5
- package/dist/{index-B_aBwkE-.d.mts → index-D6gaVj-T.d.mts} +31 -31
- package/dist/{index-CKccv4s2.d.mts → index-DK5z1A5p.d.mts} +12 -12
- package/dist/{index-CHxWUmmA.d.mts → index-DRTyhYK0.d.mts} +1 -1
- package/dist/{index-BKeJ-Act.d.mts → index-DxDMF5CP.d.mts} +4 -4
- package/dist/{index-Chy9aknK.d.mts → index-FamxGT0U.d.mts} +10 -10
- package/dist/{index-CFqShlHD.d.mts → index-vTBR3OFK.d.mts} +7 -7
- 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/{namespace-BWsPZGiq2.d.mts → namespace-C_EIMKwg2.d.mts} +23 -23
- package/dist/{namespace-Db_PFX3v.d.mts → namespace-CwGeWIRG.d.mts} +9 -9
- package/dist/{namespace-BHliaabz.d.mts → namespace-DGORv0pz.d.mts} +6 -6
- package/dist/{namespace-Dvo_7BQw.d.mts → namespace-DrPPxElg.d.mts} +20 -20
- package/dist/package.json +1 -1
- package/dist/{schemas-B5tMYfhC.d.mts → schemas-Bu4ZEJAD.d.mts} +4 -4
- package/dist/{schemas-SsGbBOZ-.d.mts → schemas-DIQ9GUVX.d.mts} +20 -20
- package/dist/services/adapter-subsystem/index.d.mts +2 -2
- package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
- package/dist/services/agent-runtime/index.d.mts +2 -2
- package/dist/services/agent-runtime/namespace.d.mts +1 -1
- package/dist/services/agent-runtime/schemas.d.mts +1 -1
- package/dist/services/filesystem/namespace.d.mts +6 -6
- package/dist/services/filesystem/schemas.d.mts +3 -3
- package/dist/services/index.d.mts +23 -23
- package/dist/services/provider-context/index.d.mts +1 -1
- package/dist/services/session/index.d.mts +4 -4
- package/dist/services/session/messages/namespace.d.mts +1 -1
- package/dist/services/session/session-events/namespace.d.mts +1 -1
- package/dist/services/session-editor/index.d.mts +1 -1
- package/dist/services/settings/storage/extension-configs/namespace.d.mts +3 -3
- package/dist/{transition-BMYk_IVK.d.mts → transition-DWv5Abk6.d.mts} +1 -1
- package/dist/{types-DVLq657Y.d.mts → types-BwEQ9ucW.d.mts} +1 -1
- package/dist/{types-CtSkJqzV.d.mts → types-CzTC6z8M.d.mts} +38 -38
- package/dist/{view-builder-CpKzgyS2.d.mts → view-builder-Drp9dB59.d.mts} +1 -1
- package/dist/workflow-engine/index.d.mts +38 -38
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { q as ArtifactRevision$1 } from "./context-resolution-
|
|
1
|
+
import { q as ArtifactRevision$1 } from "./context-resolution-DsPuX5ox.mjs";
|
|
2
2
|
import { i as JsonValue$1, t as JsonObjectContractSchema } from "./json-value-BwVdTylT.mjs";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
import * as _$_makaio_core0 from "@makaio/framework/core";
|
|
@@ -173,10 +173,10 @@ type WorkflowSourceLocation = z.infer<typeof WorkflowSourceLocationSchema>;
|
|
|
173
173
|
* - `sequence` — ordered list of child nodes (the structural container)
|
|
174
174
|
*/
|
|
175
175
|
declare const WorkflowNodeTypeSchema: z.ZodEnum<{
|
|
176
|
-
sequence: "sequence";
|
|
177
176
|
station: "station";
|
|
178
177
|
"delegate-agent": "delegate-agent";
|
|
179
178
|
"delegate-role": "delegate-role";
|
|
179
|
+
sequence: "sequence";
|
|
180
180
|
parallel: "parallel";
|
|
181
181
|
gate: "gate";
|
|
182
182
|
iterate: "iterate";
|
|
@@ -913,10 +913,10 @@ declare const WorkflowFrameStateSchema$1: z.ZodObject<{
|
|
|
913
913
|
frameId: z.ZodString;
|
|
914
914
|
nodeId: z.ZodString;
|
|
915
915
|
nodeType: z.ZodEnum<{
|
|
916
|
-
sequence: "sequence";
|
|
917
916
|
station: "station";
|
|
918
917
|
"delegate-agent": "delegate-agent";
|
|
919
918
|
"delegate-role": "delegate-role";
|
|
919
|
+
sequence: "sequence";
|
|
920
920
|
parallel: "parallel";
|
|
921
921
|
gate: "gate";
|
|
922
922
|
iterate: "iterate";
|
|
@@ -931,8 +931,8 @@ declare const WorkflowFrameStateSchema$1: z.ZodObject<{
|
|
|
931
931
|
cancelled: "cancelled";
|
|
932
932
|
running: "running";
|
|
933
933
|
failed: "failed";
|
|
934
|
-
waiting: "waiting";
|
|
935
934
|
skipped: "skipped";
|
|
935
|
+
waiting: "waiting";
|
|
936
936
|
}>;
|
|
937
937
|
attempt: z.ZodDefault<z.ZodNumber>;
|
|
938
938
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -947,8 +947,8 @@ type WorkflowFrameState$1 = z.infer<typeof WorkflowFrameStateSchema$1>;
|
|
|
947
947
|
declare const WorkflowGateStatusSchema: z.ZodEnum<{
|
|
948
948
|
cancelled: "cancelled";
|
|
949
949
|
rejected: "rejected";
|
|
950
|
-
waiting: "waiting";
|
|
951
950
|
resumed: "resumed";
|
|
951
|
+
waiting: "waiting";
|
|
952
952
|
"timed-out": "timed-out";
|
|
953
953
|
}>;
|
|
954
954
|
type WorkflowGateStatus = z.infer<typeof WorkflowGateStatusSchema>;
|
|
@@ -968,8 +968,8 @@ declare const WorkflowGateInstanceSchema$1: z.ZodObject<{
|
|
|
968
968
|
status: z.ZodEnum<{
|
|
969
969
|
cancelled: "cancelled";
|
|
970
970
|
rejected: "rejected";
|
|
971
|
-
waiting: "waiting";
|
|
972
971
|
resumed: "resumed";
|
|
972
|
+
waiting: "waiting";
|
|
973
973
|
"timed-out": "timed-out";
|
|
974
974
|
}>;
|
|
975
975
|
autoAction: z.ZodEnum<{
|
|
@@ -1319,8 +1319,8 @@ declare const GateInstanceListQuerySchema$1: z.ZodObject<{
|
|
|
1319
1319
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1320
1320
|
cancelled: "cancelled";
|
|
1321
1321
|
rejected: "rejected";
|
|
1322
|
-
waiting: "waiting";
|
|
1323
1322
|
resumed: "resumed";
|
|
1323
|
+
waiting: "waiting";
|
|
1324
1324
|
"timed-out": "timed-out";
|
|
1325
1325
|
}>>;
|
|
1326
1326
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
@@ -3842,8 +3842,8 @@ declare const WorkflowSchemas: {
|
|
|
3842
3842
|
status: z.ZodOptional<z.ZodEnum<{
|
|
3843
3843
|
cancelled: "cancelled";
|
|
3844
3844
|
rejected: "rejected";
|
|
3845
|
-
waiting: "waiting";
|
|
3846
3845
|
resumed: "resumed";
|
|
3846
|
+
waiting: "waiting";
|
|
3847
3847
|
"timed-out": "timed-out";
|
|
3848
3848
|
}>>;
|
|
3849
3849
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
@@ -3858,8 +3858,8 @@ declare const WorkflowSchemas: {
|
|
|
3858
3858
|
status: z.ZodEnum<{
|
|
3859
3859
|
cancelled: "cancelled";
|
|
3860
3860
|
rejected: "rejected";
|
|
3861
|
-
waiting: "waiting";
|
|
3862
3861
|
resumed: "resumed";
|
|
3862
|
+
waiting: "waiting";
|
|
3863
3863
|
"timed-out": "timed-out";
|
|
3864
3864
|
}>;
|
|
3865
3865
|
autoAction: z.ZodEnum<{
|
|
@@ -3938,10 +3938,10 @@ declare const WorkflowSchemas: {
|
|
|
3938
3938
|
frameId: z.ZodString;
|
|
3939
3939
|
nodeId: z.ZodString;
|
|
3940
3940
|
nodeType: z.ZodEnum<{
|
|
3941
|
-
sequence: "sequence";
|
|
3942
3941
|
station: "station";
|
|
3943
3942
|
"delegate-agent": "delegate-agent";
|
|
3944
3943
|
"delegate-role": "delegate-role";
|
|
3944
|
+
sequence: "sequence";
|
|
3945
3945
|
parallel: "parallel";
|
|
3946
3946
|
gate: "gate";
|
|
3947
3947
|
iterate: "iterate";
|
|
@@ -3956,8 +3956,8 @@ declare const WorkflowSchemas: {
|
|
|
3956
3956
|
cancelled: "cancelled";
|
|
3957
3957
|
running: "running";
|
|
3958
3958
|
failed: "failed";
|
|
3959
|
-
waiting: "waiting";
|
|
3960
3959
|
skipped: "skipped";
|
|
3960
|
+
waiting: "waiting";
|
|
3961
3961
|
}>;
|
|
3962
3962
|
attempt: z.ZodDefault<z.ZodNumber>;
|
|
3963
3963
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4781,10 +4781,10 @@ declare const WorkflowSchemas: {
|
|
|
4781
4781
|
frameId: z.ZodString;
|
|
4782
4782
|
nodeId: z.ZodString;
|
|
4783
4783
|
nodeType: z.ZodEnum<{
|
|
4784
|
-
sequence: "sequence";
|
|
4785
4784
|
station: "station";
|
|
4786
4785
|
"delegate-agent": "delegate-agent";
|
|
4787
4786
|
"delegate-role": "delegate-role";
|
|
4787
|
+
sequence: "sequence";
|
|
4788
4788
|
parallel: "parallel";
|
|
4789
4789
|
gate: "gate";
|
|
4790
4790
|
iterate: "iterate";
|
|
@@ -4942,10 +4942,10 @@ declare const WorkflowSchemas: {
|
|
|
4942
4942
|
frameId: z.ZodString;
|
|
4943
4943
|
nodeId: z.ZodString;
|
|
4944
4944
|
nodeType: z.ZodEnum<{
|
|
4945
|
-
sequence: "sequence";
|
|
4946
4945
|
station: "station";
|
|
4947
4946
|
"delegate-agent": "delegate-agent";
|
|
4948
4947
|
"delegate-role": "delegate-role";
|
|
4948
|
+
sequence: "sequence";
|
|
4949
4949
|
parallel: "parallel";
|
|
4950
4950
|
gate: "gate";
|
|
4951
4951
|
iterate: "iterate";
|
|
@@ -4959,8 +4959,8 @@ declare const WorkflowSchemas: {
|
|
|
4959
4959
|
cancelled: "cancelled";
|
|
4960
4960
|
running: "running";
|
|
4961
4961
|
failed: "failed";
|
|
4962
|
-
waiting: "waiting";
|
|
4963
4962
|
skipped: "skipped";
|
|
4963
|
+
waiting: "waiting";
|
|
4964
4964
|
}>;
|
|
4965
4965
|
attempt: z.ZodNumber;
|
|
4966
4966
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6632,8 +6632,8 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
6632
6632
|
status: z.ZodOptional<z.ZodEnum<{
|
|
6633
6633
|
cancelled: "cancelled";
|
|
6634
6634
|
rejected: "rejected";
|
|
6635
|
-
waiting: "waiting";
|
|
6636
6635
|
resumed: "resumed";
|
|
6636
|
+
waiting: "waiting";
|
|
6637
6637
|
"timed-out": "timed-out";
|
|
6638
6638
|
}>>;
|
|
6639
6639
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
@@ -6648,8 +6648,8 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
6648
6648
|
status: z.ZodEnum<{
|
|
6649
6649
|
cancelled: "cancelled";
|
|
6650
6650
|
rejected: "rejected";
|
|
6651
|
-
waiting: "waiting";
|
|
6652
6651
|
resumed: "resumed";
|
|
6652
|
+
waiting: "waiting";
|
|
6653
6653
|
"timed-out": "timed-out";
|
|
6654
6654
|
}>;
|
|
6655
6655
|
autoAction: z.ZodEnum<{
|
|
@@ -6728,10 +6728,10 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
6728
6728
|
frameId: z.ZodString;
|
|
6729
6729
|
nodeId: z.ZodString;
|
|
6730
6730
|
nodeType: z.ZodEnum<{
|
|
6731
|
-
sequence: "sequence";
|
|
6732
6731
|
station: "station";
|
|
6733
6732
|
"delegate-agent": "delegate-agent";
|
|
6734
6733
|
"delegate-role": "delegate-role";
|
|
6734
|
+
sequence: "sequence";
|
|
6735
6735
|
parallel: "parallel";
|
|
6736
6736
|
gate: "gate";
|
|
6737
6737
|
iterate: "iterate";
|
|
@@ -6746,8 +6746,8 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
6746
6746
|
cancelled: "cancelled";
|
|
6747
6747
|
running: "running";
|
|
6748
6748
|
failed: "failed";
|
|
6749
|
-
waiting: "waiting";
|
|
6750
6749
|
skipped: "skipped";
|
|
6750
|
+
waiting: "waiting";
|
|
6751
6751
|
}>;
|
|
6752
6752
|
attempt: z.ZodDefault<z.ZodNumber>;
|
|
6753
6753
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7571,10 +7571,10 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
7571
7571
|
frameId: z.ZodString;
|
|
7572
7572
|
nodeId: z.ZodString;
|
|
7573
7573
|
nodeType: z.ZodEnum<{
|
|
7574
|
-
sequence: "sequence";
|
|
7575
7574
|
station: "station";
|
|
7576
7575
|
"delegate-agent": "delegate-agent";
|
|
7577
7576
|
"delegate-role": "delegate-role";
|
|
7577
|
+
sequence: "sequence";
|
|
7578
7578
|
parallel: "parallel";
|
|
7579
7579
|
gate: "gate";
|
|
7580
7580
|
iterate: "iterate";
|
|
@@ -7732,10 +7732,10 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
7732
7732
|
frameId: z.ZodString;
|
|
7733
7733
|
nodeId: z.ZodString;
|
|
7734
7734
|
nodeType: z.ZodEnum<{
|
|
7735
|
-
sequence: "sequence";
|
|
7736
7735
|
station: "station";
|
|
7737
7736
|
"delegate-agent": "delegate-agent";
|
|
7738
7737
|
"delegate-role": "delegate-role";
|
|
7738
|
+
sequence: "sequence";
|
|
7739
7739
|
parallel: "parallel";
|
|
7740
7740
|
gate: "gate";
|
|
7741
7741
|
iterate: "iterate";
|
|
@@ -7749,8 +7749,8 @@ declare const WorkflowNamespace$1: _$_makaio_core0.BusNamespaceDefinition<"workf
|
|
|
7749
7749
|
cancelled: "cancelled";
|
|
7750
7750
|
running: "running";
|
|
7751
7751
|
failed: "failed";
|
|
7752
|
-
waiting: "waiting";
|
|
7753
7752
|
skipped: "skipped";
|
|
7753
|
+
waiting: "waiting";
|
|
7754
7754
|
}>;
|
|
7755
7755
|
attempt: z.ZodNumber;
|
|
7756
7756
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -9422,8 +9422,8 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
9422
9422
|
status: z.ZodOptional<z.ZodEnum<{
|
|
9423
9423
|
cancelled: "cancelled";
|
|
9424
9424
|
rejected: "rejected";
|
|
9425
|
-
waiting: "waiting";
|
|
9426
9425
|
resumed: "resumed";
|
|
9426
|
+
waiting: "waiting";
|
|
9427
9427
|
"timed-out": "timed-out";
|
|
9428
9428
|
}>>;
|
|
9429
9429
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
@@ -9438,8 +9438,8 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
9438
9438
|
status: z.ZodEnum<{
|
|
9439
9439
|
cancelled: "cancelled";
|
|
9440
9440
|
rejected: "rejected";
|
|
9441
|
-
waiting: "waiting";
|
|
9442
9441
|
resumed: "resumed";
|
|
9442
|
+
waiting: "waiting";
|
|
9443
9443
|
"timed-out": "timed-out";
|
|
9444
9444
|
}>;
|
|
9445
9445
|
autoAction: z.ZodEnum<{
|
|
@@ -9518,10 +9518,10 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
9518
9518
|
frameId: z.ZodString;
|
|
9519
9519
|
nodeId: z.ZodString;
|
|
9520
9520
|
nodeType: z.ZodEnum<{
|
|
9521
|
-
sequence: "sequence";
|
|
9522
9521
|
station: "station";
|
|
9523
9522
|
"delegate-agent": "delegate-agent";
|
|
9524
9523
|
"delegate-role": "delegate-role";
|
|
9524
|
+
sequence: "sequence";
|
|
9525
9525
|
parallel: "parallel";
|
|
9526
9526
|
gate: "gate";
|
|
9527
9527
|
iterate: "iterate";
|
|
@@ -9536,8 +9536,8 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
9536
9536
|
cancelled: "cancelled";
|
|
9537
9537
|
running: "running";
|
|
9538
9538
|
failed: "failed";
|
|
9539
|
-
waiting: "waiting";
|
|
9540
9539
|
skipped: "skipped";
|
|
9540
|
+
waiting: "waiting";
|
|
9541
9541
|
}>;
|
|
9542
9542
|
attempt: z.ZodDefault<z.ZodNumber>;
|
|
9543
9543
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10361,10 +10361,10 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
10361
10361
|
frameId: z.ZodString;
|
|
10362
10362
|
nodeId: z.ZodString;
|
|
10363
10363
|
nodeType: z.ZodEnum<{
|
|
10364
|
-
sequence: "sequence";
|
|
10365
10364
|
station: "station";
|
|
10366
10365
|
"delegate-agent": "delegate-agent";
|
|
10367
10366
|
"delegate-role": "delegate-role";
|
|
10367
|
+
sequence: "sequence";
|
|
10368
10368
|
parallel: "parallel";
|
|
10369
10369
|
gate: "gate";
|
|
10370
10370
|
iterate: "iterate";
|
|
@@ -10522,10 +10522,10 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
10522
10522
|
frameId: z.ZodString;
|
|
10523
10523
|
nodeId: z.ZodString;
|
|
10524
10524
|
nodeType: z.ZodEnum<{
|
|
10525
|
-
sequence: "sequence";
|
|
10526
10525
|
station: "station";
|
|
10527
10526
|
"delegate-agent": "delegate-agent";
|
|
10528
10527
|
"delegate-role": "delegate-role";
|
|
10528
|
+
sequence: "sequence";
|
|
10529
10529
|
parallel: "parallel";
|
|
10530
10530
|
gate: "gate";
|
|
10531
10531
|
iterate: "iterate";
|
|
@@ -10539,8 +10539,8 @@ declare const WorkflowSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
10539
10539
|
cancelled: "cancelled";
|
|
10540
10540
|
running: "running";
|
|
10541
10541
|
failed: "failed";
|
|
10542
|
-
waiting: "waiting";
|
|
10543
10542
|
skipped: "skipped";
|
|
10543
|
+
waiting: "waiting";
|
|
10544
10544
|
}>;
|
|
10545
10545
|
attempt: z.ZodNumber;
|
|
10546
10546
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11763,10 +11763,10 @@ declare const WorkLogFrameEntrySchema$1: z.ZodObject<{
|
|
|
11763
11763
|
frameId: z.ZodString;
|
|
11764
11764
|
nodeId: z.ZodString;
|
|
11765
11765
|
nodeType: z.ZodEnum<{
|
|
11766
|
-
sequence: "sequence";
|
|
11767
11766
|
station: "station";
|
|
11768
11767
|
"delegate-agent": "delegate-agent";
|
|
11769
11768
|
"delegate-role": "delegate-role";
|
|
11769
|
+
sequence: "sequence";
|
|
11770
11770
|
parallel: "parallel";
|
|
11771
11771
|
gate: "gate";
|
|
11772
11772
|
iterate: "iterate";
|
|
@@ -11780,8 +11780,8 @@ declare const WorkLogFrameEntrySchema$1: z.ZodObject<{
|
|
|
11780
11780
|
cancelled: "cancelled";
|
|
11781
11781
|
running: "running";
|
|
11782
11782
|
failed: "failed";
|
|
11783
|
-
waiting: "waiting";
|
|
11784
11783
|
skipped: "skipped";
|
|
11784
|
+
waiting: "waiting";
|
|
11785
11785
|
}>;
|
|
11786
11786
|
attempt: z.ZodNumber;
|
|
11787
11787
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11834,8 +11834,8 @@ declare const WorkLogGateEventSchema: z.ZodObject<{
|
|
|
11834
11834
|
status: z.ZodEnum<{
|
|
11835
11835
|
cancelled: "cancelled";
|
|
11836
11836
|
rejected: "rejected";
|
|
11837
|
-
waiting: "waiting";
|
|
11838
11837
|
resumed: "resumed";
|
|
11838
|
+
waiting: "waiting";
|
|
11839
11839
|
"timed-out": "timed-out";
|
|
11840
11840
|
}>;
|
|
11841
11841
|
prompt: z.ZodOptional<z.ZodString>;
|
|
@@ -20,8 +20,8 @@ import { ExtensionWarningEntry, ExtensionWarningEntrySchema } from "@makaio/fram
|
|
|
20
20
|
declare const ComponentStateSchema: z.ZodEnum<{
|
|
21
21
|
failed: "failed";
|
|
22
22
|
discovered: "discovered";
|
|
23
|
-
skipped: "skipped";
|
|
24
23
|
active: "active";
|
|
24
|
+
skipped: "skipped";
|
|
25
25
|
stopped: "stopped";
|
|
26
26
|
initializing: "initializing";
|
|
27
27
|
}>;
|
|
@@ -49,8 +49,8 @@ declare const ComponentInfoSchema: z.ZodObject<{
|
|
|
49
49
|
state: z.ZodEnum<{
|
|
50
50
|
failed: "failed";
|
|
51
51
|
discovered: "discovered";
|
|
52
|
-
skipped: "skipped";
|
|
53
52
|
active: "active";
|
|
53
|
+
skipped: "skipped";
|
|
54
54
|
stopped: "stopped";
|
|
55
55
|
initializing: "initializing";
|
|
56
56
|
}>;
|
|
@@ -70,8 +70,8 @@ declare const ServiceInfoSchema: z.ZodObject<{
|
|
|
70
70
|
state: z.ZodEnum<{
|
|
71
71
|
failed: "failed";
|
|
72
72
|
discovered: "discovered";
|
|
73
|
-
skipped: "skipped";
|
|
74
73
|
active: "active";
|
|
74
|
+
skipped: "skipped";
|
|
75
75
|
stopped: "stopped";
|
|
76
76
|
initializing: "initializing";
|
|
77
77
|
}>;
|
|
@@ -92,8 +92,8 @@ declare const ExtensionInfoSchema: z.ZodObject<{
|
|
|
92
92
|
state: z.ZodEnum<{
|
|
93
93
|
failed: "failed";
|
|
94
94
|
discovered: "discovered";
|
|
95
|
-
skipped: "skipped";
|
|
96
95
|
active: "active";
|
|
96
|
+
skipped: "skipped";
|
|
97
97
|
stopped: "stopped";
|
|
98
98
|
initializing: "initializing";
|
|
99
99
|
}>;
|
|
@@ -140,16 +140,16 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
|
|
|
140
140
|
from: z.ZodEnum<{
|
|
141
141
|
failed: "failed";
|
|
142
142
|
discovered: "discovered";
|
|
143
|
-
skipped: "skipped";
|
|
144
143
|
active: "active";
|
|
144
|
+
skipped: "skipped";
|
|
145
145
|
stopped: "stopped";
|
|
146
146
|
initializing: "initializing";
|
|
147
147
|
}>;
|
|
148
148
|
to: z.ZodEnum<{
|
|
149
149
|
failed: "failed";
|
|
150
150
|
discovered: "discovered";
|
|
151
|
-
skipped: "skipped";
|
|
152
151
|
active: "active";
|
|
152
|
+
skipped: "skipped";
|
|
153
153
|
stopped: "stopped";
|
|
154
154
|
initializing: "initializing";
|
|
155
155
|
}>;
|
|
@@ -183,8 +183,8 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
|
|
|
183
183
|
state: z.ZodEnum<{
|
|
184
184
|
failed: "failed";
|
|
185
185
|
discovered: "discovered";
|
|
186
|
-
skipped: "skipped";
|
|
187
186
|
active: "active";
|
|
187
|
+
skipped: "skipped";
|
|
188
188
|
stopped: "stopped";
|
|
189
189
|
initializing: "initializing";
|
|
190
190
|
}>;
|
|
@@ -221,8 +221,8 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
|
|
|
221
221
|
state: z.ZodEnum<{
|
|
222
222
|
failed: "failed";
|
|
223
223
|
discovered: "discovered";
|
|
224
|
-
skipped: "skipped";
|
|
225
224
|
active: "active";
|
|
225
|
+
skipped: "skipped";
|
|
226
226
|
stopped: "stopped";
|
|
227
227
|
initializing: "initializing";
|
|
228
228
|
}>;
|
|
@@ -643,16 +643,16 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
643
643
|
from: z.ZodEnum<{
|
|
644
644
|
failed: "failed";
|
|
645
645
|
discovered: "discovered";
|
|
646
|
-
skipped: "skipped";
|
|
647
646
|
active: "active";
|
|
647
|
+
skipped: "skipped";
|
|
648
648
|
stopped: "stopped";
|
|
649
649
|
initializing: "initializing";
|
|
650
650
|
}>;
|
|
651
651
|
to: z.ZodEnum<{
|
|
652
652
|
failed: "failed";
|
|
653
653
|
discovered: "discovered";
|
|
654
|
-
skipped: "skipped";
|
|
655
654
|
active: "active";
|
|
655
|
+
skipped: "skipped";
|
|
656
656
|
stopped: "stopped";
|
|
657
657
|
initializing: "initializing";
|
|
658
658
|
}>;
|
|
@@ -686,8 +686,8 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
686
686
|
state: z.ZodEnum<{
|
|
687
687
|
failed: "failed";
|
|
688
688
|
discovered: "discovered";
|
|
689
|
-
skipped: "skipped";
|
|
690
689
|
active: "active";
|
|
690
|
+
skipped: "skipped";
|
|
691
691
|
stopped: "stopped";
|
|
692
692
|
initializing: "initializing";
|
|
693
693
|
}>;
|
|
@@ -724,8 +724,8 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
724
724
|
state: z.ZodEnum<{
|
|
725
725
|
failed: "failed";
|
|
726
726
|
discovered: "discovered";
|
|
727
|
-
skipped: "skipped";
|
|
728
727
|
active: "active";
|
|
728
|
+
skipped: "skipped";
|
|
729
729
|
stopped: "stopped";
|
|
730
730
|
initializing: "initializing";
|
|
731
731
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as CliContribution } from "./types-Bju4dmAg.mjs";
|
|
2
|
-
import { c as ExtensionInfo } from "./index-
|
|
2
|
+
import { c as ExtensionInfo } from "./index-DK5z1A5p.mjs";
|
|
3
3
|
import { r as WindowRegistry } from "./window-registry-Qcnvlhp7.mjs";
|
|
4
4
|
import { IMakaioBus } from "@makaio/framework/bus";
|
|
5
5
|
import { ExtensionContributionProcessor, ExtensionService, ExtensionToken, MakaioExtension, NodeExtensionContext, StorageDialect, TrayManifest, VersionLiteral } from "@makaio/framework/contracts";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { H as ArtifactLifecycleHookEvent, N as AnyArtifactKindDefinition, U as ArtifactLifecycleHookRegistration$1 } from "./index-
|
|
1
|
+
import { H as ArtifactLifecycleHookEvent, N as AnyArtifactKindDefinition, U as ArtifactLifecycleHookRegistration$1 } from "./index-vTBR3OFK.mjs";
|
|
2
2
|
import { s as AdapterProviderAuth$1 } from "./adapter-binding-Dfk_g-lP.mjs";
|
|
3
3
|
import { E as ClientDefinition$1, Q as VersionLiteral$1, et as VersionRange, f as ExtensionClientHookResponsesContribution } from "./hook-responses-mmqRa2Dq.mjs";
|
|
4
4
|
import { c as ProviderDefinitionInput$1, r as ProtocolId$1 } from "./definition-BEvV7tbD.mjs";
|
|
5
5
|
import { t as RequiredTimeoutConfig } from "./index-pgYFJ5h6.mjs";
|
|
6
|
-
import { H as SessionMessage$1, b as SESSION_EVENT_TYPES, i as MakaioSessionEvent$1 } from "./types-
|
|
6
|
+
import { H as SessionMessage$1, b as SESSION_EVENT_TYPES, i as MakaioSessionEvent$1 } from "./types-CzTC6z8M.mjs";
|
|
7
7
|
import { D as EntityUIConfig$1, I as FormFieldProps } from "./index-4NQLoI7R.mjs";
|
|
8
|
-
import { n as ExtensionTransitionRulesContribution, t as ExtensionTransitionActionsContribution, y as WorkflowBlockCollection$1 } from "./transition-
|
|
8
|
+
import { n as ExtensionTransitionRulesContribution, t as ExtensionTransitionActionsContribution, y as WorkflowBlockCollection$1 } from "./transition-DWv5Abk6.mjs";
|
|
9
9
|
import { l as FacetNamespaceDefinition } from "./index-CzKLLQLw.mjs";
|
|
10
|
-
import { G as SurfaceBindingDefinition, p as ExtensionArtifactViewBuildersContribution } from "./view-builder-
|
|
10
|
+
import { G as SurfaceBindingDefinition, p as ExtensionArtifactViewBuildersContribution } from "./view-builder-Drp9dB59.mjs";
|
|
11
11
|
import { z } from "zod";
|
|
12
12
|
import { MakaioBusLike, PayloadFilter, RegistrableBusNamespaceDefinition, SubjectSchema } from "@makaio/framework/core";
|
|
13
13
|
import * as _$_makaio_contracts0 from "@makaio/framework/contracts";
|
|
@@ -310,9 +310,9 @@ declare const CanonicalModelSelectionSchema: z.ZodObject<{
|
|
|
310
310
|
description: z.ZodOptional<z.ZodString>;
|
|
311
311
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
312
312
|
exposureMode: z.ZodEnum<{
|
|
313
|
+
hidden: "hidden";
|
|
313
314
|
direct: "direct";
|
|
314
315
|
discovery: "discovery";
|
|
315
|
-
hidden: "hidden";
|
|
316
316
|
}>;
|
|
317
317
|
enabled: z.ZodBoolean;
|
|
318
318
|
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -329,9 +329,9 @@ declare const CanonicalModelSelectionSchema: z.ZodObject<{
|
|
|
329
329
|
description: z.ZodOptional<z.ZodString>;
|
|
330
330
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
331
331
|
exposureMode: z.ZodEnum<{
|
|
332
|
+
hidden: "hidden";
|
|
332
333
|
direct: "direct";
|
|
333
334
|
discovery: "discovery";
|
|
334
|
-
hidden: "hidden";
|
|
335
335
|
}>;
|
|
336
336
|
enabled: z.ZodBoolean;
|
|
337
337
|
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -427,9 +427,9 @@ declare const CanonicalModelResolvedSelectionSchema: z.ZodObject<{
|
|
|
427
427
|
description: z.ZodOptional<z.ZodString>;
|
|
428
428
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
429
429
|
exposureMode: z.ZodEnum<{
|
|
430
|
+
hidden: "hidden";
|
|
430
431
|
direct: "direct";
|
|
431
432
|
discovery: "discovery";
|
|
432
|
-
hidden: "hidden";
|
|
433
433
|
}>;
|
|
434
434
|
enabled: z.ZodBoolean;
|
|
435
435
|
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -446,9 +446,9 @@ declare const CanonicalModelResolvedSelectionSchema: z.ZodObject<{
|
|
|
446
446
|
description: z.ZodOptional<z.ZodString>;
|
|
447
447
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
448
448
|
exposureMode: z.ZodEnum<{
|
|
449
|
+
hidden: "hidden";
|
|
449
450
|
direct: "direct";
|
|
450
451
|
discovery: "discovery";
|
|
451
|
-
hidden: "hidden";
|
|
452
452
|
}>;
|
|
453
453
|
enabled: z.ZodBoolean;
|
|
454
454
|
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -557,9 +557,9 @@ declare const CanonicalModelSchemas: {
|
|
|
557
557
|
description: z.ZodOptional<z.ZodString>;
|
|
558
558
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
559
559
|
exposureMode: z.ZodEnum<{
|
|
560
|
+
hidden: "hidden";
|
|
560
561
|
direct: "direct";
|
|
561
562
|
discovery: "discovery";
|
|
562
|
-
hidden: "hidden";
|
|
563
563
|
}>;
|
|
564
564
|
enabled: z.ZodBoolean;
|
|
565
565
|
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -576,9 +576,9 @@ declare const CanonicalModelSchemas: {
|
|
|
576
576
|
description: z.ZodOptional<z.ZodString>;
|
|
577
577
|
inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
578
578
|
exposureMode: z.ZodEnum<{
|
|
579
|
+
hidden: "hidden";
|
|
579
580
|
direct: "direct";
|
|
580
581
|
discovery: "discovery";
|
|
581
|
-
hidden: "hidden";
|
|
582
582
|
}>;
|
|
583
583
|
enabled: z.ZodBoolean;
|
|
584
584
|
enabledBy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -686,9 +686,9 @@ declare const CanonicalModelNamespace: _$_makaio_core0.BusNamespaceDefinition<"c
|
|
|
686
686
|
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
687
687
|
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
688
688
|
exposureMode: _$zod.ZodEnum<{
|
|
689
|
+
hidden: "hidden";
|
|
689
690
|
direct: "direct";
|
|
690
691
|
discovery: "discovery";
|
|
691
|
-
hidden: "hidden";
|
|
692
692
|
}>;
|
|
693
693
|
enabled: _$zod.ZodBoolean;
|
|
694
694
|
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
@@ -705,9 +705,9 @@ declare const CanonicalModelNamespace: _$_makaio_core0.BusNamespaceDefinition<"c
|
|
|
705
705
|
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
706
706
|
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
707
707
|
exposureMode: _$zod.ZodEnum<{
|
|
708
|
+
hidden: "hidden";
|
|
708
709
|
direct: "direct";
|
|
709
710
|
discovery: "discovery";
|
|
710
|
-
hidden: "hidden";
|
|
711
711
|
}>;
|
|
712
712
|
enabled: _$zod.ZodBoolean;
|
|
713
713
|
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
@@ -813,9 +813,9 @@ declare const CanonicalModelSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core
|
|
|
813
813
|
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
814
814
|
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
815
815
|
exposureMode: _$zod.ZodEnum<{
|
|
816
|
+
hidden: "hidden";
|
|
816
817
|
direct: "direct";
|
|
817
818
|
discovery: "discovery";
|
|
818
|
-
hidden: "hidden";
|
|
819
819
|
}>;
|
|
820
820
|
enabled: _$zod.ZodBoolean;
|
|
821
821
|
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
@@ -832,9 +832,9 @@ declare const CanonicalModelSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core
|
|
|
832
832
|
description: _$zod.ZodOptional<_$zod.ZodString>;
|
|
833
833
|
inputSchema: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
|
|
834
834
|
exposureMode: _$zod.ZodEnum<{
|
|
835
|
+
hidden: "hidden";
|
|
835
836
|
direct: "direct";
|
|
836
837
|
discovery: "discovery";
|
|
837
|
-
hidden: "hidden";
|
|
838
838
|
}>;
|
|
839
839
|
enabled: _$zod.ZodBoolean;
|
|
840
840
|
enabledBy: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as ArtifactRepresentations, L as ArtifactRef$1, U as ArtifactRelationTarget, Y as ArtifactScope, a as ResolvedArtifactContextWire$1, j as ArtifactObservation$1, k as ArtifactKindRegistration$1, l as ArtifactProjectionPolicy$1, q as ArtifactRevision$1, r as ArtifactContextUnresolvedReason, x as ArtifactActor, z as ArtifactRelation } from "./context-resolution-
|
|
1
|
+
import { G as ArtifactRepresentations, L as ArtifactRef$1, U as ArtifactRelationTarget, Y as ArtifactScope, a as ResolvedArtifactContextWire$1, j as ArtifactObservation$1, k as ArtifactKindRegistration$1, l as ArtifactProjectionPolicy$1, q as ArtifactRevision$1, r as ArtifactContextUnresolvedReason, x as ArtifactActor, z as ArtifactRelation } from "./context-resolution-DsPuX5ox.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";
|
|
@@ -618,9 +618,9 @@ declare const ArtifactSchemas: {
|
|
|
618
618
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
619
619
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
620
620
|
active: "active";
|
|
621
|
+
archived: "archived";
|
|
621
622
|
fading: "fading";
|
|
622
623
|
retired: "retired";
|
|
623
|
-
archived: "archived";
|
|
624
624
|
}>>;
|
|
625
625
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
626
626
|
}, z.core.$strip>>;
|
|
@@ -707,9 +707,9 @@ declare const ArtifactSchemas: {
|
|
|
707
707
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
708
708
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
709
709
|
active: "active";
|
|
710
|
+
archived: "archived";
|
|
710
711
|
fading: "fading";
|
|
711
712
|
retired: "retired";
|
|
712
|
-
archived: "archived";
|
|
713
713
|
}>>;
|
|
714
714
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
715
715
|
}, z.core.$strip>>;
|
|
@@ -2069,9 +2069,9 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
2069
2069
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
2070
2070
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
2071
2071
|
active: "active";
|
|
2072
|
+
archived: "archived";
|
|
2072
2073
|
fading: "fading";
|
|
2073
2074
|
retired: "retired";
|
|
2074
|
-
archived: "archived";
|
|
2075
2075
|
}>>;
|
|
2076
2076
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
2077
2077
|
}, z.core.$strip>>;
|
|
@@ -2158,9 +2158,9 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
2158
2158
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
2159
2159
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
2160
2160
|
active: "active";
|
|
2161
|
+
archived: "archived";
|
|
2161
2162
|
fading: "fading";
|
|
2162
2163
|
retired: "retired";
|
|
2163
|
-
archived: "archived";
|
|
2164
2164
|
}>>;
|
|
2165
2165
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
2166
2166
|
}, z.core.$strip>>;
|
|
@@ -3534,9 +3534,9 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
3534
3534
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
3535
3535
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
3536
3536
|
active: "active";
|
|
3537
|
+
archived: "archived";
|
|
3537
3538
|
fading: "fading";
|
|
3538
3539
|
retired: "retired";
|
|
3539
|
-
archived: "archived";
|
|
3540
3540
|
}>>;
|
|
3541
3541
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
3542
3542
|
}, z.core.$strip>>;
|
|
@@ -3623,9 +3623,9 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
3623
3623
|
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
3624
3624
|
defaultRelevance: z.ZodOptional<z.ZodEnum<{
|
|
3625
3625
|
active: "active";
|
|
3626
|
+
archived: "archived";
|
|
3626
3627
|
fading: "fading";
|
|
3627
3628
|
retired: "retired";
|
|
3628
|
-
archived: "archived";
|
|
3629
3629
|
}>>;
|
|
3630
3630
|
decayPolicy: z.ZodOptional<z.ZodString>;
|
|
3631
3631
|
}, z.core.$strip>>;
|
|
@@ -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-DRTyhYK0.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-DK5z1A5p.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-DRTyhYK0.mjs";
|
|
3
3
|
import { i as WindowStyle, n as WindowRegistration, r as WindowRegistry, t as STYLE_DEFAULTS } from "../window-registry-Qcnvlhp7.mjs";
|
|
4
4
|
import { a as KernelSchemas, i as setWorkflowTriggerTypeRegistry, n as KernelSubjects, r as getWorkflowTriggerTypeRegistry, t as KernelNamespace } from "../index-C96LlS5m.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-oYGf2zIe.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-DK5z1A5p.mjs";
|
|
2
2
|
export { ComponentIdentitySchema, ComponentInfo, ComponentInfoSchema, ComponentState, ComponentStateSchema, ExtensionInfo, ExtensionInfoSchema, ExtensionNamespace, ExtensionSubjects, ExtensionWarningEntry, ExtensionWarningEntrySchema, ServiceInfo, ServiceInfoSchema };
|