freestyle-sandboxes 0.0.33 → 0.0.34

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.
@@ -1,4 +1,4 @@
1
- import { D as DeploymentSource } from '../types.gen-BCdfx7yt.js';
1
+ import { D as DeploymentSource } from '../types.gen-BuhQ5LpB.js';
2
2
 
3
3
  declare const prepareDirForDeployment: (directory: string) => Promise<DeploymentSource>;
4
4
  declare const prepareDirForDeploymentSync: (directory: string) => DeploymentSource;
@@ -1,4 +1,4 @@
1
- import { D as DeploymentSource } from '../types.gen-BCdfx7yt.js';
1
+ import { D as DeploymentSource } from '../types.gen-BuhQ5LpB.js';
2
2
 
3
3
  declare const prepareDirForDeployment: (directory: string) => Promise<DeploymentSource>;
4
4
  declare const prepareDirForDeploymentSync: (directory: string) => DeploymentSource;
@@ -271,6 +271,10 @@ export type FreestyleExecuteScriptParamsConfiguration = {
271
271
  customHeaders?: {
272
272
  [key: string]: (string);
273
273
  };
274
+ /**
275
+ * Proxy all outgoing requests through this URL
276
+ */
277
+ proxy?: (string) | null;
274
278
  };
275
279
 
276
280
  export type FreestyleExecuteScriptResultSuccess = {