@mestra-dev/contract 0.0.60 → 0.0.61
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 +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6292,7 +6292,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
6292
6292
|
};
|
|
6293
6293
|
};
|
|
6294
6294
|
readonly 400: {
|
|
6295
|
-
readonly description: "Invalid request payload, confirm text does not match,
|
|
6295
|
+
readonly description: "Invalid request payload, confirm text does not match, user is not the owner, or the workspace is a Free trial (`Free trial workspaces cannot be deleted`).";
|
|
6296
6296
|
readonly content: {
|
|
6297
6297
|
readonly "application/json": {
|
|
6298
6298
|
readonly schema: {
|
|
@@ -6312,7 +6312,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
6312
6312
|
};
|
|
6313
6313
|
};
|
|
6314
6314
|
readonly 403: {
|
|
6315
|
-
readonly description: "Forbidden - Token issuer is not 'access', user lacks workspace access or crm::general write,
|
|
6315
|
+
readonly description: "Forbidden - Token issuer is not 'access', user lacks workspace access or crm::general write, or the workspace is frozen/past-due/has an open YooKassa checkout (delete is only exempt for an unpaid initial invoice with no checkout).";
|
|
6316
6316
|
readonly content: {
|
|
6317
6317
|
readonly "application/json": {
|
|
6318
6318
|
readonly schema: {
|