jaz-clio 5.20.34 → 5.20.35
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/assets/skills/api/SKILL.md +1 -1
- package/assets/skills/api/references/claims.md +8 -4
- package/assets/skills/cli/SKILL.md +1 -1
- package/assets/skills/conversion/SKILL.md +1 -1
- package/assets/skills/jaz-pseudo-sql/SKILL.md +1 -1
- package/assets/skills/jobs/SKILL.md +1 -1
- package/assets/skills/transaction-recipes/SKILL.md +1 -1
- package/cli.mjs +358 -358
- package/package.json +1 -1
|
@@ -71,10 +71,14 @@ Turn APPROVED claims into journal entries, and record books-only employee payout
|
|
|
71
71
|
gateway transfer; `amount` / `paymentAccountResourceId` / `valueDate` required, `reference`
|
|
72
72
|
auto-generated. **`search_employee_payouts`** lists them (filter by employee, reference,
|
|
73
73
|
payout status/type).
|
|
74
|
-
- **`create_claim_from_attachment`** (write, multipart) — OCR a receipt
|
|
75
|
-
claim
|
|
76
|
-
`
|
|
77
|
-
|
|
74
|
+
- **`create_claim_from_attachment`** (write, multipart) — OCR a receipt into a DRAFT
|
|
75
|
+
claim from a **file**, a **URL**, or **raw HTML** (an email body). **Wire field is
|
|
76
|
+
`sourceURL` (capital URL)** — unlike the BT create-from-attachment's `sourceUrl`. On the
|
|
77
|
+
email channel pass `attachmentId: "email-body"` to use the inbound body (the server
|
|
78
|
+
renders HTML → PDF); when the host attaches a file to the call, omit all source args.
|
|
79
|
+
CLI: `clio claims from-attachment (--file <path> | --source-url <url> | --html @<path>)`.
|
|
80
|
+
Response is an async workflow handle; the claim materialises later (search claims,
|
|
81
|
+
status DRAFT).
|
|
78
82
|
|
|
79
83
|
---
|
|
80
84
|
|