@makaio/framework 1.0.0-dev-1781454904823 → 1.0.0-dev-1781457526466

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.
Files changed (58) hide show
  1. package/dist/.makaio-build.json +2 -2
  2. package/dist/contracts/adapter/index.d.mts +1 -1
  3. package/dist/contracts/artifact/index.d.mts +1 -1
  4. package/dist/contracts/client/index.d.mts +1 -1
  5. package/dist/contracts/config/index.d.mts +6 -6
  6. package/dist/contracts/extension/index.d.mts +2 -2
  7. package/dist/contracts/index.d.mts +48 -48
  8. package/dist/contracts/provider/index.d.mts +1 -1
  9. package/dist/contracts/session/index.d.mts +2 -2
  10. package/dist/contracts/variant/index.d.mts +1 -1
  11. package/dist/{index-BSFmBEDL.d.mts → index-B19U8IjG.d.mts} +9 -9
  12. package/dist/{index-D8nNK-pF.d.mts → index-B_Z1Mgko.d.mts} +1 -1
  13. package/dist/{index-Cs009Dqh.d.mts → index-C7DEqbEy.d.mts} +2 -2
  14. package/dist/{index-BDnI2oqX.d.mts → index-CEdOq5Om.d.mts} +1 -1
  15. package/dist/{index-BkKWL_tI.d.mts → index-CmnQr7_x.d.mts} +3 -3
  16. package/dist/{index-CK_hi7fg.d.mts → index-DacXw2sg.d.mts} +12 -12
  17. package/dist/{index-BVMF3kRv.d.mts → index-DfNIhEm_.d.mts} +16 -16
  18. package/dist/{index-DN0GXDlw.d.mts → index-DmZxKuwh.d.mts} +2 -2
  19. package/dist/{index-BKbzDEv4.d.mts → index-DpeRgR7z.d.mts} +97 -97
  20. package/dist/{index-GuspCNLR.d.mts → index-DyqZej9j.d.mts} +8 -8
  21. package/dist/{index-CgJf67BC.d.mts → index-p0Gs2cHX.d.mts} +14 -14
  22. package/dist/kernel/extension/index.d.mts +1 -1
  23. package/dist/kernel/index.d.mts +2 -2
  24. package/dist/kernel/observability/index.d.mts +1 -1
  25. package/dist/{namespace-Dy0pcIqF.d.mts → namespace-B1Bldc48.d.mts} +9 -9
  26. package/dist/{namespace-CN2TfSCY.d.mts → namespace-DB6RC_Pn.d.mts} +2 -2
  27. package/dist/{namespace-CWgNi8Gv.d.mts → namespace-D_ZXa76m.d.mts} +26 -26
  28. package/dist/{namespace-Dyj2m6DT.d.mts → namespace-u_b7D-p2.d.mts} +42 -42
  29. package/dist/package.json +1 -1
  30. package/dist/{schema-D2B2V6r6.d.mts → schema-BDQID7HI.d.mts} +2 -2
  31. package/dist/{schemas-D0gBYOoc2.d.mts → schemas-Bxc0-SF62.d.mts} +4 -4
  32. package/dist/{schemas-DZfBym73.d.mts → schemas-Bxjfpl2Y.d.mts} +7 -7
  33. package/dist/{schemas-CRS7tkFP.d.mts → schemas-D2IRKPJN.d.mts} +4 -4
  34. package/dist/{schemas-CN9hprME.d.mts → schemas-DdHltfZX.d.mts} +3 -3
  35. package/dist/services/adapter-subsystem/index.d.mts +2 -2
  36. package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
  37. package/dist/services/index.d.mts +32 -32
  38. package/dist/services/preferences/index.d.mts +2 -2
  39. package/dist/services/preferences/schemas.d.mts +1 -1
  40. package/dist/services/preferences/storage-namespace.d.mts +2 -2
  41. package/dist/services/session/index.d.mts +4 -4
  42. package/dist/services/session/session-events/namespace.d.mts +1 -1
  43. package/dist/services/session/storage/namespace.d.mts +1 -1
  44. package/dist/services/session/storage/schema.d.mts +1 -1
  45. package/dist/services/settings/namespace.d.mts +4 -4
  46. package/dist/services/settings/storage/extension-configs/namespace.d.mts +3 -3
  47. package/dist/services/subagent-template/index.d.mts +1 -1
  48. package/dist/services/subagent-template/schemas.d.mts +1 -1
  49. package/dist/services/tray-menu/index.d.mts +2 -2
  50. package/dist/services/tray-menu/namespace.d.mts +1 -1
  51. package/dist/services/tray-menu/schemas.d.mts +1 -1
  52. package/dist/{storage-namespace-gey7EUhM.d.mts → storage-namespace-Cd5XzgVC.d.mts} +10 -10
  53. package/dist/{types-Co-MJvHY.d.mts → types-BC3nHLuk.d.mts} +34 -34
  54. package/dist/ui-kernel/index.d.mts +4 -4
  55. package/dist/ui-kernel/pages/namespace.d.mts +4 -4
  56. package/dist/ui-kernel/pages/schemas.d.mts +1 -1
  57. package/dist/workflow-engine/index.d.mts +27 -27
  58. package/package.json +1 -1
