@makaio/framework 1.0.0-dev-1781367632837 → 1.0.0-dev-1781368534585
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 +2 -2
- package/dist/contracts/adapter/schemas/session-lineage.d.mts +1 -1
- package/dist/contracts/client/index.d.mts +1 -1
- package/dist/contracts/config/index.d.mts +6 -6
- package/dist/contracts/extension/index.d.mts +2 -2
- package/dist/contracts/facet/index.d.mts +1 -1
- package/dist/contracts/harness/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +115 -115
- package/dist/contracts/provider/index.d.mts +1 -1
- package/dist/contracts/session/index.d.mts +2 -2
- package/dist/contracts/shared/index.d.mts +1 -1
- package/dist/contracts/variant/index.d.mts +1 -1
- package/dist/{index-fVgKVvta.d.mts → index-BT5tNA3Y.d.mts} +1 -1
- package/dist/{index-CcBAFO-1.d.mts → index-BZPdJ-cc.d.mts} +3 -3
- package/dist/{index-COPhs8Ay.d.mts → index-Buo9H8RK.d.mts} +1 -1
- package/dist/{index-B7uYo0C6.d.mts → index-ClJybiRp.d.mts} +3 -3
- package/dist/{index-C3zfJg6s.d.mts → index-D--1C5cq.d.mts} +9 -9
- package/dist/{index-IekAD8Gp.d.mts → index-D0KbxzzL.d.mts} +8 -8
- package/dist/{index-CncH-7wf.d.mts → index-DVhdhnCz.d.mts} +20 -20
- package/dist/{index-BAhJKQLX.d.mts → index-DfyXMHbr.d.mts} +8 -8
- package/dist/{index-qGJoNJon.d.mts → index-V-TYYJbM.d.mts} +6 -6
- package/dist/{index-Bibt5jAX.d.mts → index-zvz6W1SY.d.mts} +8 -8
- package/dist/{namespace-DRFJN-_z.d.mts → namespace-BybC0T6L.d.mts} +2 -2
- package/dist/{namespace-6OzA9SwY.d.mts → namespace-CWqZfW61.d.mts} +32 -32
- package/dist/{namespace-B60mn8J-2.d.mts → namespace-DC1VWMKj2.d.mts} +2 -2
- package/dist/{namespace-DI9_OYOU.d.mts → namespace-Dg8SmyyE.d.mts} +3 -3
- package/dist/package.json +1 -1
- package/dist/{schemas-Chyj6HuZ.d.mts → schemas-BFO5Ovdp.d.mts} +4 -4
- package/dist/{schemas-DtJWNKZ_2.d.mts → schemas-BFYzBjpp2.d.mts} +9 -9
- package/dist/{schemas-DZUaRcYl.d.mts → schemas-CTgHFHmK.d.mts} +7 -7
- package/dist/{schemas-Dv5FxHDT.d.mts → schemas-Dk1d5uZE.d.mts} +2 -2
- 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/context-rules/index.d.mts +3 -3
- package/dist/services/filesystem/namespace.d.mts +6 -6
- package/dist/services/filesystem/schemas.d.mts +3 -3
- package/dist/services/harness/index.d.mts +3 -3
- package/dist/services/index.d.mts +38 -38
- package/dist/services/preferences/index.d.mts +2 -2
- package/dist/services/preferences/schemas.d.mts +1 -1
- package/dist/services/preferences/storage-namespace.d.mts +2 -2
- package/dist/services/session/index.d.mts +1 -1
- package/dist/services/session/messages/namespace.d.mts +1 -1
- package/dist/services/settings/namespace.d.mts +6 -6
- package/dist/services/subagent-template/index.d.mts +2 -2
- package/dist/services/subagent-template/namespace.d.mts +1 -1
- package/dist/services/subagent-template/schemas.d.mts +1 -1
- package/dist/{session-lineage-CKg6mErA.d.mts → session-lineage-BoyuhtiV.d.mts} +1 -1
- package/dist/{storage-namespace-BXmMUd7a.d.mts → storage-namespace-n4KCNecF.d.mts} +10 -10
- package/dist/{types-BOuU-0Vs.d.mts → types-8pL9-Me7.d.mts} +2 -2
- package/dist/ui-kernel/index.d.mts +4 -4
- package/dist/ui-kernel/pages/namespace.d.mts +4 -4
- package/dist/ui-kernel/pages/schemas.d.mts +1 -1
- package/dist/workflow-engine/index.d.mts +50 -50
- package/package.json +1 -1
|
@@ -409,9 +409,9 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
409
409
|
pending: "pending";
|
|
410
410
|
completed: "completed";
|
|
411
411
|
cancelled: "cancelled";
|
|
412
|
+
running: "running";
|
|
412
413
|
failed: "failed";
|
|
413
414
|
paused: "paused";
|
|
414
|
-
running: "running";
|
|
415
415
|
}>;
|
|
416
416
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
417
417
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -450,9 +450,9 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
450
450
|
pending: "pending";
|
|
451
451
|
completed: "completed";
|
|
452
452
|
cancelled: "cancelled";
|
|
453
|
+
running: "running";
|
|
453
454
|
failed: "failed";
|
|
454
455
|
paused: "paused";
|
|
455
|
-
running: "running";
|
|
456
456
|
}>;
|
|
457
457
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
458
458
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -498,9 +498,9 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
498
498
|
pending: "pending";
|
|
499
499
|
completed: "completed";
|
|
500
500
|
cancelled: "cancelled";
|
|
501
|
+
running: "running";
|
|
501
502
|
failed: "failed";
|
|
502
503
|
paused: "paused";
|
|
503
|
-
running: "running";
|
|
504
504
|
}>;
|
|
505
505
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
506
506
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -729,9 +729,9 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
729
729
|
pending: "pending";
|
|
730
730
|
completed: "completed";
|
|
731
731
|
cancelled: "cancelled";
|
|
732
|
+
running: "running";
|
|
732
733
|
failed: "failed";
|
|
733
734
|
paused: "paused";
|
|
734
|
-
running: "running";
|
|
735
735
|
}>>;
|
|
736
736
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
737
737
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -798,9 +798,9 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
798
798
|
pending: "pending";
|
|
799
799
|
completed: "completed";
|
|
800
800
|
cancelled: "cancelled";
|
|
801
|
+
running: "running";
|
|
801
802
|
failed: "failed";
|
|
802
803
|
paused: "paused";
|
|
803
|
-
running: "running";
|
|
804
804
|
}>>;
|
|
805
805
|
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
806
806
|
kind: z.ZodString;
|
|
@@ -821,9 +821,9 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
821
821
|
pending: "pending";
|
|
822
822
|
completed: "completed";
|
|
823
823
|
cancelled: "cancelled";
|
|
824
|
+
running: "running";
|
|
824
825
|
failed: "failed";
|
|
825
826
|
paused: "paused";
|
|
826
|
-
running: "running";
|
|
827
827
|
}>;
|
|
828
828
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
829
829
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -880,10 +880,10 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
880
880
|
pending: "pending";
|
|
881
881
|
completed: "completed";
|
|
882
882
|
cancelled: "cancelled";
|
|
883
|
-
failed: "failed";
|
|
884
883
|
running: "running";
|
|
885
|
-
|
|
884
|
+
failed: "failed";
|
|
886
885
|
skipped: "skipped";
|
|
886
|
+
waiting: "waiting";
|
|
887
887
|
}>;
|
|
888
888
|
attempt: z.ZodDefault<z.ZodNumber>;
|
|
889
889
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -925,10 +925,10 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
925
925
|
pending: "pending";
|
|
926
926
|
completed: "completed";
|
|
927
927
|
cancelled: "cancelled";
|
|
928
|
-
failed: "failed";
|
|
929
928
|
running: "running";
|
|
930
|
-
|
|
929
|
+
failed: "failed";
|
|
931
930
|
skipped: "skipped";
|
|
931
|
+
waiting: "waiting";
|
|
932
932
|
}>;
|
|
933
933
|
attempt: z.ZodDefault<z.ZodNumber>;
|
|
934
934
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -967,10 +967,10 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
967
967
|
pending: "pending";
|
|
968
968
|
completed: "completed";
|
|
969
969
|
cancelled: "cancelled";
|
|
970
|
-
failed: "failed";
|
|
971
970
|
running: "running";
|
|
972
|
-
|
|
971
|
+
failed: "failed";
|
|
973
972
|
skipped: "skipped";
|
|
973
|
+
waiting: "waiting";
|
|
974
974
|
}>;
|
|
975
975
|
attempt: z.ZodDefault<z.ZodNumber>;
|
|
976
976
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -997,8 +997,8 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
997
997
|
status: z.ZodEnum<{
|
|
998
998
|
cancelled: "cancelled";
|
|
999
999
|
rejected: "rejected";
|
|
1000
|
-
waiting: "waiting";
|
|
1001
1000
|
resumed: "resumed";
|
|
1001
|
+
waiting: "waiting";
|
|
1002
1002
|
"timed-out": "timed-out";
|
|
1003
1003
|
}>;
|
|
1004
1004
|
autoAction: z.ZodEnum<{
|
|
@@ -1129,8 +1129,8 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
1129
1129
|
status: z.ZodEnum<{
|
|
1130
1130
|
cancelled: "cancelled";
|
|
1131
1131
|
rejected: "rejected";
|
|
1132
|
-
waiting: "waiting";
|
|
1133
1132
|
resumed: "resumed";
|
|
1133
|
+
waiting: "waiting";
|
|
1134
1134
|
"timed-out": "timed-out";
|
|
1135
1135
|
}>;
|
|
1136
1136
|
autoAction: z.ZodEnum<{
|
|
@@ -1154,8 +1154,8 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
1154
1154
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1155
1155
|
cancelled: "cancelled";
|
|
1156
1156
|
rejected: "rejected";
|
|
1157
|
-
waiting: "waiting";
|
|
1158
1157
|
resumed: "resumed";
|
|
1158
|
+
waiting: "waiting";
|
|
1159
1159
|
"timed-out": "timed-out";
|
|
1160
1160
|
}>>;
|
|
1161
1161
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1170,8 +1170,8 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
1170
1170
|
status: z.ZodEnum<{
|
|
1171
1171
|
cancelled: "cancelled";
|
|
1172
1172
|
rejected: "rejected";
|
|
1173
|
-
waiting: "waiting";
|
|
1174
1173
|
resumed: "resumed";
|
|
1174
|
+
waiting: "waiting";
|
|
1175
1175
|
"timed-out": "timed-out";
|
|
1176
1176
|
}>;
|
|
1177
1177
|
autoAction: z.ZodEnum<{
|
|
@@ -1205,8 +1205,8 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
1205
1205
|
status: z.ZodEnum<{
|
|
1206
1206
|
cancelled: "cancelled";
|
|
1207
1207
|
rejected: "rejected";
|
|
1208
|
-
waiting: "waiting";
|
|
1209
1208
|
resumed: "resumed";
|
|
1209
|
+
waiting: "waiting";
|
|
1210
1210
|
"timed-out": "timed-out";
|
|
1211
1211
|
}>;
|
|
1212
1212
|
autoAction: z.ZodEnum<{
|
|
@@ -1235,8 +1235,8 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
1235
1235
|
}>;
|
|
1236
1236
|
status: z.ZodEnum<{
|
|
1237
1237
|
completed: "completed";
|
|
1238
|
-
failed: "failed";
|
|
1239
1238
|
running: "running";
|
|
1239
|
+
failed: "failed";
|
|
1240
1240
|
skipped: "skipped";
|
|
1241
1241
|
}>;
|
|
1242
1242
|
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1271,8 +1271,8 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
1271
1271
|
}>;
|
|
1272
1272
|
status: z.ZodEnum<{
|
|
1273
1273
|
completed: "completed";
|
|
1274
|
-
failed: "failed";
|
|
1275
1274
|
running: "running";
|
|
1275
|
+
failed: "failed";
|
|
1276
1276
|
skipped: "skipped";
|
|
1277
1277
|
}>;
|
|
1278
1278
|
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2331,7 +2331,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
2331
2331
|
tableName: "workflow_executions";
|
|
2332
2332
|
dataType: "string";
|
|
2333
2333
|
columnType: "SQLiteText";
|
|
2334
|
-
data: "pending" | "completed" | "cancelled" | "
|
|
2334
|
+
data: "pending" | "completed" | "cancelled" | "running" | "failed" | "paused";
|
|
2335
2335
|
driverParam: string;
|
|
2336
2336
|
notNull: true;
|
|
2337
2337
|
hasDefault: false;
|
|
@@ -2620,7 +2620,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
2620
2620
|
tableName: "workflow_execution_frames";
|
|
2621
2621
|
dataType: "string";
|
|
2622
2622
|
columnType: "SQLiteText";
|
|
2623
|
-
data: "pending" | "completed" | "cancelled" | "
|
|
2623
|
+
data: "pending" | "completed" | "cancelled" | "running" | "failed" | "skipped" | "waiting";
|
|
2624
2624
|
driverParam: string;
|
|
2625
2625
|
notNull: true;
|
|
2626
2626
|
hasDefault: true;
|
|
@@ -2633,7 +2633,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
2633
2633
|
generated: undefined;
|
|
2634
2634
|
}, {}, {
|
|
2635
2635
|
length: number | undefined;
|
|
2636
|
-
$type: "pending" | "completed" | "cancelled" | "
|
|
2636
|
+
$type: "pending" | "completed" | "cancelled" | "running" | "failed" | "skipped" | "waiting";
|
|
2637
2637
|
}>;
|
|
2638
2638
|
attempt: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
2639
2639
|
name: string;
|
|
@@ -2903,7 +2903,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
2903
2903
|
tableName: "workflow_gate_instances";
|
|
2904
2904
|
dataType: "string";
|
|
2905
2905
|
columnType: "SQLiteText";
|
|
2906
|
-
data: "cancelled" | "rejected" | "
|
|
2906
|
+
data: "cancelled" | "rejected" | "resumed" | "waiting" | "timed-out";
|
|
2907
2907
|
driverParam: string;
|
|
2908
2908
|
notNull: true;
|
|
2909
2909
|
hasDefault: true;
|
|
@@ -2916,7 +2916,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
2916
2916
|
generated: undefined;
|
|
2917
2917
|
}, {}, {
|
|
2918
2918
|
length: number | undefined;
|
|
2919
|
-
$type: "cancelled" | "rejected" | "
|
|
2919
|
+
$type: "cancelled" | "rejected" | "resumed" | "waiting" | "timed-out";
|
|
2920
2920
|
}>;
|
|
2921
2921
|
autoAction: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
2922
2922
|
name: "auto_action";
|
|
@@ -3131,7 +3131,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
3131
3131
|
tableName: "workflow_step_spans";
|
|
3132
3132
|
dataType: "string";
|
|
3133
3133
|
columnType: "SQLiteText";
|
|
3134
|
-
data: "completed" | "
|
|
3134
|
+
data: "completed" | "running" | "failed" | "skipped";
|
|
3135
3135
|
driverParam: string;
|
|
3136
3136
|
notNull: true;
|
|
3137
3137
|
hasDefault: false;
|
|
@@ -3144,7 +3144,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
3144
3144
|
generated: undefined;
|
|
3145
3145
|
}, {}, {
|
|
3146
3146
|
length: number | undefined;
|
|
3147
|
-
$type: "completed" | "
|
|
3147
|
+
$type: "completed" | "running" | "failed" | "skipped";
|
|
3148
3148
|
}>;
|
|
3149
3149
|
startedAt: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
3150
3150
|
name: string;
|
|
@@ -4170,7 +4170,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
4170
4170
|
tableName: "worklog_summaries";
|
|
4171
4171
|
dataType: "string";
|
|
4172
4172
|
columnType: "SQLiteText";
|
|
4173
|
-
data: "pending" | "completed" | "cancelled" | "
|
|
4173
|
+
data: "pending" | "completed" | "cancelled" | "running" | "failed" | "paused";
|
|
4174
4174
|
driverParam: string;
|
|
4175
4175
|
notNull: true;
|
|
4176
4176
|
hasDefault: false;
|
|
@@ -4432,7 +4432,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
4432
4432
|
tableName: "worklog_frame_entries";
|
|
4433
4433
|
dataType: "string";
|
|
4434
4434
|
columnType: "SQLiteText";
|
|
4435
|
-
data: "pending" | "completed" | "cancelled" | "
|
|
4435
|
+
data: "pending" | "completed" | "cancelled" | "running" | "failed" | "skipped" | "waiting";
|
|
4436
4436
|
driverParam: string;
|
|
4437
4437
|
notNull: true;
|
|
4438
4438
|
hasDefault: false;
|
|
@@ -4866,7 +4866,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
4866
4866
|
tableName: "worklog_gate_events";
|
|
4867
4867
|
dataType: "string";
|
|
4868
4868
|
columnType: "SQLiteText";
|
|
4869
|
-
data: "cancelled" | "rejected" | "
|
|
4869
|
+
data: "cancelled" | "rejected" | "resumed" | "waiting" | "timed-out";
|
|
4870
4870
|
driverParam: string;
|
|
4871
4871
|
notNull: true;
|
|
4872
4872
|
hasDefault: false;
|
|
@@ -4879,7 +4879,7 @@ declare const WorkflowStorageNamespace: _$_makaio_storage_core0.StorageNamespace
|
|
|
4879
4879
|
generated: undefined;
|
|
4880
4880
|
}, {}, {
|
|
4881
4881
|
length: number | undefined;
|
|
4882
|
-
$type: "cancelled" | "rejected" | "
|
|
4882
|
+
$type: "cancelled" | "rejected" | "resumed" | "waiting" | "timed-out";
|
|
4883
4883
|
}>;
|
|
4884
4884
|
prompt: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4885
4885
|
name: "prompt";
|
|
@@ -5337,9 +5337,9 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
5337
5337
|
pending: "pending";
|
|
5338
5338
|
completed: "completed";
|
|
5339
5339
|
cancelled: "cancelled";
|
|
5340
|
+
running: "running";
|
|
5340
5341
|
failed: "failed";
|
|
5341
5342
|
paused: "paused";
|
|
5342
|
-
running: "running";
|
|
5343
5343
|
}>;
|
|
5344
5344
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
5345
5345
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -5378,9 +5378,9 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
5378
5378
|
pending: "pending";
|
|
5379
5379
|
completed: "completed";
|
|
5380
5380
|
cancelled: "cancelled";
|
|
5381
|
+
running: "running";
|
|
5381
5382
|
failed: "failed";
|
|
5382
5383
|
paused: "paused";
|
|
5383
|
-
running: "running";
|
|
5384
5384
|
}>;
|
|
5385
5385
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
5386
5386
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -5426,9 +5426,9 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
5426
5426
|
pending: "pending";
|
|
5427
5427
|
completed: "completed";
|
|
5428
5428
|
cancelled: "cancelled";
|
|
5429
|
+
running: "running";
|
|
5429
5430
|
failed: "failed";
|
|
5430
5431
|
paused: "paused";
|
|
5431
|
-
running: "running";
|
|
5432
5432
|
}>;
|
|
5433
5433
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
5434
5434
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -5657,9 +5657,9 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
5657
5657
|
pending: "pending";
|
|
5658
5658
|
completed: "completed";
|
|
5659
5659
|
cancelled: "cancelled";
|
|
5660
|
+
running: "running";
|
|
5660
5661
|
failed: "failed";
|
|
5661
5662
|
paused: "paused";
|
|
5662
|
-
running: "running";
|
|
5663
5663
|
}>>;
|
|
5664
5664
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5665
5665
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5726,9 +5726,9 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
5726
5726
|
pending: "pending";
|
|
5727
5727
|
completed: "completed";
|
|
5728
5728
|
cancelled: "cancelled";
|
|
5729
|
+
running: "running";
|
|
5729
5730
|
failed: "failed";
|
|
5730
5731
|
paused: "paused";
|
|
5731
|
-
running: "running";
|
|
5732
5732
|
}>>;
|
|
5733
5733
|
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
5734
5734
|
kind: z.ZodString;
|
|
@@ -5749,9 +5749,9 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
5749
5749
|
pending: "pending";
|
|
5750
5750
|
completed: "completed";
|
|
5751
5751
|
cancelled: "cancelled";
|
|
5752
|
+
running: "running";
|
|
5752
5753
|
failed: "failed";
|
|
5753
5754
|
paused: "paused";
|
|
5754
|
-
running: "running";
|
|
5755
5755
|
}>;
|
|
5756
5756
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
5757
5757
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -5808,10 +5808,10 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
5808
5808
|
pending: "pending";
|
|
5809
5809
|
completed: "completed";
|
|
5810
5810
|
cancelled: "cancelled";
|
|
5811
|
-
failed: "failed";
|
|
5812
5811
|
running: "running";
|
|
5813
|
-
|
|
5812
|
+
failed: "failed";
|
|
5814
5813
|
skipped: "skipped";
|
|
5814
|
+
waiting: "waiting";
|
|
5815
5815
|
}>;
|
|
5816
5816
|
attempt: z.ZodDefault<z.ZodNumber>;
|
|
5817
5817
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5853,10 +5853,10 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
5853
5853
|
pending: "pending";
|
|
5854
5854
|
completed: "completed";
|
|
5855
5855
|
cancelled: "cancelled";
|
|
5856
|
-
failed: "failed";
|
|
5857
5856
|
running: "running";
|
|
5858
|
-
|
|
5857
|
+
failed: "failed";
|
|
5859
5858
|
skipped: "skipped";
|
|
5859
|
+
waiting: "waiting";
|
|
5860
5860
|
}>;
|
|
5861
5861
|
attempt: z.ZodDefault<z.ZodNumber>;
|
|
5862
5862
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5895,10 +5895,10 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
5895
5895
|
pending: "pending";
|
|
5896
5896
|
completed: "completed";
|
|
5897
5897
|
cancelled: "cancelled";
|
|
5898
|
-
failed: "failed";
|
|
5899
5898
|
running: "running";
|
|
5900
|
-
|
|
5899
|
+
failed: "failed";
|
|
5901
5900
|
skipped: "skipped";
|
|
5901
|
+
waiting: "waiting";
|
|
5902
5902
|
}>;
|
|
5903
5903
|
attempt: z.ZodDefault<z.ZodNumber>;
|
|
5904
5904
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5925,8 +5925,8 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
5925
5925
|
status: z.ZodEnum<{
|
|
5926
5926
|
cancelled: "cancelled";
|
|
5927
5927
|
rejected: "rejected";
|
|
5928
|
-
waiting: "waiting";
|
|
5929
5928
|
resumed: "resumed";
|
|
5929
|
+
waiting: "waiting";
|
|
5930
5930
|
"timed-out": "timed-out";
|
|
5931
5931
|
}>;
|
|
5932
5932
|
autoAction: z.ZodEnum<{
|
|
@@ -6057,8 +6057,8 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
6057
6057
|
status: z.ZodEnum<{
|
|
6058
6058
|
cancelled: "cancelled";
|
|
6059
6059
|
rejected: "rejected";
|
|
6060
|
-
waiting: "waiting";
|
|
6061
6060
|
resumed: "resumed";
|
|
6061
|
+
waiting: "waiting";
|
|
6062
6062
|
"timed-out": "timed-out";
|
|
6063
6063
|
}>;
|
|
6064
6064
|
autoAction: z.ZodEnum<{
|
|
@@ -6082,8 +6082,8 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
6082
6082
|
status: z.ZodOptional<z.ZodEnum<{
|
|
6083
6083
|
cancelled: "cancelled";
|
|
6084
6084
|
rejected: "rejected";
|
|
6085
|
-
waiting: "waiting";
|
|
6086
6085
|
resumed: "resumed";
|
|
6086
|
+
waiting: "waiting";
|
|
6087
6087
|
"timed-out": "timed-out";
|
|
6088
6088
|
}>>;
|
|
6089
6089
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
@@ -6098,8 +6098,8 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
6098
6098
|
status: z.ZodEnum<{
|
|
6099
6099
|
cancelled: "cancelled";
|
|
6100
6100
|
rejected: "rejected";
|
|
6101
|
-
waiting: "waiting";
|
|
6102
6101
|
resumed: "resumed";
|
|
6102
|
+
waiting: "waiting";
|
|
6103
6103
|
"timed-out": "timed-out";
|
|
6104
6104
|
}>;
|
|
6105
6105
|
autoAction: z.ZodEnum<{
|
|
@@ -6133,8 +6133,8 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
6133
6133
|
status: z.ZodEnum<{
|
|
6134
6134
|
cancelled: "cancelled";
|
|
6135
6135
|
rejected: "rejected";
|
|
6136
|
-
waiting: "waiting";
|
|
6137
6136
|
resumed: "resumed";
|
|
6137
|
+
waiting: "waiting";
|
|
6138
6138
|
"timed-out": "timed-out";
|
|
6139
6139
|
}>;
|
|
6140
6140
|
autoAction: z.ZodEnum<{
|
|
@@ -6163,8 +6163,8 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
6163
6163
|
}>;
|
|
6164
6164
|
status: z.ZodEnum<{
|
|
6165
6165
|
completed: "completed";
|
|
6166
|
-
failed: "failed";
|
|
6167
6166
|
running: "running";
|
|
6167
|
+
failed: "failed";
|
|
6168
6168
|
skipped: "skipped";
|
|
6169
6169
|
}>;
|
|
6170
6170
|
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6199,8 +6199,8 @@ declare const WorkflowStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
6199
6199
|
}>;
|
|
6200
6200
|
status: z.ZodEnum<{
|
|
6201
6201
|
completed: "completed";
|
|
6202
|
-
failed: "failed";
|
|
6203
6202
|
running: "running";
|
|
6203
|
+
failed: "failed";
|
|
6204
6204
|
skipped: "skipped";
|
|
6205
6205
|
}>;
|
|
6206
6206
|
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6927,7 +6927,7 @@ declare const workflowStepSpansDual: _$_makaio_storage_drizzle0.DualTable<"workf
|
|
|
6927
6927
|
frameId: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"frame_id", [string, ...string[]], number | undefined>>, _$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgTextBuilderInitial<"frame_id", [string, ...string[]]>>>; /** Step identifier within the workflow definition. */
|
|
6928
6928
|
stepId: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"step_id", [string, ...string[]], number | undefined>>, _$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgTextBuilderInitial<"step_id", [string, ...string[]]>>>; /** Step type discriminant. */
|
|
6929
6929
|
stepType: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"step_type", [string, ...string[]], number | undefined>>, _$drizzle_orm0.NotNull<_$drizzle_orm_pg_core0.PgTextBuilderInitial<"step_type", [string, ...string[]]>>>; /** Current span status. */
|
|
6930
|
-
status: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"status", [string, ...string[]], number | undefined>, "completed" | "
|
|
6930
|
+
status: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm0.NotNull<_$drizzle_orm0.$Type<_$drizzle_orm_sqlite_core0.SQLiteTextBuilderInitial<"status", [string, ...string[]], number | undefined>, "completed" | "running" | "failed" | "skipped">>, _$drizzle_orm0.NotNull<_$drizzle_orm0.$Type<_$drizzle_orm_pg_core0.PgTextBuilderInitial<"status", [string, ...string[]]>, "completed" | "running" | "failed" | "skipped">>>; /** Step start timestamp (epoch ms). */
|
|
6931
6931
|
startedAt: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm_sqlite_core0.SQLiteIntegerBuilderInitial<string>, _$drizzle_orm_pg_core0.PgBigInt53BuilderInitial<string>>; /** Step completion timestamp (epoch ms). */
|
|
6932
6932
|
completedAt: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm_sqlite_core0.SQLiteIntegerBuilderInitial<string>, _$drizzle_orm_pg_core0.PgBigInt53BuilderInitial<string>>; /** Wall-clock duration in milliseconds. */
|
|
6933
6933
|
durationMs: _$_makaio_storage_drizzle0.DualBuilder<_$drizzle_orm_sqlite_core0.SQLiteIntegerBuilderInitial<string>, _$drizzle_orm_pg_core0.PgIntegerBuilderInitial<string>>; /** Input tokens consumed (agent steps). */
|