@lerianstudio/matcher-mcp 4.5.0-beta.14 → 4.5.0-beta.16
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 +3 -3
- package/package.json +1 -1
package/dist/spec/openapi.yaml
CHANGED
|
@@ -8144,7 +8144,7 @@ components:
|
|
|
8144
8144
|
additionalProperties: false
|
|
8145
8145
|
properties:
|
|
8146
8146
|
billingStatus:
|
|
8147
|
-
description: "Commercial lifecycle: trialing, active, past_due, or suspended."
|
|
8147
|
+
description: "Commercial lifecycle: trialing, active, past_due, trial_expired (the free trial ran out of clock — the console stays readable and the upgrade path stays open), or suspended."
|
|
8148
8148
|
type: string
|
|
8149
8149
|
daysRemaining:
|
|
8150
8150
|
description: Whole days left in the trial (time axis), derived server-side. 0 when there is no trial or it has already ended.
|
|
@@ -8158,11 +8158,11 @@ components:
|
|
|
8158
8158
|
format: int64
|
|
8159
8159
|
type: integer
|
|
8160
8160
|
matchedLineLimit:
|
|
8161
|
-
description: Free-
|
|
8161
|
+
description: Free-trial line ceiling the volume axis is measured against, read from the plan catalogue.
|
|
8162
8162
|
format: int64
|
|
8163
8163
|
type: integer
|
|
8164
8164
|
matchedLines:
|
|
8165
|
-
description:
|
|
8165
|
+
description: "Lines consumed against the free-trial allotment (volume axis): distinct transactions matched, so a transaction re-matched under a different classification consumes one line and not two — the same figure the quota gate enforces on. Meaningful for a trialing or lapsed workspace; 0 for a paid plan."
|
|
8166
8166
|
format: int64
|
|
8167
8167
|
type: integer
|
|
8168
8168
|
plan:
|