@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.
@@ -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.23";
13
- const BUILD_COMMIT = "d54548dc9e764e57728f9eda7721d5e50f11573a";
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").Directory | Blob | import("./types.gen").FileWithContent | import("./types.gen").File, import("./types.gen").ErrorResponse, ThrowOnError>;
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").Directory | Blob | import("./types.gen").FileWithContent | import("./types.gen").File, import("./types.gen").ErrorResponse, ThrowOnError>;
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").Directory | Blob | import("./types.gen").FileWithContent | import("./types.gen").File, import("./types.gen").ErrorResponse, ThrowOnError>;
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