@makaio/framework 1.0.0-dev-1782132847242 → 1.0.0-dev-1782135086866
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.makaio-build.json +2 -2
- package/dist/contracts/adapter/index.d.mts +1 -1
- package/dist/contracts/artifact/index.d.mts +1 -1
- package/dist/contracts/extension/index.d.mts +2 -2
- package/dist/contracts/facet/index.d.mts +1 -1
- package/dist/contracts/harness/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +35 -35
- package/dist/contracts/materialization/index.d.mts +3 -3
- package/dist/contracts/session/index.d.mts +2 -2
- package/dist/contracts/workflow/index.d.mts +2 -2
- package/dist/{definition-0EXM1tyu.d.mts → definition-DePb3ke-.d.mts} +1 -1
- package/dist/{index-DnLf0YKC.d.mts → index-2fK9iSHI.d.mts} +12 -12
- package/dist/{index-vUhaDyDa.d.mts → index-5v0jVUGD.d.mts} +2 -2
- package/dist/{index-CuILCdip.d.mts → index-BMbmoarE.d.mts} +16 -16
- package/dist/{index-ES_PkK4d.d.mts → index-BvFjmhZj.d.mts} +1 -1
- package/dist/{index-B5w-0Gg9.d.mts → index-BvjLe_w9.d.mts} +12 -12
- package/dist/{index-BKZhnb2B.d.mts → index-CUSOL0X_.d.mts} +3 -3
- package/dist/{index-DImePakw.d.mts → index-CcAggMuC.d.mts} +20 -20
- package/dist/{index-X2xf5vSA.d.mts → index-DIKiA3Sr.d.mts} +1 -1
- package/dist/{index-Dsw66R3Z.d.mts → index-DvLCzle5.d.mts} +12 -12
- package/dist/{index-BN8MOIKm.d.mts → index-bRLjj6L4.d.mts} +97 -97
- package/dist/{index-BI0f85po.d.mts → index-pUYIAV_M.d.mts} +5 -5
- package/dist/{index-CfIW5biI.d.mts → index-wfSedMR9.d.mts} +1 -1
- 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-CJkAriut.d.mts → namespace-BMglTf9p.d.mts} +42 -42
- package/dist/{namespace-KMxsPJwm.d.mts → namespace-Bv8B89uB.d.mts} +9 -9
- package/dist/{namespace-Do_rmLFb.d.mts → namespace-j7vFsmYL.d.mts} +2 -2
- package/dist/package.json +1 -1
- package/dist/{schema-B3sB8_cB.d.mts → schema-GFRQiPk0.d.mts} +2 -2
- package/dist/{schemas-DDaP5WkH.d.mts → schemas-D512XweP.d.mts} +4 -4
- package/dist/{schemas-CwgS7KoL2.d.mts → schemas-TQPiRl642.d.mts} +4 -4
- package/dist/{schemas-CDGld_OC.d.mts → schemas-lnE9YoG7.d.mts} +3 -3
- package/dist/services/context-rules/index.d.mts +3 -3
- package/dist/services/filesystem/namespace.d.mts +6 -6
- package/dist/services/filesystem/schemas.d.mts +3 -3
- package/dist/services/harness/index.d.mts +3 -3
- package/dist/services/index.d.mts +14 -14
- 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 +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 +4 -4
- 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/{transition-BBElJqQ8.d.mts → transition-Cufc_u3_.d.mts} +1 -1
- package/dist/{types-Cog8MogZ.d.mts → types-CNIsRx86.d.mts} +34 -34
- package/dist/{types-BslClRkH.d.mts → types-InWSdi-V.d.mts} +1 -1
- package/package.json +1 -1
|
@@ -48,9 +48,9 @@ declare const MaterializationSchemas: {
|
|
|
48
48
|
template: z.ZodString;
|
|
49
49
|
}, z.core.$strip>], "kind">;
|
|
50
50
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
51
|
-
surface: "surface";
|
|
52
|
-
workpiece: "workpiece";
|
|
53
51
|
artifact: "artifact";
|
|
52
|
+
workpiece: "workpiece";
|
|
53
|
+
surface: "surface";
|
|
54
54
|
}>>;
|
|
55
55
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
56
56
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -88,9 +88,9 @@ declare const MaterializationSchemas: {
|
|
|
88
88
|
template: z.ZodString;
|
|
89
89
|
}, z.core.$strip>], "kind">;
|
|
90
90
|
appliesTo: z.ZodArray<z.ZodEnum<{
|
|
91
|
-
surface: "surface";
|
|
92
|
-
workpiece: "workpiece";
|
|
93
91
|
artifact: "artifact";
|
|
92
|
+
workpiece: "workpiece";
|
|
93
|
+
surface: "surface";
|
|
94
94
|
}>>;
|
|
95
95
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
96
96
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -153,9 +153,9 @@ 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
|
-
surface: "surface";
|
|
157
|
-
workpiece: "workpiece";
|
|
158
156
|
artifact: "artifact";
|
|
157
|
+
workpiece: "workpiece";
|
|
158
|
+
surface: "surface";
|
|
159
159
|
}>>;
|
|
160
160
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
161
161
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -193,9 +193,9 @@ 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
|
-
surface: "surface";
|
|
197
|
-
workpiece: "workpiece";
|
|
198
196
|
artifact: "artifact";
|
|
197
|
+
workpiece: "workpiece";
|
|
198
|
+
surface: "surface";
|
|
199
199
|
}>>;
|
|
200
200
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
201
201
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -268,9 +268,9 @@ 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
|
-
surface: "surface";
|
|
272
|
-
workpiece: "workpiece";
|
|
273
271
|
artifact: "artifact";
|
|
272
|
+
workpiece: "workpiece";
|
|
273
|
+
surface: "surface";
|
|
274
274
|
}>>;
|
|
275
275
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
276
276
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -308,9 +308,9 @@ 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
|
-
surface: "surface";
|
|
312
|
-
workpiece: "workpiece";
|
|
313
311
|
artifact: "artifact";
|
|
312
|
+
workpiece: "workpiece";
|
|
313
|
+
surface: "surface";
|
|
314
314
|
}>>;
|
|
315
315
|
valueMapping: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
316
316
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1905,7 +1905,7 @@ declare const sessionStorageSchema: _$_makaio_storage_drizzle0.DialectSchema<{
|
|
|
1905
1905
|
tableName: "sessions";
|
|
1906
1906
|
dataType: "string";
|
|
1907
1907
|
columnType: "SQLiteText";
|
|
1908
|
-
data: "closed" | "
|
|
1908
|
+
data: "closed" | "active" | "archived" | "discovered";
|
|
1909
1909
|
driverParam: string;
|
|
1910
1910
|
notNull: true;
|
|
1911
1911
|
hasDefault: false;
|
|
@@ -2019,7 +2019,7 @@ declare const sessionStorageSchema: _$_makaio_storage_drizzle0.DialectSchema<{
|
|
|
2019
2019
|
tableName: "sessions";
|
|
2020
2020
|
dataType: "string";
|
|
2021
2021
|
columnType: "SQLiteText";
|
|
2022
|
-
data: "fork" | "
|
|
2022
|
+
data: "fork" | "branch" | "subagent" | "compress" | "rewrite" | "coordinator" | "aside";
|
|
2023
2023
|
driverParam: string;
|
|
2024
2024
|
notNull: false;
|
|
2025
2025
|
hasDefault: false;
|
|
@@ -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
|
-
surface: "surface";
|
|
36
|
-
workpiece: "workpiece";
|
|
37
35
|
artifact: "artifact";
|
|
36
|
+
workpiece: "workpiece";
|
|
37
|
+
surface: "surface";
|
|
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
|
-
surface: "surface";
|
|
61
|
-
workpiece: "workpiece";
|
|
62
60
|
artifact: "artifact";
|
|
61
|
+
workpiece: "workpiece";
|
|
62
|
+
surface: "surface";
|
|
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
|
-
surface: "surface";
|
|
165
|
-
workpiece: "workpiece";
|
|
166
164
|
artifact: "artifact";
|
|
165
|
+
workpiece: "workpiece";
|
|
166
|
+
surface: "surface";
|
|
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
|
-
surface: "surface";
|
|
193
|
-
workpiece: "workpiece";
|
|
194
192
|
artifact: "artifact";
|
|
193
|
+
workpiece: "workpiece";
|
|
194
|
+
surface: "surface";
|
|
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
|
-
surface: "surface";
|
|
231
|
-
workpiece: "workpiece";
|
|
232
230
|
artifact: "artifact";
|
|
231
|
+
workpiece: "workpiece";
|
|
232
|
+
surface: "surface";
|
|
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
|
-
surface: "surface";
|
|
259
|
-
workpiece: "workpiece";
|
|
260
258
|
artifact: "artifact";
|
|
259
|
+
workpiece: "workpiece";
|
|
260
|
+
surface: "surface";
|
|
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
|
-
surface: "surface";
|
|
303
|
-
workpiece: "workpiece";
|
|
304
302
|
artifact: "artifact";
|
|
303
|
+
workpiece: "workpiece";
|
|
304
|
+
surface: "surface";
|
|
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
|
-
surface: "surface";
|
|
331
|
-
workpiece: "workpiece";
|
|
332
330
|
artifact: "artifact";
|
|
331
|
+
workpiece: "workpiece";
|
|
332
|
+
surface: "surface";
|
|
333
333
|
}>>>;
|
|
334
334
|
description: z.ZodOptional<z.ZodString>;
|
|
335
335
|
}, z.core.$strip>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { mt as ArtifactRevision$1 } from "./index-
|
|
1
|
+
import { mt as ArtifactRevision$1 } from "./index-CcAggMuC.mjs";
|
|
2
2
|
import { i as JsonValue$1, t as JsonObjectContractSchema } from "./json-value-DtIkQN7g.mjs";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
import * as _$_makaio_core0 from "@makaio/framework/core";
|
|
@@ -140,17 +140,16 @@ 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>;
|
|
145
143
|
nativeTools: z.ZodObject<{
|
|
146
144
|
enabled: z.ZodArray<z.ZodString>;
|
|
147
145
|
disabled: z.ZodArray<z.ZodString>;
|
|
148
146
|
}, z.core.$strip>;
|
|
149
|
-
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
150
147
|
registryTools: z.ZodObject<{
|
|
151
148
|
enabled: z.ZodArray<z.ZodString>;
|
|
152
149
|
disabled: z.ZodArray<z.ZodString>;
|
|
153
150
|
}, z.core.$strip>;
|
|
151
|
+
adapterName: z.ZodOptional<z.ZodString>;
|
|
152
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
154
153
|
skills: z.ZodOptional<z.ZodObject<{
|
|
155
154
|
enabled: z.ZodArray<z.ZodString>;
|
|
156
155
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -176,6 +175,7 @@ declare const HarnessDefinitionCreateSchema: z.ZodObject<{
|
|
|
176
175
|
"always-ask": "always-ask";
|
|
177
176
|
"full-access": "full-access";
|
|
178
177
|
}>>>;
|
|
178
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
179
179
|
approvalPolicy: z.ZodOptional<z.ZodEnum<{
|
|
180
180
|
reject: "reject";
|
|
181
181
|
"always-ask": "always-ask";
|
|
@@ -316,17 +316,16 @@ 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>;
|
|
321
319
|
nativeTools: z.ZodObject<{
|
|
322
320
|
enabled: z.ZodArray<z.ZodString>;
|
|
323
321
|
disabled: z.ZodArray<z.ZodString>;
|
|
324
322
|
}, z.core.$strip>;
|
|
325
|
-
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
326
323
|
registryTools: z.ZodObject<{
|
|
327
324
|
enabled: z.ZodArray<z.ZodString>;
|
|
328
325
|
disabled: z.ZodArray<z.ZodString>;
|
|
329
326
|
}, z.core.$strip>;
|
|
327
|
+
adapterName: z.ZodOptional<z.ZodString>;
|
|
328
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
330
329
|
skills: z.ZodOptional<z.ZodObject<{
|
|
331
330
|
enabled: z.ZodArray<z.ZodString>;
|
|
332
331
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -352,6 +351,7 @@ declare const HarnessSchemas: {
|
|
|
352
351
|
"always-ask": "always-ask";
|
|
353
352
|
"full-access": "full-access";
|
|
354
353
|
}>>>;
|
|
354
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
355
355
|
approvalPolicy: z.ZodOptional<z.ZodEnum<{
|
|
356
356
|
reject: "reject";
|
|
357
357
|
"always-ask": "always-ask";
|
|
@@ -759,17 +759,16 @@ 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>;
|
|
764
762
|
nativeTools: z.ZodObject<{
|
|
765
763
|
enabled: z.ZodArray<z.ZodString>;
|
|
766
764
|
disabled: z.ZodArray<z.ZodString>;
|
|
767
765
|
}, z.core.$strip>;
|
|
768
|
-
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
769
766
|
registryTools: z.ZodObject<{
|
|
770
767
|
enabled: z.ZodArray<z.ZodString>;
|
|
771
768
|
disabled: z.ZodArray<z.ZodString>;
|
|
772
769
|
}, z.core.$strip>;
|
|
770
|
+
adapterName: z.ZodOptional<z.ZodString>;
|
|
771
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
773
772
|
skills: z.ZodOptional<z.ZodObject<{
|
|
774
773
|
enabled: z.ZodArray<z.ZodString>;
|
|
775
774
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -795,6 +794,7 @@ declare const HarnessNamespace: _$_makaio_core0.BusNamespaceDefinition<"harness"
|
|
|
795
794
|
"always-ask": "always-ask";
|
|
796
795
|
"full-access": "full-access";
|
|
797
796
|
}>>>;
|
|
797
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
798
798
|
approvalPolicy: z.ZodOptional<z.ZodEnum<{
|
|
799
799
|
reject: "reject";
|
|
800
800
|
"always-ask": "always-ask";
|
|
@@ -1202,17 +1202,16 @@ 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>;
|
|
1207
1205
|
nativeTools: z.ZodObject<{
|
|
1208
1206
|
enabled: z.ZodArray<z.ZodString>;
|
|
1209
1207
|
disabled: z.ZodArray<z.ZodString>;
|
|
1210
1208
|
}, z.core.$strip>;
|
|
1211
|
-
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1212
1209
|
registryTools: z.ZodObject<{
|
|
1213
1210
|
enabled: z.ZodArray<z.ZodString>;
|
|
1214
1211
|
disabled: z.ZodArray<z.ZodString>;
|
|
1215
1212
|
}, z.core.$strip>;
|
|
1213
|
+
adapterName: z.ZodOptional<z.ZodString>;
|
|
1214
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
1216
1215
|
skills: z.ZodOptional<z.ZodObject<{
|
|
1217
1216
|
enabled: z.ZodArray<z.ZodString>;
|
|
1218
1217
|
disabled: z.ZodArray<z.ZodString>;
|
|
@@ -1238,6 +1237,7 @@ declare const HarnessSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatS
|
|
|
1238
1237
|
"always-ask": "always-ask";
|
|
1239
1238
|
"full-access": "full-access";
|
|
1240
1239
|
}>>>;
|
|
1240
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1241
1241
|
approvalPolicy: z.ZodOptional<z.ZodEnum<{
|
|
1242
1242
|
reject: "reject";
|
|
1243
1243
|
"always-ask": "always-ask";
|
|
@@ -1584,8 +1584,8 @@ declare const AdapterNamespace: _$_makaio_core0.BusNamespaceDefinition<"adapter"
|
|
|
1584
1584
|
level: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
1585
1585
|
error: "error";
|
|
1586
1586
|
warn: "warn";
|
|
1587
|
-
debug: "debug";
|
|
1588
1587
|
info: "info";
|
|
1588
|
+
debug: "debug";
|
|
1589
1589
|
}>>;
|
|
1590
1590
|
}, _$zod_v4_core0.$strip>;
|
|
1591
1591
|
error: _$zod.ZodObject<{
|
|
@@ -3196,8 +3196,8 @@ declare const AdapterSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
3196
3196
|
level: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
3197
3197
|
error: "error";
|
|
3198
3198
|
warn: "warn";
|
|
3199
|
-
debug: "debug";
|
|
3200
3199
|
info: "info";
|
|
3200
|
+
debug: "debug";
|
|
3201
3201
|
}>>;
|
|
3202
3202
|
}, _$zod_v4_core0.$strip>;
|
|
3203
3203
|
error: _$zod.ZodObject<{
|
|
@@ -4832,8 +4832,8 @@ declare const AdapterSchemas: {
|
|
|
4832
4832
|
level: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
4833
4833
|
error: "error";
|
|
4834
4834
|
warn: "warn";
|
|
4835
|
-
debug: "debug";
|
|
4836
4835
|
info: "info";
|
|
4836
|
+
debug: "debug";
|
|
4837
4837
|
}>>;
|
|
4838
4838
|
}, _$zod_v4_core0.$strip>;
|
|
4839
4839
|
error: _$zod.ZodObject<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as ArtifactProjectionPolicy$1 } from "./schemas-
|
|
1
|
+
import { r as ArtifactProjectionPolicy$1 } from "./schemas-D512XweP.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
|
-
workpiece: "workpiece";
|
|
481
480
|
artifact: "artifact";
|
|
481
|
+
workpiece: "workpiece";
|
|
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
|
-
workpiece: "workpiece";
|
|
1361
1360
|
artifact: "artifact";
|
|
1361
|
+
workpiece: "workpiece";
|
|
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
|
-
workpiece: "workpiece";
|
|
1424
1423
|
artifact: "artifact";
|
|
1424
|
+
workpiece: "workpiece";
|
|
1425
1425
|
}>>;
|
|
1426
1426
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1427
1427
|
created: "created";
|
|
@@ -1486,12 +1486,13 @@ 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>;
|
|
1489
1490
|
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;
|
|
1495
1496
|
actor: z.ZodObject<{
|
|
1496
1497
|
kind: z.ZodString;
|
|
1497
1498
|
id: z.ZodString;
|
|
@@ -1566,7 +1567,6 @@ declare const ArtifactSchemas: {
|
|
|
1566
1567
|
summary: z.ZodOptional<z.ZodString>;
|
|
1567
1568
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
1568
1569
|
}, 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,12 +1668,13 @@ 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>;
|
|
1671
1672
|
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;
|
|
1677
1678
|
actor: z.ZodObject<{
|
|
1678
1679
|
kind: z.ZodString;
|
|
1679
1680
|
id: z.ZodString;
|
|
@@ -1748,7 +1749,6 @@ declare const ArtifactSchemas: {
|
|
|
1748
1749
|
summary: z.ZodOptional<z.ZodString>;
|
|
1749
1750
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
1750
1751
|
}, 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
|
-
workpiece: "workpiece";
|
|
2609
2608
|
artifact: "artifact";
|
|
2609
|
+
workpiece: "workpiece";
|
|
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
|
-
workpiece: "workpiece";
|
|
2672
2671
|
artifact: "artifact";
|
|
2672
|
+
workpiece: "workpiece";
|
|
2673
2673
|
}>>;
|
|
2674
2674
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2675
2675
|
created: "created";
|
|
@@ -2734,12 +2734,13 @@ 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>;
|
|
2737
2738
|
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;
|
|
2743
2744
|
actor: z.ZodObject<{
|
|
2744
2745
|
kind: z.ZodString;
|
|
2745
2746
|
id: z.ZodString;
|
|
@@ -2814,7 +2815,6 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
2814
2815
|
summary: z.ZodOptional<z.ZodString>;
|
|
2815
2816
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
2816
2817
|
}, 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,12 +2916,13 @@ 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>;
|
|
2919
2920
|
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;
|
|
2925
2926
|
actor: z.ZodObject<{
|
|
2926
2927
|
kind: z.ZodString;
|
|
2927
2928
|
id: z.ZodString;
|
|
@@ -2996,7 +2997,6 @@ declare const ArtifactNamespace: _$_makaio_core0.BusNamespaceDefinition<"artifac
|
|
|
2996
2997
|
summary: z.ZodOptional<z.ZodString>;
|
|
2997
2998
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
2998
2999
|
}, 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
|
-
workpiece: "workpiece";
|
|
3870
3869
|
artifact: "artifact";
|
|
3870
|
+
workpiece: "workpiece";
|
|
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
|
-
workpiece: "workpiece";
|
|
3933
3932
|
artifact: "artifact";
|
|
3933
|
+
workpiece: "workpiece";
|
|
3934
3934
|
}>>;
|
|
3935
3935
|
semanticEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3936
3936
|
created: "created";
|
|
@@ -3995,12 +3995,13 @@ 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>;
|
|
3998
3999
|
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;
|
|
4004
4005
|
actor: z.ZodObject<{
|
|
4005
4006
|
kind: z.ZodString;
|
|
4006
4007
|
id: z.ZodString;
|
|
@@ -4075,7 +4076,6 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
4075
4076
|
summary: z.ZodOptional<z.ZodString>;
|
|
4076
4077
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
4077
4078
|
}, 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,12 +4177,13 @@ 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>;
|
|
4180
4181
|
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;
|
|
4186
4187
|
actor: z.ZodObject<{
|
|
4187
4188
|
kind: z.ZodString;
|
|
4188
4189
|
id: z.ZodString;
|
|
@@ -4257,7 +4258,6 @@ declare const ArtifactSubjects$1: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fl
|
|
|
4257
4258
|
summary: z.ZodOptional<z.ZodString>;
|
|
4258
4259
|
plaintext: z.ZodOptional<z.ZodString>;
|
|
4259
4260
|
}, z.core.$strip>>;
|
|
4260
|
-
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
4261
4261
|
}, z.core.$strip>;
|
|
4262
4262
|
}, z.core.$strip>;
|
|
4263
4263
|
response: z.ZodObject<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as CliContribution } from "./types-DCvp_swt.mjs";
|
|
2
|
-
import { c as ExtensionInfo } from "./index-
|
|
2
|
+
import { c as ExtensionInfo } from "./index-DvLCzle5.mjs";
|
|
3
3
|
import { r as WindowRegistry } from "./window-registry-ofIUQnfo.mjs";
|
|
4
4
|
import { IMakaioBus } from "@makaio/framework/bus";
|
|
5
5
|
import { ExtensionContributionProcessor, ExtensionService, ExtensionToken, MakaioExtension, NodeExtensionContext, StorageDialect, TrayManifest, VersionLiteral } from "@makaio/framework/contracts";
|
|
@@ -19,9 +19,9 @@ import { ExtensionWarningEntry, ExtensionWarningEntrySchema } from "@makaio/fram
|
|
|
19
19
|
*/
|
|
20
20
|
declare const ComponentStateSchema: z.ZodEnum<{
|
|
21
21
|
failed: "failed";
|
|
22
|
-
discovered: "discovered";
|
|
23
22
|
active: "active";
|
|
24
23
|
stopped: "stopped";
|
|
24
|
+
discovered: "discovered";
|
|
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
|
-
discovered: "discovered";
|
|
52
51
|
active: "active";
|
|
53
52
|
stopped: "stopped";
|
|
53
|
+
discovered: "discovered";
|
|
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
|
-
discovered: "discovered";
|
|
73
72
|
active: "active";
|
|
74
73
|
stopped: "stopped";
|
|
74
|
+
discovered: "discovered";
|
|
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
|
-
discovered: "discovered";
|
|
95
94
|
active: "active";
|
|
96
95
|
stopped: "stopped";
|
|
96
|
+
discovered: "discovered";
|
|
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
|
-
discovered: "discovered";
|
|
143
142
|
active: "active";
|
|
144
143
|
stopped: "stopped";
|
|
144
|
+
discovered: "discovered";
|
|
145
145
|
skipped: "skipped";
|
|
146
146
|
initializing: "initializing";
|
|
147
147
|
}>;
|
|
148
148
|
to: z.ZodEnum<{
|
|
149
149
|
failed: "failed";
|
|
150
|
-
discovered: "discovered";
|
|
151
150
|
active: "active";
|
|
152
151
|
stopped: "stopped";
|
|
152
|
+
discovered: "discovered";
|
|
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
|
-
discovered: "discovered";
|
|
186
185
|
active: "active";
|
|
187
186
|
stopped: "stopped";
|
|
187
|
+
discovered: "discovered";
|
|
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
|
-
discovered: "discovered";
|
|
224
223
|
active: "active";
|
|
225
224
|
stopped: "stopped";
|
|
225
|
+
discovered: "discovered";
|
|
226
226
|
skipped: "skipped";
|
|
227
227
|
initializing: "initializing";
|
|
228
228
|
}>;
|
|
@@ -594,17 +594,17 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
594
594
|
displayName: z.ZodString;
|
|
595
595
|
from: z.ZodEnum<{
|
|
596
596
|
failed: "failed";
|
|
597
|
-
discovered: "discovered";
|
|
598
597
|
active: "active";
|
|
599
598
|
stopped: "stopped";
|
|
599
|
+
discovered: "discovered";
|
|
600
600
|
skipped: "skipped";
|
|
601
601
|
initializing: "initializing";
|
|
602
602
|
}>;
|
|
603
603
|
to: z.ZodEnum<{
|
|
604
604
|
failed: "failed";
|
|
605
|
-
discovered: "discovered";
|
|
606
605
|
active: "active";
|
|
607
606
|
stopped: "stopped";
|
|
607
|
+
discovered: "discovered";
|
|
608
608
|
skipped: "skipped";
|
|
609
609
|
initializing: "initializing";
|
|
610
610
|
}>;
|
|
@@ -637,9 +637,9 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
637
637
|
displayName: z.ZodString;
|
|
638
638
|
state: z.ZodEnum<{
|
|
639
639
|
failed: "failed";
|
|
640
|
-
discovered: "discovered";
|
|
641
640
|
active: "active";
|
|
642
641
|
stopped: "stopped";
|
|
642
|
+
discovered: "discovered";
|
|
643
643
|
skipped: "skipped";
|
|
644
644
|
initializing: "initializing";
|
|
645
645
|
}>;
|
|
@@ -675,9 +675,9 @@ declare const ExtensionSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Fla
|
|
|
675
675
|
displayName: z.ZodString;
|
|
676
676
|
state: z.ZodEnum<{
|
|
677
677
|
failed: "failed";
|
|
678
|
-
discovered: "discovered";
|
|
679
678
|
active: "active";
|
|
680
679
|
stopped: "stopped";
|
|
680
|
+
discovered: "discovered";
|
|
681
681
|
skipped: "skipped";
|
|
682
682
|
initializing: "initializing";
|
|
683
683
|
}>;
|