freestyle-sandboxes 0.0.46 → 0.0.47
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/inde.d.cts +71 -0
- package/dist/ai/inde.d.mts +71 -0
- package/dist/ai/index.d.cts +1 -1
- package/dist/ai/index.d.mts +1 -1
- package/dist/expo/inde.d.cts +6 -0
- package/dist/expo/inde.d.mts +6 -0
- package/dist/inde.d.cts +192 -0
- package/dist/inde.d.mts +192 -0
- package/dist/{index-CGc0kRd_.cjs → index-BBXyg0JQ.cjs} +5 -9
- package/dist/index-BQHqnjZK.mjs +3231 -0
- package/dist/index-CEEa9WHp.cjs +3238 -0
- package/dist/{index-jh-93svX.mjs → index-DCF70Xbq.mjs} +5 -9
- package/dist/index.cjs +28 -0
- package/dist/index.d.cts +12 -3
- package/dist/index.d.mts +12 -3
- package/dist/index.mjs +28 -0
- package/dist/langgraph/inde.d.cts +2162 -0
- package/dist/langgraph/inde.d.mts +2162 -0
- package/dist/langgraph/index.d.cts +1 -1
- package/dist/langgraph/index.d.mts +1 -1
- package/dist/mastra/inde.d.cts +2623 -0
- package/dist/mastra/inde.d.mts +2623 -0
- package/dist/mastra/index.d.cts +1 -1
- package/dist/mastra/index.d.mts +1 -1
- package/dist/react/dev-server/index..d.cts +28 -0
- package/dist/react/dev-server/index..d.mts +28 -0
- package/dist/react/dev-server/index.cjs +83 -0
- package/dist/react/dev-server/index.d.cts +28 -0
- package/dist/react/dev-server/index.d.mts +28 -0
- package/dist/react/dev-server/index.mjs +80 -0
- package/dist/types.gen-1sd31qLV.d.ts +172 -0
- package/dist/types.gen-BCdfx7yt.d.ts +760 -0
- package/dist/types.gen-BaMKzqxQ.d.ts +233 -0
- package/dist/types.gen-BtK6PMQy.d.ts +195 -0
- package/dist/types.gen-C03gaIPq.d.ts +297 -0
- package/dist/{types.gen-BJArgpto.d.ts → types.gen-CIf3ciN7.d.ts} +5 -2
- package/dist/types.gen-CMuCas4r.d.ts +183 -0
- package/dist/{types.gen-DxZanGNF.d.ts → types.gen-CZUnqmzP.d.ts} +6 -9
- package/dist/types.gen-CnEkmbco.d.ts +314 -0
- package/dist/types.gen-DDYpuDzZ.d.ts +764 -0
- package/dist/types.gen-DHmdEOOa.d.ts +172 -0
- package/dist/{types.gen-CfrGF-JI.d.ts → types.gen-DLYohMJT.d.ts} +1 -1
- package/dist/types.gen-DbTb_SrD.d.ts +156 -0
- package/dist/types.gen-DkQ-Dbs1.d.ts +764 -0
- package/dist/types.gen-DyY7Deri.d.ts +138 -0
- package/dist/types.gen-MBZCvIhE.d.ts +311 -0
- package/dist/types.gen-YhJAHBw8.d.ts +233 -0
- package/dist/types.gen-cCnnhnB6.d.ts +182 -0
- package/dist/types.gen-uDTr6v-7.d.ts +731 -0
- package/dist/utils/inde.d.cts +10 -0
- package/dist/utils/inde.d.mts +10 -0
- package/dist/utils/index.d.cts +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/openapi/types.gen.ts +4 -1
- package/openapi.json +4649 -1
- package/package.json +14 -2
- package/src/index.ts +29 -4
- package/src/react/dev-server/index.tsx +111 -0
- package/src/react/dev-server/types.ts +5 -0
- package/tsconfig.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { D as DeploymentSource } from '../types.gen-CIf3ciN7.js';
|
|
2
|
+
|
|
3
|
+
declare const prepareDirForDeployment: (directory: string) => Promise<DeploymentSource>;
|
|
4
|
+
declare const prepareDirForDeploymentSync: (directory: string) => DeploymentSource;
|
|
5
|
+
/**
|
|
6
|
+
* This is in beta, and may not work as expected. **SUBJECT TO CHANGE.**
|
|
7
|
+
*/
|
|
8
|
+
declare const prepareNextJsForDeployment: (directory: string) => Promise<DeploymentSource>;
|
|
9
|
+
|
|
10
|
+
export { prepareDirForDeployment, prepareDirForDeploymentSync, prepareNextJsForDeployment };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { D as DeploymentSource } from '../types.gen-CIf3ciN7.js';
|
|
2
|
+
|
|
3
|
+
declare const prepareDirForDeployment: (directory: string) => Promise<DeploymentSource>;
|
|
4
|
+
declare const prepareDirForDeploymentSync: (directory: string) => DeploymentSource;
|
|
5
|
+
/**
|
|
6
|
+
* This is in beta, and may not work as expected. **SUBJECT TO CHANGE.**
|
|
7
|
+
*/
|
|
8
|
+
declare const prepareNextJsForDeployment: (directory: string) => Promise<DeploymentSource>;
|
|
9
|
+
|
|
10
|
+
export { prepareDirForDeployment, prepareDirForDeploymentSync, prepareNextJsForDeployment };
|
package/dist/utils/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as DeploymentSource } from '../types.gen-
|
|
1
|
+
import { D as DeploymentSource } from '../types.gen-CIf3ciN7.js';
|
|
2
2
|
|
|
3
3
|
declare const prepareDirForDeployment: (directory: string) => Promise<DeploymentSource>;
|
|
4
4
|
declare const prepareDirForDeploymentSync: (directory: string) => DeploymentSource;
|
package/dist/utils/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as DeploymentSource } from '../types.gen-
|
|
1
|
+
import { D as DeploymentSource } from '../types.gen-CIf3ciN7.js';
|
|
2
2
|
|
|
3
3
|
declare const prepareDirForDeployment: (directory: string) => Promise<DeploymentSource>;
|
|
4
4
|
declare const prepareDirForDeploymentSync: (directory: string) => DeploymentSource;
|
package/openapi/types.gen.ts
CHANGED
|
@@ -98,8 +98,9 @@ export type DescribePermissionResponseSuccess = {
|
|
|
98
98
|
};
|
|
99
99
|
|
|
100
100
|
export type DevServer = {
|
|
101
|
-
domain?: (string) | null;
|
|
102
101
|
command?: (string) | null;
|
|
102
|
+
repo?: (string) | null;
|
|
103
|
+
domain?: (string) | null;
|
|
103
104
|
};
|
|
104
105
|
|
|
105
106
|
export type DnsRecord = {
|
|
@@ -601,6 +602,8 @@ export type HandleEphemeralDevServerData = {
|
|
|
601
602
|
export type HandleEphemeralDevServerResponse = ({
|
|
602
603
|
url: string;
|
|
603
604
|
isNew: boolean;
|
|
605
|
+
devCommandRunning: boolean;
|
|
606
|
+
installCommandRunning: boolean;
|
|
604
607
|
});
|
|
605
608
|
|
|
606
609
|
export type HandleEphemeralDevServerError = (InternalServerError);
|