@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.
- package/dist/api/evals/extract/client.d.ts +2 -0
- package/dist/api/evals/extract/client.d.ts.map +1 -1
- package/dist/api/evals/split/client.d.ts +2 -0
- package/dist/api/evals/split/client.d.ts.map +1 -1
- package/dist/generated_types.d.ts +2 -2
- package/dist/generated_types.d.ts.map +1 -1
- package/dist/generated_types.js +1 -1
- package/dist/types.d.ts +853 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +5 -0
- package/package.json +1 -1
package/dist/generated_types.js
CHANGED
|
@@ -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
|
|
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()),
|