@makaio/framework 1.0.0-dev-1781443723575 → 1.0.0-dev-1781454904823
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/adapters/index.d.mts +1 -1
- package/dist/bus/index.mjs +1 -1
- package/dist/contracts/adapter/index.d.mts +2 -2
- 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 +3 -3
- package/dist/contracts/facet/index.d.mts +1 -1
- package/dist/contracts/harness/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +386 -52
- package/dist/contracts/index.mjs +1 -1
- package/dist/contracts/materialization/index.d.mts +3 -3
- package/dist/contracts/session/index.d.mts +2 -2
- package/dist/contracts/shared/index.d.mts +1 -1
- package/dist/contracts/skill/index.d.mts +1 -1
- package/dist/{definition-CPc6oKaF.d.mts → definition-DSq5ErZD.d.mts} +1 -1
- package/dist/{index-BZuF4I8O.d.mts → index-B3mq3Qjf.d.mts} +1 -1
- package/dist/{index-DWBpxSGQ.d.mts → index-BKbzDEv4.d.mts} +95 -95
- package/dist/{index-Doy13wLW.d.mts → index-BQ8H7cvY.d.mts} +15 -15
- package/dist/{index-iRe4CsR5.d.mts → index-BVMF3kRv.d.mts} +4 -4
- package/dist/{index-CQuLV3jj.d.mts → index-BVf5D_xQ.d.mts} +8 -8
- package/dist/{index-N7JtH6hX.d.mts → index-BkKWL_tI.d.mts} +3 -3
- package/dist/{index-DsAfeVbS.d.mts → index-CK_hi7fg.d.mts} +12 -12
- package/dist/{index-bLWdMu_T.d.mts → index-CgJf67BC.d.mts} +20 -20
- package/dist/{index-CtVy1e5h.d.mts → index-Cs009Dqh.d.mts} +15 -15
- package/dist/{index-gYlNeEGH.d.mts → index-Cs1JVq0D.d.mts} +16 -16
- package/dist/{index-D7oEYudM.d.mts → index-D8nNK-pF.d.mts} +1 -1
- package/dist/{index-DWRwbJjQ.d.mts → index-DLPjliGd.d.mts} +1 -1
- package/dist/{index-C2tDMYm0.d.mts → index-DN0GXDlw.d.mts} +5 -5
- package/dist/{index-BM_y78ZA2.d.mts → index-iXawmtSH2.d.mts} +6 -6
- 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-CK50FeCH.d.mts → namespace-CN2TfSCY.d.mts} +2 -2
- package/dist/{namespace-thr1fR3_.d.mts → namespace-CWgNi8Gv.d.mts} +6 -6
- package/dist/{namespace-D63jVkzY.d.mts → namespace-DphMg7CF.d.mts} +5 -5
- package/dist/{namespace-vfKj-JHx.d.mts → namespace-Dy0pcIqF.d.mts} +9 -9
- package/dist/{namespace-DWT6hqxX.d.mts → namespace-Dyj2m6DT.d.mts} +36 -36
- package/dist/package-CBjoefAW.mjs +1 -0
- package/dist/{package-BEbo1-6S.d.mts → package-fwIv7zzj.d.mts} +1 -1
- package/dist/package.json +1 -1
- package/dist/primitive-runtime-BHSEOIH6.mjs +1 -0
- package/dist/{schema-CXgFk-dK.d.mts → schema-D2B2V6r6.d.mts} +2 -2
- package/dist/{schemas-DMl7IKG-.d.mts → schemas-ByBtBmoL.d.mts} +3 -3
- package/dist/{schemas-YFBpHbzr.d.mts → schemas-CN9hprME.d.mts} +3 -3
- package/dist/{schemas-BS8xAZ2y2.d.mts → schemas-D0gBYOoc2.d.mts} +6 -6
- package/dist/services/adapter-subsystem/index.d.mts +2 -2
- package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
- package/dist/services/context-rules/index.d.mts +11 -11
- package/dist/services/filesystem/namespace.d.mts +12 -12
- package/dist/services/filesystem/schemas.d.mts +6 -6
- package/dist/services/index.d.mts +32 -32
- package/dist/services/log-import/browser.d.mts +2 -2
- package/dist/services/log-import/index.d.mts +2 -2
- package/dist/services/log-import/log-import.d.mts +1 -1
- package/dist/services/log-import/namespace.d.mts +2 -2
- package/dist/services/log-import/schemas.d.mts +1 -1
- package/dist/services/session/index.d.mts +5 -5
- 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/storage/namespace.d.mts +1 -1
- package/dist/services/session/storage/schema.d.mts +1 -1
- package/dist/services/settings/namespace.d.mts +9 -9
- package/dist/services/settings/storage/extension-configs/namespace.d.mts +3 -3
- package/dist/services/subagent-template/index.d.mts +1 -1
- package/dist/services/subagent-template/schemas.d.mts +1 -1
- package/dist/services/tray-menu/index.d.mts +2 -2
- package/dist/services/tray-menu/namespace.d.mts +1 -1
- package/dist/services/tray-menu/schemas.d.mts +1 -1
- package/dist/{session-lineage-CJgqfkMj.d.mts → session-lineage-DFkJgYt5.d.mts} +1 -1
- package/dist/{types-bPzpZb7_.d.mts → types-BB8iIAjZ.d.mts} +1 -1
- package/dist/{types-8q9G9p34.d.mts → types-Co-MJvHY.d.mts} +40 -40
- package/dist/workflow-engine/index.d.mts +124 -20
- package/dist/workflow-engine/index.mjs +1 -1
- package/dist/workflow-engine/package.d.mts +1 -1
- package/dist/workflow-engine/package.mjs +1 -1
- package/dist/workflow-engine/workflow-orchestrator.mjs +1 -1
- package/package.json +1 -1
- package/dist/package-Dvk8-Gfd.mjs +0 -1
- package/dist/primitive-runtime-UEzX4Ayu.mjs +0 -1
|
@@ -67,8 +67,8 @@ declare const SkillNamespace: _$_makaio_core0.BusNamespaceDefinition<"skill", {
|
|
|
67
67
|
database: "database";
|
|
68
68
|
}>;
|
|
69
69
|
scope: _$zod.ZodEnum<{
|
|
70
|
-
global: "global";
|
|
71
70
|
session: "session";
|
|
71
|
+
global: "global";
|
|
72
72
|
project: "project";
|
|
73
73
|
}>;
|
|
74
74
|
location: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -206,8 +206,8 @@ declare const SkillSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSub
|
|
|
206
206
|
database: "database";
|
|
207
207
|
}>;
|
|
208
208
|
scope: _$zod.ZodEnum<{
|
|
209
|
-
global: "global";
|
|
210
209
|
session: "session";
|
|
210
|
+
global: "global";
|
|
211
211
|
project: "project";
|
|
212
212
|
}>;
|
|
213
213
|
location: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -287,8 +287,8 @@ declare const SkillSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSub
|
|
|
287
287
|
//#region core/contracts/src/skill/schemas.d.ts
|
|
288
288
|
/** Canonical skill scope ordering. Narrower scopes win during effective resolution. */
|
|
289
289
|
declare const SkillScopeSchema: z.ZodEnum<{
|
|
290
|
-
global: "global";
|
|
291
290
|
session: "session";
|
|
291
|
+
global: "global";
|
|
292
292
|
project: "project";
|
|
293
293
|
}>;
|
|
294
294
|
/** Source of a discovered skill. */
|
|
@@ -372,8 +372,8 @@ declare const SkillRecordSchema: z.ZodObject<{
|
|
|
372
372
|
database: "database";
|
|
373
373
|
}>;
|
|
374
374
|
scope: z.ZodEnum<{
|
|
375
|
-
global: "global";
|
|
376
375
|
session: "session";
|
|
376
|
+
global: "global";
|
|
377
377
|
project: "project";
|
|
378
378
|
}>;
|
|
379
379
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -401,8 +401,8 @@ declare const SkillCatalogEntrySchema: z.ZodObject<{
|
|
|
401
401
|
database: "database";
|
|
402
402
|
}>;
|
|
403
403
|
scope: z.ZodEnum<{
|
|
404
|
-
global: "global";
|
|
405
404
|
session: "session";
|
|
405
|
+
global: "global";
|
|
406
406
|
project: "project";
|
|
407
407
|
}>;
|
|
408
408
|
location: z.ZodOptional<z.ZodString>;
|
|
@@ -476,8 +476,8 @@ declare const SkillRecordInputSchema: z.ZodObject<{
|
|
|
476
476
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
477
477
|
id: z.ZodString;
|
|
478
478
|
scope: z.ZodEnum<{
|
|
479
|
-
global: "global";
|
|
480
479
|
session: "session";
|
|
480
|
+
global: "global";
|
|
481
481
|
project: "project";
|
|
482
482
|
}>;
|
|
483
483
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -556,8 +556,8 @@ declare const SkillSchemas: {
|
|
|
556
556
|
database: "database";
|
|
557
557
|
}>;
|
|
558
558
|
scope: z.ZodEnum<{
|
|
559
|
-
global: "global";
|
|
560
559
|
session: "session";
|
|
560
|
+
global: "global";
|
|
561
561
|
project: "project";
|
|
562
562
|
}>;
|
|
563
563
|
location: z.ZodOptional<z.ZodString>;
|
|
@@ -719,8 +719,8 @@ declare const SkillStorageNamespace: ContractStorageNamespaceDefinition<"skill",
|
|
|
719
719
|
database: "database";
|
|
720
720
|
}>;
|
|
721
721
|
scope: z.ZodEnum<{
|
|
722
|
-
global: "global";
|
|
723
722
|
session: "session";
|
|
723
|
+
global: "global";
|
|
724
724
|
project: "project";
|
|
725
725
|
}>;
|
|
726
726
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -755,8 +755,8 @@ declare const SkillStorageNamespace: ContractStorageNamespaceDefinition<"skill",
|
|
|
755
755
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
756
756
|
id: z.ZodString;
|
|
757
757
|
scope: z.ZodEnum<{
|
|
758
|
-
global: "global";
|
|
759
758
|
session: "session";
|
|
759
|
+
global: "global";
|
|
760
760
|
project: "project";
|
|
761
761
|
}>;
|
|
762
762
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -811,8 +811,8 @@ declare const SkillStorageNamespace: ContractStorageNamespaceDefinition<"skill",
|
|
|
811
811
|
database: "database";
|
|
812
812
|
}>;
|
|
813
813
|
scope: z.ZodEnum<{
|
|
814
|
-
global: "global";
|
|
815
814
|
session: "session";
|
|
815
|
+
global: "global";
|
|
816
816
|
project: "project";
|
|
817
817
|
}>;
|
|
818
818
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -859,8 +859,8 @@ declare const SkillStorageNamespace: ContractStorageNamespaceDefinition<"skill",
|
|
|
859
859
|
database: "database";
|
|
860
860
|
}>;
|
|
861
861
|
scope: z.ZodEnum<{
|
|
862
|
-
global: "global";
|
|
863
862
|
session: "session";
|
|
863
|
+
global: "global";
|
|
864
864
|
project: "project";
|
|
865
865
|
}>;
|
|
866
866
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -905,8 +905,8 @@ declare const SkillStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
905
905
|
database: "database";
|
|
906
906
|
}>;
|
|
907
907
|
scope: z.ZodEnum<{
|
|
908
|
-
global: "global";
|
|
909
908
|
session: "session";
|
|
909
|
+
global: "global";
|
|
910
910
|
project: "project";
|
|
911
911
|
}>;
|
|
912
912
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -941,8 +941,8 @@ declare const SkillStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
941
941
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
942
942
|
id: z.ZodString;
|
|
943
943
|
scope: z.ZodEnum<{
|
|
944
|
-
global: "global";
|
|
945
944
|
session: "session";
|
|
945
|
+
global: "global";
|
|
946
946
|
project: "project";
|
|
947
947
|
}>;
|
|
948
948
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -997,8 +997,8 @@ declare const SkillStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
997
997
|
database: "database";
|
|
998
998
|
}>;
|
|
999
999
|
scope: z.ZodEnum<{
|
|
1000
|
-
global: "global";
|
|
1001
1000
|
session: "session";
|
|
1001
|
+
global: "global";
|
|
1002
1002
|
project: "project";
|
|
1003
1003
|
}>;
|
|
1004
1004
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -1045,8 +1045,8 @@ declare const SkillStorageSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.
|
|
|
1045
1045
|
database: "database";
|
|
1046
1046
|
}>;
|
|
1047
1047
|
scope: z.ZodEnum<{
|
|
1048
|
-
global: "global";
|
|
1049
1048
|
session: "session";
|
|
1049
|
+
global: "global";
|
|
1050
1050
|
project: "project";
|
|
1051
1051
|
}>;
|
|
1052
1052
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -52,13 +52,13 @@ declare const AdapterFileConfigSchema: z.ZodObject<{
|
|
|
52
52
|
displayName: z.ZodOptional<z.ZodString>;
|
|
53
53
|
protocol: z.ZodOptional<z.ZodString>;
|
|
54
54
|
clientId: z.ZodOptional<z.ZodString>;
|
|
55
|
-
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
56
55
|
helpLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
57
56
|
label: z.ZodString;
|
|
58
57
|
url: z.ZodString;
|
|
59
58
|
}, z.core.$strict>>>;
|
|
60
59
|
instructions: z.ZodOptional<z.ZodString>;
|
|
61
60
|
providerDefinitionIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
61
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
62
62
|
name: z.ZodString;
|
|
63
63
|
enabled: z.ZodBoolean;
|
|
64
64
|
bindings: z.ZodArray<z.ZodObject<{
|
|
@@ -128,13 +128,13 @@ declare const AdapterSubsystemSchemas: {
|
|
|
128
128
|
displayName: z.ZodOptional<z.ZodString>;
|
|
129
129
|
protocol: z.ZodOptional<z.ZodString>;
|
|
130
130
|
clientId: z.ZodOptional<z.ZodString>;
|
|
131
|
-
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
132
131
|
helpLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
133
132
|
label: z.ZodString;
|
|
134
133
|
url: z.ZodString;
|
|
135
134
|
}, z.core.$strict>>>;
|
|
136
135
|
instructions: z.ZodOptional<z.ZodString>;
|
|
137
136
|
providerDefinitionIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
137
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
138
138
|
name: z.ZodString;
|
|
139
139
|
enabled: z.ZodBoolean;
|
|
140
140
|
bindings: z.ZodArray<z.ZodObject<{
|
|
@@ -156,13 +156,13 @@ declare const AdapterSubsystemSchemas: {
|
|
|
156
156
|
displayName: z.ZodOptional<z.ZodString>;
|
|
157
157
|
protocol: z.ZodOptional<z.ZodString>;
|
|
158
158
|
clientId: z.ZodOptional<z.ZodString>;
|
|
159
|
-
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
160
159
|
helpLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
161
160
|
label: z.ZodString;
|
|
162
161
|
url: z.ZodString;
|
|
163
162
|
}, z.core.$strict>>>;
|
|
164
163
|
instructions: z.ZodOptional<z.ZodString>;
|
|
165
164
|
providerDefinitionIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
165
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
166
166
|
name: z.ZodString;
|
|
167
167
|
enabled: z.ZodBoolean;
|
|
168
168
|
bindings: z.ZodArray<z.ZodObject<{
|
|
@@ -695,13 +695,13 @@ declare const AdapterSubsystemSchemas: {
|
|
|
695
695
|
displayName: z.ZodOptional<z.ZodString>;
|
|
696
696
|
protocol: z.ZodOptional<z.ZodString>;
|
|
697
697
|
clientId: z.ZodOptional<z.ZodString>;
|
|
698
|
-
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
699
698
|
helpLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
700
699
|
label: z.ZodString;
|
|
701
700
|
url: z.ZodString;
|
|
702
701
|
}, z.core.$strict>>>;
|
|
703
702
|
instructions: z.ZodOptional<z.ZodString>;
|
|
704
703
|
providerDefinitionIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
704
|
+
settings: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
705
705
|
name: z.ZodString;
|
|
706
706
|
enabled: z.ZodBoolean;
|
|
707
707
|
bindings: z.ZodArray<z.ZodObject<{
|
|
@@ -140,6 +140,8 @@ declare const HarnessDefinitionCreateSchema: z.ZodObject<{
|
|
|
140
140
|
cwd: z.ZodOptional<z.ZodString>;
|
|
141
141
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
142
142
|
name: z.ZodString;
|
|
143
|
+
adapterName: z.ZodOptional<z.ZodString>;
|
|
144
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
143
145
|
nativeTools: z.ZodObject<{
|
|
144
146
|
enabled: z.ZodArray<z.ZodString>;
|
|
145
147
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -148,8 +150,6 @@ declare const HarnessDefinitionCreateSchema: z.ZodObject<{
|
|
|
148
150
|
enabled: z.ZodArray<z.ZodString>;
|
|
149
151
|
disabled: z.ZodArray<z.ZodString>;
|
|
150
152
|
}, z.core.$strip>;
|
|
151
|
-
adapterName: z.ZodOptional<z.ZodString>;
|
|
152
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
153
153
|
skills: z.ZodOptional<z.ZodObject<{
|
|
154
154
|
enabled: z.ZodArray<z.ZodString>;
|
|
155
155
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -316,6 +316,8 @@ declare const HarnessSchemas: {
|
|
|
316
316
|
cwd: z.ZodOptional<z.ZodString>;
|
|
317
317
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
318
318
|
name: z.ZodString;
|
|
319
|
+
adapterName: z.ZodOptional<z.ZodString>;
|
|
320
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
319
321
|
nativeTools: z.ZodObject<{
|
|
320
322
|
enabled: z.ZodArray<z.ZodString>;
|
|
321
323
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -324,8 +326,6 @@ declare const HarnessSchemas: {
|
|
|
324
326
|
enabled: z.ZodArray<z.ZodString>;
|
|
325
327
|
disabled: z.ZodArray<z.ZodString>;
|
|
326
328
|
}, z.core.$strip>;
|
|
327
|
-
adapterName: z.ZodOptional<z.ZodString>;
|
|
328
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
329
329
|
skills: z.ZodOptional<z.ZodObject<{
|
|
330
330
|
enabled: z.ZodArray<z.ZodString>;
|
|
331
331
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -759,6 +759,8 @@ declare const HarnessNamespace: _$_makaio_core0.BusNamespaceDefinition<"harness"
|
|
|
759
759
|
cwd: z.ZodOptional<z.ZodString>;
|
|
760
760
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
761
761
|
name: z.ZodString;
|
|
762
|
+
adapterName: z.ZodOptional<z.ZodString>;
|
|
763
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
762
764
|
nativeTools: z.ZodObject<{
|
|
763
765
|
enabled: z.ZodArray<z.ZodString>;
|
|
764
766
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -767,8 +769,6 @@ declare const HarnessNamespace: _$_makaio_core0.BusNamespaceDefinition<"harness"
|
|
|
767
769
|
enabled: z.ZodArray<z.ZodString>;
|
|
768
770
|
disabled: z.ZodArray<z.ZodString>;
|
|
769
771
|
}, z.core.$strip>;
|
|
770
|
-
adapterName: z.ZodOptional<z.ZodString>;
|
|
771
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
772
772
|
skills: z.ZodOptional<z.ZodObject<{
|
|
773
773
|
enabled: z.ZodArray<z.ZodString>;
|
|
774
774
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -1202,6 +1202,8 @@ declare const HarnessSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatS
|
|
|
1202
1202
|
cwd: z.ZodOptional<z.ZodString>;
|
|
1203
1203
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1204
1204
|
name: z.ZodString;
|
|
1205
|
+
adapterName: z.ZodOptional<z.ZodString>;
|
|
1206
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
1205
1207
|
nativeTools: z.ZodObject<{
|
|
1206
1208
|
enabled: z.ZodArray<z.ZodString>;
|
|
1207
1209
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -1210,8 +1212,6 @@ declare const HarnessSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatS
|
|
|
1210
1212
|
enabled: z.ZodArray<z.ZodString>;
|
|
1211
1213
|
disabled: z.ZodArray<z.ZodString>;
|
|
1212
1214
|
}, z.core.$strip>;
|
|
1213
|
-
adapterName: z.ZodOptional<z.ZodString>;
|
|
1214
|
-
clientId: z.ZodOptional<z.ZodString>;
|
|
1215
1215
|
skills: z.ZodOptional<z.ZodObject<{
|
|
1216
1216
|
enabled: z.ZodArray<z.ZodString>;
|
|
1217
1217
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -1564,8 +1564,8 @@ declare const AdapterNamespace: _$_makaio_core0.BusNamespaceDefinition<"adapter"
|
|
|
1564
1564
|
timestamp: _$zod.ZodNumber;
|
|
1565
1565
|
level: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
1566
1566
|
error: "error";
|
|
1567
|
-
info: "info";
|
|
1568
1567
|
warn: "warn";
|
|
1568
|
+
info: "info";
|
|
1569
1569
|
debug: "debug";
|
|
1570
1570
|
}>>;
|
|
1571
1571
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -3157,8 +3157,8 @@ declare const AdapterSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
3157
3157
|
timestamp: _$zod.ZodNumber;
|
|
3158
3158
|
level: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3159
3159
|
error: "error";
|
|
3160
|
-
info: "info";
|
|
3161
3160
|
warn: "warn";
|
|
3161
|
+
info: "info";
|
|
3162
3162
|
debug: "debug";
|
|
3163
3163
|
}>>;
|
|
3164
3164
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -4774,8 +4774,8 @@ declare const AdapterSchemas: {
|
|
|
4774
4774
|
timestamp: _$zod.ZodNumber;
|
|
4775
4775
|
level: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
4776
4776
|
error: "error";
|
|
4777
|
-
info: "info";
|
|
4778
4777
|
warn: "warn";
|
|
4778
|
+
info: "info";
|
|
4779
4779
|
debug: "debug";
|
|
4780
4780
|
}>>;
|
|
4781
4781
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -19,9 +19,9 @@ import { ExtensionWarningEntry, ExtensionWarningEntrySchema } from "@makaio/fram
|
|
|
19
19
|
*/
|
|
20
20
|
declare const ComponentStateSchema: z.ZodEnum<{
|
|
21
21
|
failed: "failed";
|
|
22
|
-
stopped: "stopped";
|
|
23
22
|
active: "active";
|
|
24
23
|
discovered: "discovered";
|
|
24
|
+
stopped: "stopped";
|
|
25
25
|
skipped: "skipped";
|
|
26
26
|
initializing: "initializing";
|
|
27
27
|
}>;
|
|
@@ -48,9 +48,9 @@ declare const ComponentInfoSchema: z.ZodObject<{
|
|
|
48
48
|
displayName: z.ZodString;
|
|
49
49
|
state: z.ZodEnum<{
|
|
50
50
|
failed: "failed";
|
|
51
|
-
stopped: "stopped";
|
|
52
51
|
active: "active";
|
|
53
52
|
discovered: "discovered";
|
|
53
|
+
stopped: "stopped";
|
|
54
54
|
skipped: "skipped";
|
|
55
55
|
initializing: "initializing";
|
|
56
56
|
}>;
|
|
@@ -69,9 +69,9 @@ declare const ServiceInfoSchema: z.ZodObject<{
|
|
|
69
69
|
displayName: z.ZodString;
|
|
70
70
|
state: z.ZodEnum<{
|
|
71
71
|
failed: "failed";
|
|
72
|
-
stopped: "stopped";
|
|
73
72
|
active: "active";
|
|
74
73
|
discovered: "discovered";
|
|
74
|
+
stopped: "stopped";
|
|
75
75
|
skipped: "skipped";
|
|
76
76
|
initializing: "initializing";
|
|
77
77
|
}>;
|
|
@@ -91,9 +91,9 @@ declare const ExtensionInfoSchema: z.ZodObject<{
|
|
|
91
91
|
displayName: z.ZodString;
|
|
92
92
|
state: z.ZodEnum<{
|
|
93
93
|
failed: "failed";
|
|
94
|
-
stopped: "stopped";
|
|
95
94
|
active: "active";
|
|
96
95
|
discovered: "discovered";
|
|
96
|
+
stopped: "stopped";
|
|
97
97
|
skipped: "skipped";
|
|
98
98
|
initializing: "initializing";
|
|
99
99
|
}>;
|
|
@@ -139,17 +139,17 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
|
|
|
139
139
|
displayName: z.ZodString;
|
|
140
140
|
from: z.ZodEnum<{
|
|
141
141
|
failed: "failed";
|
|
142
|
-
stopped: "stopped";
|
|
143
142
|
active: "active";
|
|
144
143
|
discovered: "discovered";
|
|
144
|
+
stopped: "stopped";
|
|
145
145
|
skipped: "skipped";
|
|
146
146
|
initializing: "initializing";
|
|
147
147
|
}>;
|
|
148
148
|
to: z.ZodEnum<{
|
|
149
149
|
failed: "failed";
|
|
150
|
-
stopped: "stopped";
|
|
151
150
|
active: "active";
|
|
152
151
|
discovered: "discovered";
|
|
152
|
+
stopped: "stopped";
|
|
153
153
|
skipped: "skipped";
|
|
154
154
|
initializing: "initializing";
|
|
155
155
|
}>;
|
|
@@ -182,9 +182,9 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
|
|
|
182
182
|
displayName: z.ZodString;
|
|
183
183
|
state: z.ZodEnum<{
|
|
184
184
|
failed: "failed";
|
|
185
|
-
stopped: "stopped";
|
|
186
185
|
active: "active";
|
|
187
186
|
discovered: "discovered";
|
|
187
|
+
stopped: "stopped";
|
|
188
188
|
skipped: "skipped";
|
|
189
189
|
initializing: "initializing";
|
|
190
190
|
}>;
|
|
@@ -220,9 +220,9 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
|
|
|
220
220
|
displayName: z.ZodString;
|
|
221
221
|
state: z.ZodEnum<{
|
|
222
222
|
failed: "failed";
|
|
223
|
-
stopped: "stopped";
|
|
224
223
|
active: "active";
|
|
225
224
|
discovered: "discovered";
|
|
225
|
+
stopped: "stopped";
|
|
226
226
|
skipped: "skipped";
|
|
227
227
|
initializing: "initializing";
|
|
228
228
|
}>;
|
|
@@ -593,17 +593,17 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
593
593
|
displayName: z.ZodString;
|
|
594
594
|
from: z.ZodEnum<{
|
|
595
595
|
failed: "failed";
|
|
596
|
-
stopped: "stopped";
|
|
597
596
|
active: "active";
|
|
598
597
|
discovered: "discovered";
|
|
598
|
+
stopped: "stopped";
|
|
599
599
|
skipped: "skipped";
|
|
600
600
|
initializing: "initializing";
|
|
601
601
|
}>;
|
|
602
602
|
to: z.ZodEnum<{
|
|
603
603
|
failed: "failed";
|
|
604
|
-
stopped: "stopped";
|
|
605
604
|
active: "active";
|
|
606
605
|
discovered: "discovered";
|
|
606
|
+
stopped: "stopped";
|
|
607
607
|
skipped: "skipped";
|
|
608
608
|
initializing: "initializing";
|
|
609
609
|
}>;
|
|
@@ -636,9 +636,9 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
636
636
|
displayName: z.ZodString;
|
|
637
637
|
state: z.ZodEnum<{
|
|
638
638
|
failed: "failed";
|
|
639
|
-
stopped: "stopped";
|
|
640
639
|
active: "active";
|
|
641
640
|
discovered: "discovered";
|
|
641
|
+
stopped: "stopped";
|
|
642
642
|
skipped: "skipped";
|
|
643
643
|
initializing: "initializing";
|
|
644
644
|
}>;
|
|
@@ -674,9 +674,9 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
674
674
|
displayName: z.ZodString;
|
|
675
675
|
state: z.ZodEnum<{
|
|
676
676
|
failed: "failed";
|
|
677
|
-
stopped: "stopped";
|
|
678
677
|
active: "active";
|
|
679
678
|
discovered: "discovered";
|
|
679
|
+
stopped: "stopped";
|
|
680
680
|
skipped: "skipped";
|
|
681
681
|
initializing: "initializing";
|
|
682
682
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as ArtifactProjectionPolicy$1 } from "./schemas-
|
|
1
|
+
import { r as ArtifactProjectionPolicy$1 } from "./schemas-ByBtBmoL.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";
|
|
@@ -477,8 +477,8 @@ declare const ArtifactKindRegistrationSchema: z.ZodObject<{
|
|
|
477
477
|
comment: "comment";
|
|
478
478
|
}>;
|
|
479
479
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
480
|
-
artifact: "artifact";
|
|
481
480
|
workpiece: "workpiece";
|
|
481
|
+
artifact: "artifact";
|
|
482
482
|
}>>;
|
|
483
483
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
484
484
|
created: "created";
|
|
@@ -1357,8 +1357,8 @@ declare const ArtifactSchemas: {
|
|
|
1357
1357
|
comment: "comment";
|
|
1358
1358
|
}>;
|
|
1359
1359
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
1360
|
-
artifact: "artifact";
|
|
1361
1360
|
workpiece: "workpiece";
|
|
1361
|
+
artifact: "artifact";
|
|
1362
1362
|
}>>;
|
|
1363
1363
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1364
1364
|
created: "created";
|
|
@@ -1420,8 +1420,8 @@ declare const ArtifactSchemas: {
|
|
|
1420
1420
|
comment: "comment";
|
|
1421
1421
|
}>;
|
|
1422
1422
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
1423
|
-
artifact: "artifact";
|
|
1424
1423
|
workpiece: "workpiece";
|
|
1424
|
+
artifact: "artifact";
|
|
1425
1425
|
}>>;
|
|
1426
1426
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1427
1427
|
created: "created";
|
|
@@ -1486,13 +1486,12 @@ declare const ArtifactSchemas: {
|
|
|
1486
1486
|
create: {
|
|
1487
1487
|
request: z.ZodObject<{
|
|
1488
1488
|
data: z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>;
|
|
1489
|
-
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
1490
1489
|
kind: z.ZodString;
|
|
1490
|
+
schemaVersion: z.ZodString;
|
|
1491
1491
|
scope: z.ZodObject<{
|
|
1492
1492
|
level: z.ZodString;
|
|
1493
1493
|
ids: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1494
1494
|
}, z.core.$strip>;
|
|
1495
|
-
schemaVersion: z.ZodString;
|
|
1496
1495
|
actor: z.ZodObject<{
|
|
1497
1496
|
kind: z.ZodString;
|
|
1498
1497
|
id: z.ZodString;
|
|
@@ -1567,6 +1566,7 @@ declare const ArtifactSchemas: {
|
|
|
1567
1566
|
summary: z.ZodOptional<z.ZodString>;
|
|
1568
1567
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
1569
1568
|
}, z.core.$strip>>;
|
|
1569
|
+
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
1570
1570
|
}, z.core.$strip>;
|
|
1571
1571
|
response: z.ZodObject<{
|
|
1572
1572
|
artifact: z.ZodObject<{
|
|
@@ -1668,13 +1668,12 @@ declare const ArtifactSchemas: {
|
|
|
1668
1668
|
}, z.core.$strip>;
|
|
1669
1669
|
revision: z.ZodObject<{
|
|
1670
1670
|
data: z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>;
|
|
1671
|
-
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
1672
1671
|
kind: z.ZodString;
|
|
1672
|
+
schemaVersion: z.ZodString;
|
|
1673
1673
|
scope: z.ZodObject<{
|
|
1674
1674
|
level: z.ZodString;
|
|
1675
1675
|
ids: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1676
1676
|
}, z.core.$strip>;
|
|
1677
|
-
schemaVersion: z.ZodString;
|
|
1678
1677
|
actor: z.ZodObject<{
|
|
1679
1678
|
kind: z.ZodString;
|
|
1680
1679
|
id: z.ZodString;
|
|
@@ -1749,6 +1748,7 @@ declare const ArtifactSchemas: {
|
|
|
1749
1748
|
summary: z.ZodOptional<z.ZodString>;
|
|
1750
1749
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
1751
1750
|
}, z.core.$strip>>;
|
|
1751
|
+
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
1752
1752
|
}, z.core.$strip>;
|
|
1753
1753
|
}, z.core.$strip>;
|
|
1754
1754
|
response: z.ZodObject<{
|
|
@@ -2605,8 +2605,8 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
2605
2605
|
comment: "comment";
|
|
2606
2606
|
}>;
|
|
2607
2607
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
2608
|
-
artifact: "artifact";
|
|
2609
2608
|
workpiece: "workpiece";
|
|
2609
|
+
artifact: "artifact";
|
|
2610
2610
|
}>>;
|
|
2611
2611
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2612
2612
|
created: "created";
|
|
@@ -2668,8 +2668,8 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
2668
2668
|
comment: "comment";
|
|
2669
2669
|
}>;
|
|
2670
2670
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
2671
|
-
artifact: "artifact";
|
|
2672
2671
|
workpiece: "workpiece";
|
|
2672
|
+
artifact: "artifact";
|
|
2673
2673
|
}>>;
|
|
2674
2674
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2675
2675
|
created: "created";
|
|
@@ -2734,13 +2734,12 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
2734
2734
|
create: {
|
|
2735
2735
|
request: z.ZodObject<{
|
|
2736
2736
|
data: z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>;
|
|
2737
|
-
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
2738
2737
|
kind: z.ZodString;
|
|
2738
|
+
schemaVersion: z.ZodString;
|
|
2739
2739
|
scope: z.ZodObject<{
|
|
2740
2740
|
level: z.ZodString;
|
|
2741
2741
|
ids: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2742
2742
|
}, z.core.$strip>;
|
|
2743
|
-
schemaVersion: z.ZodString;
|
|
2744
2743
|
actor: z.ZodObject<{
|
|
2745
2744
|
kind: z.ZodString;
|
|
2746
2745
|
id: z.ZodString;
|
|
@@ -2815,6 +2814,7 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
2815
2814
|
summary: z.ZodOptional<z.ZodString>;
|
|
2816
2815
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
2817
2816
|
}, z.core.$strip>>;
|
|
2817
|
+
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
2818
2818
|
}, z.core.$strip>;
|
|
2819
2819
|
response: z.ZodObject<{
|
|
2820
2820
|
artifact: z.ZodObject<{
|
|
@@ -2916,13 +2916,12 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
2916
2916
|
}, z.core.$strip>;
|
|
2917
2917
|
revision: z.ZodObject<{
|
|
2918
2918
|
data: z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>;
|
|
2919
|
-
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
2920
2919
|
kind: z.ZodString;
|
|
2920
|
+
schemaVersion: z.ZodString;
|
|
2921
2921
|
scope: z.ZodObject<{
|
|
2922
2922
|
level: z.ZodString;
|
|
2923
2923
|
ids: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2924
2924
|
}, z.core.$strip>;
|
|
2925
|
-
schemaVersion: z.ZodString;
|
|
2926
2925
|
actor: z.ZodObject<{
|
|
2927
2926
|
kind: z.ZodString;
|
|
2928
2927
|
id: z.ZodString;
|
|
@@ -2997,6 +2996,7 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
2997
2996
|
summary: z.ZodOptional<z.ZodString>;
|
|
2998
2997
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
2999
2998
|
}, z.core.$strip>>;
|
|
2999
|
+
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
3000
3000
|
}, z.core.$strip>;
|
|
3001
3001
|
}, z.core.$strip>;
|
|
3002
3002
|
response: z.ZodObject<{
|
|
@@ -3866,8 +3866,8 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
3866
3866
|
comment: "comment";
|
|
3867
3867
|
}>;
|
|
3868
3868
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
3869
|
-
artifact: "artifact";
|
|
3870
3869
|
workpiece: "workpiece";
|
|
3870
|
+
artifact: "artifact";
|
|
3871
3871
|
}>>;
|
|
3872
3872
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3873
3873
|
created: "created";
|
|
@@ -3929,8 +3929,8 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
3929
3929
|
comment: "comment";
|
|
3930
3930
|
}>;
|
|
3931
3931
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
3932
|
-
artifact: "artifact";
|
|
3933
3932
|
workpiece: "workpiece";
|
|
3933
|
+
artifact: "artifact";
|
|
3934
3934
|
}>>;
|
|
3935
3935
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3936
3936
|
created: "created";
|
|
@@ -3995,13 +3995,12 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
3995
3995
|
create: {
|
|
3996
3996
|
request: z.ZodObject<{
|
|
3997
3997
|
data: z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>;
|
|
3998
|
-
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
3999
3998
|
kind: z.ZodString;
|
|
3999
|
+
schemaVersion: z.ZodString;
|
|
4000
4000
|
scope: z.ZodObject<{
|
|
4001
4001
|
level: z.ZodString;
|
|
4002
4002
|
ids: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4003
4003
|
}, z.core.$strip>;
|
|
4004
|
-
schemaVersion: z.ZodString;
|
|
4005
4004
|
actor: z.ZodObject<{
|
|
4006
4005
|
kind: z.ZodString;
|
|
4007
4006
|
id: z.ZodString;
|
|
@@ -4076,6 +4075,7 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
4076
4075
|
summary: z.ZodOptional<z.ZodString>;
|
|
4077
4076
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
4078
4077
|
}, z.core.$strip>>;
|
|
4078
|
+
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
4079
4079
|
}, z.core.$strip>;
|
|
4080
4080
|
response: z.ZodObject<{
|
|
4081
4081
|
artifact: z.ZodObject<{
|
|
@@ -4177,13 +4177,12 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
4177
4177
|
}, z.core.$strip>;
|
|
4178
4178
|
revision: z.ZodObject<{
|
|
4179
4179
|
data: z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>;
|
|
4180
|
-
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
4181
4180
|
kind: z.ZodString;
|
|
4181
|
+
schemaVersion: z.ZodString;
|
|
4182
4182
|
scope: z.ZodObject<{
|
|
4183
4183
|
level: z.ZodString;
|
|
4184
4184
|
ids: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4185
4185
|
}, z.core.$strip>;
|
|
4186
|
-
schemaVersion: z.ZodString;
|
|
4187
4186
|
actor: z.ZodObject<{
|
|
4188
4187
|
kind: z.ZodString;
|
|
4189
4188
|
id: z.ZodString;
|
|
@@ -4258,6 +4257,7 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
4258
4257
|
summary: z.ZodOptional<z.ZodString>;
|
|
4259
4258
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
4260
4259
|
}, z.core.$strip>>;
|
|
4260
|
+
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
4261
4261
|
}, z.core.$strip>;
|
|
4262
4262
|
}, z.core.$strip>;
|
|
4263
4263
|
response: z.ZodObject<{
|