@makaio/framework 1.0.0-dev-1783615060726 → 1.0.0-dev-1783705652236
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/adapter-CA8rPIUz.mjs +1 -0
- package/dist/adapters/config/index.d.mts +1 -1
- package/dist/adapters/index.d.mts +186 -8
- package/dist/adapters/index.mjs +6 -6
- package/dist/bus/index.mjs +1 -1
- package/dist/client-DaR4mzqn.mjs +1 -0
- package/dist/contracts/adapter/index.d.mts +2 -2
- package/dist/contracts/adapter/index.mjs +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/client/index.d.mts +2 -2
- package/dist/contracts/client/index.mjs +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 +97 -45
- package/dist/contracts/index.mjs +1 -1
- package/dist/contracts/materialization/index.d.mts +3 -3
- package/dist/contracts/session/index.d.mts +3 -3
- package/dist/contracts/session/index.mjs +1 -1
- package/dist/contracts/workflow/index.d.mts +3 -3
- package/dist/contracts/workflow/index.mjs +1 -1
- package/dist/{definition-DePb3ke-.d.mts → definition-s9PIua2B.d.mts} +1 -1
- package/dist/drizzle/0024_external_settlement_fingerprint.sql +1 -0
- package/dist/drizzle/0025_external_registration_frame.sql +1 -0
- package/dist/drizzle/meta/_journal.json +14 -0
- package/dist/{index-BbQpQ1N3.d.mts → index-B2DjrVb8.d.mts} +84 -0
- package/dist/{index-DWu3qrwe.d.mts → index-B9d_8_V2.d.mts} +8 -8
- package/dist/{index-2fK9iSHI.d.mts → index-BWIkf5oJ.d.mts} +6 -6
- package/dist/{index-BSprsrul.d.mts → index-BcvG3wPv.d.mts} +96 -57
- package/dist/{index-CqCe7Phc.d.mts → index-BcwOnvUh.d.mts} +6 -6
- package/dist/{index-Qd1Qom8M.d.mts → index-D6aAzr32.d.mts} +4 -4
- package/dist/{index-D8wmMJLi.d.mts → index-DScUb-hF.d.mts} +1 -1
- package/dist/{index-DKaEpPFS.d.mts → index-DnnKUwHm.d.mts} +5 -5
- package/dist/{index-S7lj2TLp.d.mts → index-FFVwQMad.d.mts} +440 -60
- package/dist/{index-BMbmoarE.d.mts → index-O08Q2ikz.d.mts} +8 -8
- package/dist/{index-DZ14azod.d.mts → index-PIlYSC73.d.mts} +160 -1
- package/dist/loop-gate-handlers-o2B5FPdF.mjs +1 -0
- package/dist/{namespace-DuUCiVmK.d.mts → namespace-B4cV_pk3.d.mts} +6 -6
- package/dist/{namespace-Ceg3zkt2.d.mts → namespace-BGIeqwfU.d.mts} +20 -20
- package/dist/{namespace-Dc94fHZW.d.mts → namespace-D9PLFmPQ.d.mts} +9 -9
- package/dist/package-Co_GO3UD.mjs +7 -0
- package/dist/{package-B6mEMD8r.d.mts → package-DmVZxufT.d.mts} +1 -1
- package/dist/package.json +1 -1
- package/dist/{schema-B9goOieO.d.mts → schema-B5vHi7Uu.d.mts} +1 -1
- package/dist/{schemas-D512XweP.d.mts → schemas-CJ2JvA7d.d.mts} +3 -3
- package/dist/schemas-CVo8qAK-.mjs +1 -0
- package/dist/services/adapter-subsystem/index.d.mts +2 -2
- package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
- package/dist/services/execution-target/index.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 +14 -14
- package/dist/services/session/index.d.mts +4 -4
- 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 +3 -3
- package/dist/services/settings/storage/extension-configs/namespace.d.mts +3 -3
- package/dist/session-DBfQkgdy.mjs +1 -0
- package/dist/{session-lineage-NBFNVkUE.d.mts → session-lineage-C1M7-O3C.d.mts} +1 -1
- package/dist/{transition-CmI3q3FA.d.mts → transition-OzGXyy3p.d.mts} +1 -1
- package/dist/{types-VwMx5_lS.d.mts → types-BrUOVfwe.d.mts} +26 -2
- package/dist/{types-Dhou-Itn.d.mts → types-CBLPaQXe.d.mts} +36 -22
- package/dist/workflow-C3dgVwTY.mjs +1 -0
- package/dist/workflow-engine/index.d.mts +289 -21
- 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/adapter-Lx6K7yQS.mjs +0 -1
- package/dist/client-l1Rq5p6X.mjs +0 -1
- package/dist/loop-gate-handlers-Bjmat-K3.mjs +0 -1
- package/dist/package-BQn_RTo7.mjs +0 -1
- package/dist/schemas-CkOigLAT.mjs +0 -1
- package/dist/session-D5rVMqmE.mjs +0 -1
- package/dist/workflow-C1z7I5CI.mjs +0 -1
|
@@ -297,6 +297,13 @@ declare const AdapterNamespace: _$_makaio_core0.BusNamespaceDefinition<"adapter"
|
|
|
297
297
|
fullPrefix: "fullPrefix";
|
|
298
298
|
}>>;
|
|
299
299
|
turnContext: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodType<_$_makaio_contracts0.JsonValue, unknown, _$zod_v4_core0.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
300
|
+
requestCorrelation: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
301
|
+
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
302
|
+
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
303
|
+
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
304
|
+
executionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
305
|
+
frameId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
306
|
+
}, _$zod_v4_core0.$strict>>;
|
|
300
307
|
nativeLocality: _$zod.ZodOptional<_$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
301
308
|
kind: _$zod.ZodLiteral<"native">;
|
|
302
309
|
}, _$zod_v4_core0.$strip>, _$zod.ZodObject<{
|
|
@@ -798,6 +805,13 @@ declare const AdapterNamespace: _$_makaio_core0.BusNamespaceDefinition<"adapter"
|
|
|
798
805
|
fullPrefix: "fullPrefix";
|
|
799
806
|
}>>;
|
|
800
807
|
turnContext: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodType<_$_makaio_contracts0.JsonValue, unknown, _$zod_v4_core0.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
808
|
+
requestCorrelation: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
809
|
+
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
810
|
+
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
811
|
+
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
812
|
+
executionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
813
|
+
frameId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
814
|
+
}, _$zod_v4_core0.$strict>>;
|
|
801
815
|
nativeLocality: _$zod.ZodOptional<_$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
802
816
|
kind: _$zod.ZodLiteral<"native">;
|
|
803
817
|
}, _$zod_v4_core0.$strip>, _$zod.ZodObject<{
|
|
@@ -1296,6 +1310,13 @@ declare const AdapterNamespace: _$_makaio_core0.BusNamespaceDefinition<"adapter"
|
|
|
1296
1310
|
fullPrefix: "fullPrefix";
|
|
1297
1311
|
}>>;
|
|
1298
1312
|
turnContext: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodType<_$_makaio_contracts0.JsonValue, unknown, _$zod_v4_core0.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
1313
|
+
requestCorrelation: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
1314
|
+
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1315
|
+
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1316
|
+
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1317
|
+
executionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1318
|
+
frameId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
1319
|
+
}, _$zod_v4_core0.$strict>>;
|
|
1299
1320
|
nativeLocality: _$zod.ZodOptional<_$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
1300
1321
|
kind: _$zod.ZodLiteral<"native">;
|
|
1301
1322
|
}, _$zod_v4_core0.$strip>, _$zod.ZodObject<{
|
|
@@ -2004,6 +2025,13 @@ declare const AdapterSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
2004
2025
|
fullPrefix: "fullPrefix";
|
|
2005
2026
|
}>>;
|
|
2006
2027
|
turnContext: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodType<_$_makaio_contracts0.JsonValue, unknown, _$zod_v4_core0.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
2028
|
+
requestCorrelation: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
2029
|
+
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2030
|
+
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2031
|
+
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2032
|
+
executionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2033
|
+
frameId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2034
|
+
}, _$zod_v4_core0.$strict>>;
|
|
2007
2035
|
nativeLocality: _$zod.ZodOptional<_$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
2008
2036
|
kind: _$zod.ZodLiteral<"native">;
|
|
2009
2037
|
}, _$zod_v4_core0.$strip>, _$zod.ZodObject<{
|
|
@@ -2505,6 +2533,13 @@ declare const AdapterSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
2505
2533
|
fullPrefix: "fullPrefix";
|
|
2506
2534
|
}>>;
|
|
2507
2535
|
turnContext: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodType<_$_makaio_contracts0.JsonValue, unknown, _$zod_v4_core0.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
2536
|
+
requestCorrelation: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
2537
|
+
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2538
|
+
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2539
|
+
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2540
|
+
executionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2541
|
+
frameId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2542
|
+
}, _$zod_v4_core0.$strict>>;
|
|
2508
2543
|
nativeLocality: _$zod.ZodOptional<_$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
2509
2544
|
kind: _$zod.ZodLiteral<"native">;
|
|
2510
2545
|
}, _$zod_v4_core0.$strip>, _$zod.ZodObject<{
|
|
@@ -3003,6 +3038,13 @@ declare const AdapterSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
3003
3038
|
fullPrefix: "fullPrefix";
|
|
3004
3039
|
}>>;
|
|
3005
3040
|
turnContext: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodType<_$_makaio_contracts0.JsonValue, unknown, _$zod_v4_core0.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
3041
|
+
requestCorrelation: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
3042
|
+
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3043
|
+
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3044
|
+
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3045
|
+
executionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3046
|
+
frameId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3047
|
+
}, _$zod_v4_core0.$strict>>;
|
|
3006
3048
|
nativeLocality: _$zod.ZodOptional<_$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
3007
3049
|
kind: _$zod.ZodLiteral<"native">;
|
|
3008
3050
|
}, _$zod_v4_core0.$strip>, _$zod.ZodObject<{
|
|
@@ -3735,6 +3777,13 @@ declare const AdapterSchemas: {
|
|
|
3735
3777
|
fullPrefix: "fullPrefix";
|
|
3736
3778
|
}>>;
|
|
3737
3779
|
turnContext: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodType<_$_makaio_contracts0.JsonValue, unknown, _$zod_v4_core0.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
3780
|
+
requestCorrelation: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
3781
|
+
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3782
|
+
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3783
|
+
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3784
|
+
executionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3785
|
+
frameId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3786
|
+
}, _$zod_v4_core0.$strict>>;
|
|
3738
3787
|
nativeLocality: _$zod.ZodOptional<_$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
3739
3788
|
kind: _$zod.ZodLiteral<"native">;
|
|
3740
3789
|
}, _$zod_v4_core0.$strip>, _$zod.ZodObject<{
|
|
@@ -4236,6 +4285,13 @@ declare const AdapterSchemas: {
|
|
|
4236
4285
|
fullPrefix: "fullPrefix";
|
|
4237
4286
|
}>>;
|
|
4238
4287
|
turnContext: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodType<_$_makaio_contracts0.JsonValue, unknown, _$zod_v4_core0.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
4288
|
+
requestCorrelation: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
4289
|
+
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
4290
|
+
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
4291
|
+
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
4292
|
+
executionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
4293
|
+
frameId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
4294
|
+
}, _$zod_v4_core0.$strict>>;
|
|
4239
4295
|
nativeLocality: _$zod.ZodOptional<_$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
4240
4296
|
kind: _$zod.ZodLiteral<"native">;
|
|
4241
4297
|
}, _$zod_v4_core0.$strip>, _$zod.ZodObject<{
|
|
@@ -4734,6 +4790,13 @@ declare const AdapterSchemas: {
|
|
|
4734
4790
|
fullPrefix: "fullPrefix";
|
|
4735
4791
|
}>>;
|
|
4736
4792
|
turnContext: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodType<_$_makaio_contracts0.JsonValue, unknown, _$zod_v4_core0.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
4793
|
+
requestCorrelation: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
4794
|
+
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
4795
|
+
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
4796
|
+
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
4797
|
+
executionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
4798
|
+
frameId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
4799
|
+
}, _$zod_v4_core0.$strict>>;
|
|
4737
4800
|
nativeLocality: _$zod.ZodOptional<_$zod.ZodDiscriminatedUnion<[_$zod.ZodObject<{
|
|
4738
4801
|
kind: _$zod.ZodLiteral<"native">;
|
|
4739
4802
|
}, _$zod_v4_core0.$strip>, _$zod.ZodObject<{
|
|
@@ -5481,6 +5544,13 @@ declare const StartAgentSchema: {
|
|
|
5481
5544
|
fullPrefix: "fullPrefix";
|
|
5482
5545
|
}>>;
|
|
5483
5546
|
turnContext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
5547
|
+
requestCorrelation: z.ZodOptional<z.ZodObject<{
|
|
5548
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
5549
|
+
turnId: z.ZodOptional<z.ZodString>;
|
|
5550
|
+
messageId: z.ZodOptional<z.ZodString>;
|
|
5551
|
+
executionId: z.ZodOptional<z.ZodString>;
|
|
5552
|
+
frameId: z.ZodOptional<z.ZodString>;
|
|
5553
|
+
}, z.core.$strict>>;
|
|
5484
5554
|
nativeLocality: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
5485
5555
|
kind: z.ZodLiteral<"native">;
|
|
5486
5556
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -5982,6 +6052,13 @@ declare const StartAgentSchema: {
|
|
|
5982
6052
|
fullPrefix: "fullPrefix";
|
|
5983
6053
|
}>>;
|
|
5984
6054
|
turnContext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
6055
|
+
requestCorrelation: z.ZodOptional<z.ZodObject<{
|
|
6056
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
6057
|
+
turnId: z.ZodOptional<z.ZodString>;
|
|
6058
|
+
messageId: z.ZodOptional<z.ZodString>;
|
|
6059
|
+
executionId: z.ZodOptional<z.ZodString>;
|
|
6060
|
+
frameId: z.ZodOptional<z.ZodString>;
|
|
6061
|
+
}, z.core.$strict>>;
|
|
5985
6062
|
nativeLocality: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
5986
6063
|
kind: z.ZodLiteral<"native">;
|
|
5987
6064
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -6480,6 +6557,13 @@ declare const StartAgentSchema: {
|
|
|
6480
6557
|
fullPrefix: "fullPrefix";
|
|
6481
6558
|
}>>;
|
|
6482
6559
|
turnContext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>>;
|
|
6560
|
+
requestCorrelation: z.ZodOptional<z.ZodObject<{
|
|
6561
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
6562
|
+
turnId: z.ZodOptional<z.ZodString>;
|
|
6563
|
+
messageId: z.ZodOptional<z.ZodString>;
|
|
6564
|
+
executionId: z.ZodOptional<z.ZodString>;
|
|
6565
|
+
frameId: z.ZodOptional<z.ZodString>;
|
|
6566
|
+
}, z.core.$strict>>;
|
|
6483
6567
|
nativeLocality: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
6484
6568
|
kind: z.ZodLiteral<"native">;
|
|
6485
6569
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as ArtifactProjectionPolicy$1 } from "./schemas-
|
|
1
|
+
import { r as ArtifactProjectionPolicy$1 } from "./schemas-CJ2JvA7d.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";
|
|
@@ -1669,8 +1669,8 @@ declare const ArtifactSchemas: {
|
|
|
1669
1669
|
comment: "comment";
|
|
1670
1670
|
}>;
|
|
1671
1671
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
1672
|
-
artifact: "artifact";
|
|
1673
1672
|
workpiece: "workpiece";
|
|
1673
|
+
artifact: "artifact";
|
|
1674
1674
|
}>>;
|
|
1675
1675
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1676
1676
|
created: "created";
|
|
@@ -1733,8 +1733,8 @@ declare const ArtifactSchemas: {
|
|
|
1733
1733
|
comment: "comment";
|
|
1734
1734
|
}>;
|
|
1735
1735
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
1736
|
-
artifact: "artifact";
|
|
1737
1736
|
workpiece: "workpiece";
|
|
1737
|
+
artifact: "artifact";
|
|
1738
1738
|
}>>;
|
|
1739
1739
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1740
1740
|
created: "created";
|
|
@@ -3070,8 +3070,8 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
3070
3070
|
comment: "comment";
|
|
3071
3071
|
}>;
|
|
3072
3072
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
3073
|
-
artifact: "artifact";
|
|
3074
3073
|
workpiece: "workpiece";
|
|
3074
|
+
artifact: "artifact";
|
|
3075
3075
|
}>>;
|
|
3076
3076
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3077
3077
|
created: "created";
|
|
@@ -3134,8 +3134,8 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
3134
3134
|
comment: "comment";
|
|
3135
3135
|
}>;
|
|
3136
3136
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
3137
|
-
artifact: "artifact";
|
|
3138
3137
|
workpiece: "workpiece";
|
|
3138
|
+
artifact: "artifact";
|
|
3139
3139
|
}>>;
|
|
3140
3140
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3141
3141
|
created: "created";
|
|
@@ -4485,8 +4485,8 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
4485
4485
|
comment: "comment";
|
|
4486
4486
|
}>;
|
|
4487
4487
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
4488
|
-
artifact: "artifact";
|
|
4489
4488
|
workpiece: "workpiece";
|
|
4489
|
+
artifact: "artifact";
|
|
4490
4490
|
}>>;
|
|
4491
4491
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4492
4492
|
created: "created";
|
|
@@ -4549,8 +4549,8 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
4549
4549
|
comment: "comment";
|
|
4550
4550
|
}>;
|
|
4551
4551
|
defaultRole: z.ZodOptional<z.ZodEnum<{
|
|
4552
|
-
artifact: "artifact";
|
|
4553
4552
|
workpiece: "workpiece";
|
|
4553
|
+
artifact: "artifact";
|
|
4554
4554
|
}>>;
|
|
4555
4555
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4556
4556
|
created: "created";
|
|
@@ -48,8 +48,8 @@ declare const MaterializationSchemas: {
|
|
|
48
48
|
template: z.ZodString;
|
|
49
49
|
}, z.core.$strip>], "kind">;
|
|
50
50
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
51
|
-
artifact: "artifact";
|
|
52
51
|
workpiece: "workpiece";
|
|
52
|
+
artifact: "artifact";
|
|
53
53
|
surface: "surface";
|
|
54
54
|
}>>;
|
|
55
55
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -88,8 +88,8 @@ declare const MaterializationSchemas: {
|
|
|
88
88
|
template: z.ZodString;
|
|
89
89
|
}, z.core.$strip>], "kind">;
|
|
90
90
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
91
|
-
artifact: "artifact";
|
|
92
91
|
workpiece: "workpiece";
|
|
92
|
+
artifact: "artifact";
|
|
93
93
|
surface: "surface";
|
|
94
94
|
}>>;
|
|
95
95
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -153,8 +153,8 @@ declare const MaterializationNamespace: _$_makaio_core0.BusNamespaceDefinition<"
|
|
|
153
153
|
template: z.ZodString;
|
|
154
154
|
}, z.core.$strip>], "kind">;
|
|
155
155
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
156
|
-
artifact: "artifact";
|
|
157
156
|
workpiece: "workpiece";
|
|
157
|
+
artifact: "artifact";
|
|
158
158
|
surface: "surface";
|
|
159
159
|
}>>;
|
|
160
160
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -193,8 +193,8 @@ declare const MaterializationNamespace: _$_makaio_core0.BusNamespaceDefinition<"
|
|
|
193
193
|
template: z.ZodString;
|
|
194
194
|
}, z.core.$strip>], "kind">;
|
|
195
195
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
196
|
-
artifact: "artifact";
|
|
197
196
|
workpiece: "workpiece";
|
|
197
|
+
artifact: "artifact";
|
|
198
198
|
surface: "surface";
|
|
199
199
|
}>>;
|
|
200
200
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -268,8 +268,8 @@ declare const MaterializationSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
268
268
|
template: z.ZodString;
|
|
269
269
|
}, z.core.$strip>], "kind">;
|
|
270
270
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
271
|
-
artifact: "artifact";
|
|
272
271
|
workpiece: "workpiece";
|
|
272
|
+
artifact: "artifact";
|
|
273
273
|
surface: "surface";
|
|
274
274
|
}>>;
|
|
275
275
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -308,8 +308,8 @@ declare const MaterializationSubjects: _$_makaio_core0.BusSubjects<_$_makaio_cor
|
|
|
308
308
|
template: z.ZodString;
|
|
309
309
|
}, z.core.$strip>], "kind">;
|
|
310
310
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
311
|
-
artifact: "artifact";
|
|
312
311
|
workpiece: "workpiece";
|
|
312
|
+
artifact: "artifact";
|
|
313
313
|
surface: "surface";
|
|
314
314
|
}>>;
|
|
315
315
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|