builder.io 1.5.2 → 1.5.4

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.
@@ -11,5 +11,6 @@ export declare const BUILDER_AUTH_RETURN_PATH = "/~builder-connected";
11
11
  export declare const DEV_TOOLS_API_PATH = "/~builder-dev-tools";
12
12
  export declare const DEV_TOOLS_CLIENT_SCRIPT_PATH = "/~builder-dev-tools.js";
13
13
  export declare const DEV_TOOLS_SERVER_CLOSE_PATH = "/~builder-dev-tools-close";
14
+ export declare const DEV_TOOLS_MAPPINGS_PATH = "/mappings";
14
15
  export declare const AMPLITUDE_PROXY_URL = "https://cdn.builder.io/api/v1/proxy-api?url=https://api2.amplitude.com/2/httpapi";
15
16
  export declare const SPACE_KIND_QS = "kind";