@lerianstudio/matcher-mcp 1.1.0 → 1.2.0

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.
@@ -2619,6 +2619,16 @@ components:
2619
2619
  examples:
2620
2620
  - FORCE_MATCH
2621
2621
  type: string
2622
+ resolvedAt:
2623
+ description: When the exception was resolved, as an RFC 3339 timestamp. Present only for RESOLVED exceptions.
2624
+ examples:
2625
+ - "2025-01-15T12:00:00Z"
2626
+ type: string
2627
+ resolvedBy:
2628
+ description: Principal that resolved the exception (JWT sub, or 'system' for automated callback resolutions). Empty until resolved or when the resolving path is un-attributed.
2629
+ examples:
2630
+ - user@example.com
2631
+ type: string
2622
2632
  runId:
2623
2633
  description: Identifier of the match run that LATEST surfaced this exception (UUID). Refreshed on every re-run that re-surfaces the break, so it names the most recent run that touched it; powers the run-precise jump from a run to its exceptions. Absent for legacy rows written before run linkage and for ingestion-minted duplicate-transaction breaks (not produced by a match run).
2624
2634
  examples:
@@ -3349,7 +3359,7 @@ components:
3349
3359
  - "2025-01-15T10:30:00Z"
3350
3360
  type: string
3351
3361
  version:
3352
- description: Version number used for optimistic concurrency control.
3362
+ description: Monotonic mutation counter incremented server-side on each field-map change. Read-only on the write path and NOT honored for optimistic concurrency control.
3353
3363
  examples:
3354
3364
  - 1
3355
3365
  format: int64
@@ -12838,12 +12848,7 @@ paths:
12838
12848
  format: binary
12839
12849
  type: string
12840
12850
  format:
12841
- description: File format; send before the file part. When omitted, inferred from the file extension.
12842
- enum:
12843
- - csv
12844
- - json
12845
- - xml
12846
- - camt053
12851
+ description: Canonical file-format key. Legacy flat keys (csv, json, xml, camt053) and namespaced keys (e.g. xx/delimited/generic, br/acquirer_csv/mercadopago) are accepted; discover the full set via GET /v1/imports/formats. Send before the file part. When omitted, inferred from the .csv/.json file extension.
12847
12852
  type: string
12848
12853
  required:
12849
12854
  - file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lerianstudio/matcher-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol server for the Matcher reconciliation engine",
6
6
  "license": "Apache-2.0",