@mestra-dev/contract 0.0.76 → 0.0.77
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
|
@@ -5459,7 +5459,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
5459
5459
|
"Workspace"
|
|
5460
5460
|
];
|
|
5461
5461
|
readonly summary: "Get workspace billing state";
|
|
5462
|
-
readonly description: "Owner-only. For a frozen Free trial, includes usage and plan-fit recommendations. Paid workspaces receive subscription and pending-invoice state only.";
|
|
5462
|
+
readonly description: "Owner-only. If a pending invoice has a YooKassa payment that already succeeded, this GET confirms it (so post-checkout polling does not wait on the webhook). For a frozen Free trial, includes usage and plan-fit recommendations. Paid workspaces receive subscription and pending-invoice state only.";
|
|
5463
5463
|
readonly security: readonly [
|
|
5464
5464
|
never
|
|
5465
5465
|
];
|