everything-dev 1.26.1 → 1.28.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/api-contract.cjs.map +1 -1
- package/dist/api-contract.mjs.map +1 -1
- package/dist/cli/catalog.cjs.map +1 -1
- package/dist/cli/catalog.mjs.map +1 -1
- package/dist/cli/framework-version.cjs.map +1 -1
- package/dist/cli/framework-version.mjs.map +1 -1
- package/dist/cli/infra.cjs +1 -1
- package/dist/cli/infra.cjs.map +1 -1
- package/dist/cli/infra.mjs +1 -1
- package/dist/cli/infra.mjs.map +1 -1
- package/dist/cli/init.cjs +127 -121
- package/dist/cli/init.cjs.map +1 -1
- package/dist/cli/init.d.cts +6 -6
- package/dist/cli/init.d.cts.map +1 -1
- package/dist/cli/init.d.mts +6 -6
- package/dist/cli/init.d.mts.map +1 -1
- package/dist/cli/init.mjs +125 -121
- package/dist/cli/init.mjs.map +1 -1
- package/dist/cli/parse.cjs.map +1 -1
- package/dist/cli/parse.mjs.map +1 -1
- package/dist/cli/prompts.cjs +29 -25
- package/dist/cli/prompts.cjs.map +1 -1
- package/dist/cli/prompts.mjs +28 -25
- package/dist/cli/prompts.mjs.map +1 -1
- package/dist/cli/status.cjs.map +1 -1
- package/dist/cli/status.mjs.map +1 -1
- package/dist/cli/sync.cjs +46 -93
- package/dist/cli/sync.cjs.map +1 -1
- package/dist/cli/sync.mjs +49 -96
- package/dist/cli/sync.mjs.map +1 -1
- package/dist/cli/timing.cjs.map +1 -1
- package/dist/cli/timing.mjs.map +1 -1
- package/dist/cli/upgrade.cjs +41 -20
- package/dist/cli/upgrade.cjs.map +1 -1
- package/dist/cli/upgrade.mjs +43 -22
- package/dist/cli/upgrade.mjs.map +1 -1
- package/dist/cli.cjs +187 -12
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +187 -12
- package/dist/cli.mjs.map +1 -1
- package/dist/components/dev-view.cjs.map +1 -1
- package/dist/components/dev-view.mjs.map +1 -1
- package/dist/components/streaming-view.cjs.map +1 -1
- package/dist/components/streaming-view.mjs.map +1 -1
- package/dist/config.cjs.map +1 -1
- package/dist/config.mjs.map +1 -1
- package/dist/contract.cjs +174 -173
- package/dist/contract.cjs.map +1 -1
- package/dist/contract.d.cts +48 -44
- package/dist/contract.d.cts.map +1 -1
- package/dist/contract.d.mts +48 -44
- package/dist/contract.d.mts.map +1 -1
- package/dist/contract.mjs +3 -1
- package/dist/contract.mjs.map +1 -1
- package/dist/dev-logs.cjs.map +1 -1
- package/dist/dev-logs.mjs.map +1 -1
- package/dist/dev-session.cjs +0 -1
- package/dist/dev-session.mjs +1 -1
- package/dist/fastkv.cjs.map +1 -1
- package/dist/fastkv.mjs.map +1 -1
- package/dist/index.cjs +2 -4
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.mjs +1 -2
- package/dist/integrity.cjs.map +1 -1
- package/dist/integrity.mjs.map +1 -1
- package/dist/internal/manifest-normalizer.cjs.map +1 -1
- package/dist/internal/manifest-normalizer.mjs.map +1 -1
- package/dist/merge.cjs.map +1 -1
- package/dist/merge.mjs.map +1 -1
- package/dist/near-cli.cjs +1 -1
- package/dist/near-cli.cjs.map +1 -1
- package/dist/near-cli.mjs +1 -1
- package/dist/near-cli.mjs.map +1 -1
- package/dist/orchestrator.cjs +1 -1
- package/dist/orchestrator.cjs.map +1 -1
- package/dist/orchestrator.mjs +1 -1
- package/dist/orchestrator.mjs.map +1 -1
- package/dist/plugin.cjs +182 -171
- package/dist/plugin.cjs.map +1 -1
- package/dist/plugin.d.cts +72 -39
- package/dist/plugin.d.cts.map +1 -1
- package/dist/plugin.d.mts +71 -39
- package/dist/plugin.d.mts.map +1 -1
- package/dist/plugin.mjs +170 -160
- package/dist/plugin.mjs.map +1 -1
- package/dist/sdk.cjs +2 -2
- package/dist/sdk.d.cts +1 -1
- package/dist/sdk.d.mts +1 -1
- package/dist/sdk.mjs +1 -1
- package/dist/service-descriptor.d.cts +34 -0
- package/dist/service-descriptor.d.cts.map +1 -0
- package/dist/service-descriptor.d.mts +36 -0
- package/dist/service-descriptor.d.mts.map +1 -0
- package/dist/shared.cjs.map +1 -1
- package/dist/shared.mjs.map +1 -1
- package/dist/types.cjs +184 -184
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +5 -5
- package/dist/types.d.mts +5 -5
- package/dist/types.mjs +1 -1
- package/dist/types.mjs.map +1 -1
- package/dist/ui/types.d.cts +1 -0
- package/dist/ui/types.d.cts.map +1 -1
- package/dist/ui/types.d.mts +1 -0
- package/dist/ui/types.d.mts.map +1 -1
- package/dist/utils/banner.cjs.map +1 -1
- package/dist/utils/banner.mjs.map +1 -1
- package/dist/utils/run.cjs.map +1 -1
- package/dist/utils/run.mjs.map +1 -1
- package/package.json +3 -3
- package/skills/init-upgrade/SKILL.md +22 -16
- package/skills/publish-sync/SKILL.md +7 -18
- package/dist/utils/path-match.cjs +0 -18
- package/dist/utils/path-match.cjs.map +0 -1
- package/dist/utils/path-match.mjs +0 -17
- package/dist/utils/path-match.mjs.map +0 -1
- package/src/api-contract.ts +0 -623
- package/src/app.ts +0 -193
- package/src/cli/catalog.ts +0 -49
- package/src/cli/framework-version.ts +0 -61
- package/src/cli/help.ts +0 -13
- package/src/cli/infra.ts +0 -190
- package/src/cli/init.ts +0 -1202
- package/src/cli/parse.ts +0 -147
- package/src/cli/prompts.ts +0 -135
- package/src/cli/snapshot.ts +0 -46
- package/src/cli/status.ts +0 -99
- package/src/cli/sync.ts +0 -518
- package/src/cli/timing.ts +0 -63
- package/src/cli/upgrade.ts +0 -828
- package/src/cli.ts +0 -516
- package/src/components/dev-view.tsx +0 -352
- package/src/components/streaming-view.ts +0 -177
- package/src/config.ts +0 -893
- package/src/contract.meta.ts +0 -140
- package/src/contract.ts +0 -325
- package/src/dev-logs.ts +0 -92
- package/src/dev-session.ts +0 -283
- package/src/fastkv.ts +0 -181
- package/src/index.ts +0 -8
- package/src/integrity.ts +0 -138
- package/src/internal/manifest-normalizer.ts +0 -290
- package/src/merge.ts +0 -187
- package/src/mf.ts +0 -147
- package/src/near-cli.ts +0 -259
- package/src/network.ts +0 -3
- package/src/orchestrator.ts +0 -493
- package/src/plugin.ts +0 -1821
- package/src/sdk.ts +0 -14
- package/src/service-descriptor.ts +0 -281
- package/src/shared.ts +0 -249
- package/src/sidebar.ts +0 -140
- package/src/types.ts +0 -330
- package/src/ui/head.ts +0 -83
- package/src/ui/index.ts +0 -5
- package/src/ui/metadata.ts +0 -95
- package/src/ui/router.ts +0 -88
- package/src/ui/runtime.ts +0 -42
- package/src/ui/types.ts +0 -64
- package/src/utils/banner.ts +0 -21
- package/src/utils/linkify.ts +0 -11
- package/src/utils/path-match.ts +0 -16
- package/src/utils/run.ts +0 -31
- package/src/utils/save-config.ts +0 -20
- package/src/utils/theme.ts +0 -39
package/dist/contract.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import * as _$_orpc_contract0 from "@orpc/contract";
|
|
2
|
+
import * as z from "zod";
|
|
3
3
|
|
|
4
4
|
//#region src/contract.d.ts
|
|
5
5
|
declare const DevOptionsSchema: z.ZodObject<{
|
|
@@ -263,8 +263,8 @@ declare const PublishOptionsSchema: z.ZodObject<{
|
|
|
263
263
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
264
264
|
packages: z.ZodDefault<z.ZodString>;
|
|
265
265
|
network: z.ZodOptional<z.ZodEnum<{
|
|
266
|
-
mainnet: "mainnet";
|
|
267
266
|
testnet: "testnet";
|
|
267
|
+
mainnet: "mainnet";
|
|
268
268
|
}>>;
|
|
269
269
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
270
270
|
}, z.core.$strip>;
|
|
@@ -290,8 +290,8 @@ declare const KeyPublishResultSchema: z.ZodObject<{
|
|
|
290
290
|
}>;
|
|
291
291
|
account: z.ZodString;
|
|
292
292
|
network: z.ZodEnum<{
|
|
293
|
-
mainnet: "mainnet";
|
|
294
293
|
testnet: "testnet";
|
|
294
|
+
mainnet: "mainnet";
|
|
295
295
|
}>;
|
|
296
296
|
contract: z.ZodString;
|
|
297
297
|
allowance: z.ZodString;
|
|
@@ -303,8 +303,8 @@ declare const KeyPublishResultSchema: z.ZodObject<{
|
|
|
303
303
|
declare const OverrideSectionSchema: z.ZodEnum<{
|
|
304
304
|
plugins: "plugins";
|
|
305
305
|
ui: "ui";
|
|
306
|
-
api: "api";
|
|
307
306
|
host: "host";
|
|
307
|
+
api: "api";
|
|
308
308
|
}>;
|
|
309
309
|
declare const InitOptionsSchema: z.ZodObject<{
|
|
310
310
|
extends: z.ZodOptional<z.ZodString>;
|
|
@@ -316,8 +316,8 @@ declare const InitOptionsSchema: z.ZodObject<{
|
|
|
316
316
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
317
317
|
plugins: "plugins";
|
|
318
318
|
ui: "ui";
|
|
319
|
-
api: "api";
|
|
320
319
|
host: "host";
|
|
320
|
+
api: "api";
|
|
321
321
|
}>>>;
|
|
322
322
|
noInteractive: z.ZodDefault<z.ZodBoolean>;
|
|
323
323
|
noInstall: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -340,14 +340,15 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
340
340
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
341
341
|
plugins: "plugins";
|
|
342
342
|
ui: "ui";
|
|
343
|
-
api: "api";
|
|
344
343
|
host: "host";
|
|
344
|
+
api: "api";
|
|
345
345
|
}>>>;
|
|
346
346
|
filesCopied: z.ZodNumber;
|
|
347
347
|
timings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
348
348
|
name: z.ZodString;
|
|
349
349
|
durationMs: z.ZodNumber;
|
|
350
350
|
}, z.core.$strip>>>;
|
|
351
|
+
targetDir: z.ZodOptional<z.ZodString>;
|
|
351
352
|
error: z.ZodOptional<z.ZodString>;
|
|
352
353
|
}, z.core.$strip>;
|
|
353
354
|
declare const SyncOptionsSchema: z.ZodObject<{
|
|
@@ -428,8 +429,8 @@ declare const StatusResultSchema: z.ZodObject<{
|
|
|
428
429
|
}, z.core.$strip>;
|
|
429
430
|
declare const TypesGenOptionsSchema: z.ZodObject<{
|
|
430
431
|
env: z.ZodOptional<z.ZodEnum<{
|
|
431
|
-
production: "production";
|
|
432
432
|
development: "development";
|
|
433
|
+
production: "production";
|
|
433
434
|
}>>;
|
|
434
435
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
435
436
|
}, z.core.$strip>;
|
|
@@ -449,7 +450,7 @@ declare const TypesGenResultSchema: z.ZodObject<{
|
|
|
449
450
|
error: z.ZodOptional<z.ZodString>;
|
|
450
451
|
}, z.core.$strip>;
|
|
451
452
|
declare const bosContract: {
|
|
452
|
-
dev: ContractProcedure<z.ZodObject<{
|
|
453
|
+
dev: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
453
454
|
host: z.ZodDefault<z.ZodEnum<{
|
|
454
455
|
local: "local";
|
|
455
456
|
remote: "remote";
|
|
@@ -477,8 +478,8 @@ declare const bosContract: {
|
|
|
477
478
|
}>;
|
|
478
479
|
description: z.ZodString;
|
|
479
480
|
processes: z.ZodArray<z.ZodString>;
|
|
480
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
481
|
-
start: ContractProcedure<z.ZodObject<{
|
|
481
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
482
|
+
start: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
482
483
|
port: z.ZodOptional<z.ZodNumber>;
|
|
483
484
|
interactive: z.ZodOptional<z.ZodBoolean>;
|
|
484
485
|
account: z.ZodOptional<z.ZodString>;
|
|
@@ -494,8 +495,8 @@ declare const bosContract: {
|
|
|
494
495
|
}>;
|
|
495
496
|
url: z.ZodString;
|
|
496
497
|
error: z.ZodOptional<z.ZodString>;
|
|
497
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
498
|
-
build: ContractProcedure<z.ZodObject<{
|
|
498
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
499
|
+
build: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
499
500
|
packages: z.ZodDefault<z.ZodString>;
|
|
500
501
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
501
502
|
deploy: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -507,8 +508,8 @@ declare const bosContract: {
|
|
|
507
508
|
built: z.ZodArray<z.ZodString>;
|
|
508
509
|
skipped: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
509
510
|
deployed: z.ZodOptional<z.ZodBoolean>;
|
|
510
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
511
|
-
config: ContractProcedure<Schema<unknown, unknown>, z.ZodObject<{
|
|
511
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
512
|
+
config: _$_orpc_contract0.ContractProcedure<_$_orpc_contract0.Schema<unknown, unknown>, z.ZodObject<{
|
|
512
513
|
config: z.ZodNullable<z.ZodObject<{
|
|
513
514
|
account: z.ZodString;
|
|
514
515
|
extends: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -637,8 +638,8 @@ declare const bosContract: {
|
|
|
637
638
|
}, z.core.$strip>>;
|
|
638
639
|
packages: z.ZodArray<z.ZodString>;
|
|
639
640
|
remotes: z.ZodArray<z.ZodString>;
|
|
640
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
641
|
-
pluginAdd: ContractProcedure<z.ZodObject<{
|
|
641
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
642
|
+
pluginAdd: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
642
643
|
source: z.ZodString;
|
|
643
644
|
as: z.ZodOptional<z.ZodString>;
|
|
644
645
|
production: z.ZodOptional<z.ZodString>;
|
|
@@ -653,8 +654,8 @@ declare const bosContract: {
|
|
|
653
654
|
integrity: z.ZodOptional<z.ZodString>;
|
|
654
655
|
version: z.ZodOptional<z.ZodString>;
|
|
655
656
|
error: z.ZodOptional<z.ZodString>;
|
|
656
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
657
|
-
pluginRemove: ContractProcedure<z.ZodObject<{
|
|
657
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
658
|
+
pluginRemove: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
658
659
|
key: z.ZodString;
|
|
659
660
|
}, z.core.$strip>, z.ZodObject<{
|
|
660
661
|
status: z.ZodEnum<{
|
|
@@ -663,8 +664,8 @@ declare const bosContract: {
|
|
|
663
664
|
}>;
|
|
664
665
|
key: z.ZodString;
|
|
665
666
|
error: z.ZodOptional<z.ZodString>;
|
|
666
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
667
|
-
pluginList: ContractProcedure<Schema<unknown, unknown>, z.ZodObject<{
|
|
667
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
668
|
+
pluginList: _$_orpc_contract0.ContractProcedure<_$_orpc_contract0.Schema<unknown, unknown>, z.ZodObject<{
|
|
668
669
|
status: z.ZodEnum<{
|
|
669
670
|
error: "error";
|
|
670
671
|
listed: "listed";
|
|
@@ -683,8 +684,8 @@ declare const bosContract: {
|
|
|
683
684
|
name: z.ZodOptional<z.ZodString>;
|
|
684
685
|
}, z.core.$strip>>;
|
|
685
686
|
error: z.ZodOptional<z.ZodString>;
|
|
686
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
687
|
-
pluginPublish: ContractProcedure<z.ZodObject<{
|
|
687
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
688
|
+
pluginPublish: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
688
689
|
key: z.ZodString;
|
|
689
690
|
}, z.core.$strip>, z.ZodObject<{
|
|
690
691
|
status: z.ZodEnum<{
|
|
@@ -698,14 +699,14 @@ declare const bosContract: {
|
|
|
698
699
|
integrity: z.ZodOptional<z.ZodString>;
|
|
699
700
|
version: z.ZodOptional<z.ZodString>;
|
|
700
701
|
error: z.ZodOptional<z.ZodString>;
|
|
701
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
702
|
-
publish: ContractProcedure<z.ZodObject<{
|
|
702
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
703
|
+
publish: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
703
704
|
deploy: z.ZodDefault<z.ZodBoolean>;
|
|
704
705
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
705
706
|
packages: z.ZodDefault<z.ZodString>;
|
|
706
707
|
network: z.ZodOptional<z.ZodEnum<{
|
|
707
|
-
mainnet: "mainnet";
|
|
708
708
|
testnet: "testnet";
|
|
709
|
+
mainnet: "mainnet";
|
|
709
710
|
}>>;
|
|
710
711
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
711
712
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -719,8 +720,8 @@ declare const bosContract: {
|
|
|
719
720
|
error: z.ZodOptional<z.ZodString>;
|
|
720
721
|
built: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
721
722
|
skipped: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
722
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
723
|
-
keyPublish: ContractProcedure<z.ZodObject<{
|
|
723
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
724
|
+
keyPublish: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
724
725
|
allowance: z.ZodDefault<z.ZodString>;
|
|
725
726
|
}, z.core.$strip>, z.ZodObject<{
|
|
726
727
|
status: z.ZodEnum<{
|
|
@@ -729,8 +730,8 @@ declare const bosContract: {
|
|
|
729
730
|
}>;
|
|
730
731
|
account: z.ZodString;
|
|
731
732
|
network: z.ZodEnum<{
|
|
732
|
-
mainnet: "mainnet";
|
|
733
733
|
testnet: "testnet";
|
|
734
|
+
mainnet: "mainnet";
|
|
734
735
|
}>;
|
|
735
736
|
contract: z.ZodString;
|
|
736
737
|
allowance: z.ZodString;
|
|
@@ -738,8 +739,8 @@ declare const bosContract: {
|
|
|
738
739
|
publicKey: z.ZodOptional<z.ZodString>;
|
|
739
740
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
740
741
|
error: z.ZodOptional<z.ZodString>;
|
|
741
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
742
|
-
init: ContractProcedure<z.ZodObject<{
|
|
742
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
743
|
+
init: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
743
744
|
extends: z.ZodOptional<z.ZodString>;
|
|
744
745
|
directory: z.ZodOptional<z.ZodString>;
|
|
745
746
|
account: z.ZodOptional<z.ZodString>;
|
|
@@ -749,8 +750,8 @@ declare const bosContract: {
|
|
|
749
750
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
750
751
|
plugins: "plugins";
|
|
751
752
|
ui: "ui";
|
|
752
|
-
api: "api";
|
|
753
753
|
host: "host";
|
|
754
|
+
api: "api";
|
|
754
755
|
}>>>;
|
|
755
756
|
noInteractive: z.ZodDefault<z.ZodBoolean>;
|
|
756
757
|
noInstall: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -768,17 +769,18 @@ declare const bosContract: {
|
|
|
768
769
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
769
770
|
plugins: "plugins";
|
|
770
771
|
ui: "ui";
|
|
771
|
-
api: "api";
|
|
772
772
|
host: "host";
|
|
773
|
+
api: "api";
|
|
773
774
|
}>>>;
|
|
774
775
|
filesCopied: z.ZodNumber;
|
|
775
776
|
timings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
776
777
|
name: z.ZodString;
|
|
777
778
|
durationMs: z.ZodNumber;
|
|
778
779
|
}, z.core.$strip>>>;
|
|
780
|
+
targetDir: z.ZodOptional<z.ZodString>;
|
|
779
781
|
error: z.ZodOptional<z.ZodString>;
|
|
780
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
781
|
-
sync: ContractProcedure<z.ZodObject<{
|
|
782
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
783
|
+
sync: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
782
784
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
783
785
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
784
786
|
noInstall: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -792,8 +794,8 @@ declare const bosContract: {
|
|
|
792
794
|
skipped: z.ZodArray<z.ZodString>;
|
|
793
795
|
added: z.ZodArray<z.ZodString>;
|
|
794
796
|
error: z.ZodOptional<z.ZodString>;
|
|
795
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
796
|
-
upgrade: ContractProcedure<z.ZodObject<{
|
|
797
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
798
|
+
upgrade: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
797
799
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
798
800
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
799
801
|
noInstall: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -829,8 +831,8 @@ declare const bosContract: {
|
|
|
829
831
|
}, z.core.$strip>>>;
|
|
830
832
|
changelogUrl: z.ZodOptional<z.ZodString>;
|
|
831
833
|
error: z.ZodOptional<z.ZodString>;
|
|
832
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
833
|
-
status: ContractProcedure<Schema<unknown, unknown>, z.ZodObject<{
|
|
834
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
835
|
+
status: _$_orpc_contract0.ContractProcedure<_$_orpc_contract0.Schema<unknown, unknown>, z.ZodObject<{
|
|
834
836
|
status: z.ZodEnum<{
|
|
835
837
|
error: "error";
|
|
836
838
|
ok: "ok";
|
|
@@ -851,11 +853,11 @@ declare const bosContract: {
|
|
|
851
853
|
}>;
|
|
852
854
|
parentReachable: z.ZodOptional<z.ZodBoolean>;
|
|
853
855
|
error: z.ZodOptional<z.ZodString>;
|
|
854
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
855
|
-
typesGen: ContractProcedure<z.ZodObject<{
|
|
856
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
857
|
+
typesGen: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
856
858
|
env: z.ZodOptional<z.ZodEnum<{
|
|
857
|
-
production: "production";
|
|
858
859
|
development: "development";
|
|
860
|
+
production: "production";
|
|
859
861
|
}>>;
|
|
860
862
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
861
863
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -872,10 +874,12 @@ declare const bosContract: {
|
|
|
872
874
|
remote: "remote";
|
|
873
875
|
}>>;
|
|
874
876
|
error: z.ZodOptional<z.ZodString>;
|
|
875
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
877
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
876
878
|
};
|
|
877
879
|
type DevOptions = z.infer<typeof DevOptionsSchema>;
|
|
880
|
+
type DevResult = z.infer<typeof DevResultSchema>;
|
|
878
881
|
type StartOptions = z.infer<typeof StartOptionsSchema>;
|
|
882
|
+
type StartResult = z.infer<typeof StartResultSchema>;
|
|
879
883
|
type BuildOptions = z.infer<typeof BuildOptionsSchema>;
|
|
880
884
|
type BosConfigResult = z.infer<typeof ConfigResultSchema>;
|
|
881
885
|
type PluginAddOptions = z.infer<typeof PluginAddOptionsSchema>;
|
|
@@ -900,5 +904,5 @@ type StatusResult = z.infer<typeof StatusResultSchema>;
|
|
|
900
904
|
type TypesGenOptions = z.infer<typeof TypesGenOptionsSchema>;
|
|
901
905
|
type TypesGenResult = z.infer<typeof TypesGenResultSchema>;
|
|
902
906
|
//#endregion
|
|
903
|
-
export { BosConfigResult, BuildOptions, BuildOptionsSchema, BuildResultSchema, ConfigResultSchema, DevOptions, DevOptionsSchema, DevResultSchema, InitOptions, InitOptionsSchema, InitResult, InitResultSchema, KeyPublishOptions, KeyPublishOptionsSchema, KeyPublishResult, KeyPublishResultSchema, OverrideSection, OverrideSectionSchema, PhaseTiming, PhaseTimingSchema, PluginAddOptions, PluginAddOptionsSchema, PluginAddResult, PluginAddResultSchema, PluginListResult, PluginListResultSchema, PluginPublishOptions, PluginPublishOptionsSchema, PluginPublishResult, PluginPublishResultSchema, PluginRemoveOptions, PluginRemoveOptionsSchema, PluginRemoveResult, PluginRemoveResultSchema, PublishOptions, PublishOptionsSchema, PublishResultSchema, StartOptions, StartOptionsSchema, StartResultSchema, StatusResult, StatusResultSchema, SyncOptions, SyncOptionsSchema, SyncResult, SyncResultSchema, TypesGenOptions, TypesGenOptionsSchema, TypesGenResult, TypesGenResultSchema, UpgradeOptions, UpgradeOptionsSchema, UpgradeResult, UpgradeResultSchema, bosContract };
|
|
907
|
+
export { BosConfigResult, BuildOptions, BuildOptionsSchema, BuildResultSchema, ConfigResultSchema, DevOptions, DevOptionsSchema, DevResult, DevResultSchema, InitOptions, InitOptionsSchema, InitResult, InitResultSchema, KeyPublishOptions, KeyPublishOptionsSchema, KeyPublishResult, KeyPublishResultSchema, OverrideSection, OverrideSectionSchema, PhaseTiming, PhaseTimingSchema, PluginAddOptions, PluginAddOptionsSchema, PluginAddResult, PluginAddResultSchema, PluginListResult, PluginListResultSchema, PluginPublishOptions, PluginPublishOptionsSchema, PluginPublishResult, PluginPublishResultSchema, PluginRemoveOptions, PluginRemoveOptionsSchema, PluginRemoveResult, PluginRemoveResultSchema, PublishOptions, PublishOptionsSchema, PublishResultSchema, StartOptions, StartOptionsSchema, StartResult, StartResultSchema, StatusResult, StatusResultSchema, SyncOptions, SyncOptionsSchema, SyncResult, SyncResultSchema, TypesGenOptions, TypesGenOptionsSchema, TypesGenResult, TypesGenResultSchema, UpgradeOptions, UpgradeOptionsSchema, UpgradeResult, UpgradeResultSchema, bosContract };
|
|
904
908
|
//# sourceMappingURL=contract.d.cts.map
|
package/dist/contract.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contract.d.cts","names":[],"sources":["../src/contract.ts"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"contract.d.cts","names":[],"sources":["../src/contract.ts"],"mappings":"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"}
|
package/dist/contract.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import * as _$_orpc_contract0 from "@orpc/contract";
|
|
3
3
|
|
|
4
4
|
//#region src/contract.d.ts
|
|
5
5
|
declare const DevOptionsSchema: z.ZodObject<{
|
|
@@ -263,8 +263,8 @@ declare const PublishOptionsSchema: z.ZodObject<{
|
|
|
263
263
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
264
264
|
packages: z.ZodDefault<z.ZodString>;
|
|
265
265
|
network: z.ZodOptional<z.ZodEnum<{
|
|
266
|
-
mainnet: "mainnet";
|
|
267
266
|
testnet: "testnet";
|
|
267
|
+
mainnet: "mainnet";
|
|
268
268
|
}>>;
|
|
269
269
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
270
270
|
}, z.core.$strip>;
|
|
@@ -290,8 +290,8 @@ declare const KeyPublishResultSchema: z.ZodObject<{
|
|
|
290
290
|
}>;
|
|
291
291
|
account: z.ZodString;
|
|
292
292
|
network: z.ZodEnum<{
|
|
293
|
-
mainnet: "mainnet";
|
|
294
293
|
testnet: "testnet";
|
|
294
|
+
mainnet: "mainnet";
|
|
295
295
|
}>;
|
|
296
296
|
contract: z.ZodString;
|
|
297
297
|
allowance: z.ZodString;
|
|
@@ -303,8 +303,8 @@ declare const KeyPublishResultSchema: z.ZodObject<{
|
|
|
303
303
|
declare const OverrideSectionSchema: z.ZodEnum<{
|
|
304
304
|
plugins: "plugins";
|
|
305
305
|
ui: "ui";
|
|
306
|
-
api: "api";
|
|
307
306
|
host: "host";
|
|
307
|
+
api: "api";
|
|
308
308
|
}>;
|
|
309
309
|
declare const InitOptionsSchema: z.ZodObject<{
|
|
310
310
|
extends: z.ZodOptional<z.ZodString>;
|
|
@@ -316,8 +316,8 @@ declare const InitOptionsSchema: z.ZodObject<{
|
|
|
316
316
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
317
317
|
plugins: "plugins";
|
|
318
318
|
ui: "ui";
|
|
319
|
-
api: "api";
|
|
320
319
|
host: "host";
|
|
320
|
+
api: "api";
|
|
321
321
|
}>>>;
|
|
322
322
|
noInteractive: z.ZodDefault<z.ZodBoolean>;
|
|
323
323
|
noInstall: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -340,14 +340,15 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
340
340
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
341
341
|
plugins: "plugins";
|
|
342
342
|
ui: "ui";
|
|
343
|
-
api: "api";
|
|
344
343
|
host: "host";
|
|
344
|
+
api: "api";
|
|
345
345
|
}>>>;
|
|
346
346
|
filesCopied: z.ZodNumber;
|
|
347
347
|
timings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
348
348
|
name: z.ZodString;
|
|
349
349
|
durationMs: z.ZodNumber;
|
|
350
350
|
}, z.core.$strip>>>;
|
|
351
|
+
targetDir: z.ZodOptional<z.ZodString>;
|
|
351
352
|
error: z.ZodOptional<z.ZodString>;
|
|
352
353
|
}, z.core.$strip>;
|
|
353
354
|
declare const SyncOptionsSchema: z.ZodObject<{
|
|
@@ -428,8 +429,8 @@ declare const StatusResultSchema: z.ZodObject<{
|
|
|
428
429
|
}, z.core.$strip>;
|
|
429
430
|
declare const TypesGenOptionsSchema: z.ZodObject<{
|
|
430
431
|
env: z.ZodOptional<z.ZodEnum<{
|
|
431
|
-
production: "production";
|
|
432
432
|
development: "development";
|
|
433
|
+
production: "production";
|
|
433
434
|
}>>;
|
|
434
435
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
435
436
|
}, z.core.$strip>;
|
|
@@ -449,7 +450,7 @@ declare const TypesGenResultSchema: z.ZodObject<{
|
|
|
449
450
|
error: z.ZodOptional<z.ZodString>;
|
|
450
451
|
}, z.core.$strip>;
|
|
451
452
|
declare const bosContract: {
|
|
452
|
-
dev: ContractProcedure<z.ZodObject<{
|
|
453
|
+
dev: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
453
454
|
host: z.ZodDefault<z.ZodEnum<{
|
|
454
455
|
local: "local";
|
|
455
456
|
remote: "remote";
|
|
@@ -477,8 +478,8 @@ declare const bosContract: {
|
|
|
477
478
|
}>;
|
|
478
479
|
description: z.ZodString;
|
|
479
480
|
processes: z.ZodArray<z.ZodString>;
|
|
480
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
481
|
-
start: ContractProcedure<z.ZodObject<{
|
|
481
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
482
|
+
start: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
482
483
|
port: z.ZodOptional<z.ZodNumber>;
|
|
483
484
|
interactive: z.ZodOptional<z.ZodBoolean>;
|
|
484
485
|
account: z.ZodOptional<z.ZodString>;
|
|
@@ -494,8 +495,8 @@ declare const bosContract: {
|
|
|
494
495
|
}>;
|
|
495
496
|
url: z.ZodString;
|
|
496
497
|
error: z.ZodOptional<z.ZodString>;
|
|
497
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
498
|
-
build: ContractProcedure<z.ZodObject<{
|
|
498
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
499
|
+
build: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
499
500
|
packages: z.ZodDefault<z.ZodString>;
|
|
500
501
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
501
502
|
deploy: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -507,8 +508,8 @@ declare const bosContract: {
|
|
|
507
508
|
built: z.ZodArray<z.ZodString>;
|
|
508
509
|
skipped: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
509
510
|
deployed: z.ZodOptional<z.ZodBoolean>;
|
|
510
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
511
|
-
config: ContractProcedure<Schema<unknown, unknown>, z.ZodObject<{
|
|
511
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
512
|
+
config: _$_orpc_contract0.ContractProcedure<_$_orpc_contract0.Schema<unknown, unknown>, z.ZodObject<{
|
|
512
513
|
config: z.ZodNullable<z.ZodObject<{
|
|
513
514
|
account: z.ZodString;
|
|
514
515
|
extends: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -637,8 +638,8 @@ declare const bosContract: {
|
|
|
637
638
|
}, z.core.$strip>>;
|
|
638
639
|
packages: z.ZodArray<z.ZodString>;
|
|
639
640
|
remotes: z.ZodArray<z.ZodString>;
|
|
640
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
641
|
-
pluginAdd: ContractProcedure<z.ZodObject<{
|
|
641
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
642
|
+
pluginAdd: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
642
643
|
source: z.ZodString;
|
|
643
644
|
as: z.ZodOptional<z.ZodString>;
|
|
644
645
|
production: z.ZodOptional<z.ZodString>;
|
|
@@ -653,8 +654,8 @@ declare const bosContract: {
|
|
|
653
654
|
integrity: z.ZodOptional<z.ZodString>;
|
|
654
655
|
version: z.ZodOptional<z.ZodString>;
|
|
655
656
|
error: z.ZodOptional<z.ZodString>;
|
|
656
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
657
|
-
pluginRemove: ContractProcedure<z.ZodObject<{
|
|
657
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
658
|
+
pluginRemove: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
658
659
|
key: z.ZodString;
|
|
659
660
|
}, z.core.$strip>, z.ZodObject<{
|
|
660
661
|
status: z.ZodEnum<{
|
|
@@ -663,8 +664,8 @@ declare const bosContract: {
|
|
|
663
664
|
}>;
|
|
664
665
|
key: z.ZodString;
|
|
665
666
|
error: z.ZodOptional<z.ZodString>;
|
|
666
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
667
|
-
pluginList: ContractProcedure<Schema<unknown, unknown>, z.ZodObject<{
|
|
667
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
668
|
+
pluginList: _$_orpc_contract0.ContractProcedure<_$_orpc_contract0.Schema<unknown, unknown>, z.ZodObject<{
|
|
668
669
|
status: z.ZodEnum<{
|
|
669
670
|
error: "error";
|
|
670
671
|
listed: "listed";
|
|
@@ -683,8 +684,8 @@ declare const bosContract: {
|
|
|
683
684
|
name: z.ZodOptional<z.ZodString>;
|
|
684
685
|
}, z.core.$strip>>;
|
|
685
686
|
error: z.ZodOptional<z.ZodString>;
|
|
686
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
687
|
-
pluginPublish: ContractProcedure<z.ZodObject<{
|
|
687
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
688
|
+
pluginPublish: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
688
689
|
key: z.ZodString;
|
|
689
690
|
}, z.core.$strip>, z.ZodObject<{
|
|
690
691
|
status: z.ZodEnum<{
|
|
@@ -698,14 +699,14 @@ declare const bosContract: {
|
|
|
698
699
|
integrity: z.ZodOptional<z.ZodString>;
|
|
699
700
|
version: z.ZodOptional<z.ZodString>;
|
|
700
701
|
error: z.ZodOptional<z.ZodString>;
|
|
701
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
702
|
-
publish: ContractProcedure<z.ZodObject<{
|
|
702
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
703
|
+
publish: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
703
704
|
deploy: z.ZodDefault<z.ZodBoolean>;
|
|
704
705
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
705
706
|
packages: z.ZodDefault<z.ZodString>;
|
|
706
707
|
network: z.ZodOptional<z.ZodEnum<{
|
|
707
|
-
mainnet: "mainnet";
|
|
708
708
|
testnet: "testnet";
|
|
709
|
+
mainnet: "mainnet";
|
|
709
710
|
}>>;
|
|
710
711
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
711
712
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -719,8 +720,8 @@ declare const bosContract: {
|
|
|
719
720
|
error: z.ZodOptional<z.ZodString>;
|
|
720
721
|
built: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
721
722
|
skipped: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
722
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
723
|
-
keyPublish: ContractProcedure<z.ZodObject<{
|
|
723
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
724
|
+
keyPublish: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
724
725
|
allowance: z.ZodDefault<z.ZodString>;
|
|
725
726
|
}, z.core.$strip>, z.ZodObject<{
|
|
726
727
|
status: z.ZodEnum<{
|
|
@@ -729,8 +730,8 @@ declare const bosContract: {
|
|
|
729
730
|
}>;
|
|
730
731
|
account: z.ZodString;
|
|
731
732
|
network: z.ZodEnum<{
|
|
732
|
-
mainnet: "mainnet";
|
|
733
733
|
testnet: "testnet";
|
|
734
|
+
mainnet: "mainnet";
|
|
734
735
|
}>;
|
|
735
736
|
contract: z.ZodString;
|
|
736
737
|
allowance: z.ZodString;
|
|
@@ -738,8 +739,8 @@ declare const bosContract: {
|
|
|
738
739
|
publicKey: z.ZodOptional<z.ZodString>;
|
|
739
740
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
740
741
|
error: z.ZodOptional<z.ZodString>;
|
|
741
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
742
|
-
init: ContractProcedure<z.ZodObject<{
|
|
742
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
743
|
+
init: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
743
744
|
extends: z.ZodOptional<z.ZodString>;
|
|
744
745
|
directory: z.ZodOptional<z.ZodString>;
|
|
745
746
|
account: z.ZodOptional<z.ZodString>;
|
|
@@ -749,8 +750,8 @@ declare const bosContract: {
|
|
|
749
750
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
750
751
|
plugins: "plugins";
|
|
751
752
|
ui: "ui";
|
|
752
|
-
api: "api";
|
|
753
753
|
host: "host";
|
|
754
|
+
api: "api";
|
|
754
755
|
}>>>;
|
|
755
756
|
noInteractive: z.ZodDefault<z.ZodBoolean>;
|
|
756
757
|
noInstall: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -768,17 +769,18 @@ declare const bosContract: {
|
|
|
768
769
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
769
770
|
plugins: "plugins";
|
|
770
771
|
ui: "ui";
|
|
771
|
-
api: "api";
|
|
772
772
|
host: "host";
|
|
773
|
+
api: "api";
|
|
773
774
|
}>>>;
|
|
774
775
|
filesCopied: z.ZodNumber;
|
|
775
776
|
timings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
776
777
|
name: z.ZodString;
|
|
777
778
|
durationMs: z.ZodNumber;
|
|
778
779
|
}, z.core.$strip>>>;
|
|
780
|
+
targetDir: z.ZodOptional<z.ZodString>;
|
|
779
781
|
error: z.ZodOptional<z.ZodString>;
|
|
780
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
781
|
-
sync: ContractProcedure<z.ZodObject<{
|
|
782
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
783
|
+
sync: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
782
784
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
783
785
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
784
786
|
noInstall: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -792,8 +794,8 @@ declare const bosContract: {
|
|
|
792
794
|
skipped: z.ZodArray<z.ZodString>;
|
|
793
795
|
added: z.ZodArray<z.ZodString>;
|
|
794
796
|
error: z.ZodOptional<z.ZodString>;
|
|
795
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
796
|
-
upgrade: ContractProcedure<z.ZodObject<{
|
|
797
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
798
|
+
upgrade: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
797
799
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
798
800
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
799
801
|
noInstall: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -829,8 +831,8 @@ declare const bosContract: {
|
|
|
829
831
|
}, z.core.$strip>>>;
|
|
830
832
|
changelogUrl: z.ZodOptional<z.ZodString>;
|
|
831
833
|
error: z.ZodOptional<z.ZodString>;
|
|
832
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
833
|
-
status: ContractProcedure<Schema<unknown, unknown>, z.ZodObject<{
|
|
834
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
835
|
+
status: _$_orpc_contract0.ContractProcedure<_$_orpc_contract0.Schema<unknown, unknown>, z.ZodObject<{
|
|
834
836
|
status: z.ZodEnum<{
|
|
835
837
|
error: "error";
|
|
836
838
|
ok: "ok";
|
|
@@ -851,11 +853,11 @@ declare const bosContract: {
|
|
|
851
853
|
}>;
|
|
852
854
|
parentReachable: z.ZodOptional<z.ZodBoolean>;
|
|
853
855
|
error: z.ZodOptional<z.ZodString>;
|
|
854
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
855
|
-
typesGen: ContractProcedure<z.ZodObject<{
|
|
856
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
857
|
+
typesGen: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
856
858
|
env: z.ZodOptional<z.ZodEnum<{
|
|
857
|
-
production: "production";
|
|
858
859
|
development: "development";
|
|
860
|
+
production: "production";
|
|
859
861
|
}>>;
|
|
860
862
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
861
863
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -872,10 +874,12 @@ declare const bosContract: {
|
|
|
872
874
|
remote: "remote";
|
|
873
875
|
}>>;
|
|
874
876
|
error: z.ZodOptional<z.ZodString>;
|
|
875
|
-
}, z.core.$strip>, MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
877
|
+
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
876
878
|
};
|
|
877
879
|
type DevOptions = z.infer<typeof DevOptionsSchema>;
|
|
880
|
+
type DevResult = z.infer<typeof DevResultSchema>;
|
|
878
881
|
type StartOptions = z.infer<typeof StartOptionsSchema>;
|
|
882
|
+
type StartResult = z.infer<typeof StartResultSchema>;
|
|
879
883
|
type BuildOptions = z.infer<typeof BuildOptionsSchema>;
|
|
880
884
|
type BosConfigResult = z.infer<typeof ConfigResultSchema>;
|
|
881
885
|
type PluginAddOptions = z.infer<typeof PluginAddOptionsSchema>;
|
|
@@ -900,5 +904,5 @@ type StatusResult = z.infer<typeof StatusResultSchema>;
|
|
|
900
904
|
type TypesGenOptions = z.infer<typeof TypesGenOptionsSchema>;
|
|
901
905
|
type TypesGenResult = z.infer<typeof TypesGenResultSchema>;
|
|
902
906
|
//#endregion
|
|
903
|
-
export { BosConfigResult, BuildOptions, BuildOptionsSchema, BuildResultSchema, ConfigResultSchema, DevOptions, DevOptionsSchema, DevResultSchema, InitOptions, InitOptionsSchema, InitResult, InitResultSchema, KeyPublishOptions, KeyPublishOptionsSchema, KeyPublishResult, KeyPublishResultSchema, OverrideSection, OverrideSectionSchema, PhaseTiming, PhaseTimingSchema, PluginAddOptions, PluginAddOptionsSchema, PluginAddResult, PluginAddResultSchema, PluginListResult, PluginListResultSchema, PluginPublishOptions, PluginPublishOptionsSchema, PluginPublishResult, PluginPublishResultSchema, PluginRemoveOptions, PluginRemoveOptionsSchema, PluginRemoveResult, PluginRemoveResultSchema, PublishOptions, PublishOptionsSchema, PublishResultSchema, StartOptions, StartOptionsSchema, StartResultSchema, StatusResult, StatusResultSchema, SyncOptions, SyncOptionsSchema, SyncResult, SyncResultSchema, TypesGenOptions, TypesGenOptionsSchema, TypesGenResult, TypesGenResultSchema, UpgradeOptions, UpgradeOptionsSchema, UpgradeResult, UpgradeResultSchema, bosContract };
|
|
907
|
+
export { BosConfigResult, BuildOptions, BuildOptionsSchema, BuildResultSchema, ConfigResultSchema, DevOptions, DevOptionsSchema, DevResult, DevResultSchema, InitOptions, InitOptionsSchema, InitResult, InitResultSchema, KeyPublishOptions, KeyPublishOptionsSchema, KeyPublishResult, KeyPublishResultSchema, OverrideSection, OverrideSectionSchema, PhaseTiming, PhaseTimingSchema, PluginAddOptions, PluginAddOptionsSchema, PluginAddResult, PluginAddResultSchema, PluginListResult, PluginListResultSchema, PluginPublishOptions, PluginPublishOptionsSchema, PluginPublishResult, PluginPublishResultSchema, PluginRemoveOptions, PluginRemoveOptionsSchema, PluginRemoveResult, PluginRemoveResultSchema, PublishOptions, PublishOptionsSchema, PublishResultSchema, StartOptions, StartOptionsSchema, StartResult, StartResultSchema, StatusResult, StatusResultSchema, SyncOptions, SyncOptionsSchema, SyncResult, SyncResultSchema, TypesGenOptions, TypesGenOptionsSchema, TypesGenResult, TypesGenResultSchema, UpgradeOptions, UpgradeOptionsSchema, UpgradeResult, UpgradeResultSchema, bosContract };
|
|
904
908
|
//# sourceMappingURL=contract.d.mts.map
|
package/dist/contract.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contract.d.mts","names":[],"sources":["../src/contract.ts"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"contract.d.mts","names":[],"sources":["../src/contract.ts"],"mappings":";;;;cAIa,gBAAA,EAAgB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAWhB,eAAA,EAAe,CAAA,CAAA,SAAA;;;;;;;;cAMf,kBAAA,EAAkB,CAAA,CAAA,SAAA;;;;;;;;;;cAQlB,iBAAA,EAAiB,CAAA,CAAA,SAAA;;;;;;;;cAMjB,kBAAA,EAAkB,CAAA,CAAA,SAAA;;;;;cAMlB,iBAAA,EAAiB,CAAA,CAAA,SAAA;;;;;;;;;cAOjB,kBAAA,EAAkB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMlB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;cAMtB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;;;cAUrB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAIzB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;cAMxB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAiBtB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAI1B,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAWzB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;cAQpB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;;;;cASnB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;cAIvB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAYtB,qBAAA,EAAqB,CAAA,CAAA,OAAA;;;;;;cAErB,iBAAA,EAAiB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAYjB,iBAAA,EAAiB,CAAA,CAAA,SAAA;;;;cAKjB,gBAAA,EAAgB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAehB,iBAAA,EAAiB,CAAA,CAAA,SAAA;;;;;cAMjB,gBAAA,EAAgB,CAAA,CAAA,SAAA;;;;;;;;;;;cAQhB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;cAOpB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkBnB,kBAAA,EAAkB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAkBlB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;cAKrB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAUpB,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAmDD,UAAA,GAAa,CAAA,CAAE,KAAA,QAAa,gBAAA;AAAA,KAC5B,SAAA,GAAY,CAAA,CAAE,KAAA,QAAa,eAAA;AAAA,KAC3B,YAAA,GAAe,CAAA,CAAE,KAAA,QAAa,kBAAA;AAAA,KAC9B,WAAA,GAAc,CAAA,CAAE,KAAA,QAAa,iBAAA;AAAA,KAC7B,YAAA,GAAe,CAAA,CAAE,KAAA,QAAa,kBAAA;AAAA,KAC9B,eAAA,GAAkB,CAAA,CAAE,KAAA,QAAa,kBAAA;AAAA,KACjC,gBAAA,GAAmB,CAAA,CAAE,KAAA,QAAa,sBAAA;AAAA,KAClC,eAAA,GAAkB,CAAA,CAAE,KAAA,QAAa,qBAAA;AAAA,KACjC,mBAAA,GAAsB,CAAA,CAAE,KAAA,QAAa,yBAAA;AAAA,KACrC,kBAAA,GAAqB,CAAA,CAAE,KAAA,QAAa,wBAAA;AAAA,KACpC,gBAAA,GAAmB,CAAA,CAAE,KAAA,QAAa,sBAAA;AAAA,KAClC,oBAAA,GAAuB,CAAA,CAAE,KAAA,QAAa,0BAAA;AAAA,KACtC,mBAAA,GAAsB,CAAA,CAAE,KAAA,QAAa,yBAAA;AAAA,KACrC,cAAA,GAAiB,CAAA,CAAE,KAAA,QAAa,oBAAA;AAAA,KAChC,iBAAA,GAAoB,CAAA,CAAE,KAAA,QAAa,uBAAA;AAAA,KACnC,gBAAA,GAAmB,CAAA,CAAE,KAAA,QAAa,sBAAA;AAAA,KAClC,WAAA,GAAc,CAAA,CAAE,KAAA,QAAa,iBAAA;AAAA,KAC7B,UAAA,GAAa,CAAA,CAAE,KAAA,QAAa,gBAAA;AAAA,KAC5B,eAAA,GAAkB,CAAA,CAAE,KAAA,QAAa,qBAAA;AAAA,KACjC,WAAA,GAAc,CAAA,CAAE,KAAA,QAAa,iBAAA;AAAA,KAC7B,WAAA,GAAc,CAAA,CAAE,KAAA,QAAa,iBAAA;AAAA,KAC7B,UAAA,GAAa,CAAA,CAAE,KAAA,QAAa,gBAAA;AAAA,KAC5B,cAAA,GAAiB,CAAA,CAAE,KAAA,QAAa,oBAAA;AAAA,KAChC,aAAA,GAAgB,CAAA,CAAE,KAAA,QAAa,mBAAA;AAAA,KAC/B,YAAA,GAAe,CAAA,CAAE,KAAA,QAAa,kBAAA;AAAA,KAC9B,eAAA,GAAkB,CAAA,CAAE,KAAA,QAAa,qBAAA;AAAA,KACjC,cAAA,GAAiB,CAAA,CAAE,KAAA,QAAa,oBAAA"}
|
package/dist/contract.mjs
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { oc, z } from "./sdk.mjs";
|
|
2
1
|
import { BosConfigSchema, SourceModeSchema } from "./types.mjs";
|
|
2
|
+
import { oc } from "./sdk.mjs";
|
|
3
|
+
import * as z from "zod";
|
|
3
4
|
|
|
4
5
|
//#region src/contract.ts
|
|
5
6
|
const DevOptionsSchema = z.object({
|
|
@@ -153,6 +154,7 @@ const InitResultSchema = z.object({
|
|
|
153
154
|
overrides: z.array(OverrideSectionSchema).optional(),
|
|
154
155
|
filesCopied: z.number(),
|
|
155
156
|
timings: z.array(PhaseTimingSchema).optional(),
|
|
157
|
+
targetDir: z.string().optional(),
|
|
156
158
|
error: z.string().optional()
|
|
157
159
|
});
|
|
158
160
|
const SyncOptionsSchema = z.object({
|