@powerhousedao/shared 6.0.0-dev.164 → 6.0.0-dev.165
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/clis/index.d.mts +11 -11
- package/dist/connect/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/clis/index.d.mts
CHANGED
|
@@ -128,7 +128,7 @@ declare const defaultDrivesUrl: Partial<cmd_ts_dist_cjs_argparser_js0.Register>
|
|
|
128
128
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
129
129
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
130
130
|
declare const logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
131
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
131
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
132
132
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
133
133
|
declare const connectBasePath: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
134
134
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
@@ -147,7 +147,7 @@ declare const commonArgs: {
|
|
|
147
147
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
148
148
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
149
149
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
150
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
150
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
151
151
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
152
152
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
153
153
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
@@ -222,7 +222,7 @@ declare const connectStudioArgs: {
|
|
|
222
222
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
223
223
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
224
224
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
225
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
225
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
226
226
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
227
227
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
228
228
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
@@ -254,7 +254,7 @@ declare const connectBuildArgs: {
|
|
|
254
254
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
255
255
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
256
256
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
257
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
257
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
258
258
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
259
259
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
260
260
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
@@ -307,7 +307,7 @@ declare const connectPreviewArgs: {
|
|
|
307
307
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
308
308
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
309
309
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
310
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
310
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
311
311
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
312
312
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
313
313
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
@@ -363,7 +363,7 @@ declare const connectArgs: {
|
|
|
363
363
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
364
364
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
365
365
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
366
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
366
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
367
367
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
368
368
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
369
369
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
@@ -551,7 +551,7 @@ declare const phCliHelpCommands: {
|
|
|
551
551
|
bindCLIShortcuts: boolean;
|
|
552
552
|
watchTimeout: number;
|
|
553
553
|
connectBasePath: string;
|
|
554
|
-
logLevel: "debug" | "
|
|
554
|
+
logLevel: "debug" | "error" | "info" | "warn" | "verbose";
|
|
555
555
|
packages: string | undefined;
|
|
556
556
|
localPackage: string | undefined;
|
|
557
557
|
defaultDrivesUrl: string | undefined;
|
|
@@ -581,7 +581,7 @@ declare const phCliHelpCommands: {
|
|
|
581
581
|
bindCLIShortcuts: boolean;
|
|
582
582
|
watchTimeout: number;
|
|
583
583
|
connectBasePath: string;
|
|
584
|
-
logLevel: "debug" | "
|
|
584
|
+
logLevel: "debug" | "error" | "info" | "warn" | "verbose";
|
|
585
585
|
packages: string | undefined;
|
|
586
586
|
localPackage: string | undefined;
|
|
587
587
|
defaultDrivesUrl: string | undefined;
|
|
@@ -608,7 +608,7 @@ declare const phCliHelpCommands: {
|
|
|
608
608
|
watchTimeout: number;
|
|
609
609
|
debug: boolean | undefined;
|
|
610
610
|
connectBasePath: string;
|
|
611
|
-
logLevel: "debug" | "
|
|
611
|
+
logLevel: "debug" | "error" | "info" | "warn" | "verbose";
|
|
612
612
|
packages: string | undefined;
|
|
613
613
|
localPackage: string | undefined;
|
|
614
614
|
disableLocalPackages: boolean;
|
|
@@ -628,7 +628,7 @@ declare const phCliHelpCommands: {
|
|
|
628
628
|
watchTimeout: number;
|
|
629
629
|
debug: boolean | undefined;
|
|
630
630
|
connectBasePath: string;
|
|
631
|
-
logLevel: "debug" | "
|
|
631
|
+
logLevel: "debug" | "error" | "info" | "warn" | "verbose";
|
|
632
632
|
packages: string | undefined;
|
|
633
633
|
localPackage: string | undefined;
|
|
634
634
|
disableLocalPackages: boolean;
|
|
@@ -1089,7 +1089,7 @@ declare const vetraArgs: {
|
|
|
1089
1089
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
1090
1090
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
1091
1091
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
1092
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
1092
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
1093
1093
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
1094
1094
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
1095
1095
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
package/dist/connect/index.d.ts
CHANGED
|
@@ -301,7 +301,7 @@ declare const runtimeEnvSchema: z.ZodObject<{
|
|
|
301
301
|
PH_CONNECT_RENOWN_CHAIN_ID: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>>;
|
|
302
302
|
}, "strip", z.ZodTypeAny, {
|
|
303
303
|
PH_CONNECT_VERSION: string;
|
|
304
|
-
PH_CONNECT_LOG_LEVEL: "
|
|
304
|
+
PH_CONNECT_LOG_LEVEL: "error" | "debug" | "info" | "warn";
|
|
305
305
|
PH_CONNECT_REQUIRES_HARD_REFRESH: boolean;
|
|
306
306
|
PH_CONNECT_WARN_OUTDATED_APP: boolean;
|
|
307
307
|
PH_CONNECT_STUDIO_MODE: boolean;
|
|
@@ -349,7 +349,7 @@ declare const runtimeEnvSchema: z.ZodObject<{
|
|
|
349
349
|
PH_CONNECT_SENTRY_DSN?: string | undefined;
|
|
350
350
|
}, {
|
|
351
351
|
PH_CONNECT_VERSION?: string | undefined;
|
|
352
|
-
PH_CONNECT_LOG_LEVEL?: "
|
|
352
|
+
PH_CONNECT_LOG_LEVEL?: "error" | "debug" | "info" | "warn" | undefined;
|
|
353
353
|
PH_CONNECT_REQUIRES_HARD_REFRESH?: boolean | "true" | "false" | undefined;
|
|
354
354
|
PH_CONNECT_WARN_OUTDATED_APP?: boolean | "true" | "false" | undefined;
|
|
355
355
|
PH_CONNECT_STUDIO_MODE?: boolean | "true" | "false" | undefined;
|
|
@@ -674,7 +674,7 @@ declare const connectEnvSchema: z.ZodObject<{
|
|
|
674
674
|
PH_CONNECT_RENOWN_CHAIN_ID: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>>;
|
|
675
675
|
}, "strip", z.ZodTypeAny, {
|
|
676
676
|
PH_CONNECT_VERSION: string;
|
|
677
|
-
PH_CONNECT_LOG_LEVEL: "
|
|
677
|
+
PH_CONNECT_LOG_LEVEL: "error" | "debug" | "info" | "warn";
|
|
678
678
|
PH_CONNECT_REQUIRES_HARD_REFRESH: boolean;
|
|
679
679
|
PH_CONNECT_WARN_OUTDATED_APP: boolean;
|
|
680
680
|
PH_CONNECT_STUDIO_MODE: boolean;
|
|
@@ -730,7 +730,7 @@ declare const connectEnvSchema: z.ZodObject<{
|
|
|
730
730
|
PH_SENTRY_PROJECT?: string | undefined;
|
|
731
731
|
}, {
|
|
732
732
|
PH_CONNECT_VERSION?: string | undefined;
|
|
733
|
-
PH_CONNECT_LOG_LEVEL?: "
|
|
733
|
+
PH_CONNECT_LOG_LEVEL?: "error" | "debug" | "info" | "warn" | undefined;
|
|
734
734
|
PH_CONNECT_REQUIRES_HARD_REFRESH?: boolean | "true" | "false" | undefined;
|
|
735
735
|
PH_CONNECT_WARN_OUTDATED_APP?: boolean | "true" | "false" | undefined;
|
|
736
736
|
PH_CONNECT_STUDIO_MODE?: boolean | "true" | "false" | undefined;
|