jaz-clio 5.47.20 → 5.47.22

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.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-api
3
- version: 5.47.20
3
+ version: 5.47.22
4
4
  description: >-
5
5
  Use this skill whenever you call, debug, or review code that touches the Jaz
6
6
  REST API. Covers field names, response shapes, 159 production gotchas, error
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-cli
3
- version: 5.47.20
3
+ version: 5.47.22
4
4
  description: >-
5
5
  Use this skill when running Clio CLI commands, building shell scripts with
6
6
  Clio, debugging auth issues, understanding --json output, paginating results,
@@ -19,15 +19,15 @@ clio invoices create \
19
19
  --json
20
20
 
21
21
  # Capture the resourceId from output
22
- INVOICE_ID=$(clio invoices search --ref INV-2026-042 --json | jq -r '.data[0].resourceId')
22
+ INVOICE_ID=$(clio invoices search --reference INV-2026-042 --json | jq -r '.data[0].resourceId')
23
23
 
24
24
  # Finalize (approve) the invoice
25
- clio invoices update "$INVOICE_ID" --finalize
25
+ clio invoices draft finalize "$INVOICE_ID"
26
26
 
27
27
  # Record payment against the invoice
28
28
  clio invoices pay "$INVOICE_ID" \
29
29
  --amount 5000 \
30
- --tx-amount 5000 \
30
+ --transaction-amount 5000 \
31
31
  --account "Bank - SGD" \
32
32
  --method BANK_TRANSFER \
33
33
  --ref "PAY-042" \
@@ -67,7 +67,7 @@ Generate a blueprint, run reports, and create any adjusting journals.
67
67
 
68
68
  ```bash
69
69
  # Generate month-end checklist (offline, no auth)
70
- clio jobs month-end --month 3 --year 2026 --currency SGD --json > month-end-checklist.json
70
+ clio jobs month-end --period 2026-03 --currency SGD --json > month-end-checklist.json
71
71
 
72
72
  # Run key reports for review
73
73
  clio reports generate trial-balance --to 2026-03-31 --json > tb-mar.json
@@ -121,11 +121,11 @@ clio invoices create \
121
121
  --lines '[{"name":"Software License","quantity":1,"unitPrice":2000,"accountResourceId":"Revenue"}]' \
122
122
  --finalize
123
123
 
124
- # Record payment (cross-currency: amount in bank currency, tx-amount in invoice currency)
125
- INVOICE_ID=$(clio invoices search --ref INV-USD-001 --json | jq -r '.data[0].resourceId')
124
+ # Record payment (cross-currency: amount in bank currency, transaction-amount in invoice currency)
125
+ INVOICE_ID=$(clio invoices search --reference INV-USD-001 --json | jq -r '.data[0].resourceId')
126
126
  clio invoices pay "$INVOICE_ID" \
127
127
  --amount 2690 \
128
- --tx-amount 2000 \
128
+ --transaction-amount 2000 \
129
129
  --account "Bank - SGD" \
130
130
  --method BANK_TRANSFER \
131
131
  --ref "PAY-USD-001" \
@@ -141,8 +141,8 @@ Record a fixed asset purchase, calculate depreciation, and create journal entrie
141
141
  clio fixed-assets create \
142
142
  --name "Office Printer" \
143
143
  --type "Office Equipment" \
144
- --purchase-price 3600 \
145
- --purchase-date 2026-01-01 \
144
+ --amount 3600 \
145
+ --date 2026-01-01 \
146
146
  --input '{"depreciationMethod":"STRAIGHT_LINE","usefulLifeMonths":36,"salvageValue":0}'
147
147
 
148
148
  # Preview the depreciation schedule (offline — no auth)
@@ -151,7 +151,6 @@ clio calc depreciation \
151
151
  --salvage 0 \
152
152
  --life 36 \
153
153
  --method straight-line \
154
- --start-date 2026-01-01 \
155
154
  --currency SGD \
156
155
  --json
157
156
 
@@ -161,7 +160,6 @@ clio ct depreciation \
161
160
  --salvage 0 \
162
161
  --life 36 \
163
162
  --method straight-line \
164
- --start-date 2026-01-01 \
165
163
  --ref "DEP-PRINTER" \
166
164
  --json
167
165
 
@@ -183,7 +181,7 @@ Find transactions matching criteria and bulk-update them.
183
181
  clio invoices search --query "customer:acme AND status:unpaid AND \$500+" --json
184
182
 
185
183
  # Or with discrete flags
186
- clio invoices search --contact "Acme Corp" --status DRAFT --from 2026-01-01 --json
184
+ clio invoices search --contact-name "Acme Corp" --status DRAFT --from 2026-01-01 --json
187
185
 
188
186
  # Extract IDs of matching drafts
189
187
  DRAFT_IDS=$(clio invoices search --status DRAFT --from 2026-03-01 --to 2026-03-31 --json \
@@ -237,7 +235,7 @@ Ingest documents, extract data via AI, and review results.
237
235
 
238
236
  ```bash
239
237
  # Ingest a folder of mixed PDFs (invoices, bills, bank statements)
240
- clio jobs ingest ./inbox/ --json
238
+ clio jobs document-collection --json
241
239
 
242
240
  # Or extract a single document (file, URL, or raw HTML)
243
241
  clio magic create --file ./invoice-from-supplier.pdf --type bill --json
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-conversion
3
- version: 5.47.20
3
+ version: 5.47.22
4
4
  description: >-
5
5
  Use this skill when migrating accounting data into Jaz — importing from Xero,
6
6
  QuickBooks, Sage, MYOB, or Excel exports. Covers the full conversion pipeline:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-kit
3
- version: 5.47.20
3
+ version: 5.47.22
4
4
  description: >-
5
5
  Use this skill when an accountant, bookkeeper, or owner is running real books
6
6
  in Jaz across one or more organizations from the terminal — setting up a
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-pseudo-sql
3
- version: 5.47.20
3
+ version: 5.47.22
4
4
  description: >-
5
5
  Use this skill when answering ad-hoc data questions that aren't covered by
6
6
  download_export (canonical reports — anomaly, audit, aging, P&L, BS, GL,
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-jobs
3
- version: 5.47.20
3
+ version: 5.47.22
4
4
  description: >-
5
5
  Use this skill for recurring accounting workflows — month/quarter/year-end
6
6
  close, bank reconciliation, GST/VAT filing, payment runs, credit control,
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-recipes
3
- version: 5.47.20
3
+ version: 5.47.22
4
4
  description: >-
5
5
  Use this skill when modeling complex multi-step accounting transactions —
6
6
  anything that spans multiple periods, involves changing amounts, or requires
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jaz-clio",
3
- "version": "5.47.20",
3
+ "version": "5.47.22",
4
4
  "description": "Clio: Command Line Interface Operator for Jaz AI.",
5
5
  "type": "module",
6
6
  "bin": {