hostctl 0.1.48 → 0.1.51

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/index.d.ts CHANGED
@@ -760,7 +760,7 @@ declare class App {
760
760
  loadConfig(configRef?: string, auth?: ConfigAuthOptions): Promise<void>;
761
761
  loadConfigFromProvider(provider: ConfigProvider): Promise<void>;
762
762
  isValidUrl(url: string): boolean;
763
- deriveConfigRef(configRef?: string): string;
763
+ deriveConfigRef(): string;
764
764
  log(level: LogLevel, ...args: any[]): void;
765
765
  resolveConfigProvider(configRef?: string, auth?: ConfigAuthOptions): Promise<ConfigProvider>;
766
766
  private buildHttpConfigHeaders;
@@ -4295,7 +4295,7 @@ declare const _default$20: TaskFn<Record<string, never>, {
4295
4295
  }>;
4296
4296
 
4297
4297
  declare const _default$1$: TaskFn<{
4298
- level: "full" | "on" | "off" | "low" | "medium" | "high";
4298
+ level: "on" | "off" | "low" | "medium" | "high" | "full";
4299
4299
  }, {
4300
4300
  success: true;
4301
4301
  error?: string | undefined;