@wevion/cli 1.0.3189 → 1.0.3191

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 +9 -0
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -134064,6 +134064,15 @@
134064
134064
  "name": "connected_only",
134065
134065
  "required": false,
134066
134066
  "description": "Restrict account options to the ad accounts flagged as connected."
134067
+ },
134068
+ {
134069
+ "schema": {
134070
+ "type": "boolean"
134071
+ },
134072
+ "in": "query",
134073
+ "name": "include_without_data",
134074
+ "required": false,
134075
+ "description": "Also return the connected ad accounts that have no insight row yet. For pickers that choose a publishing destination, where a brand new account is a legitimate answer."
134067
134076
  }
134068
134077
  ],
134069
134078
  "security": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3189",
3
+ "version": "1.0.3191",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {