@mestra-dev/contract 0.0.34 → 0.0.36

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4949,7 +4949,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
4949
4949
  };
4950
4950
  };
4951
4951
  readonly 400: {
4952
- readonly description: "Invalid payload, an unavailable plan, or an attempted second Free trial.";
4952
+ readonly description: "Invalid payload, an unavailable plan, or an attempt to exceed the five Free-trial workspace limit.";
4953
4953
  readonly content: {
4954
4954
  readonly "application/json": {
4955
4955
  readonly schema: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mestra-dev/contract",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "description": "Types-only Hono AppType contract for the Mestra auth API",
5
5
  "type": "module",
6
6
  "sideEffects": false,