@lerianstudio/matcher-mcp 5.0.0-beta.27 → 5.0.0-beta.28
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 +1 -1
- package/package.json +1 -1
package/dist/spec/openapi.yaml
CHANGED
|
@@ -8477,7 +8477,7 @@ components:
|
|
|
8477
8477
|
description: "Setup lifecycle of the workspace: \"provisioning\" (still being built), \"active\" (ready to use), or \"failed\" (setup will not complete on its own — we have been told)."
|
|
8478
8478
|
type: string
|
|
8479
8479
|
provisioningStep:
|
|
8480
|
-
description: "The setup step that is owed: \"create_tenant\", \"associate_service\", \"migrate_tenant\", \"provision_console\", or \"\" when nothing is owed. On a failed workspace this is the step it died on."
|
|
8480
|
+
description: "The setup step that is owed: \"create_tenant\", \"associate_service\", \"migrate_tenant\", \"provision_console\", \"grant_admin\", or \"\" when nothing is owed. On a failed workspace this is the step it died on."
|
|
8481
8481
|
type: string
|
|
8482
8482
|
trialEndsAt:
|
|
8483
8483
|
description: When the free trial ends (UTC). Omitted for a paid plan that never trialed.
|