@mestra-dev/contract 0.0.35 → 0.0.37
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/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -12852,6 +12852,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
12852
12852
|
action: string;
|
|
12853
12853
|
}[];
|
|
12854
12854
|
}[];
|
|
12855
|
+
unpaidLimit: number;
|
|
12855
12856
|
};
|
|
12856
12857
|
outputFormat: "json";
|
|
12857
12858
|
status: 200;
|