@lerianstudio/matcher-mcp 4.5.0-beta.28 → 4.5.0-beta.30

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.
@@ -5647,7 +5647,7 @@ components:
5647
5647
  - "250.00"
5648
5648
  type: string
5649
5649
  status:
5650
- description: "Lifecycle status: OPEN (fresh residual), PARTIALLY_CLEARED (a leg netted but a residual remains), CLEARED (netted within tolerance), or AGED (exceeded its aging threshold while still open)"
5650
+ description: "Lifecycle status: OPEN (fresh residual), PARTIALLY_CLEARED (a leg netted but a residual remains), CLEARED (netted within tolerance), AGED (exceeded its aging threshold while still open), or WITHDRAWN (the confirmed match that opened it was un-matched, so the obligation was taken back with it)"
5651
5651
  examples:
5652
5652
  - PARTIALLY_CLEARED
5653
5653
  type: string
@@ -14176,6 +14176,7 @@ paths:
14176
14176
  - PARTIALLY_CLEARED
14177
14177
  - CLEARED
14178
14178
  - AGED
14179
+ - WITHDRAWN
14179
14180
  type: string
14180
14181
  - description: Maximum number of records to return
14181
14182
  explode: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lerianstudio/matcher-mcp",
3
- "version": "4.5.0-beta.28",
3
+ "version": "4.5.0-beta.30",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol server for the Matcher reconciliation engine",
6
6
  "license": "Apache-2.0",