@wevion/cli 1.0.3506 → 1.0.3510

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/openapi.json +1 -1
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -6481,7 +6481,7 @@
6481
6481
  "tags": [
6482
6482
  "ai-chat"
6483
6483
  ],
6484
- "description": "Paginated read-only feed of `ai_action_log` rows scoped by the caller role. Used by /settings/team/ai-activity and ops tooling.",
6484
+ "description": "Paginated read-only feed of `ai_action_log` rows scoped by the caller role. Used by /settings/team/ai-activity and ops tooling. Rows written by the internal backoffice copilot (`origin = \"admin_copilot\"`) are returned ONLY to platform staff (`super_admin`, `admin`); every other role — `owner` and `manager` included — sees product rows (`origin = \"wavo\"`) only.",
6485
6485
  "parameters": [
6486
6486
  {
6487
6487
  "schema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3506",
3
+ "version": "1.0.3510",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {