chore: bump package versions + fix linter

This commit is contained in:
Vasily Zubarev
2025-07-23 10:34:49 +02:00
parent dee915ffd6
commit 8897134901
6 changed files with 98 additions and 95 deletions

View File

@@ -16,7 +16,8 @@ export const fieldsToJsonSchema = (fields: Field[]) => {
...schemaProperties,
items: {
type: "array",
description: "Separate items, products or transactions in the file which have own name and price or sum. Find all items!",
description:
"Separate items, products or transactions in the file which have own name and price or sum. Find all items!",
items: {
type: "object",
properties: schemaProperties,