@blaxel/core 0.2.56-dev.23 → 0.2.56-dev.27
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/cjs/.tsbuildinfo +1 -1
- package/dist/cjs/common/settings.js +3 -3
- package/dist/cjs/types/sandbox/client/sdk.gen.d.ts +3 -3
- package/dist/cjs-browser/.tsbuildinfo +1 -1
- package/dist/cjs-browser/common/settings.js +3 -3
- package/dist/cjs-browser/types/sandbox/client/sdk.gen.d.ts +3 -3
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/common/settings.js +3 -3
- package/dist/esm-browser/.tsbuildinfo +1 -1
- package/dist/esm-browser/common/settings.js +3 -3
- package/package.json +1 -1
- package/dist/cjs/common/sentry-browser.js +0 -27
- package/dist/cjs/types/common/sentry-browser.d.ts +0 -12
- package/dist/cjs-browser/common/sentry-browser.js +0 -27
- package/dist/cjs-browser/types/common/sentry-browser.d.ts +0 -12
- package/dist/esm/common/sentry-browser.js +0 -22
- package/dist/esm-browser/common/sentry-browser.js +0 -22
|
@@ -9,9 +9,9 @@ const index_js_1 = require("../authentication/index.js");
|
|
|
9
9
|
const env_js_1 = require("../common/env.js");
|
|
10
10
|
const node_js_1 = require("../common/node.js");
|
|
11
11
|
// Build info - these placeholders are replaced at build time by build:replace-imports
|
|
12
|
-
const BUILD_VERSION = "0.2.56-dev.
|
|
13
|
-
const BUILD_COMMIT = "
|
|
14
|
-
const BUILD_SENTRY_DSN = "";
|
|
12
|
+
const BUILD_VERSION = "0.2.56-dev.27";
|
|
13
|
+
const BUILD_COMMIT = "4c80cbaef8d12707f5d0ad6c2f95a13b8005af29";
|
|
14
|
+
const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
|
|
15
15
|
// Cache for config.yaml tracking value
|
|
16
16
|
let configTrackingValue = null;
|
|
17
17
|
let configTrackingLoaded = false;
|
|
@@ -138,7 +138,7 @@ export declare const deleteFilesystemByPath: <ThrowOnError extends boolean = fal
|
|
|
138
138
|
* Get file or directory information
|
|
139
139
|
* Get content of a file or listing of a directory. Use Accept header to control response format for files.
|
|
140
140
|
*/
|
|
141
|
-
export declare const getFilesystemByPath: <ThrowOnError extends boolean = false>(options: Options<GetFilesystemByPathData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").
|
|
141
|
+
export declare const getFilesystemByPath: <ThrowOnError extends boolean = false>(options: Options<GetFilesystemByPathData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").File | import("./types.gen").Directory | import("./types.gen").FileWithContent | Blob, import("./types.gen").ErrorResponse, ThrowOnError>;
|
|
142
142
|
/**
|
|
143
143
|
* Create or update a file or directory
|
|
144
144
|
* Create or update a file or directory
|
|
@@ -153,12 +153,12 @@ export declare const deleteFilesystemTreeByPath: <ThrowOnError extends boolean =
|
|
|
153
153
|
* Get directory tree
|
|
154
154
|
* Get a recursive directory tree structure starting from the specified path
|
|
155
155
|
*/
|
|
156
|
-
export declare const getFilesystemTreeByPath: <ThrowOnError extends boolean = false>(options: Options<GetFilesystemTreeByPathData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").
|
|
156
|
+
export declare const getFilesystemTreeByPath: <ThrowOnError extends boolean = false>(options: Options<GetFilesystemTreeByPathData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").File | import("./types.gen").Directory | import("./types.gen").FileWithContent | Blob, import("./types.gen").ErrorResponse, ThrowOnError>;
|
|
157
157
|
/**
|
|
158
158
|
* Create or update directory tree
|
|
159
159
|
* Create or update multiple files within a directory tree structure
|
|
160
160
|
*/
|
|
161
|
-
export declare const putFilesystemTreeByPath: <ThrowOnError extends boolean = false>(options: Options<PutFilesystemTreeByPathData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").
|
|
161
|
+
export declare const putFilesystemTreeByPath: <ThrowOnError extends boolean = false>(options: Options<PutFilesystemTreeByPathData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").File | import("./types.gen").Directory | import("./types.gen").FileWithContent | Blob, import("./types.gen").ErrorResponse, ThrowOnError>;
|
|
162
162
|
/**
|
|
163
163
|
* Stop monitoring ports for a process
|
|
164
164
|
* Stop monitoring for new ports opened by a process
|