@@ -1565,8 +1565,8 @@ declare const AdapterNamespace: _$_makaio_core0.BusNamespaceDefinition<"adapter"
1565
1565
  level: _$zod.ZodOptional<_$zod.ZodEnum<{
1566
1566
  error: "error";
1567
1567
  warn: "warn";
1568
- info: "info";
1569
1568
  debug: "debug";
1569
+ info: "info";
1570
1570
  }>>;
1571
1571
  }, _$zod_v4_core0.$strip>;
1572
1572
  error: _$zod.ZodObject<{
@@ -3158,8 +3158,8 @@ declare const AdapterSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
3158
3158
  level: _$zod.ZodOptional<_$zod.ZodEnum<{
3159
3159
  error: "error";
3160
3160
  warn: "warn";
3161
- info: "info";
3162
3161
  debug: "debug";
3162
+ info: "info";
3163
3163
  }>>;
3164
3164
  }, _$zod_v4_core0.$strip>;
3165
3165
  error: _$zod.ZodObject<{
@@ -4775,8 +4775,8 @@ declare const AdapterSchemas: {
4775
4775
  level: _$zod.ZodOptional<_$zod.ZodEnum<{
4776
4776
  error: "error";
4777
4777
  warn: "warn";
4778
- info: "info";
4779
4778
  debug: "debug";
4779
+ info: "info";
4780
4780
  }>>;
4781
4781
  }, _$zod_v4_core0.$strip>;
4782
4782
  error: _$zod.ZodObject<{
@@ -19,8 +19,8 @@ import { ExtensionWarningEntry, ExtensionWarningEntrySchema } from "@makaio/fram
19
19
  */
20
20
  declare const ComponentStateSchema: z.ZodEnum<{
21
21
  failed: "failed";
22
- active: "active";
23
22
  discovered: "discovered";
23
+ active: "active";
24
24
  stopped: "stopped";
25
25
  skipped: "skipped";
26
26
  initializing: "initializing";
@@ -48,8 +48,8 @@ declare const ComponentInfoSchema: z.ZodObject<{
48
48
  displayName: z.ZodString;
49
49
  state: z.ZodEnum<{
50
50
  failed: "failed";
51
- active: "active";
52
51
  discovered: "discovered";
52
+ active: "active";
53
53
  stopped: "stopped";
54
54
  skipped: "skipped";
55
55
  initializing: "initializing";
@@ -69,8 +69,8 @@ declare const ServiceInfoSchema: z.ZodObject<{
69
69
  displayName: z.ZodString;
70
70
  state: z.ZodEnum<{
71
71
  failed: "failed";
72
- active: "active";
73
72
  discovered: "discovered";
73
+ active: "active";
74
74
  stopped: "stopped";
75
75
  skipped: "skipped";
76
76
  initializing: "initializing";
@@ -91,8 +91,8 @@ declare const ExtensionInfoSchema: z.ZodObject<{
91
91
  displayName: z.ZodString;
92
92
  state: z.ZodEnum<{
93
93
  failed: "failed";
94
- active: "active";
95
94
  discovered: "discovered";
95
+ active: "active";
96
96
  stopped: "stopped";
97
97
  skipped: "skipped";
98
98
  initializing: "initializing";
@@ -139,16 +139,16 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
139
139
  displayName: z.ZodString;
140
140
  from: z.ZodEnum<{
141
141
  failed: "failed";
142
- active: "active";
143
142
  discovered: "discovered";
143
+ active: "active";
144
144
  stopped: "stopped";
145
145
  skipped: "skipped";
146
146
  initializing: "initializing";
147
147
  }>;
148
148
  to: z.ZodEnum<{
149
149
  failed: "failed";
150
- active: "active";
151
150
  discovered: "discovered";
151
+ active: "active";
152
152
  stopped: "stopped";
153
153
  skipped: "skipped";
154
154
  initializing: "initializing";
@@ -182,8 +182,8 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
182
182
  displayName: z.ZodString;
183
183
  state: z.ZodEnum<{
184
184
  failed: "failed";
185
- active: "active";
186
185
  discovered: "discovered";
186
+ active: "active";
187
187
  stopped: "stopped";
188
188
  skipped: "skipped";
189
189
  initializing: "initializing";
@@ -220,8 +220,8 @@ declare const ExtensionNamespace: _$_makaio_core0.BusNamespaceDefinition<"kernel
220
220
  displayName: z.ZodString;
221
221
  state: z.ZodEnum<{
222
222
  failed: "failed";
223
- active: "active";
224
223
  discovered: "discovered";
224
+ active: "active";
225
225
  stopped: "stopped";
226
226
  skipped: "skipped";
227
227
  initializing: "initializing";
@@ -593,16 +593,16 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
593
593
  displayName: z.ZodString;
594
594
  from: z.ZodEnum<{
595
595
  failed: "failed";
596
- active: "active";
597
596
  discovered: "discovered";
597
+ active: "active";
598
598
  stopped: "stopped";
599
599
  skipped: "skipped";
600
600
  initializing: "initializing";
601
601
  }>;
602
602
  to: z.ZodEnum<{
603
603
  failed: "failed";
604
- active: "active";
605
604
  discovered: "discovered";
605
+ active: "active";
606
606
  stopped: "stopped";
607
607
  skipped: "skipped";
608
608
  initializing: "initializing";
@@ -636,8 +636,8 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
636
636
  displayName: z.ZodString;
637
637
  state: z.ZodEnum<{
638
638
  failed: "failed";
639
- active: "active";
640
639
  discovered: "discovered";
640
+ active: "active";
641
641
  stopped: "stopped";
642
642
  skipped: "skipped";
643
643
  initializing: "initializing";
@@ -674,8 +674,8 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
674
674
  displayName: z.ZodString;
675
675
  state: z.ZodEnum<{
676
676
  failed: "failed";
677
- active: "active";
678
677
  discovered: "discovered";
678
+ active: "active";
679
679
  stopped: "stopped";
680
680
  skipped: "skipped";
681
681
  initializing: "initializing";
@@ -14,8 +14,8 @@ declare const ProviderConfigFileRecordSchema: z.ZodObject<{
14
14
  name: z.ZodString;
15
15
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
16
16
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
17
- enabled: "enabled";
18
17
  disabled: "disabled";
18
+ enabled: "enabled";
19
19
  visible: "visible";
20
20
  }>>>;
21
21
  modelFilterMode: z.ZodEnum<{
@@ -187,8 +187,8 @@ declare const AdapterSubsystemSchemas: {
187
187
  name: z.ZodString;
188
188
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
189
189
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
190
- enabled: "enabled";
191
190
  disabled: "disabled";
191
+ enabled: "enabled";
192
192
  visible: "visible";
193
193
  }>>>;
194
194
  modelFilterMode: z.ZodEnum<{
@@ -217,8 +217,8 @@ declare const AdapterSubsystemSchemas: {
217
217
  name: z.ZodString;
218
218
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
219
219
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
220
- enabled: "enabled";
221
220
  disabled: "disabled";
221
+ enabled: "enabled";
222
222
  visible: "visible";
223
223
  }>>>;
224
224
  modelFilterMode: z.ZodEnum<{
@@ -247,8 +247,8 @@ declare const AdapterSubsystemSchemas: {
247
247
  name: z.ZodString;
248
248
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
249
249
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
250
- enabled: "enabled";
251
250
  disabled: "disabled";
251
+ enabled: "enabled";
252
252
  visible: "visible";
253
253
  }>>>;
254
254
  modelFilterMode: z.ZodEnum<{
@@ -323,8 +323,8 @@ declare const AdapterSubsystemSchemas: {
323
323
  name: z.ZodString;
324
324
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
325
325
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
326
- enabled: "enabled";
327
326
  disabled: "disabled";
327
+ enabled: "enabled";
328
328
  visible: "visible";
329
329
  }>>>;
330
330
  modelFilterMode: z.ZodEnum<{
@@ -485,8 +485,8 @@ declare const AdapterSubsystemSchemas: {
485
485
  openai: z.ZodOptional<z.ZodString>;
486
486
  }, z.core.$strip>>;
487
487
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
488
- enabled: "enabled";
489
488
  disabled: "disabled";
489
+ enabled: "enabled";
490
490
  visible: "visible";
491
491
  }>>>;
492
492
  modelFilterMode: z.ZodOptional<z.ZodEnum<{
@@ -502,8 +502,8 @@ declare const AdapterSubsystemSchemas: {
502
502
  name: z.ZodString;
503
503
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
504
504
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
505
- enabled: "enabled";
506
505
  disabled: "disabled";
506
+ enabled: "enabled";
507
507
  visible: "visible";
508
508
  }>>>;
509
509
  modelFilterMode: z.ZodEnum<{
@@ -531,8 +531,8 @@ declare const AdapterSubsystemSchemas: {
531
531
  openai: z.ZodOptional<z.ZodString>;
532
532
  }, z.core.$strip>>>;
533
533
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
534
- enabled: "enabled";
535
534
  disabled: "disabled";
535
+ enabled: "enabled";
536
536
  visible: "visible";
537
537
  }>>>;
538
538
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -545,8 +545,8 @@ declare const AdapterSubsystemSchemas: {
545
545
  name: z.ZodString;
546
546
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
547
547
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
548
- enabled: "enabled";
549
548
  disabled: "disabled";
549
+ enabled: "enabled";
550
550
  visible: "visible";
551
551
  }>>>;
552
552
  modelFilterMode: z.ZodEnum<{
@@ -576,8 +576,8 @@ declare const AdapterSubsystemSchemas: {
576
576
  name: z.ZodString;
577
577
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
578
578
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
579
- enabled: "enabled";
580
579
  disabled: "disabled";
580
+ enabled: "enabled";
581
581
  visible: "visible";
582
582
  }>>>;
583
583
  modelFilterMode: z.ZodEnum<{
@@ -617,8 +617,8 @@ declare const AdapterSubsystemSchemas: {
617
617
  name: z.ZodString;
618
618
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
619
619
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
620
- enabled: "enabled";
621
620
  disabled: "disabled";
621
+ enabled: "enabled";
622
622
  visible: "visible";
623
623
  }>>>;
624
624
  modelFilterMode: z.ZodEnum<{
@@ -652,8 +652,8 @@ declare const AdapterSubsystemSchemas: {
652
652
  name: z.ZodString;
653
653
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
654
654
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
655
- enabled: "enabled";
656
655
  disabled: "disabled";
656
+ enabled: "enabled";
657
657
  visible: "visible";
658
658
  }>>>;
659
659
  modelFilterMode: z.ZodEnum<{
@@ -778,8 +778,8 @@ declare const AdapterSubsystemSchemas: {
778
778
  name: z.ZodString;
779
779
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
780
780
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
781
- enabled: "enabled";
782
781
  disabled: "disabled";
782
+ enabled: "enabled";
783
783
  visible: "visible";
784
784
  }>>>;
785
785
  modelFilterMode: z.ZodEnum<{
@@ -798,8 +798,8 @@ declare const AdapterSubsystemSchemas: {
798
798
  name: z.ZodString;
799
799
  endpointOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
800
800
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
801
- enabled: "enabled";
802
801
  disabled: "disabled";
802
+ enabled: "enabled";
803
803
  visible: "visible";
804
804
  }>>>;
805
805
  modelFilterMode: z.ZodEnum<{
@@ -934,8 +934,8 @@ declare const CreateCanonicalProviderConfigInputSchema: z.ZodObject<{
934
934
  openai: z.ZodOptional<z.ZodString>;
935
935
  }, z.core.$strip>>;
936
936
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
937
- enabled: "enabled";
938
937
  disabled: "disabled";
938
+ enabled: "enabled";
939
939
  visible: "visible";
940
940
  }>>>;
941
941
  modelFilterMode: z.ZodOptional<z.ZodEnum<{
@@ -957,8 +957,8 @@ declare const CanonicalProviderConfigPatchSchema: z.ZodObject<{
957
957
  openai: z.ZodOptional<z.ZodString>;
958
958
  }, z.core.$strip>>>;
959
959
  modelVisibility: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
960
- enabled: "enabled";
961
960
  disabled: "disabled";
961
+ enabled: "enabled";
962
962
  visible: "visible";
963
963
  }>>>;
964
964
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -1,8 +1,8 @@
1
- import { F as ArtifactLifecycleHookRegistration$1, P as ArtifactLifecycleHookEvent, T as AnyArtifactKindDefinition, mt as ArtifactRevision$1 } from "./index-CgJf67BC.mjs";
1
+ import { F as ArtifactLifecycleHookRegistration$1, P as ArtifactLifecycleHookEvent, T as AnyArtifactKindDefinition, mt as ArtifactRevision$1 } from "./index-p0Gs2cHX.mjs";
2
2
  import { A as VersionRange, O as VersionLiteral$1, r as ClientDefinition$1 } from "./definition-BdxbXbrq.mjs";
3
3
  import { o as ProviderDefinitionInput$1, r as ProtocolId$1 } from "./definition-BwLJnqEo.mjs";
4
4
  import { t as RequiredTimeoutConfig } from "./index-CBTp2XuF.mjs";
5
- import { b as SESSION_EVENT_TYPES, i as MakaioSessionEvent$1, j as SessionMessage$1 } from "./types-Co-MJvHY.mjs";
5
+ import { b as SESSION_EVENT_TYPES, i as MakaioSessionEvent$1, j as SessionMessage$1 } from "./types-BC3nHLuk.mjs";
6
6
  import { D as EntityUIConfig, I as FormFieldProps, Q as JsonValue$1 } from "./index-B3mq3Qjf.mjs";
7
7
  import { l as FacetNamespaceDefinition } from "./index-Cs1JVq0D.mjs";
8
8
  import { t as SurfaceBindingDefinition } from "./definition-DSq5ErZD.mjs";