@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
|
@@ -750,8 +750,8 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
750
750
|
"exit-and-resume": "exit-and-resume";
|
|
751
751
|
}>>;
|
|
752
752
|
terminalAuthority: z.ZodOptional<z.ZodEnum<{
|
|
753
|
-
authority: "authority";
|
|
754
753
|
worker: "worker";
|
|
754
|
+
authority: "authority";
|
|
755
755
|
}>>;
|
|
756
756
|
}, z.core.$strip>;
|
|
757
757
|
initialState: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
@@ -808,10 +808,10 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
808
808
|
frameId: z.ZodString;
|
|
809
809
|
nodeId: z.ZodString;
|
|
810
810
|
nodeType: z.ZodEnum<{
|
|
811
|
-
sequence: "sequence";
|
|
812
811
|
station: "station";
|
|
813
812
|
"delegate-agent": "delegate-agent";
|
|
814
813
|
"delegate-role": "delegate-role";
|
|
814
|
+
sequence: "sequence";
|
|
815
815
|
parallel: "parallel";
|
|
816
816
|
gate: "gate";
|
|
817
817
|
iterate: "iterate";
|
|
@@ -853,10 +853,10 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
853
853
|
frameId: z.ZodString;
|
|
854
854
|
nodeId: z.ZodString;
|
|
855
855
|
nodeType: z.ZodEnum<{
|
|
856
|
-
sequence: "sequence";
|
|
857
856
|
station: "station";
|
|
858
857
|
"delegate-agent": "delegate-agent";
|
|
859
858
|
"delegate-role": "delegate-role";
|
|
859
|
+
sequence: "sequence";
|
|
860
860
|
parallel: "parallel";
|
|
861
861
|
gate: "gate";
|
|
862
862
|
iterate: "iterate";
|
|
@@ -1211,10 +1211,10 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
1211
1211
|
frameId: z.ZodString;
|
|
1212
1212
|
nodeId: z.ZodString;
|
|
1213
1213
|
nodeType: z.ZodEnum<{
|
|
1214
|
-
sequence: "sequence";
|
|
1215
1214
|
station: "station";
|
|
1216
1215
|
"delegate-agent": "delegate-agent";
|
|
1217
1216
|
"delegate-role": "delegate-role";
|
|
1217
|
+
sequence: "sequence";
|
|
1218
1218
|
parallel: "parallel";
|
|
1219
1219
|
gate: "gate";
|
|
1220
1220
|
iterate: "iterate";
|
|
@@ -1257,10 +1257,10 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
1257
1257
|
frameId: z.ZodString;
|
|
1258
1258
|
nodeId: z.ZodString;
|
|
1259
1259
|
nodeType: z.ZodEnum<{
|
|
1260
|
-
sequence: "sequence";
|
|
1261
1260
|
station: "station";
|
|
1262
1261
|
"delegate-agent": "delegate-agent";
|
|
1263
1262
|
"delegate-role": "delegate-role";
|
|
1263
|
+
sequence: "sequence";
|
|
1264
1264
|
parallel: "parallel";
|
|
1265
1265
|
gate: "gate";
|
|
1266
1266
|
iterate: "iterate";
|
|
@@ -1300,10 +1300,10 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
1300
1300
|
frameId: z.ZodString;
|
|
1301
1301
|
nodeId: z.ZodString;
|
|
1302
1302
|
nodeType: z.ZodEnum<{
|
|
1303
|
-
sequence: "sequence";
|
|
1304
1303
|
station: "station";
|
|
1305
1304
|
"delegate-agent": "delegate-agent";
|
|
1306
1305
|
"delegate-role": "delegate-role";
|
|
1306
|
+
sequence: "sequence";
|
|
1307
1307
|
parallel: "parallel";
|
|
1308
1308
|
gate: "gate";
|
|
1309
1309
|
iterate: "iterate";
|
|
@@ -1871,8 +1871,8 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
1871
1871
|
"exit-and-resume": "exit-and-resume";
|
|
1872
1872
|
}>>;
|
|
1873
1873
|
terminalAuthority: z.ZodOptional<z.ZodEnum<{
|
|
1874
|
-
authority: "authority";
|
|
1875
1874
|
worker: "worker";
|
|
1875
|
+
authority: "authority";
|
|
1876
1876
|
}>>;
|
|
1877
1877
|
}, z.core.$strip>;
|
|
1878
1878
|
initialState: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
@@ -2084,8 +2084,8 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
2084
2084
|
"exit-and-resume": "exit-and-resume";
|
|
2085
2085
|
}>>;
|
|
2086
2086
|
terminalAuthority: z.ZodOptional<z.ZodEnum<{
|
|
2087
|
-
authority: "authority";
|
|
2088
2087
|
worker: "worker";
|
|
2088
|
+
authority: "authority";
|
|
2089
2089
|
}>>;
|
|
2090
2090
|
}, z.core.$strip>>;
|
|
2091
2091
|
}, z.core.$strip>;
|
|
@@ -3046,7 +3046,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
3046
3046
|
tableName: "workflow_execution_frames";
|
|
3047
3047
|
dataType: "string";
|
|
3048
3048
|
columnType: "SQLiteText";
|
|
3049
|
-
data: "
|
|
3049
|
+
data: "station" | "delegate-agent" | "delegate-role" | "sequence" | "parallel" | "gate" | "iterate" | "iterate-chain" | "loop";
|
|
3050
3050
|
driverParam: string;
|
|
3051
3051
|
notNull: true;
|
|
3052
3052
|
hasDefault: false;
|
|
@@ -3059,7 +3059,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
3059
3059
|
generated: undefined;
|
|
3060
3060
|
}, {}, {
|
|
3061
3061
|
length: number | undefined;
|
|
3062
|
-
$type: "
|
|
3062
|
+
$type: "station" | "delegate-agent" | "delegate-role" | "sequence" | "parallel" | "gate" | "iterate" | "iterate-chain" | "loop";
|
|
3063
3063
|
}>;
|
|
3064
3064
|
path: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
3065
3065
|
name: string;
|
|
@@ -4600,7 +4600,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
4600
4600
|
tableName: "workflow_run_contexts";
|
|
4601
4601
|
dataType: "string";
|
|
4602
4602
|
columnType: "SQLiteText";
|
|
4603
|
-
data: "
|
|
4603
|
+
data: "worker" | "authority" | undefined;
|
|
4604
4604
|
driverParam: string;
|
|
4605
4605
|
notNull: false;
|
|
4606
4606
|
hasDefault: false;
|
|
@@ -4613,7 +4613,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
4613
4613
|
generated: undefined;
|
|
4614
4614
|
}, {}, {
|
|
4615
4615
|
length: number | undefined;
|
|
4616
|
-
$type: "
|
|
4616
|
+
$type: "worker" | "authority" | undefined;
|
|
4617
4617
|
}>;
|
|
4618
4618
|
};
|
|
4619
4619
|
dialect: "sqlite";
|
|
@@ -4907,7 +4907,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
4907
4907
|
tableName: "worklog_frame_entries";
|
|
4908
4908
|
dataType: "string";
|
|
4909
4909
|
columnType: "SQLiteText";
|
|
4910
|
-
data: "
|
|
4910
|
+
data: "station" | "delegate-agent" | "delegate-role" | "sequence" | "parallel" | "gate" | "iterate" | "iterate-chain" | "loop";
|
|
4911
4911
|
driverParam: string;
|
|
4912
4912
|
notNull: true;
|
|
4913
4913
|
hasDefault: false;
|
|
@@ -4920,7 +4920,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
4920
4920
|
generated: undefined;
|
|
4921
4921
|
}, {}, {
|
|
4922
4922
|
length: number | undefined;
|
|
4923
|
-
$type: "
|
|
4923
|
+
$type: "station" | "delegate-agent" | "delegate-role" | "sequence" | "parallel" | "gate" | "iterate" | "iterate-chain" | "loop";
|
|
4924
4924
|
}>;
|
|
4925
4925
|
path: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4926
4926
|
name: string;
|
|
@@ -6578,8 +6578,8 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
6578
6578
|
"exit-and-resume": "exit-and-resume";
|
|
6579
6579
|
}>>;
|
|
6580
6580
|
terminalAuthority: z.ZodOptional<z.ZodEnum<{
|
|
6581
|
-
authority: "authority";
|
|
6582
6581
|
worker: "worker";
|
|
6582
|
+
authority: "authority";
|
|
6583
6583
|
}>>;
|
|
6584
6584
|
}, z.core.$strip>;
|
|
6585
6585
|
initialState: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
@@ -6636,10 +6636,10 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
6636
6636
|
frameId: z.ZodString;
|
|
6637
6637
|
nodeId: z.ZodString;
|
|
6638
6638
|
nodeType: z.ZodEnum<{
|
|
6639
|
-
sequence: "sequence";
|
|
6640
6639
|
station: "station";
|
|
6641
6640
|
"delegate-agent": "delegate-agent";
|
|
6642
6641
|
"delegate-role": "delegate-role";
|
|
6642
|
+
sequence: "sequence";
|
|
6643
6643
|
parallel: "parallel";
|
|
6644
6644
|
gate: "gate";
|
|
6645
6645
|
iterate: "iterate";
|
|
@@ -6681,10 +6681,10 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
6681
6681
|
frameId: z.ZodString;
|
|
6682
6682
|
nodeId: z.ZodString;
|
|
6683
6683
|
nodeType: z.ZodEnum<{
|
|
6684
|
-
sequence: "sequence";
|
|
6685
6684
|
station: "station";
|
|
6686
6685
|
"delegate-agent": "delegate-agent";
|
|
6687
6686
|
"delegate-role": "delegate-role";
|
|
6687
|
+
sequence: "sequence";
|
|
6688
6688
|
parallel: "parallel";
|
|
6689
6689
|
gate: "gate";
|
|
6690
6690
|
iterate: "iterate";
|
|
@@ -7039,10 +7039,10 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
7039
7039
|
frameId: z.ZodString;
|
|
7040
7040
|
nodeId: z.ZodString;
|
|
7041
7041
|
nodeType: z.ZodEnum<{
|
|
7042
|
-
sequence: "sequence";
|
|
7043
7042
|
station: "station";
|
|
7044
7043
|
"delegate-agent": "delegate-agent";
|
|
7045
7044
|
"delegate-role": "delegate-role";
|
|
7045
|
+
sequence: "sequence";
|
|
7046
7046
|
parallel: "parallel";
|
|
7047
7047
|
gate: "gate";
|
|
7048
7048
|
iterate: "iterate";
|
|
@@ -7085,10 +7085,10 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
7085
7085
|
frameId: z.ZodString;
|
|
7086
7086
|
nodeId: z.ZodString;
|
|
7087
7087
|
nodeType: z.ZodEnum<{
|
|
7088
|
-
sequence: "sequence";
|
|
7089
7088
|
station: "station";
|
|
7090
7089
|
"delegate-agent": "delegate-agent";
|
|
7091
7090
|
"delegate-role": "delegate-role";
|
|
7091
|
+
sequence: "sequence";
|
|
7092
7092
|
parallel: "parallel";
|
|
7093
7093
|
gate: "gate";
|
|
7094
7094
|
iterate: "iterate";
|
|
@@ -7128,10 +7128,10 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
7128
7128
|
frameId: z.ZodString;
|
|
7129
7129
|
nodeId: z.ZodString;
|
|
7130
7130
|
nodeType: z.ZodEnum<{
|
|
7131
|
-
sequence: "sequence";
|
|
7132
7131
|
station: "station";
|
|
7133
7132
|
"delegate-agent": "delegate-agent";
|
|
7134
7133
|
"delegate-role": "delegate-role";
|
|
7134
|
+
sequence: "sequence";
|
|
7135
7135
|
parallel: "parallel";
|
|
7136
7136
|
gate: "gate";
|
|
7137
7137
|
iterate: "iterate";
|
|
@@ -7699,8 +7699,8 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
7699
7699
|
"exit-and-resume": "exit-and-resume";
|
|
7700
7700
|
}>>;
|
|
7701
7701
|
terminalAuthority: z.ZodOptional<z.ZodEnum<{
|
|
7702
|
-
authority: "authority";
|
|
7703
7702
|
worker: "worker";
|
|
7703
|
+
authority: "authority";
|
|
7704
7704
|
}>>;
|
|
7705
7705
|
}, z.core.$strip>;
|
|
7706
7706
|
initialState: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
@@ -7912,8 +7912,8 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
7912
7912
|
"exit-and-resume": "exit-and-resume";
|
|
7913
7913
|
}>>;
|
|
7914
7914
|
terminalAuthority: z.ZodOptional<z.ZodEnum<{
|
|
7915
|
-
authority: "authority";
|
|
7916
7915
|
worker: "worker";
|
|
7916
|
+
authority: "authority";
|
|
7917
7917
|
}>>;
|
|
7918
7918
|
}, z.core.$strip>>;
|
|
7919
7919
|
}, z.core.$strip>;
|
|
@@ -8313,7 +8313,7 @@ declare const worklogFrameEntriesDual: _$_makaio_storage_drizzle0.DualTable<"wor
|
|
|
8313
8313
|
/** Unique frame identifier within the execution. */frameId: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.IsPrimaryKey<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"frame_id", [string, ...string[]], number | undefined>>>, _$drizzle_orm0.IsPrimaryKey<_$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgTextBuilderInitial<"frame_id", [string, ...string[]]>>>>; /** Execution this frame belongs to. */
|
|
8314
8314
|
executionId: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"execution_id", [string, ...string[]], number | undefined>>, _$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgTextBuilderInitial<"execution_id", [string, ...string[]]>>>; /** Node identifier from the workflow definition. */
|
|
8315
8315
|
nodeId: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"node_id", [string, ...string[]], number | undefined>>, _$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgTextBuilderInitial<"node_id", [string, ...string[]]>>>; /** Node type discriminant. */
|
|
8316
|
-
nodeType: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.$Type<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"node_type", [string, ...string[]], number | undefined>>, "
|
|
8316
|
+
nodeType: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.$Type<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"node_type", [string, ...string[]], number | undefined>>, "station" | "delegate-agent" | "delegate-role" | "sequence" | "parallel" | "gate" | "iterate" | "iterate-chain" | "loop">, _$drizzle_orm0.$Type<_$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgTextBuilderInitial<"node_type", [string, ...string[]]>>, "station" | "delegate-agent" | "delegate-role" | "sequence" | "parallel" | "gate" | "iterate" | "iterate-chain" | "loop">>;
|
|
8317
8317
|
/**
|
|
8318
8318
|
* Ordered path of frame IDs from the root frame to this frame (inclusive).
|
|
8319
8319
|
* Stored as a JSON array for tree correlation.
|