freestyle 0.1.48 → 0.1.49

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/index.d.cts CHANGED
@@ -13869,7 +13869,7 @@ declare class RunsNamespace {
13869
13869
  code: string;
13870
13870
  } & PostExecuteV3ScriptRequestBody["config"] & {
13871
13871
  egress?: EgressConfig;
13872
- }): Promise<undefined & {
13872
+ }): Promise<ResponsePostExecuteV3Script200 & {
13873
13873
  result: T;
13874
13874
  }>;
13875
13875
  /**
package/index.d.mts CHANGED
@@ -13869,7 +13869,7 @@ declare class RunsNamespace {
13869
13869
  code: string;
13870
13870
  } & PostExecuteV3ScriptRequestBody["config"] & {
13871
13871
  egress?: EgressConfig;
13872
- }): Promise<undefined & {
13872
+ }): Promise<ResponsePostExecuteV3Script200 & {
13873
13873
  result: T;
13874
13874
  }>;
13875
13875
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freestyle",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "require": {