@wevion/cli 1.0.3558 → 1.0.3568

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 +2 -1
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -4033,7 +4033,7 @@
4033
4033
  "tags": [
4034
4034
  "ad-accounts"
4035
4035
  ],
4036
- "description": "Finds all ad accounts for the team, filters out disabled ones (account_status not null and not 1), groups by sheet_id, and assigns each group via the assign service.",
4036
+ "description": "Finds all ad accounts for the team, groups them by sheet_id, and assigns each group via the assign service. Accounts disabled on Meta are assigned too: skipping them made unlinking one irreversible.",
4037
4037
  "requestBody": {
4038
4038
  "required": true,
4039
4039
  "content": {
@@ -4074,6 +4074,7 @@
4074
4074
  "type": "integer"
4075
4075
  },
4076
4076
  "skipped_disabled": {
4077
+ "description": "Always 0. Disabled-on-Meta accounts are assigned like any other since 2026-09-01; kept so the response shape stays stable for existing SDK clients.",
4077
4078
  "type": "integer"
4078
4079
  }
4079
4080
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3558",
3
+ "version": "1.0.3568",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {