everything-dev 1.46.1 → 1.47.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/build.cjs +22 -15
- package/dist/build.cjs.map +1 -1
- package/dist/build.mjs +22 -15
- package/dist/build.mjs.map +1 -1
- package/dist/cli/sync.cjs +17 -1
- package/dist/cli/sync.cjs.map +1 -1
- package/dist/cli/sync.mjs +17 -1
- package/dist/cli/sync.mjs.map +1 -1
- package/dist/cli/upgrade.cjs +12 -1
- package/dist/cli/upgrade.cjs.map +1 -1
- package/dist/cli/upgrade.mjs +12 -1
- package/dist/cli/upgrade.mjs.map +1 -1
- package/dist/cli.cjs +17 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +17 -1
- package/dist/cli.mjs.map +1 -1
- package/dist/contract.cjs +1 -0
- package/dist/contract.cjs.map +1 -1
- package/dist/contract.d.cts +23 -18
- package/dist/contract.d.cts.map +1 -1
- package/dist/contract.d.mts +23 -18
- package/dist/contract.d.mts.map +1 -1
- package/dist/contract.mjs +1 -0
- package/dist/contract.mjs.map +1 -1
- package/dist/plugin.d.cts +12 -10
- package/dist/plugin.d.mts +12 -10
- package/dist/types.d.cts +4 -4
- package/dist/types.d.mts +4 -4
- package/package.json +1 -1
package/dist/plugin.d.cts
CHANGED
|
@@ -283,8 +283,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
283
283
|
verbose: z.ZodDefault<z.ZodBoolean>;
|
|
284
284
|
packages: z.ZodDefault<z.ZodString>;
|
|
285
285
|
network: z.ZodOptional<z.ZodEnum<{
|
|
286
|
-
mainnet: "mainnet";
|
|
287
286
|
testnet: "testnet";
|
|
287
|
+
mainnet: "mainnet";
|
|
288
288
|
}>>;
|
|
289
289
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
290
290
|
env: z.ZodDefault<z.ZodEnum<{
|
|
@@ -305,12 +305,13 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
305
305
|
deployResults: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
306
306
|
key: z.ZodString;
|
|
307
307
|
kind: z.ZodEnum<{
|
|
308
|
-
plugin: "plugin";
|
|
309
308
|
app: "app";
|
|
309
|
+
plugin: "plugin";
|
|
310
310
|
}>;
|
|
311
311
|
success: z.ZodBoolean;
|
|
312
312
|
url: z.ZodOptional<z.ZodString>;
|
|
313
313
|
error: z.ZodOptional<z.ZodString>;
|
|
314
|
+
warnings: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
314
315
|
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
315
316
|
retried: z.ZodOptional<z.ZodBoolean>;
|
|
316
317
|
}, z.core.$strip>>>;
|
|
@@ -325,8 +326,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
325
326
|
verbose: z.ZodDefault<z.ZodBoolean>;
|
|
326
327
|
packages: z.ZodDefault<z.ZodString>;
|
|
327
328
|
network: z.ZodOptional<z.ZodEnum<{
|
|
328
|
-
mainnet: "mainnet";
|
|
329
329
|
testnet: "testnet";
|
|
330
|
+
mainnet: "mainnet";
|
|
330
331
|
}>>;
|
|
331
332
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
332
333
|
service: z.ZodOptional<z.ZodString>;
|
|
@@ -347,12 +348,13 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
347
348
|
deployResults: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
348
349
|
key: z.ZodString;
|
|
349
350
|
kind: z.ZodEnum<{
|
|
350
|
-
plugin: "plugin";
|
|
351
351
|
app: "app";
|
|
352
|
+
plugin: "plugin";
|
|
352
353
|
}>;
|
|
353
354
|
success: z.ZodBoolean;
|
|
354
355
|
url: z.ZodOptional<z.ZodString>;
|
|
355
356
|
error: z.ZodOptional<z.ZodString>;
|
|
357
|
+
warnings: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
356
358
|
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
357
359
|
retried: z.ZodOptional<z.ZodBoolean>;
|
|
358
360
|
}, z.core.$strip>>>;
|
|
@@ -366,8 +368,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
366
368
|
}>;
|
|
367
369
|
account: z.ZodString;
|
|
368
370
|
network: z.ZodEnum<{
|
|
369
|
-
mainnet: "mainnet";
|
|
370
371
|
testnet: "testnet";
|
|
372
|
+
mainnet: "mainnet";
|
|
371
373
|
}>;
|
|
372
374
|
contract: z.ZodString;
|
|
373
375
|
allowance: z.ZodString;
|
|
@@ -386,8 +388,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
386
388
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
387
389
|
plugins: "plugins";
|
|
388
390
|
ui: "ui";
|
|
389
|
-
api: "api";
|
|
390
391
|
host: "host";
|
|
392
|
+
api: "api";
|
|
391
393
|
}>>>;
|
|
392
394
|
noInteractive: z.ZodDefault<z.ZodBoolean>;
|
|
393
395
|
noInstall: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -405,8 +407,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
405
407
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
406
408
|
plugins: "plugins";
|
|
407
409
|
ui: "ui";
|
|
408
|
-
api: "api";
|
|
409
410
|
host: "host";
|
|
411
|
+
api: "api";
|
|
410
412
|
}>>>;
|
|
411
413
|
filesCopied: z.ZodNumber;
|
|
412
414
|
timings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -490,8 +492,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
490
492
|
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
491
493
|
typesGen: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
492
494
|
env: z.ZodOptional<z.ZodEnum<{
|
|
493
|
-
production: "production";
|
|
494
495
|
development: "development";
|
|
496
|
+
production: "production";
|
|
495
497
|
}>>;
|
|
496
498
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
497
499
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -640,9 +642,9 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
640
642
|
}> | undefined;
|
|
641
643
|
} | null;
|
|
642
644
|
runtimeConfig: {
|
|
643
|
-
env: "
|
|
645
|
+
env: "development" | "production" | "staging";
|
|
644
646
|
account: string;
|
|
645
|
-
networkId: "
|
|
647
|
+
networkId: "testnet" | "mainnet";
|
|
646
648
|
host: {
|
|
647
649
|
name: string;
|
|
648
650
|
url: string;
|
package/dist/plugin.d.mts
CHANGED
|
@@ -283,8 +283,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
283
283
|
verbose: z.ZodDefault<z.ZodBoolean>;
|
|
284
284
|
packages: z.ZodDefault<z.ZodString>;
|
|
285
285
|
network: z.ZodOptional<z.ZodEnum<{
|
|
286
|
-
mainnet: "mainnet";
|
|
287
286
|
testnet: "testnet";
|
|
287
|
+
mainnet: "mainnet";
|
|
288
288
|
}>>;
|
|
289
289
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
290
290
|
env: z.ZodDefault<z.ZodEnum<{
|
|
@@ -305,12 +305,13 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
305
305
|
deployResults: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
306
306
|
key: z.ZodString;
|
|
307
307
|
kind: z.ZodEnum<{
|
|
308
|
-
plugin: "plugin";
|
|
309
308
|
app: "app";
|
|
309
|
+
plugin: "plugin";
|
|
310
310
|
}>;
|
|
311
311
|
success: z.ZodBoolean;
|
|
312
312
|
url: z.ZodOptional<z.ZodString>;
|
|
313
313
|
error: z.ZodOptional<z.ZodString>;
|
|
314
|
+
warnings: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
314
315
|
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
315
316
|
retried: z.ZodOptional<z.ZodBoolean>;
|
|
316
317
|
}, z.core.$strip>>>;
|
|
@@ -325,8 +326,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
325
326
|
verbose: z.ZodDefault<z.ZodBoolean>;
|
|
326
327
|
packages: z.ZodDefault<z.ZodString>;
|
|
327
328
|
network: z.ZodOptional<z.ZodEnum<{
|
|
328
|
-
mainnet: "mainnet";
|
|
329
329
|
testnet: "testnet";
|
|
330
|
+
mainnet: "mainnet";
|
|
330
331
|
}>>;
|
|
331
332
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
332
333
|
service: z.ZodOptional<z.ZodString>;
|
|
@@ -347,12 +348,13 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
347
348
|
deployResults: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
348
349
|
key: z.ZodString;
|
|
349
350
|
kind: z.ZodEnum<{
|
|
350
|
-
plugin: "plugin";
|
|
351
351
|
app: "app";
|
|
352
|
+
plugin: "plugin";
|
|
352
353
|
}>;
|
|
353
354
|
success: z.ZodBoolean;
|
|
354
355
|
url: z.ZodOptional<z.ZodString>;
|
|
355
356
|
error: z.ZodOptional<z.ZodString>;
|
|
357
|
+
warnings: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
356
358
|
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
357
359
|
retried: z.ZodOptional<z.ZodBoolean>;
|
|
358
360
|
}, z.core.$strip>>>;
|
|
@@ -366,8 +368,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
366
368
|
}>;
|
|
367
369
|
account: z.ZodString;
|
|
368
370
|
network: z.ZodEnum<{
|
|
369
|
-
mainnet: "mainnet";
|
|
370
371
|
testnet: "testnet";
|
|
372
|
+
mainnet: "mainnet";
|
|
371
373
|
}>;
|
|
372
374
|
contract: z.ZodString;
|
|
373
375
|
allowance: z.ZodString;
|
|
@@ -386,8 +388,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
386
388
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
387
389
|
plugins: "plugins";
|
|
388
390
|
ui: "ui";
|
|
389
|
-
api: "api";
|
|
390
391
|
host: "host";
|
|
392
|
+
api: "api";
|
|
391
393
|
}>>>;
|
|
392
394
|
noInteractive: z.ZodDefault<z.ZodBoolean>;
|
|
393
395
|
noInstall: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -405,8 +407,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
405
407
|
overrides: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
406
408
|
plugins: "plugins";
|
|
407
409
|
ui: "ui";
|
|
408
|
-
api: "api";
|
|
409
410
|
host: "host";
|
|
411
|
+
api: "api";
|
|
410
412
|
}>>>;
|
|
411
413
|
filesCopied: z.ZodNumber;
|
|
412
414
|
timings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -490,8 +492,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
490
492
|
}, z.core.$strip>, _$_orpc_contract0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
491
493
|
typesGen: _$_orpc_contract0.ContractProcedure<z.ZodObject<{
|
|
492
494
|
env: z.ZodOptional<z.ZodEnum<{
|
|
493
|
-
production: "production";
|
|
494
495
|
development: "development";
|
|
496
|
+
production: "production";
|
|
495
497
|
}>>;
|
|
496
498
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
497
499
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -640,9 +642,9 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
640
642
|
}> | undefined;
|
|
641
643
|
} | null;
|
|
642
644
|
runtimeConfig: {
|
|
643
|
-
env: "
|
|
645
|
+
env: "development" | "production" | "staging";
|
|
644
646
|
account: string;
|
|
645
|
-
networkId: "
|
|
647
|
+
networkId: "testnet" | "mainnet";
|
|
646
648
|
host: {
|
|
647
649
|
name: string;
|
|
648
650
|
url: string;
|
package/dist/types.d.cts
CHANGED
|
@@ -379,15 +379,15 @@ declare const BosConfigSchema: z.ZodObject<{
|
|
|
379
379
|
type BosConfig = z.infer<typeof BosConfigSchema>;
|
|
380
380
|
declare const RuntimeConfigSchema: z.ZodObject<{
|
|
381
381
|
env: z.ZodEnum<{
|
|
382
|
-
production: "production";
|
|
383
382
|
development: "development";
|
|
383
|
+
production: "production";
|
|
384
384
|
staging: "staging";
|
|
385
385
|
}>;
|
|
386
386
|
account: z.ZodString;
|
|
387
387
|
domain: z.ZodOptional<z.ZodString>;
|
|
388
388
|
networkId: z.ZodEnum<{
|
|
389
|
-
mainnet: "mainnet";
|
|
390
389
|
testnet: "testnet";
|
|
390
|
+
mainnet: "mainnet";
|
|
391
391
|
}>;
|
|
392
392
|
title: z.ZodOptional<z.ZodString>;
|
|
393
393
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -508,14 +508,14 @@ declare const RuntimeConfigSchema: z.ZodObject<{
|
|
|
508
508
|
type RuntimeConfig = z.infer<typeof RuntimeConfigSchema>;
|
|
509
509
|
declare const ClientRuntimeConfigSchema: z.ZodObject<{
|
|
510
510
|
env: z.ZodEnum<{
|
|
511
|
-
production: "production";
|
|
512
511
|
development: "development";
|
|
512
|
+
production: "production";
|
|
513
513
|
staging: "staging";
|
|
514
514
|
}>;
|
|
515
515
|
account: z.ZodString;
|
|
516
516
|
networkId: z.ZodEnum<{
|
|
517
|
-
mainnet: "mainnet";
|
|
518
517
|
testnet: "testnet";
|
|
518
|
+
mainnet: "mainnet";
|
|
519
519
|
}>;
|
|
520
520
|
hostUrl: z.ZodOptional<z.ZodString>;
|
|
521
521
|
assetsUrl: z.ZodString;
|
package/dist/types.d.mts
CHANGED
|
@@ -379,15 +379,15 @@ declare const BosConfigSchema: z.ZodObject<{
|
|
|
379
379
|
type BosConfig = z.infer<typeof BosConfigSchema>;
|
|
380
380
|
declare const RuntimeConfigSchema: z.ZodObject<{
|
|
381
381
|
env: z.ZodEnum<{
|
|
382
|
-
production: "production";
|
|
383
382
|
development: "development";
|
|
383
|
+
production: "production";
|
|
384
384
|
staging: "staging";
|
|
385
385
|
}>;
|
|
386
386
|
account: z.ZodString;
|
|
387
387
|
domain: z.ZodOptional<z.ZodString>;
|
|
388
388
|
networkId: z.ZodEnum<{
|
|
389
|
-
mainnet: "mainnet";
|
|
390
389
|
testnet: "testnet";
|
|
390
|
+
mainnet: "mainnet";
|
|
391
391
|
}>;
|
|
392
392
|
title: z.ZodOptional<z.ZodString>;
|
|
393
393
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -508,14 +508,14 @@ declare const RuntimeConfigSchema: z.ZodObject<{
|
|
|
508
508
|
type RuntimeConfig = z.infer<typeof RuntimeConfigSchema>;
|
|
509
509
|
declare const ClientRuntimeConfigSchema: z.ZodObject<{
|
|
510
510
|
env: z.ZodEnum<{
|
|
511
|
-
production: "production";
|
|
512
511
|
development: "development";
|
|
512
|
+
production: "production";
|
|
513
513
|
staging: "staging";
|
|
514
514
|
}>;
|
|
515
515
|
account: z.ZodString;
|
|
516
516
|
networkId: z.ZodEnum<{
|
|
517
|
-
mainnet: "mainnet";
|
|
518
517
|
testnet: "testnet";
|
|
518
|
+
mainnet: "mainnet";
|
|
519
519
|
}>;
|
|
520
520
|
hostUrl: z.ZodOptional<z.ZodString>;
|
|
521
521
|
assetsUrl: z.ZodString;
|