jaz-clio 5.47.3 → 5.47.4

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.3
3
+ version: 5.47.4
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.3
3
+ version: 5.47.4
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,
@@ -203,10 +203,24 @@ Same subcommands and flags as `cash-in`.
203
203
  | `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
204
204
  | `get <id>` | `--json` |
205
205
  | `search <query>` | `--limit`, `--offset` |
206
- | `create` | `--name`, `--input` |
206
+ | `create` | `--name`, `--description`, `--print-on-documents`, `--invoices`, `--bills`, `--customer-credits`, `--supplier-credits`, `--payments`, `--field-format` |
207
207
  | `update <id>` | `--name` |
208
208
  | `delete <id>` | |
209
209
 
210
+ `--field-format` picks the kind of field: `CUSTOM` (default) is free text; `ALL_CUSTOMERS` / `ALL_SUPPLIERS` / `ALL_CONTACTS` / `ALL_EMPLOYEES` / `ALL_USERS` make it a picklist of that population. The datatype is derived from it, not chosen — there is no NUMBER or DATE field. Send at least one applicability flag or the field appears on nothing.
211
+
212
+ ### `clio catalogs` — Price catalogs
213
+ | Subcommand | Key flags |
214
+ |------------|-----------|
215
+ | `list` | `--limit`, `--offset`, `--all`, `--format`, `--json` |
216
+ | `search` | `--limit`, `--offset`, `--json` |
217
+ | `get <id>` | `--json` |
218
+ | `create` | `--name`, `--description`, `--status`, `--input`, `--json` |
219
+ | `update <id>` | `--name`, `--description`, `--status`, `--input`, `--json` |
220
+ | `delete <id>` | `--json` |
221
+
222
+ `update` is a FULL REPLACEMENT: pass `--input` with the complete body (get it first), because omitting `items` or `contactGroupResourceIds` drops them. `create` rejects a body with no items.
223
+
210
224
  ### `clio bookmarks` — Organization bookmarks
211
225
  | Subcommand | Key flags |
212
226
  |------------|-----------|
@@ -294,7 +308,7 @@ EmploymentType: `FULL_TIME` · `PART_TIME` · `CONTRACTOR` · `INTERN` · `TEMPO
294
308
  ### `clio bank` — Bank accounts and records
295
309
  | Subcommand | Key flags |
296
310
  |------------|-----------|
297
- | `accounts` | `--limit`, `--format`, `--json` |
311
+ | `accounts` | `--limit`, `--json` |
298
312
  | `get <id>` | `--json` |
299
313
  | `records <accountId>` | `--from`, `--to`, `--status`, `--description`, `--limit`, `--offset`, `--all` |
300
314
  | `add-records <accountId>` | `--input` (JSON array of bank records) |
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-conversion
3
- version: 5.47.3
3
+ version: 5.47.4
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.3
3
+ version: 5.47.4
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.3
3
+ version: 5.47.4
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.3
3
+ version: 5.47.4
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.3
3
+ version: 5.47.4
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