everything-dev 1.40.0 → 1.41.0
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/contract.d.cts +7 -7
- package/dist/contract.d.mts +7 -7
- package/dist/plugin.cjs.map +1 -1
- package/dist/plugin.d.cts +4 -4
- package/dist/plugin.d.mts +4 -4
- package/dist/plugin.mjs.map +1 -1
- package/dist/types.d.cts +2 -2
- package/dist/types.d.mts +2 -2
- package/package.json +2 -2
package/dist/contract.d.cts
CHANGED
|
@@ -28,8 +28,8 @@ declare const DevOptionsSchema: z.ZodObject<{
|
|
|
28
28
|
}, z.core.$strip>;
|
|
29
29
|
declare const DevResultSchema: z.ZodObject<{
|
|
30
30
|
status: z.ZodEnum<{
|
|
31
|
-
error: "error";
|
|
32
31
|
started: "started";
|
|
32
|
+
error: "error";
|
|
33
33
|
}>;
|
|
34
34
|
description: z.ZodString;
|
|
35
35
|
processes: z.ZodArray<z.ZodString>;
|
|
@@ -355,8 +355,8 @@ declare const KeyPublishResultSchema: z.ZodObject<{
|
|
|
355
355
|
}, z.core.$strip>;
|
|
356
356
|
declare const OverrideSectionSchema: z.ZodEnum<{
|
|
357
357
|
plugins: "plugins";
|
|
358
|
-
ui: "ui";
|
|
359
358
|
host: "host";
|
|
359
|
+
ui: "ui";
|
|
360
360
|
api: "api";
|
|
361
361
|
}>;
|
|
362
362
|
declare const RuntimeOverrideTargetBaseSchema: z.ZodEnum<{
|
|
@@ -378,8 +378,8 @@ declare const InitOptionsSchema: z.ZodObject<{
|
|
|
378
378
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
379
379
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
380
380
|
plugins: "plugins";
|
|
381
|
-
ui: "ui";
|
|
382
381
|
host: "host";
|
|
382
|
+
ui: "ui";
|
|
383
383
|
api: "api";
|
|
384
384
|
}>>>;
|
|
385
385
|
noInteractive: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -402,8 +402,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
402
402
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
403
403
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
404
404
|
plugins: "plugins";
|
|
405
|
-
ui: "ui";
|
|
406
405
|
host: "host";
|
|
406
|
+
ui: "ui";
|
|
407
407
|
api: "api";
|
|
408
408
|
}>>>;
|
|
409
409
|
filesCopied: z.ZodNumber;
|
|
@@ -535,8 +535,8 @@ declare const bosContract: {
|
|
|
535
535
|
interactive: z.ZodOptional<z.ZodBoolean>;
|
|
536
536
|
}, z.core.$strip>, z.ZodObject<{
|
|
537
537
|
status: z.ZodEnum<{
|
|
538
|
-
error: "error";
|
|
539
538
|
started: "started";
|
|
539
|
+
error: "error";
|
|
540
540
|
}>;
|
|
541
541
|
description: z.ZodString;
|
|
542
542
|
processes: z.ZodArray<z.ZodString>;
|
|
@@ -860,8 +860,8 @@ declare const bosContract: {
|
|
|
860
860
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
861
861
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
862
862
|
plugins: "plugins";
|
|
863
|
-
ui: "ui";
|
|
864
863
|
host: "host";
|
|
864
|
+
ui: "ui";
|
|
865
865
|
api: "api";
|
|
866
866
|
}>>>;
|
|
867
867
|
noInteractive: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -879,8 +879,8 @@ declare const bosContract: {
|
|
|
879
879
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
880
880
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
881
881
|
plugins: "plugins";
|
|
882
|
-
ui: "ui";
|
|
883
882
|
host: "host";
|
|
883
|
+
ui: "ui";
|
|
884
884
|
api: "api";
|
|
885
885
|
}>>>;
|
|
886
886
|
filesCopied: z.ZodNumber;
|
package/dist/contract.d.mts
CHANGED
|
@@ -28,8 +28,8 @@ declare const DevOptionsSchema: z.ZodObject<{
|
|
|
28
28
|
}, z.core.$strip>;
|
|
29
29
|
declare const DevResultSchema: z.ZodObject<{
|
|
30
30
|
status: z.ZodEnum<{
|
|
31
|
-
error: "error";
|
|
32
31
|
started: "started";
|
|
32
|
+
error: "error";
|
|
33
33
|
}>;
|
|
34
34
|
description: z.ZodString;
|
|
35
35
|
processes: z.ZodArray<z.ZodString>;
|
|
@@ -355,8 +355,8 @@ declare const KeyPublishResultSchema: z.ZodObject<{
|
|
|
355
355
|
}, z.core.$strip>;
|
|
356
356
|
declare const OverrideSectionSchema: z.ZodEnum<{
|
|
357
357
|
plugins: "plugins";
|
|
358
|
-
ui: "ui";
|
|
359
358
|
host: "host";
|
|
359
|
+
ui: "ui";
|
|
360
360
|
api: "api";
|
|
361
361
|
}>;
|
|
362
362
|
declare const RuntimeOverrideTargetBaseSchema: z.ZodEnum<{
|
|
@@ -378,8 +378,8 @@ declare const InitOptionsSchema: z.ZodObject<{
|
|
|
378
378
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
379
379
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
380
380
|
plugins: "plugins";
|
|
381
|
-
ui: "ui";
|
|
382
381
|
host: "host";
|
|
382
|
+
ui: "ui";
|
|
383
383
|
api: "api";
|
|
384
384
|
}>>>;
|
|
385
385
|
noInteractive: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -402,8 +402,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
402
402
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
403
403
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
404
404
|
plugins: "plugins";
|
|
405
|
-
ui: "ui";
|
|
406
405
|
host: "host";
|
|
406
|
+
ui: "ui";
|
|
407
407
|
api: "api";
|
|
408
408
|
}>>>;
|
|
409
409
|
filesCopied: z.ZodNumber;
|
|
@@ -535,8 +535,8 @@ declare const bosContract: {
|
|
|
535
535
|
interactive: z.ZodOptional<z.ZodBoolean>;
|
|
536
536
|
}, z.core.$strip>, z.ZodObject<{
|
|
537
537
|
status: z.ZodEnum<{
|
|
538
|
-
error: "error";
|
|
539
538
|
started: "started";
|
|
539
|
+
error: "error";
|
|
540
540
|
}>;
|
|
541
541
|
description: z.ZodString;
|
|
542
542
|
processes: z.ZodArray<z.ZodString>;
|
|
@@ -860,8 +860,8 @@ declare const bosContract: {
|
|
|
860
860
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
861
861
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
862
862
|
plugins: "plugins";
|
|
863
|
-
ui: "ui";
|
|
864
863
|
host: "host";
|
|
864
|
+
ui: "ui";
|
|
865
865
|
api: "api";
|
|
866
866
|
}>>>;
|
|
867
867
|
noInteractive: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -879,8 +879,8 @@ declare const bosContract: {
|
|
|
879
879
|
plugins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
880
880
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
881
881
|
plugins: "plugins";
|
|
882
|
-
ui: "ui";
|
|
883
882
|
host: "host";
|
|
883
|
+
ui: "ui";
|
|
884
884
|
api: "api";
|
|
885
885
|
}>>>;
|
|
886
886
|
filesCopied: z.ZodNumber;
|