@mestra-dev/contract 0.0.102 → 0.0.104
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 +10 -10
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7688,7 +7688,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
7688
7688
|
"Payments"
|
|
7689
7689
|
];
|
|
7690
7690
|
readonly summary: "Create a plan-change or seat-change invoice";
|
|
7691
|
-
readonly description: "Before the first payment, owners can correct a plan or seat count up or down. After any payment, only a higher plan and/or more seats is accepted. The selected change takes effect only after the new invoice is paid.";
|
|
7691
|
+
readonly description: "Before the first payment, owners can correct a plan or seat count up or down. After any payment, only a higher plan and/or more seats is accepted. The selected plan must fit the workspace's current tasks, comments, customers, services, storage usage, and active collaborator count; otherwise delete data or select a larger plan before retrying. The selected change takes effect only after the new invoice is paid.";
|
|
7692
7692
|
readonly security: readonly [
|
|
7693
7693
|
never
|
|
7694
7694
|
];
|
|
@@ -8268,7 +8268,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
8268
8268
|
"Tasks"
|
|
8269
8269
|
];
|
|
8270
8270
|
readonly summary: "Delete a task";
|
|
8271
|
-
readonly description: "Deletes a task from the specified workspace. Requires workspace access and write access to crm::tasks resource.";
|
|
8271
|
+
readonly description: "Deletes a task from the specified workspace. Requires workspace access and write access to crm::tasks resource. This deletion remains available for a frozen Free-trial workspace so it can reduce usage before selecting a paid plan.";
|
|
8272
8272
|
readonly security: readonly [
|
|
8273
8273
|
never
|
|
8274
8274
|
];
|
|
@@ -8988,7 +8988,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
8988
8988
|
"Comments"
|
|
8989
8989
|
];
|
|
8990
8990
|
readonly summary: "Delete a comment";
|
|
8991
|
-
readonly description: "Deletes a comment from a task in the specified workspace. Requires workspace access and write access to crm::tasks resource.";
|
|
8991
|
+
readonly description: "Deletes a comment from a task in the specified workspace. Requires workspace access and write access to crm::tasks resource. This deletion remains available for a frozen Free-trial workspace so it can reduce usage before selecting a paid plan.";
|
|
8992
8992
|
readonly security: readonly [
|
|
8993
8993
|
never
|
|
8994
8994
|
];
|
|
@@ -9842,7 +9842,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
9842
9842
|
"Customers"
|
|
9843
9843
|
];
|
|
9844
9844
|
readonly summary: "Delete a customer";
|
|
9845
|
-
readonly description: "Deletes a customer in the specified workspace. Real-estate workspaces remove a lead from customer_real_estates. Requires workspace access and write access to crm::customers resource.";
|
|
9845
|
+
readonly description: "Deletes a customer in the specified workspace. Real-estate workspaces remove a lead from customer_real_estates. Requires workspace access and write access to crm::customers resource. This deletion remains available for a frozen Free-trial workspace so it can reduce usage before selecting a paid plan.";
|
|
9846
9846
|
readonly security: readonly [
|
|
9847
9847
|
never
|
|
9848
9848
|
];
|
|
@@ -10649,7 +10649,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
10649
10649
|
"Services"
|
|
10650
10650
|
];
|
|
10651
10651
|
readonly summary: "Delete a service";
|
|
10652
|
-
readonly description: "Deletes a service in the specified workspace. Requires workspace access and write access to crm::services resource.";
|
|
10652
|
+
readonly description: "Deletes a service in the specified workspace. Requires workspace access and write access to crm::services resource. This deletion remains available for a frozen Free-trial workspace so it can reduce usage before selecting a paid plan.";
|
|
10653
10653
|
readonly security: readonly [
|
|
10654
10654
|
never
|
|
10655
10655
|
];
|
|
@@ -12608,7 +12608,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
12608
12608
|
"Files"
|
|
12609
12609
|
];
|
|
12610
12610
|
readonly summary: "Delete an S3 folder and its contents";
|
|
12611
|
-
readonly description: "Deletes all objects under `{workspace}/folders/{name}/` in paginated batches. `name` may be nested. Requires workspace access.";
|
|
12611
|
+
readonly description: "Deletes all objects under `{workspace}/folders/{name}/` in paginated batches. `name` may be nested. Requires workspace access and file write access. This deletion remains available for a frozen Free-trial workspace so it can reduce storage before selecting a paid plan.";
|
|
12612
12612
|
readonly security: readonly [
|
|
12613
12613
|
never
|
|
12614
12614
|
];
|
|
@@ -12983,7 +12983,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
12983
12983
|
"Files"
|
|
12984
12984
|
];
|
|
12985
12985
|
readonly summary: "Delete a file by workspace-relative path";
|
|
12986
|
-
readonly description: "Deletes the S3 object at `{workspace}/{path}`. Verifies the object exists before deletion and confirms removal afterward. Requires workspace access.";
|
|
12986
|
+
readonly description: "Deletes the S3 object at `{workspace}/{path}`. Verifies the object exists before deletion and confirms removal afterward. Requires workspace access and file write access. This deletion remains available for a frozen Free-trial workspace so it can reduce storage before selecting a paid plan.";
|
|
12987
12987
|
readonly security: readonly [
|
|
12988
12988
|
never
|
|
12989
12989
|
];
|
|
@@ -13513,7 +13513,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
13513
13513
|
"Files"
|
|
13514
13514
|
];
|
|
13515
13515
|
readonly summary: "Delete a service file";
|
|
13516
|
-
readonly description: "Deletes the S3 object at `{workspace}_services/{serviceId}/{filename}`. Verifies the object exists before deletion and confirms removal afterward. Requires workspace access
|
|
13516
|
+
readonly description: "Deletes the S3 object at `{workspace}_services/{serviceId}/{filename}`. Verifies the object exists before deletion and confirms removal afterward. Requires workspace access and write access to crm::services. This deletion remains available for a frozen Free-trial workspace so it can reduce storage before selecting a paid plan.";
|
|
13517
13517
|
readonly security: readonly [
|
|
13518
13518
|
never
|
|
13519
13519
|
];
|
|
@@ -13751,7 +13751,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
13751
13751
|
"Files"
|
|
13752
13752
|
];
|
|
13753
13753
|
readonly summary: "Delete a customer file";
|
|
13754
|
-
readonly description: "Deletes `{workspace}_customers/{customerId}/{filename}`. Requires workspace access
|
|
13754
|
+
readonly description: "Deletes `{workspace}_customers/{customerId}/{filename}`. Requires workspace access and write access to crm::customers. This deletion remains available for a frozen Free-trial workspace so it can reduce storage before selecting a paid plan.";
|
|
13755
13755
|
readonly security: readonly [
|
|
13756
13756
|
never
|
|
13757
13757
|
];
|
|
@@ -13795,7 +13795,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
13795
13795
|
"Files"
|
|
13796
13796
|
];
|
|
13797
13797
|
readonly summary: "Delete a comment attachment";
|
|
13798
|
-
readonly description: "Deletes the S3 object at `{workspace}_comments/{taskId}/{commentId}/{filename}`. Verifies the object exists before deletion and confirms removal afterward. Requires workspace access and write access to crm::tasks.";
|
|
13798
|
+
readonly description: "Deletes the S3 object at `{workspace}_comments/{taskId}/{commentId}/{filename}`. Verifies the object exists before deletion and confirms removal afterward. Requires workspace access and write access to crm::tasks. This deletion remains available for a frozen Free-trial workspace so it can reduce storage before selecting a paid plan.";
|
|
13799
13799
|
readonly security: readonly [
|
|
13800
13800
|
never
|
|
13801
13801
|
];
|