@makaio/framework 1.0.0-dev-1781260968078 → 1.0.0-dev-1781354548379

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 (140) hide show
  1. package/dist/.makaio-build.json +2 -2
  2. package/dist/adapter-UpcpZDOv.mjs +1 -0
  3. package/dist/adapters/config/index.d.mts +1 -1
  4. package/dist/adapters/index.d.mts +11 -3
  5. package/dist/adapters/index.mjs +1 -1
  6. package/dist/bus/index.mjs +1 -1
  7. package/dist/clients/index.d.mts +4 -7
  8. package/dist/clients/index.mjs +1 -1
  9. package/dist/contracts/adapter/index.d.mts +2 -2
  10. package/dist/contracts/adapter/index.mjs +1 -1
  11. package/dist/contracts/adapter/schemas/session-lineage.d.mts +1 -1
  12. package/dist/contracts/artifact/index.d.mts +1 -1
  13. package/dist/contracts/client/index.d.mts +1 -1
  14. package/dist/contracts/extension/index.d.mts +2 -2
  15. package/dist/contracts/facet/index.d.mts +1 -1
  16. package/dist/contracts/index.d.mts +219 -54
  17. package/dist/contracts/index.mjs +1 -1
  18. package/dist/contracts/materialization/index.d.mts +3 -3
  19. package/dist/contracts/session/index.d.mts +3 -3
  20. package/dist/contracts/session/index.mjs +1 -1
  21. package/dist/{definition-SiimP25_.d.mts → definition-DqJOg6Lv.d.mts} +1 -1
  22. package/dist/drizzle/0015_m_mqbh8q5b.sql +1 -0
  23. package/dist/drizzle/0016_m_mqbmq8h7.sql +1 -0
  24. package/dist/drizzle/0017_m_mqbnf924.sql +1 -0
  25. package/dist/drizzle/meta/0015_snapshot.json +2966 -0
  26. package/dist/drizzle/meta/0016_snapshot.json +2973 -0
  27. package/dist/drizzle/meta/0017_snapshot.json +2980 -0
  28. package/dist/drizzle/meta/_journal.json +21 -0
  29. package/dist/{handler-DSfSAlxx.mjs → handler-DqpiV9eA.mjs} +1 -1
  30. package/dist/handlers-BAB4fQNH.mjs +41 -0
  31. package/dist/{index-B2xbnMZe.d.mts → index-BCKRUuI2.d.mts} +1 -1
  32. package/dist/{index-CARxIllg.d.mts → index-BHAOu6Hs.d.mts} +20 -20
  33. package/dist/{index-Cb64d5c5.d.mts → index-BHzgDuRE.d.mts} +20 -3
  34. package/dist/{index-BtztOqaF.d.mts → index-BheaEhyI.d.mts} +6 -6
  35. package/dist/{index-CZ_TcT6J.d.mts → index-Bibt5jAX.d.mts} +8 -8
  36. package/dist/{index-D5CI1V5d.d.mts → index-C3zfJg6s.d.mts} +16 -16
  37. package/dist/{index-DTdqGAfH2.d.mts → index-CH5U3zSA2.d.mts} +1 -1
  38. package/dist/{index-CgjslA5-.d.mts → index-CTn_Xi-p.d.mts} +4 -4
  39. package/dist/{index-DDQkhhRo.d.mts → index-DPIdX6kb.d.mts} +363 -123
  40. package/dist/{index-BQiHs8EF.d.mts → index-Da4ABgRq.d.mts} +12 -12
  41. package/dist/{index-BvSyOgTY.d.mts → index-DrGLAuZc.d.mts} +98 -29
  42. package/dist/{index-BKKNWqkP2.d.mts → index-zgm2j9V92.d.mts} +44 -2
  43. package/dist/kernel/extension/index.d.mts +1 -1
  44. package/dist/kernel/index.d.mts +2 -2
  45. package/dist/kernel/observability/index.d.mts +1 -1
  46. package/dist/mcp-http-server/index.d.mts +132 -19
  47. package/dist/mcp-http-server/index.mjs +1 -1
  48. package/dist/{namespace-D1Iw_d1P.d.mts → namespace--s0d86h-.d.mts} +144 -0
  49. package/dist/{namespace-7tsuJhQ9.d.mts → namespace-Boe6l5n9.d.mts} +78 -42
  50. package/dist/{namespace-Ba4bxtHQ.d.mts → namespace-BxxBhcV_.d.mts} +9 -9
  51. package/dist/{namespace-DwE2g8Wm.mjs → namespace-Dfq6MDN9.mjs} +1 -1
  52. package/dist/{namespace-DDCjoQUj.d.mts → namespace-aJJfBJU5.d.mts} +170 -0
  53. package/dist/{orchestrator-shared-Dt4WDse7.mjs → orchestrator-shared-BKFXaKPL.mjs} +1 -1
  54. package/dist/{package-BSnp1zOR.d.mts → package--RZnpN2J.d.mts} +2 -3
  55. package/dist/package-BzJvtM5O.mjs +1 -0
  56. package/dist/package-DzN_jdqd.mjs +1 -0
  57. package/dist/package.json +1 -1
  58. package/dist/primitive-runtime-CNC_bSac.mjs +1 -0
  59. package/dist/runtime-node/bus/runtime/namespace.d.mts +8 -8
  60. package/dist/runtime-node/bus/runtime/schemas.d.mts +11 -4
  61. package/dist/runtime-node/bus/runtime/schemas.mjs +1 -1
  62. package/dist/runtime-node/index.d.mts +19 -1
  63. package/dist/runtime-node/index.mjs +1 -1
  64. package/dist/{schema-BerZmr2q.mjs → schema-C3TgjrsV.mjs} +1 -1
  65. package/dist/{schema-BrnYlDwZ.mjs → schema-CzhOc7TV.mjs} +1 -1
  66. package/dist/{schema-BNrM9LWb.d.mts → schema-DGMLvVoQ.d.mts} +23 -3
  67. package/dist/schemas-CuKayWhA.mjs +1 -0
  68. package/dist/{schemas-DAFYpgHk2.d.mts → schemas-kVcJMjjn2.d.mts} +8 -8
  69. package/dist/{schemas-CkOSG2eJ.d.mts → schemas-t1VR6_b_.d.mts} +3 -3
  70. package/dist/services/filesystem/namespace.d.mts +6 -6
  71. package/dist/services/filesystem/schemas.d.mts +3 -3
  72. package/dist/services/git/namespace.d.mts +2 -2
  73. package/dist/services/git/schemas.d.mts +2 -2
  74. package/dist/services/harness/index.d.mts +3 -4
  75. package/dist/services/harness/index.mjs +1 -1
  76. package/dist/services/index.d.mts +112 -15
  77. package/dist/services/index.mjs +1 -1
  78. package/dist/services/log-import/browser.d.mts +2 -2
  79. package/dist/services/log-import/index.d.mts +4 -5
  80. package/dist/services/log-import/index.mjs +1 -1
  81. package/dist/services/log-import/log-import.d.mts +1 -1
  82. package/dist/services/log-import/namespace.d.mts +2 -2
  83. package/dist/services/log-import/schemas.d.mts +1 -1
  84. package/dist/services/provider-context/index.mjs +1 -1
  85. package/dist/services/session/handlers/index.mjs +1 -1
  86. package/dist/services/session/index.d.mts +6 -6
  87. package/dist/services/session/index.mjs +1 -1
  88. package/dist/services/session/messages/namespace.mjs +1 -1
  89. package/dist/services/session/orchestrator-testing/index.mjs +1 -1
  90. package/dist/services/session/session-events/namespace.d.mts +1 -1
  91. package/dist/services/session/session-events/namespace.mjs +1 -1
  92. package/dist/services/session/storage/namespace.d.mts +1 -1
  93. package/dist/services/session/storage/schema.d.mts +1 -1
  94. package/dist/services/session/storage/schema.mjs +1 -1
  95. package/dist/services/session/testing/index.mjs +5 -3
  96. package/dist/services/session/testing/orchestrator-shared.mjs +1 -1
  97. package/dist/services/session/turns/namespace.d.mts +1 -1
  98. package/dist/services/session/turns/namespace.mjs +1 -1
  99. package/dist/services/settings/index.mjs +1 -1
  100. package/dist/services/settings/namespace.d.mts +8 -8
  101. package/dist/services/settings/storage/clients-namespace.mjs +1 -1
  102. package/dist/services/settings/storage/index.mjs +1 -1
  103. package/dist/services/settings/storage/providers-namespace.mjs +1 -1
  104. package/dist/services/subagent/index.d.mts +1 -1
  105. package/dist/services/subagent/index.mjs +1 -1
  106. package/dist/services/subagent-template/index.d.mts +1 -1
  107. package/dist/services/subagent-template/schemas.d.mts +1 -1
  108. package/dist/services/tool-approval/index.mjs +1 -1
  109. package/dist/services/tools/index.mjs +1 -1
  110. package/dist/services/turn/index.d.mts +1 -1
  111. package/dist/services/turn/namespace.d.mts +1 -1
  112. package/dist/services/turn/schemas.d.mts +72 -0
  113. package/dist/services/turn/schemas.mjs +1 -1
  114. package/dist/{session-C1Cami7U.mjs → session-BwX5_k47.mjs} +1 -1
  115. package/dist/session-P4nX60Xx.mjs +39 -0
  116. package/dist/{session-lineage-CXzV_hAP.d.mts → session-lineage-CKg6mErA.d.mts} +1 -1
  117. package/dist/storage/drizzle/index.d.mts +1 -1
  118. package/dist/storage/drizzle/index.mjs +1 -1
  119. package/dist/{tool-approval-service-Cb2F1yT6.mjs → tool-approval-service-DNHV5x0M.mjs} +1 -1
  120. package/dist/{tools-D5DVHC-R.mjs → tools-CQImrHAp.mjs} +1 -1
  121. package/dist/{types-DLVitCZP.d.mts → types-BpuLMR2m.d.mts} +626 -443
  122. package/dist/{types-D5IMwOkJ.d.mts → types-D0fPFh-D.d.mts} +1 -1
  123. package/dist/{types-BMpIa4fx.d.mts → types-D6jnDjP2.d.mts} +18 -5
  124. package/dist/ui-components/index.d.mts +36 -37
  125. package/dist/ui-views/index.d.mts +2 -2
  126. package/dist/workflow-engine/index.d.mts +58 -25
  127. package/dist/workflow-engine/index.mjs +1 -1
  128. package/dist/workflow-engine/package.d.mts +1 -1
  129. package/dist/workflow-engine/package.mjs +1 -1
  130. package/dist/workflow-engine/workflow-orchestrator.mjs +1 -1
  131. package/package.json +10 -1
  132. package/dist/adapter-Dt2FDMs4.mjs +0 -1
  133. package/dist/handlers-C8EtpSqK.mjs +0 -41
  134. package/dist/package-Be2Ez4vv.mjs +0 -1
  135. package/dist/package-OE9dMQsq.mjs +0 -1
  136. package/dist/primitive-runtime-Xrc9xh6p.mjs +0 -1
  137. package/dist/schemas-CSUwpaNm.mjs +0 -1
  138. package/dist/session-KnewDVxt.mjs +0 -39
  139. /package/dist/{provider-context-lfG0BpqX.mjs → provider-context-wp4VSJFI.mjs} +0 -0
  140. /package/dist/{shared-schemas-CKe2uN4-.mjs → shared-schemas-DYL7a-No.mjs} +0 -0
