freestyle-sandboxes 0.0.40 → 0.0.42
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/ai/index.d.cts +3 -3
- package/dist/ai/index.d.mts +3 -3
- package/dist/expo/index.cjs +1 -1
- package/dist/expo/index.d.cts +1 -1
- package/dist/expo/index.d.mts +1 -1
- package/dist/expo/index.mjs +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.mts +4 -4
- package/dist/langgraph/index.d.cts +1 -1
- package/dist/langgraph/index.d.mts +1 -1
- package/dist/mastra/index.d.cts +1 -1
- package/dist/mastra/index.d.mts +1 -1
- package/dist/types.gen-DkQ-Dbs1.d.ts +764 -0
- package/dist/utils/index.d.cts +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/openapi/types.gen.ts +8 -8
- package/openapi.json +1 -4453
- package/package.json +1 -1
- package/src/expo/index.ts +1 -1
- package/src/index.ts +3 -3
package/dist/ai/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FreestyleExecuteScriptParamsConfiguration, a as FreestyleExecuteScriptResultSuccess, aR as HandleExecuteScriptError, c as
|
|
1
|
+
import { F as FreestyleExecuteScriptParamsConfiguration, a as FreestyleExecuteScriptResultSuccess, aR as HandleExecuteScriptError, c as FreestyleDeployWebSuccessResponseV2 } from '../types.gen-DkQ-Dbs1.js';
|
|
2
2
|
import { T as Tool, a as ToolExecutionOptions } from '../index.d-CXx1AdyW.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import 'node:http';
|
|
@@ -62,10 +62,10 @@ declare const deployWebTool: (config: FreestyleExecuteScriptParamsConfiguration
|
|
|
62
62
|
files?: Record<string, string>;
|
|
63
63
|
}, {
|
|
64
64
|
files?: Record<string, string>;
|
|
65
|
-
}>, string |
|
|
65
|
+
}>, string | FreestyleDeployWebSuccessResponseV2> & {
|
|
66
66
|
execute: (args: {
|
|
67
67
|
files?: Record<string, string>;
|
|
68
|
-
}, options: ToolExecutionOptions) => PromiseLike<string |
|
|
68
|
+
}, options: ToolExecutionOptions) => PromiseLike<string | FreestyleDeployWebSuccessResponseV2>;
|
|
69
69
|
};
|
|
70
70
|
|
|
71
71
|
export { deployWebTool, executeCodeDescription, executeCodeSchema, executeTool };
|
package/dist/ai/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FreestyleExecuteScriptParamsConfiguration, a as FreestyleExecuteScriptResultSuccess, aR as HandleExecuteScriptError, c as
|
|
1
|
+
import { F as FreestyleExecuteScriptParamsConfiguration, a as FreestyleExecuteScriptResultSuccess, aR as HandleExecuteScriptError, c as FreestyleDeployWebSuccessResponseV2 } from '../types.gen-DkQ-Dbs1.js';
|
|
2
2
|
import { T as Tool, a as ToolExecutionOptions } from '../index.d-CXx1AdyW.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import 'node:http';
|
|
@@ -62,10 +62,10 @@ declare const deployWebTool: (config: FreestyleExecuteScriptParamsConfiguration
|
|
|
62
62
|
files?: Record<string, string>;
|
|
63
63
|
}, {
|
|
64
64
|
files?: Record<string, string>;
|
|
65
|
-
}>, string |
|
|
65
|
+
}>, string | FreestyleDeployWebSuccessResponseV2> & {
|
|
66
66
|
execute: (args: {
|
|
67
67
|
files?: Record<string, string>;
|
|
68
|
-
}, options: ToolExecutionOptions) => PromiseLike<string |
|
|
68
|
+
}, options: ToolExecutionOptions) => PromiseLike<string | FreestyleDeployWebSuccessResponseV2>;
|
|
69
69
|
};
|
|
70
70
|
|
|
71
71
|
export { deployWebTool, executeCodeDescription, executeCodeSchema, executeTool };
|
package/dist/expo/index.cjs
CHANGED
|
@@ -304,7 +304,7 @@ function getRedirectRewriteLocation(request, route) {
|
|
|
304
304
|
const freestyleExpoServer = ({
|
|
305
305
|
CLIENT_BUILD_DIR = path__namespace.join(process__namespace.cwd(), "dist/client"),
|
|
306
306
|
SERVER_BUILD_DIR = path__namespace.join(process__namespace.cwd(), "dist/server")
|
|
307
|
-
}) => {
|
|
307
|
+
} = {}) => {
|
|
308
308
|
const expoHandler = createRequestHandler(SERVER_BUILD_DIR);
|
|
309
309
|
const app = new hono.Hono();
|
|
310
310
|
app.use("*", deno.serveStatic({ root: CLIENT_BUILD_DIR }));
|
package/dist/expo/index.d.cts
CHANGED
package/dist/expo/index.d.mts
CHANGED
package/dist/expo/index.mjs
CHANGED
|
@@ -282,7 +282,7 @@ function getRedirectRewriteLocation(request, route) {
|
|
|
282
282
|
const freestyleExpoServer = ({
|
|
283
283
|
CLIENT_BUILD_DIR = path.join(process.cwd(), "dist/client"),
|
|
284
284
|
SERVER_BUILD_DIR = path.join(process.cwd(), "dist/server")
|
|
285
|
-
}) => {
|
|
285
|
+
} = {}) => {
|
|
286
286
|
const expoHandler = createRequestHandler(SERVER_BUILD_DIR);
|
|
287
287
|
const app = new Hono();
|
|
288
288
|
app.use("*", serveStatic({ root: CLIENT_BUILD_DIR }));
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { F as FreestyleExecuteScriptParamsConfiguration, a as FreestyleExecuteScriptResultSuccess, D as DeploymentSource, b as FreestyleDeployWebConfiguration, c as
|
|
2
|
-
export { y as AccessTokenInfo, x as AccessibleRepository, B as Behavior, z as
|
|
1
|
+
import { F as FreestyleExecuteScriptParamsConfiguration, a as FreestyleExecuteScriptResultSuccess, D as DeploymentSource, b as FreestyleDeployWebConfiguration, c as FreestyleDeployWebSuccessResponseV2, d as FreestyleCloudstateDeployRequest, e as FreestyleCloudstateDeploySuccessResponse, H as HandleBackupCloudstateResponse, f as HandleGetLogsResponse, g as HandleCreateDomainVerificationResponse, h as HandleVerifyDomainResponse, i as HandleVerifyDomainError, j as HandleListDomainsResponse, k as HandleListDomainVerificationRequestsResponse, l as HandleDeleteDomainVerificationResponse, m as HandleListWebDeploysResponse, n as HandleListExecuteRunsResponse, o as HandleGetExecuteRunResponse, p as HandleVerifyWildcardResponse, C as CreateRepositoryResponseSuccess, q as HandleListRepositoriesResponse, r as HandleDeleteRepoResponse, G as GitIdentity, s as HandleDeleteIdentityResponse, A as AccessLevel, t as HandleGrantPermissionResponse, L as ListPermissionResponseSuccess, u as DescribePermissionResponseSuccess, v as CreatedToken, w as ListGitTokensResponseSuccess } from './types.gen-DkQ-Dbs1.js';
|
|
2
|
+
export { y as AccessTokenInfo, x as AccessibleRepository, B as Behavior, z as BuildOptions, E as CreateDomainMappingRequest, I as CreateRepositoryRequest, J as DeploymentLogEntry, M as DeploymentState, N as DnsRecord, O as DnsRecordKind, P as DomainVerificationRequest, Q as ExecuteLogEntry, R as ExecuteRunInfo, S as ExecuteRunState, T as FreestyleCloudstateDeployConfiguration, U as FreestyleCloudstateDeployErrorResponse, V as FreestyleDeleteDomainVerificationRequest, W as FreestyleDeployWebErrorResponse, X as FreestyleDeployWebPayload, Y as FreestyleDeployWebPayloadV2, Z as FreestyleDomainVerificationRequest, _ as FreestyleExecuteScriptParams, $ as FreestyleFile, a0 as FreestyleGetLogsResponse, a1 as FreestyleJavaScriptLog, a2 as FreestyleLogResponseObject, a3 as FreestyleNetworkPermission, a5 as FreestyleVerifyDomainRequest, a6 as GitRepositoryTrigger, a9 as GitTrigger, aa as GitTriggerAction, ab as GrantPermissionRequest, al as HandleBackupCloudstateData, am as HandleBackupCloudstateError, aH as HandleCreateDomainVerificationData, aI as HandleCreateDomainVerificationError, bb as HandleCreateGitTokenData, bd as HandleCreateGitTokenError, bc as HandleCreateGitTokenResponse, br as HandleCreateGitTriggerData, bt as HandleCreateGitTriggerError, bs as HandleCreateGitTriggerResponse, aT as HandleCreateIdentityError, aS as HandleCreateIdentityResponse, aq as HandleCreateRecordData, as as HandleCreateRecordError, ar as HandleCreateRecordResponse, bj as HandleCreateRepoData, bl as HandleCreateRepoError, bk as HandleCreateRepoResponse, aC as HandleDeleteDomainMappingData, aE as HandleDeleteDomainMappingError, aD as HandleDeleteDomainMappingResponse, aJ as HandleDeleteDomainVerificationData, aK as HandleDeleteDomainVerificationError, bu as HandleDeleteGitTriggerData, bw as HandleDeleteGitTriggerError, bv as HandleDeleteGitTriggerResponse, aU as HandleDeleteIdentityData, aV as HandleDeleteIdentityError, at as HandleDeleteRecordData, av as HandleDeleteRecordError, au as HandleDeleteRecordResponse, bm as HandleDeleteRepoData, bn as HandleDeleteRepoError, ai as HandleDeployCloudstateData, ak as HandleDeployCloudstateError, aj as HandleDeployCloudstateResponse, bz as HandleDeployWebData, bB as HandleDeployWebError, bA as HandleDeployWebResponse, bC as HandleDeployWebV2Data, bE as HandleDeployWebV2Error, bD as HandleDeployWebV2Response, aZ as HandleDescribePermissionData, a$ as HandleDescribePermissionError, a_ as HandleDescribePermissionResponse, aP as HandleExecuteScriptData, aR as HandleExecuteScriptError, aQ as HandleExecuteScriptResponse, aN as HandleGetExecuteRunData, aO as HandleGetExecuteRunError, bx as HandleGetLogsData, by as HandleGetLogsError, bH as HandleGetWebDeployDetailsData, b0 as HandleGrantPermissionData, b1 as HandleGrantPermissionError, az as HandleInsertDomainMappingData, aB as HandleInsertDomainMappingError, aA as HandleInsertDomainMappingResponse, aF as HandleListDomainVerificationRequestsError, ay as HandleListDomainsError, aL as HandleListExecuteRunsData, aM as HandleListExecuteRunsError, b8 as HandleListGitTokensData, ba as HandleListGitTokensError, b9 as HandleListGitTokensResponse, bo as HandleListGitTriggersData, bq as HandleListGitTriggersError, bp as HandleListGitTriggersResponse, aW as HandleListPermissionsData, aY as HandleListPermissionsError, aX as HandleListPermissionsResponse, an as HandleListRecordsData, ap as HandleListRecordsError, ao as HandleListRecordsResponse, bh as HandleListRepositoriesData, bi as HandleListRepositoriesError, bF as HandleListWebDeploysData, bG as HandleListWebDeploysError, be as HandleRevokeGitTokenData, bg as HandleRevokeGitTokenError, bf as HandleRevokeGitTokenResponse, b2 as HandleRevokePermissionData, b4 as HandleRevokePermissionError, b3 as HandleRevokePermissionResponse, b5 as HandleUpdatePermissionData, b7 as HandleUpdatePermissionError, b6 as HandleUpdatePermissionResponse, aG as HandleVerifyDomainData, aw as HandleVerifyWildcardData, ax as HandleVerifyWildcardError, ac as ListRecordsResponse, ad as NetworkPermissionData, ae as RepositoryInfo, af as RevokeGitTokenRequest, ag as UpdatePermissionRequest, ah as Visibility, a4 as action, a8 as action2, a7 as event, K as kind } from './types.gen-DkQ-Dbs1.js';
|
|
3
3
|
|
|
4
4
|
declare class FreestyleSandboxes {
|
|
5
5
|
private client;
|
|
@@ -24,7 +24,7 @@ declare class FreestyleSandboxes {
|
|
|
24
24
|
/**
|
|
25
25
|
* Deploy a Web project to a sandbox.
|
|
26
26
|
*/
|
|
27
|
-
deployWeb(source: DeploymentSource, config?: FreestyleDeployWebConfiguration): Promise<
|
|
27
|
+
deployWeb(source: DeploymentSource, config?: FreestyleDeployWebConfiguration): Promise<FreestyleDeployWebSuccessResponseV2>;
|
|
28
28
|
/**
|
|
29
29
|
* Deploy a Cloudstate project to a sandbox.
|
|
30
30
|
*/
|
|
@@ -149,4 +149,4 @@ declare class FreestyleSandboxes {
|
|
|
149
149
|
listGitAccessTokens(identityId: string): Promise<ListGitTokensResponseSuccess>;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
export { AccessLevel, CreateRepositoryResponseSuccess, CreatedToken, DeploymentSource, DescribePermissionResponseSuccess, FreestyleCloudstateDeployRequest, FreestyleCloudstateDeploySuccessResponse, FreestyleDeployWebConfiguration,
|
|
152
|
+
export { AccessLevel, CreateRepositoryResponseSuccess, CreatedToken, DeploymentSource, DescribePermissionResponseSuccess, FreestyleCloudstateDeployRequest, FreestyleCloudstateDeploySuccessResponse, FreestyleDeployWebConfiguration, FreestyleDeployWebSuccessResponseV2, FreestyleExecuteScriptParamsConfiguration, FreestyleExecuteScriptResultSuccess, FreestyleSandboxes, GitIdentity, HandleBackupCloudstateResponse, HandleCreateDomainVerificationResponse, HandleDeleteDomainVerificationResponse, HandleDeleteIdentityResponse, HandleDeleteRepoResponse, HandleGetExecuteRunResponse, HandleGetLogsResponse, HandleGrantPermissionResponse, HandleListDomainVerificationRequestsResponse, HandleListDomainsResponse, HandleListExecuteRunsResponse, HandleListRepositoriesResponse, HandleListWebDeploysResponse, HandleVerifyDomainError, HandleVerifyDomainResponse, HandleVerifyWildcardResponse, ListGitTokensResponseSuccess, ListPermissionResponseSuccess };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { F as FreestyleExecuteScriptParamsConfiguration, a as FreestyleExecuteScriptResultSuccess, D as DeploymentSource, b as FreestyleDeployWebConfiguration, c as
|
|
2
|
-
export { y as AccessTokenInfo, x as AccessibleRepository, B as Behavior, z as
|
|
1
|
+
import { F as FreestyleExecuteScriptParamsConfiguration, a as FreestyleExecuteScriptResultSuccess, D as DeploymentSource, b as FreestyleDeployWebConfiguration, c as FreestyleDeployWebSuccessResponseV2, d as FreestyleCloudstateDeployRequest, e as FreestyleCloudstateDeploySuccessResponse, H as HandleBackupCloudstateResponse, f as HandleGetLogsResponse, g as HandleCreateDomainVerificationResponse, h as HandleVerifyDomainResponse, i as HandleVerifyDomainError, j as HandleListDomainsResponse, k as HandleListDomainVerificationRequestsResponse, l as HandleDeleteDomainVerificationResponse, m as HandleListWebDeploysResponse, n as HandleListExecuteRunsResponse, o as HandleGetExecuteRunResponse, p as HandleVerifyWildcardResponse, C as CreateRepositoryResponseSuccess, q as HandleListRepositoriesResponse, r as HandleDeleteRepoResponse, G as GitIdentity, s as HandleDeleteIdentityResponse, A as AccessLevel, t as HandleGrantPermissionResponse, L as ListPermissionResponseSuccess, u as DescribePermissionResponseSuccess, v as CreatedToken, w as ListGitTokensResponseSuccess } from './types.gen-DkQ-Dbs1.js';
|
|
2
|
+
export { y as AccessTokenInfo, x as AccessibleRepository, B as Behavior, z as BuildOptions, E as CreateDomainMappingRequest, I as CreateRepositoryRequest, J as DeploymentLogEntry, M as DeploymentState, N as DnsRecord, O as DnsRecordKind, P as DomainVerificationRequest, Q as ExecuteLogEntry, R as ExecuteRunInfo, S as ExecuteRunState, T as FreestyleCloudstateDeployConfiguration, U as FreestyleCloudstateDeployErrorResponse, V as FreestyleDeleteDomainVerificationRequest, W as FreestyleDeployWebErrorResponse, X as FreestyleDeployWebPayload, Y as FreestyleDeployWebPayloadV2, Z as FreestyleDomainVerificationRequest, _ as FreestyleExecuteScriptParams, $ as FreestyleFile, a0 as FreestyleGetLogsResponse, a1 as FreestyleJavaScriptLog, a2 as FreestyleLogResponseObject, a3 as FreestyleNetworkPermission, a5 as FreestyleVerifyDomainRequest, a6 as GitRepositoryTrigger, a9 as GitTrigger, aa as GitTriggerAction, ab as GrantPermissionRequest, al as HandleBackupCloudstateData, am as HandleBackupCloudstateError, aH as HandleCreateDomainVerificationData, aI as HandleCreateDomainVerificationError, bb as HandleCreateGitTokenData, bd as HandleCreateGitTokenError, bc as HandleCreateGitTokenResponse, br as HandleCreateGitTriggerData, bt as HandleCreateGitTriggerError, bs as HandleCreateGitTriggerResponse, aT as HandleCreateIdentityError, aS as HandleCreateIdentityResponse, aq as HandleCreateRecordData, as as HandleCreateRecordError, ar as HandleCreateRecordResponse, bj as HandleCreateRepoData, bl as HandleCreateRepoError, bk as HandleCreateRepoResponse, aC as HandleDeleteDomainMappingData, aE as HandleDeleteDomainMappingError, aD as HandleDeleteDomainMappingResponse, aJ as HandleDeleteDomainVerificationData, aK as HandleDeleteDomainVerificationError, bu as HandleDeleteGitTriggerData, bw as HandleDeleteGitTriggerError, bv as HandleDeleteGitTriggerResponse, aU as HandleDeleteIdentityData, aV as HandleDeleteIdentityError, at as HandleDeleteRecordData, av as HandleDeleteRecordError, au as HandleDeleteRecordResponse, bm as HandleDeleteRepoData, bn as HandleDeleteRepoError, ai as HandleDeployCloudstateData, ak as HandleDeployCloudstateError, aj as HandleDeployCloudstateResponse, bz as HandleDeployWebData, bB as HandleDeployWebError, bA as HandleDeployWebResponse, bC as HandleDeployWebV2Data, bE as HandleDeployWebV2Error, bD as HandleDeployWebV2Response, aZ as HandleDescribePermissionData, a$ as HandleDescribePermissionError, a_ as HandleDescribePermissionResponse, aP as HandleExecuteScriptData, aR as HandleExecuteScriptError, aQ as HandleExecuteScriptResponse, aN as HandleGetExecuteRunData, aO as HandleGetExecuteRunError, bx as HandleGetLogsData, by as HandleGetLogsError, bH as HandleGetWebDeployDetailsData, b0 as HandleGrantPermissionData, b1 as HandleGrantPermissionError, az as HandleInsertDomainMappingData, aB as HandleInsertDomainMappingError, aA as HandleInsertDomainMappingResponse, aF as HandleListDomainVerificationRequestsError, ay as HandleListDomainsError, aL as HandleListExecuteRunsData, aM as HandleListExecuteRunsError, b8 as HandleListGitTokensData, ba as HandleListGitTokensError, b9 as HandleListGitTokensResponse, bo as HandleListGitTriggersData, bq as HandleListGitTriggersError, bp as HandleListGitTriggersResponse, aW as HandleListPermissionsData, aY as HandleListPermissionsError, aX as HandleListPermissionsResponse, an as HandleListRecordsData, ap as HandleListRecordsError, ao as HandleListRecordsResponse, bh as HandleListRepositoriesData, bi as HandleListRepositoriesError, bF as HandleListWebDeploysData, bG as HandleListWebDeploysError, be as HandleRevokeGitTokenData, bg as HandleRevokeGitTokenError, bf as HandleRevokeGitTokenResponse, b2 as HandleRevokePermissionData, b4 as HandleRevokePermissionError, b3 as HandleRevokePermissionResponse, b5 as HandleUpdatePermissionData, b7 as HandleUpdatePermissionError, b6 as HandleUpdatePermissionResponse, aG as HandleVerifyDomainData, aw as HandleVerifyWildcardData, ax as HandleVerifyWildcardError, ac as ListRecordsResponse, ad as NetworkPermissionData, ae as RepositoryInfo, af as RevokeGitTokenRequest, ag as UpdatePermissionRequest, ah as Visibility, a4 as action, a8 as action2, a7 as event, K as kind } from './types.gen-DkQ-Dbs1.js';
|
|
3
3
|
|
|
4
4
|
declare class FreestyleSandboxes {
|
|
5
5
|
private client;
|
|
@@ -24,7 +24,7 @@ declare class FreestyleSandboxes {
|
|
|
24
24
|
/**
|
|
25
25
|
* Deploy a Web project to a sandbox.
|
|
26
26
|
*/
|
|
27
|
-
deployWeb(source: DeploymentSource, config?: FreestyleDeployWebConfiguration): Promise<
|
|
27
|
+
deployWeb(source: DeploymentSource, config?: FreestyleDeployWebConfiguration): Promise<FreestyleDeployWebSuccessResponseV2>;
|
|
28
28
|
/**
|
|
29
29
|
* Deploy a Cloudstate project to a sandbox.
|
|
30
30
|
*/
|
|
@@ -149,4 +149,4 @@ declare class FreestyleSandboxes {
|
|
|
149
149
|
listGitAccessTokens(identityId: string): Promise<ListGitTokensResponseSuccess>;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
export { AccessLevel, CreateRepositoryResponseSuccess, CreatedToken, DeploymentSource, DescribePermissionResponseSuccess, FreestyleCloudstateDeployRequest, FreestyleCloudstateDeploySuccessResponse, FreestyleDeployWebConfiguration,
|
|
152
|
+
export { AccessLevel, CreateRepositoryResponseSuccess, CreatedToken, DeploymentSource, DescribePermissionResponseSuccess, FreestyleCloudstateDeployRequest, FreestyleCloudstateDeploySuccessResponse, FreestyleDeployWebConfiguration, FreestyleDeployWebSuccessResponseV2, FreestyleExecuteScriptParamsConfiguration, FreestyleExecuteScriptResultSuccess, FreestyleSandboxes, GitIdentity, HandleBackupCloudstateResponse, HandleCreateDomainVerificationResponse, HandleDeleteDomainVerificationResponse, HandleDeleteIdentityResponse, HandleDeleteRepoResponse, HandleGetExecuteRunResponse, HandleGetLogsResponse, HandleGrantPermissionResponse, HandleListDomainVerificationRequestsResponse, HandleListDomainsResponse, HandleListExecuteRunsResponse, HandleListRepositoriesResponse, HandleListWebDeploysResponse, HandleVerifyDomainError, HandleVerifyDomainResponse, HandleVerifyWildcardResponse, ListGitTokensResponseSuccess, ListPermissionResponseSuccess };
|
package/dist/mastra/index.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ import { Transform } from 'stream';
|
|
|
5
5
|
import { EventEmitter } from 'events';
|
|
6
6
|
import { ServerResponse, IncomingMessage } from 'http';
|
|
7
7
|
import { WorkerOptions } from 'worker_threads';
|
|
8
|
-
import { F as FreestyleExecuteScriptParamsConfiguration } from '../types.gen-
|
|
8
|
+
import { F as FreestyleExecuteScriptParamsConfiguration } from '../types.gen-DkQ-Dbs1.js';
|
|
9
9
|
import 'node:http';
|
|
10
10
|
|
|
11
11
|
// Type definitions for pino-std-serializers 2.4
|
package/dist/mastra/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import { Transform } from 'stream';
|
|
|
5
5
|
import { EventEmitter } from 'events';
|
|
6
6
|
import { ServerResponse, IncomingMessage } from 'http';
|
|
7
7
|
import { WorkerOptions } from 'worker_threads';
|
|
8
|
-
import { F as FreestyleExecuteScriptParamsConfiguration } from '../types.gen-
|
|
8
|
+
import { F as FreestyleExecuteScriptParamsConfiguration } from '../types.gen-DkQ-Dbs1.js';
|
|
9
9
|
import 'node:http';
|
|
10
10
|
|
|
11
11
|
// Type definitions for pino-std-serializers 2.4
|