@wevion/cli 1.0.3142 → 1.0.3146

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 +63 -0
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -132768,6 +132768,15 @@
132768
132768
  "name": "platform",
132769
132769
  "required": false,
132770
132770
  "description": "Scope ad options to a single network ('meta', 'google', …). 'all' means no filter."
132771
+ },
132772
+ {
132773
+ "schema": {
132774
+ "type": "boolean"
132775
+ },
132776
+ "in": "query",
132777
+ "name": "connected_only",
132778
+ "required": false,
132779
+ "description": "Restrict ad options to the ad accounts flagged as connected."
132771
132780
  }
132772
132781
  ],
132773
132782
  "security": [
@@ -133014,6 +133023,15 @@
133014
133023
  "name": "platform",
133015
133024
  "required": false
133016
133025
  },
133026
+ {
133027
+ "schema": {
133028
+ "type": "boolean"
133029
+ },
133030
+ "in": "query",
133031
+ "name": "connected_only",
133032
+ "required": false,
133033
+ "description": "Restrict rows to the ad accounts flagged as connected, i.e. the ones the caller actively works on."
133034
+ },
133017
133035
  {
133018
133036
  "schema": {
133019
133037
  "anyOf": [
@@ -133722,6 +133740,15 @@
133722
133740
  "name": "platform",
133723
133741
  "required": false,
133724
133742
  "description": "Scope adset options to a single network ('meta', 'google', …). 'all' means no filter."
133743
+ },
133744
+ {
133745
+ "schema": {
133746
+ "type": "boolean"
133747
+ },
133748
+ "in": "query",
133749
+ "name": "connected_only",
133750
+ "required": false,
133751
+ "description": "Restrict adset options to the ad accounts flagged as connected."
133725
133752
  }
133726
133753
  ],
133727
133754
  "security": [
@@ -133951,6 +133978,15 @@
133951
133978
  "name": "platform",
133952
133979
  "required": false
133953
133980
  },
133981
+ {
133982
+ "schema": {
133983
+ "type": "boolean"
133984
+ },
133985
+ "in": "query",
133986
+ "name": "connected_only",
133987
+ "required": false,
133988
+ "description": "Restrict rows to the ad accounts flagged as connected, i.e. the ones the caller actively works on."
133989
+ },
133954
133990
  {
133955
133991
  "schema": {
133956
133992
  "anyOf": [
@@ -134662,6 +134698,15 @@
134662
134698
  "name": "platform",
134663
134699
  "required": false,
134664
134700
  "description": "Scope campaign options to a single network ('meta', 'google', …). 'all' means no filter."
134701
+ },
134702
+ {
134703
+ "schema": {
134704
+ "type": "boolean"
134705
+ },
134706
+ "in": "query",
134707
+ "name": "connected_only",
134708
+ "required": false,
134709
+ "description": "Restrict campaign options to the ad accounts flagged as connected."
134665
134710
  }
134666
134711
  ],
134667
134712
  "security": [
@@ -134771,6 +134816,15 @@
134771
134816
  "name": "platform",
134772
134817
  "required": false,
134773
134818
  "description": "Scope account options to a single network ('meta', 'google', …). 'all' means no filter."
134819
+ },
134820
+ {
134821
+ "schema": {
134822
+ "type": "boolean"
134823
+ },
134824
+ "in": "query",
134825
+ "name": "connected_only",
134826
+ "required": false,
134827
+ "description": "Restrict account options to the ad accounts flagged as connected."
134774
134828
  }
134775
134829
  ],
134776
134830
  "security": [
@@ -135176,6 +135230,15 @@
135176
135230
  "name": "platform",
135177
135231
  "required": false
135178
135232
  },
135233
+ {
135234
+ "schema": {
135235
+ "type": "boolean"
135236
+ },
135237
+ "in": "query",
135238
+ "name": "connected_only",
135239
+ "required": false,
135240
+ "description": "Restrict rows to the ad accounts flagged as connected, i.e. the ones the caller actively works on."
135241
+ },
135179
135242
  {
135180
135243
  "schema": {
135181
135244
  "anyOf": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3142",
3
+ "version": "1.0.3146",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {