@builder.io/dev-tools
Advanced tools
Comparing version 0.0.31 to 0.0.32
{ | ||
"name": "@builder.io/dev-tools", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "Builder.io Visual CMS Dev Tools", | ||
@@ -5,0 +5,0 @@ "type": "module", |
export declare function hasBuilderContentUrl(opts: { | ||
publicApiKey: string; | ||
privateAuthKey: string; | ||
model: string; | ||
@@ -4,0 +5,0 @@ pageUrl: string; |
@@ -1,4 +0,2 @@ | ||
import type { BuilderAppCredentials, DevToolsServerContext } from "../types"; | ||
export declare function readBuilderCredentials(ctx: DevToolsServerContext, publicApiKey: string): Promise<BuilderAppCredentials | null>; | ||
export declare function writeBuilderCredentials(ctx: DevToolsServerContext, publicApiKey: string, privateAuthKey: string): Promise<void>; | ||
import type { DevToolsServerContext } from "../types"; | ||
export declare function getBuilderAuthConnectUrl(ctx: DevToolsServerContext, previewUrl: string): Promise<string>; |
@@ -89,3 +89,2 @@ export interface DevToolsPath { | ||
openFile: (filePath: string) => Promise<void>; | ||
getCredentialsPath: (publicApiKey: string) => string; | ||
getLocalHostname: () => Promise<string>; | ||
@@ -101,4 +100,3 @@ port?: number; | ||
export interface BuilderAppCredentials { | ||
privateAuthKey: string; | ||
publicApiKey: string; | ||
publicApiKey: string | null; | ||
} | ||
@@ -105,0 +103,0 @@ export interface DevToolsServerContext extends Required<DevToolsServerOptions>, BuilderAppCredentials { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
429835
2846