jaz-clio 5.47.0 → 5.47.1

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.0
3
+ version: 5.47.1
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
@@ -882,7 +882,7 @@ Always wrap in `{ payments: [...] }` even for single payment.
882
882
  **CRITICAL notes from live testing**:
883
883
  - POST uses `name`, GET returns both `customFieldName` and `name`
884
884
  - Valid `type` values: `"TEXT"`, `"DATE"`, `"DROPDOWN"` (UPPERCASE)
885
- - `printOnDocuments` is REQUIRED — omitting it causes 400
885
+ - `printOnDocuments` is REQUIRED and is not defaulted server-side — omitting it returns 422 `printOnDocuments is a required field` (probed 2026-09-02; recorded as a 400 before that). `create_custom_field` sends `false` when you omit it.
886
886
  - Do NOT send `appliesTo` field — causes "Invalid request body"
887
887
  - Only send: `name`, `type`, `printOnDocuments` (and `options` for DROPDOWN)
888
888
  - For DROPDOWN type, `options` array works (without `appliesTo`)
@@ -90,9 +90,10 @@ Or call `list_account_classifications` — authoritative for that organisation.
90
90
 
91
91
  ## Custom Field Errors
92
92
 
93
- ### "Invalid request body" (400) — missing printOnDocuments
94
- **Cause**: Missing the required `printOnDocuments` field.
95
- **Fix**: Always include `printOnDocuments: false` (or `true`) in POST body.
93
+ ### "printOnDocuments is a required field" (422) — missing printOnDocuments
94
+ **Cause**: Missing the required `printOnDocuments` field. It is not defaulted server-side.
95
+ **Fix**: Always include `printOnDocuments: false` (or `true`) in POST body. `create_custom_field` now sends `false` when you omit it, so this only bites a direct API caller.
96
+ **Note**: recorded here as a 400 "Invalid request body" until 2026-09-02, when a live probe returned `422 validation_error` with the field named. Either the API tightened or the original entry generalised from a different malformed body; the 422 is what it returns today.
96
97
  ```json
97
98
  { "name": "PO Number", "type": "TEXT", "printOnDocuments": false }
98
99
  ```
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-cli
3
- version: 5.47.0
3
+ version: 5.47.1
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,
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-conversion
3
- version: 5.47.0
3
+ version: 5.47.1
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.0
3
+ version: 5.47.1
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.0
3
+ version: 5.47.1
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.0
3
+ version: 5.47.1
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.0
3
+ version: 5.47.1
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