jaz-clio 5.61.2 → 5.61.3

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.61.2
3
+ version: 5.61.3
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
@@ -52,7 +52,7 @@ Space between conditions = AND (implicit). AND binds tighter than OR. Parenthese
52
52
 
53
53
  ## Amount Search
54
54
 
55
- Prefix with any currency symbol or type a numeric range.
55
+ Prefix with any currency symbol, or use the `amount:` field. A number with no symbol or field key is plain text.
56
56
 
57
57
  | Input | Meaning |
58
58
  |-------|---------|
@@ -68,9 +68,9 @@ Prefix with any currency symbol or type a numeric range.
68
68
  | `$500+` | amount >= 500 |
69
69
  | `$<200` | amount < 200 |
70
70
  | `$>=1000` | amount >= 1000 |
71
- | `100-500` | amount range (no symbol needed for ranges) |
72
- | `>500` | amount > 500 (no symbol needed for comparisons) |
73
- | `500+` | amount >= 500 (no symbol needed) |
71
+ | `$100-500` | amount range |
72
+ | `$>500` | amount > 500 |
73
+ | `$500+` | amount >= 500 |
74
74
 
75
75
  ### Magnitude Suffixes
76
76
 
@@ -104,7 +104,7 @@ Supported currency symbols: `$` `€` `£` `¥` `₱` `₹` `₩` `฿` `₫` `
104
104
 
105
105
  Also works with ISO codes: `SGD500`, `PHP1000`, `EUR200-500`
106
106
 
107
- A bare number like `500` searches all text fields (reference, ID, etc.). Add `$` or use range/comparison syntax to search amounts specifically.
107
+ A bare number like `500` — and any keyless expression like `100-500`, `>500`, or `5k` — searches all text fields (reference, ID, etc.). Add `$` or use `amount:` to search amounts specifically.
108
108
 
109
109
  ---
110
110
 
@@ -448,6 +448,9 @@ Aliases: `reference:` = `ref:`, `valuedate:` = `date:`
448
448
 
449
449
  Aliases: `reference:` = `ref:`, `customer:` / `supplier:` = `contact:`, `total:` = `amount:`, `valuedate:` = `date:`
450
450
 
451
+ ### Deposit Transactions
452
+ `contact` `ref` `date` `amount` `currency`
453
+
451
454
  ### Bank Accounts
452
455
  `name` `code` `status` `currency` `id` `balance`
453
456
 
@@ -493,31 +496,31 @@ Aliases: `bttype:` = `type:`, `documenttype:` = `doctype:`, `workflowstatus:` =
493
496
  `id` `ref` `date` `due` `approved` `currency` `amount` `customer` `regid` `taxid` `tag` `created` `status` `customfields`
494
497
 
495
498
  ### Sale Order Line Items
496
- `id` `name` `currency` `amount` `customer` `status` `ref` `date`
499
+ `id` `name` `currency` `amount` `customer` `status` `ref` `date` `createdby` `createdat`
497
500
 
498
501
  ### Sale Quotes
499
502
  `id` `ref` `date` `due` `currency` `amount` `customer` `regid` `taxid` `tag` `created` `status` `customfields` `signing` `changesrequested`
500
503
 
501
504
  ### Sale Quote Line Items
502
- `id` `name` `currency` `amount` `customer` `status` `ref` `date`
505
+ `id` `name` `currency` `amount` `customer` `status` `ref` `date` `createdby` `createdat`
503
506
 
504
507
  ### Purchase Orders
505
508
  `id` `ref` `date` `due` `approved` `currency` `amount` `supplier` `regid` `taxid` `tag` `created` `status` `customfields`
506
509
 
507
510
  ### Purchase Order Line Items
508
- `id` `name` `currency` `amount` `supplier` `status` `ref` `date`
511
+ `id` `name` `currency` `amount` `supplier` `status` `ref` `date` `createdby` `createdat`
509
512
 
510
513
  ### Purchase Requests
511
514
  `id` `ref` `date` `due` `currency` `amount` `supplier` `regid` `taxid` `tag` `created` `status` `customfields` `signing` `changesrequested`
512
515
 
513
516
  ### Purchase Request Line Items
514
- `id` `name` `currency` `amount` `supplier` `status` `ref` `date`
517
+ `id` `name` `currency` `amount` `supplier` `status` `ref` `date` `createdby` `createdat`
515
518
 
516
519
  ### Employees / Directory
517
520
  `id` `name` `email` `phone` `currency` `employmenttype` `beneficiary` `paymentmethod` `manager` `claimprofile` `created` `updated`
518
521
 
519
522
  ### Employees / Claims
520
- `id` `ref` `currency` `date` `created` `amount` `employee` `vendor` `customfields` `hasattachment` `createdby` `changesrequested`
523
+ `id` `ref` `currency` `date` `created` `amount` `employee` `vendor` `customfields` `hasattachment` `createdby` `changesrequested` `tags`
521
524
 
522
525
  ### Employees / Payouts
523
526
  `employee` `ref` `type` `valuedate`
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-cli
3
- version: 5.61.2
3
+ version: 5.61.3
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.61.2
3
+ version: 5.61.3
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.61.2
3
+ version: 5.61.3
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.61.2
3
+ version: 5.61.3
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.61.2
3
+ version: 5.61.3
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.61.2
3
+ version: 5.61.3
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.61.2",
3
+ "version": "5.61.3",
4
4
  "description": "Clio: Command Line Interface Operator for Jaz AI.",
5
5
  "type": "module",
6
6
  "bin": {