@@ -32,9 +32,9 @@ declare const FacetCardinalitySchema: z.ZodEnum<{
32
32
  * - `'surface'` — a UI surface or layout area
33
33
  */
34
34
  declare const FacetAppliesToSchema: z.ZodEnum<{
35
- artifact: "artifact";
36
35
  surface: "surface";
37
36
  workpiece: "workpiece";
37
+ artifact: "artifact";
38
38
  }>;
39
39
  /**
40
40
  * Serializable registration record for a named facet namespace.
@@ -57,9 +57,9 @@ declare const FacetNamespaceRegistrationSchema: z.ZodObject<{
57
57
  human: "human";
58
58
  }>>>;
59
59
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
60
- artifact: "artifact";
61
60
  surface: "surface";
62
61
  workpiece: "workpiece";
62
+ artifact: "artifact";
63
63
  }>>>;
64
64
  description: z.ZodOptional<z.ZodString>;
65
65
  }, z.core.$strip>;
@@ -161,9 +161,9 @@ declare const FacetSchemas: {
161
161
  human: "human";
162
162
  }>>>;
163
163
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
164
- artifact: "artifact";
165
164
  surface: "surface";
166
165
  workpiece: "workpiece";
166
+ artifact: "artifact";
167
167
  }>>>;
168
168
  description: z.ZodOptional<z.ZodString>;
169
169
  }, z.core.$strip>;
@@ -189,9 +189,9 @@ declare const FacetSchemas: {
189
189
  human: "human";
190
190
  }>>>;
191
191
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
192
- artifact: "artifact";
193
192
  surface: "surface";
194
193
  workpiece: "workpiece";
194
+ artifact: "artifact";
195
195
  }>>>;
196
196
  description: z.ZodOptional<z.ZodString>;
197
197
  }, z.core.$strip>>;
@@ -227,9 +227,9 @@ declare const FacetNamespace: _$_makaio_core0.BusNamespaceDefinition<"facet", {
227
227
  human: "human";
228
228
  }>>>;
229
229
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
230
- artifact: "artifact";
231
230
  surface: "surface";
232
231
  workpiece: "workpiece";
232
+ artifact: "artifact";
233
233
  }>>>;
234
234
  description: z.ZodOptional<z.ZodString>;
235
235
  }, z.core.$strip>;
@@ -255,9 +255,9 @@ declare const FacetNamespace: _$_makaio_core0.BusNamespaceDefinition<"facet", {
255
255
  human: "human";
256
256
  }>>>;
257
257
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
258
- artifact: "artifact";
259
258
  surface: "surface";
260
259
  workpiece: "workpiece";
260
+ artifact: "artifact";
261
261
  }>>>;
262
262
  description: z.ZodOptional<z.ZodString>;
263
263
  }, z.core.$strip>>;
@@ -299,9 +299,9 @@ declare const FacetSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSub
299
299
  human: "human";
300
300
  }>>>;
301
301
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
302
- artifact: "artifact";
303
302
  surface: "surface";
304
303
  workpiece: "workpiece";
304
+ artifact: "artifact";
305
305
  }>>>;
306
306
  description: z.ZodOptional<z.ZodString>;
307
307
  }, z.core.$strip>;
@@ -327,9 +327,9 @@ declare const FacetSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSub
327
327
  human: "human";
328
328
  }>>>;
329
329
  appliesTo: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
330
- artifact: "artifact";
331
330
  surface: "surface";
332
331
  workpiece: "workpiece";
332
+ artifact: "artifact";
333
333
  }>>>;
334
334
  description: z.ZodOptional<z.ZodString>;
335
335
  }, z.core.$strip>>;
@@ -88,9 +88,9 @@ declare const ClientSchemas: {
88
88
  baseConfigDir: z.ZodOptional<z.ZodString>;
89
89
  projectDir: z.ZodOptional<z.ZodString>;
90
90
  configInheritance: z.ZodOptional<z.ZodEnum<{
91
+ empty: "empty";
91
92
  "auth-only": "auth-only";
92
93
  full: "full";
93
- empty: "empty";
94
94
  }>>;
95
95
  }, z.core.$strip>;
96
96
  response: z.ZodObject<{
@@ -220,8 +220,8 @@ declare const ClientSchemas: {
220
220
  clientId: z.ZodString;
221
221
  source: z.ZodObject<{
222
222
  layer: z.ZodEnum<{
223
- supervisor: "supervisor";
224
223
  adapter: "adapter";
224
+ supervisor: "supervisor";
225
225
  "client-hook": "client-hook";
226
226
  statusline: "statusline";
227
227
  "cli-wrapper": "cli-wrapper";
@@ -261,8 +261,8 @@ declare const ClientSchemas: {
261
261
  }>;
262
262
  source: z.ZodObject<{
263
263
  layer: z.ZodEnum<{
264
- supervisor: "supervisor";
265
264
  adapter: "adapter";
265
+ supervisor: "supervisor";
266
266
  "client-hook": "client-hook";
267
267
  statusline: "statusline";
268
268
  "cli-wrapper": "cli-wrapper";
@@ -1148,8 +1148,8 @@ type ClientVersionChanged = z.infer<typeof ClientVersionChangedSchema>;
1148
1148
  * - `'cli-wrapper'` — a thin CLI shim wrapping the client binary reported the signal
1149
1149
  */
1150
1150
  declare const ClientRuntimeSourceLayerSchema: z.ZodEnum<{
1151
- supervisor: "supervisor";
1152
1151
  adapter: "adapter";
1152
+ supervisor: "supervisor";
1153
1153
  "client-hook": "client-hook";
1154
1154
  statusline: "statusline";
1155
1155
  "cli-wrapper": "cli-wrapper";
@@ -1163,8 +1163,8 @@ type ClientRuntimeSourceLayer = z.infer<typeof ClientRuntimeSourceLayerSchema>;
1163
1163
  */
1164
1164
  declare const ClientRuntimeSourceSchema: z.ZodObject<{
1165
1165
  layer: z.ZodEnum<{
1166
- supervisor: "supervisor";
1167
1166
  adapter: "adapter";
1167
+ supervisor: "supervisor";
1168
1168
  "client-hook": "client-hook";
1169
1169
  statusline: "statusline";
1170
1170
  "cli-wrapper": "cli-wrapper";
@@ -1218,8 +1218,8 @@ declare const ClientRuntimeObserveSchema: {
1218
1218
  clientId: z.ZodString;
1219
1219
  source: z.ZodObject<{
1220
1220
  layer: z.ZodEnum<{
1221
- supervisor: "supervisor";
1222
1221
  adapter: "adapter";
1222
+ supervisor: "supervisor";
1223
1223
  "client-hook": "client-hook";
1224
1224
  statusline: "statusline";
1225
1225
  "cli-wrapper": "cli-wrapper";
@@ -1271,8 +1271,8 @@ declare const ClientRuntimeStartedSchema: z.ZodObject<{
1271
1271
  }>;
1272
1272
  source: z.ZodObject<{
1273
1273
  layer: z.ZodEnum<{
1274
- supervisor: "supervisor";
1275
1274
  adapter: "adapter";
1275
+ supervisor: "supervisor";
1276
1276
  "client-hook": "client-hook";
1277
1277
  statusline: "statusline";
1278
1278
  "cli-wrapper": "cli-wrapper";
@@ -1480,9 +1480,9 @@ declare const ClientNamespace: _$_makaio_core0.BusNamespaceDefinition<"client",
1480
1480
  baseConfigDir: _$zod.ZodOptional<_$zod.ZodString>;
1481
1481
  projectDir: _$zod.ZodOptional<_$zod.ZodString>;
1482
1482
  configInheritance: _$zod.ZodOptional<_$zod.ZodEnum<{
1483
+ empty: "empty";
1483
1484
  "auth-only": "auth-only";
1484
1485
  full: "full";
1485
- empty: "empty";
1486
1486
  }>>;
1487
1487
  }, _$zod_v4_core0.$strip>;
1488
1488
  response: _$zod.ZodObject<{
@@ -1612,8 +1612,8 @@ declare const ClientNamespace: _$_makaio_core0.BusNamespaceDefinition<"client",
1612
1612
  clientId: _$zod.ZodString;
1613
1613
  source: _$zod.ZodObject<{
1614
1614
  layer: _$zod.ZodEnum<{
1615
- supervisor: "supervisor";
1616
1615
  adapter: "adapter";
1616
+ supervisor: "supervisor";
1617
1617
  "client-hook": "client-hook";
1618
1618
  statusline: "statusline";
1619
1619
  "cli-wrapper": "cli-wrapper";
@@ -1653,8 +1653,8 @@ declare const ClientNamespace: _$_makaio_core0.BusNamespaceDefinition<"client",
1653
1653
  }>;
1654
1654
  source: _$zod.ZodObject<{
1655
1655
  layer: _$zod.ZodEnum<{
1656
- supervisor: "supervisor";
1657
1656
  adapter: "adapter";
1657
+ supervisor: "supervisor";
1658
1658
  "client-hook": "client-hook";
1659
1659
  statusline: "statusline";
1660
1660
  "cli-wrapper": "cli-wrapper";
@@ -2062,9 +2062,9 @@ declare const ClientSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSu
2062
2062
  baseConfigDir: _$zod.ZodOptional<_$zod.ZodString>;
2063
2063
  projectDir: _$zod.ZodOptional<_$zod.ZodString>;
2064
2064
  configInheritance: _$zod.ZodOptional<_$zod.ZodEnum<{
2065
+ empty: "empty";
2065
2066
  "auth-only": "auth-only";
2066
2067
  full: "full";
2067
- empty: "empty";
2068
2068
  }>>;
2069
2069
  }, _$zod_v4_core0.$strip>;
2070
2070
  response: _$zod.ZodObject<{
@@ -2194,8 +2194,8 @@ declare const ClientSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSu
2194
2194
  clientId: _$zod.ZodString;
2195
2195
  source: _$zod.ZodObject<{
2196
2196
  layer: _$zod.ZodEnum<{
2197
- supervisor: "supervisor";
2198
2197
  adapter: "adapter";
2198
+ supervisor: "supervisor";
2199
2199
  "client-hook": "client-hook";
2200
2200
  statusline: "statusline";
2201
2201
  "cli-wrapper": "cli-wrapper";
@@ -2235,8 +2235,8 @@ declare const ClientSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSu
2235
2235
  }>;
2236
2236
  source: _$zod.ZodObject<{
2237
2237
  layer: _$zod.ZodEnum<{
2238
- supervisor: "supervisor";
2239
2238
  adapter: "adapter";
2239
+ supervisor: "supervisor";
2240
2240
  "client-hook": "client-hook";
2241
2241
  statusline: "statusline";
2242
2242
  "cli-wrapper": "cli-wrapper";
@@ -2668,9 +2668,9 @@ declare const SessionConfigEnvSchema: z.ZodRecord<z.ZodString, z.ZodString>;
2668
2668
  * Policy for materializing a session config directory from a base client config.
2669
2669
  */
2670
2670
  declare const SessionConfigInheritanceSchema: z.ZodEnum<{
2671
+ empty: "empty";
2671
2672
  "auth-only": "auth-only";
2672
2673
  full: "full";
2673
- empty: "empty";
2674
2674
  }>;
2675
2675
  type SessionConfigInheritance = z.infer<typeof SessionConfigInheritanceSchema>;
2676
2676
  /**
@@ -2825,9 +2825,9 @@ declare const ClientSessionConfigSchemas: {
2825
2825
  baseConfigDir: z.ZodOptional<z.ZodString>;
2826
2826
  projectDir: z.ZodOptional<z.ZodString>;
2827
2827
  configInheritance: z.ZodOptional<z.ZodEnum<{
2828
+ empty: "empty";
2828
2829
  "auth-only": "auth-only";
2829
2830
  full: "full";
2830
- empty: "empty";
2831
2831
  }>>;
2832
2832
  }, z.core.$strip>;
2833
2833
  response: z.ZodObject<{
@@ -2880,9 +2880,9 @@ declare const SessionConfigSetupRequestSchema: z.ZodObject<{
2880
2880
  win32: "win32";
2881
2881
  }>;
2882
2882
  configInheritance: z.ZodEnum<{
2883
+ empty: "empty";
2883
2884
  "auth-only": "auth-only";
2884
2885
  full: "full";
2885
- empty: "empty";
2886
2886
  }>;
2887
2887
  }, z.core.$strip>;
2888
2888
  type SessionConfigSetupRequest = z.infer<typeof SessionConfigSetupRequestSchema>;
@@ -1,5 +1,5 @@
1
1
  import { i as CliContribution } from "./types-D-bP8RRE.mjs";
2
- import { c as ExtensionInfo } from "./index-BQiHs8EF.mjs";
2
+ import { c as ExtensionInfo } from "./index-Da4ABgRq.mjs";
3
3
  import { r as WindowRegistry } from "./window-registry-CfEi_Ji4.mjs";
4
4
  import { IMakaioBus } from "@makaio/framework/bus";
5
5
  import { ExtensionContributionProcessor, ExtensionService, ExtensionToken, MakaioExtension, NodeExtensionContext, StorageDialect, TrayManifest, VersionLiteral } from "@makaio/framework/contracts";
@@ -1,11 +1,11 @@
1
- import { F as ArtifactLifecycleHookRegistration$1, P as ArtifactLifecycleHookEvent, T as AnyArtifactKindDefinition, mt as ArtifactRevision$1 } from "./index-CARxIllg.mjs";
1
+ import { F as ArtifactLifecycleHookRegistration$1, P as ArtifactLifecycleHookEvent, T as AnyArtifactKindDefinition, mt as ArtifactRevision$1 } from "./index-BHAOu6Hs.mjs";
2
2
  import { A as VersionRange, O as VersionLiteral$1, r as ClientDefinition$1 } from "./definition-BSghHJpQ.mjs";
3
3
  import { o as ProviderDefinitionInput$1, r as ProtocolId$1 } from "./definition-q6iLw11H.mjs";
4
4
  import { t as RequiredTimeoutConfig } from "./index-Bsp0O_sI.mjs";
5
- import { B as SESSION_EVENT_TYPES, i as MakaioSessionEvent$1, p as SessionMessage$1 } from "./types-DLVitCZP.mjs";
5
+ import { b as SESSION_EVENT_TYPES, i as MakaioSessionEvent$1, j as SessionMessage$1 } from "./types-BpuLMR2m.mjs";
6
6
  import { D as EntityUIConfig, I as FormFieldProps, Q as JsonValue$1 } from "./index-fVgKVvta.mjs";
7
- import { l as FacetNamespaceDefinition } from "./index-CZ_TcT6J.mjs";
8
- import { t as SurfaceBindingDefinition } from "./definition-SiimP25_.mjs";
7
+ import { l as FacetNamespaceDefinition } from "./index-Bibt5jAX.mjs";
8
+ import { t as SurfaceBindingDefinition } from "./definition-DqJOg6Lv.mjs";
9
9
  import { z } from "zod";
10
10
  import { MakaioBusLike, PayloadFilter, RegistrableBusNamespaceDefinition, SubjectSchema } from "@makaio/framework/core";
11
11
  import * as _$_makaio_contracts0 from "@makaio/framework/contracts";