@lerianstudio/matcher-mcp 1.2.1-beta.1 → 1.3.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.
@@ -5699,6 +5699,11 @@ components:
5699
5699
  ReconciliationSourceResponse:
5700
5700
  additionalProperties: false
5701
5701
  properties:
5702
+ archivedAt:
5703
+ description: RFC 3339 timestamp when the source was archived; absent when the source is live.
5704
+ examples:
5705
+ - "2025-01-15T10:30:00Z"
5706
+ type: string
5702
5707
  config:
5703
5708
  additionalProperties: {}
5704
5709
  description: Source-specific configuration object (connection and parsing settings).
@@ -6844,6 +6849,11 @@ components:
6844
6849
  SourceWithFieldMapStatusResponse:
6845
6850
  additionalProperties: false
6846
6851
  properties:
6852
+ archivedAt:
6853
+ description: RFC 3339 timestamp when the source was archived; absent when the source is live.
6854
+ examples:
6855
+ - "2025-01-15T10:30:00Z"
6856
+ type: string
6847
6857
  config:
6848
6858
  additionalProperties: {}
6849
6859
  description: Source-specific configuration object (connection and parsing settings).
@@ -10273,6 +10283,7 @@ paths:
10273
10283
  enum:
10274
10284
  - OPEN
10275
10285
  - ASSIGNED
10286
+ - PENDING_RESOLUTION
10276
10287
  - RESOLVED
10277
10288
  type: string
10278
10289
  - description: Filter by severity
@@ -10644,6 +10655,7 @@ paths:
10644
10655
  enum:
10645
10656
  - OPEN
10646
10657
  - ASSIGNED
10658
+ - PENDING_RESOLUTION
10647
10659
  - RESOLVED
10648
10660
  type: string
10649
10661
  - description: Filter by severity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lerianstudio/matcher-mcp",
3
- "version": "1.2.1-beta.1",
3
+ "version": "1.3.0",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol server for the Matcher reconciliation engine",
6
6
  "license": "Apache-2.0",