@mestra-dev/contract 0.0.79 → 0.0.81

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
@@ -6655,7 +6655,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
6655
6655
  "Workspace"
6656
6656
  ];
6657
6657
  readonly summary: "Delete a workspace";
6658
- readonly description: "Soft-deletes a workspace: sets deleted_at, revokes collaborator access, and purges CRM content (policies, assignees, chat tenants, comments, tasks, customers, services, tags, templates). Billing subscriptions and invoices are retained for audit/history (pending invoices are canceled; the subscription is marked canceled). Free trial workspaces cannot be deleted. Only the owner can delete. Requires write access to crm::general. Also allowed when the workspace was never paid and still has an unpaid invoice: any open YooKassa checkout is canceled first, then the workspace is deleted. If the payment already succeeded, delete returns 409. Frozen, past-due, or Free trial workspaces cannot be deleted.";
6658
+ readonly description: "Soft-deletes a workspace: sets deleted_at, revokes collaborator access, and purges CRM content (policies, assignees, chat tenants, comments, tasks, customers, services, tags, templates). Billing subscriptions and invoices are retained for audit/history (pending invoices are canceled; the subscription is marked canceled). Free trial workspaces cannot be deleted. Only the owner can delete. Requires write access to crm::general. Also allowed when the workspace was never paid and still has an unpaid invoice: any open YooKassa checkout is canceled first, then the workspace is deleted. If the payment already succeeded, delete returns 409. Frozen leftover Professional bonus workspaces (paid source deleted) can be deleted. Past-due paid workspaces and Free trials cannot.";
6659
6659
  readonly security: readonly [
6660
6660
  never
6661
6661
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mestra-dev/contract",
3
- "version": "0.0.79",
3
+ "version": "0.0.81",
4
4
  "description": "Types-only Hono AppType contract for the Mestra auth API",
5
5
  "type": "module",
6
6
  "sideEffects": false,