@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.
- package/dist/spec/openapi.yaml +2 -1
- package/package.json +1 -1
package/dist/spec/openapi.yaml
CHANGED
|
@@ -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),
|
|
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
|