@mestra-dev/contract 0.0.57 → 0.0.58
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 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -963,7 +963,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
963
963
|
readonly planCode: {
|
|
964
964
|
readonly type: "string";
|
|
965
965
|
readonly nullable: true;
|
|
966
|
-
readonly description: "Current workspace plan code (e.g. free, economy, standard, professional, or a private enterprise code). Null for legacy workspaces that predate billing plans.";
|
|
966
|
+
readonly description: "Current workspace plan code from the subscription when present (including pending unpaid), else `workspaces.plan_id` (e.g. free, economy, standard, professional, or a private enterprise code). Null only for legacy workspaces that predate billing plans.";
|
|
967
967
|
readonly example: "free";
|
|
968
968
|
};
|
|
969
969
|
readonly token: {
|