@mestra-dev/contract 0.0.88 → 0.0.89

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 +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -15138,6 +15138,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
15138
15138
  title: string;
15139
15139
  type: string | null;
15140
15140
  created_at: string;
15141
+ active: boolean | null;
15141
15142
  workspaceId: string;
15142
15143
  description: string | null;
15143
15144
  price: number | null;
@@ -15230,6 +15231,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
15230
15231
  id: string;
15231
15232
  workspaceId: string;
15232
15233
  title: string;
15234
+ active: boolean | null;
15233
15235
  type: string | null;
15234
15236
  currency: string | null;
15235
15237
  description: string | null;
@@ -15336,6 +15338,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
15336
15338
  id: string;
15337
15339
  workspaceId: string;
15338
15340
  title: string;
15341
+ active: boolean | null;
15339
15342
  type: string | null;
15340
15343
  currency: string | null;
15341
15344
  description: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mestra-dev/contract",
3
- "version": "0.0.88",
3
+ "version": "0.0.89",
4
4
  "description": "Types-only Hono AppType contract for the Mestra auth API",
5
5
  "type": "module",
6
6
  "sideEffects": false,