@wevion/cli 1.0.3389 → 1.0.3391

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 +14 -2
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -147288,7 +147288,8 @@
147288
147288
  "account_currency",
147289
147289
  "account_timezone",
147290
147290
  "account_timezone_offset_hours_utc",
147291
- "account_status"
147291
+ "account_status",
147292
+ "validated_tokens_missing"
147292
147293
  ],
147293
147294
  "properties": {
147294
147295
  "account_id": {
@@ -147348,7 +147349,18 @@
147348
147349
  ]
147349
147350
  },
147350
147351
  "account_status": {
147351
- "type": "integer"
147352
+ "anyOf": [
147353
+ {
147354
+ "type": "integer"
147355
+ },
147356
+ {
147357
+ "type": "null"
147358
+ }
147359
+ ]
147360
+ },
147361
+ "validated_tokens_missing": {
147362
+ "description": "True when the ad account was synced but never connected (validated_tokens is SQL NULL). This is the only state the publish worker rejects outright; a connected=false flag or an empty token array do NOT prevent publishing, because the token is also resolved from token_resource_permission.",
147363
+ "type": "boolean"
147352
147364
  }
147353
147365
  }
147354
147366
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3389",
3
+ "version": "1.0.3391",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {