@wevion/cli 1.0.3138 → 1.0.3141

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 +36 -0
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -132759,6 +132759,15 @@
132759
132759
  "name": "adset_id",
132760
132760
  "required": false,
132761
132761
  "description": "Scope ad options to a single ad set (cascade filtering)."
132762
+ },
132763
+ {
132764
+ "schema": {
132765
+ "type": "string"
132766
+ },
132767
+ "in": "query",
132768
+ "name": "platform",
132769
+ "required": false,
132770
+ "description": "Scope ad options to a single network ('meta', 'google', …). 'all' means no filter."
132762
132771
  }
132763
132772
  ],
132764
132773
  "security": [
@@ -133704,6 +133713,15 @@
133704
133713
  "name": "campaign_id",
133705
133714
  "required": false,
133706
133715
  "description": "Scope adset options to a single campaign (cascade filtering, takes priority)."
133716
+ },
133717
+ {
133718
+ "schema": {
133719
+ "type": "string"
133720
+ },
133721
+ "in": "query",
133722
+ "name": "platform",
133723
+ "required": false,
133724
+ "description": "Scope adset options to a single network ('meta', 'google', …). 'all' means no filter."
133707
133725
  }
133708
133726
  ],
133709
133727
  "security": [
@@ -134635,6 +134653,15 @@
134635
134653
  "name": "account_id",
134636
134654
  "required": false,
134637
134655
  "description": "Scope campaign options to a single ad account (cascade filtering)."
134656
+ },
134657
+ {
134658
+ "schema": {
134659
+ "type": "string"
134660
+ },
134661
+ "in": "query",
134662
+ "name": "platform",
134663
+ "required": false,
134664
+ "description": "Scope campaign options to a single network ('meta', 'google', …). 'all' means no filter."
134638
134665
  }
134639
134666
  ],
134640
134667
  "security": [
@@ -134735,6 +134762,15 @@
134735
134762
  "in": "query",
134736
134763
  "name": "offset",
134737
134764
  "required": false
134765
+ },
134766
+ {
134767
+ "schema": {
134768
+ "type": "string"
134769
+ },
134770
+ "in": "query",
134771
+ "name": "platform",
134772
+ "required": false,
134773
+ "description": "Scope account options to a single network ('meta', 'google', …). 'all' means no filter."
134738
134774
  }
134739
134775
  ],
134740
134776
  "security": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3138",
3
+ "version": "1.0.3141",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {