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.
- package/assets/skills/api/SKILL.md +1 -1
- package/assets/skills/cli/SKILL.md +1 -1
- package/assets/skills/cli/references/command-catalog.md +16 -2
- package/assets/skills/conversion/SKILL.md +1 -1
- package/assets/skills/jaz-kit/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 +283 -283
- package/package.json +1 -1
|
@@ -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`, `--
|
|
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`, `--
|
|
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) |
|