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 +1 -1
- package/index.d.mts +1 -1
- package/package.json +1 -1
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<
|
|
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<
|
|
13872
|
+
}): Promise<ResponsePostExecuteV3Script200 & {
|
|
13873
13873
|
result: T;
|
|
13874
13874
|
}>;
|
|
13875
13875
|
/**
|