@polka-codes/cli-shared 0.9.79 → 0.9.80
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/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -58816,7 +58816,8 @@ var WorkflowStepDefinitionSchema = exports_external.object({
|
|
|
58816
58816
|
output: exports_external.string().nullish(),
|
|
58817
58817
|
expected_outcome: exports_external.string().nullish(),
|
|
58818
58818
|
code: exports_external.string().nullish(),
|
|
58819
|
-
outputSchema: exports_external.any().nullish()
|
|
58819
|
+
outputSchema: exports_external.any().nullish(),
|
|
58820
|
+
timeout: exports_external.number().positive().nullish()
|
|
58820
58821
|
});
|
|
58821
58822
|
var WorkflowDefinitionSchema = exports_external.object({
|
|
58822
58823
|
task: exports_external.string(),
|