@wspc/cli 0.1.4 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wspc/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Official TypeScript SDK and CLI for wspc (https://wspc.ai)",
5
5
  "type": "module",
6
6
  "bin": {
package/spec/openapi.json CHANGED
@@ -30695,8 +30695,26 @@
30695
30695
  "Projects"
30696
30696
  ],
30697
30697
  "x-cli": {
30698
- "command": "_internal",
30699
- "hidden": true
30698
+ "command": "todo project rm",
30699
+ "positional": [
30700
+ "id"
30701
+ ],
30702
+ "examples": [
30703
+ "wspc todo project rm prj_01HW3K"
30704
+ ],
30705
+ "display": {
30706
+ "shape": "object",
30707
+ "format": {
30708
+ "id": "id-short",
30709
+ "org_id": "id-short",
30710
+ "creator_user_id": "id-short",
30711
+ "default_todo_type_id": "id-short",
30712
+ "name": "truncate",
30713
+ "created_at": "relative-time",
30714
+ "updated_at": "relative-time",
30715
+ "deleted_at": "relative-time"
30716
+ }
30717
+ }
30700
30718
  },
30701
30719
  "summary": "Soft-delete a project",
30702
30720
  "description": "### 🎯 Overview & Purpose\nSoft-delete/archive a project workspace.\n\n### 🔍 When to Use\n* Use this to archive a completed project and hide it from default listings without losing historical metrics.\n\n### 💡 Key Features & Constraints\n* **Cascading Effects**: Deleting a project automatically soft-deletes the project record and cascades to soft-delete all todos created under it.\n\n### ⚠️ Common Errors & Troubleshooting\n* **`NOT_FOUND` (HTTP 404)**: Thrown if the project ID does not exist or has already been archived.",
@@ -30737,7 +30755,7 @@
30737
30755
  {
30738
30756
  "lang": "bash",
30739
30757
  "label": "wspc CLI",
30740
- "source": "wspc project rm prj_01HW3K"
30758
+ "source": "wspc todo project rm prj_01HW3K"
30741
30759
  }
30742
30760
  ],
30743
30761
  "responses": {