@retab/node 1.0.99 → 1.0.113

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.
@@ -920,7 +920,7 @@ export const ZForEachSentinelStartStepOutput = z.lazy(() => (z.object({
920
920
  all_item_keys: z.array(z.string()).nullable().optional(),
921
921
  all_iteration_context_texts: z.array(z.string()).nullable().optional(),
922
922
  })));
923
- export const ZFunctionsStepOutput = z.lazy(() => (z.object({
923
+ export const ZFormulaStepOutput = z.lazy(() => (z.object({
924
924
  message: z.string(),
925
925
  computations: z.array(z.string()),
926
926
  extracted_data: z.record(z.string(), z.any()),