@wevion/cli 1.0.3737 → 1.0.3746

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 +98 -1
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -104639,7 +104639,74 @@
104639
104639
  },
104640
104640
  {
104641
104641
  "schema": {
104642
- "type": "string"
104642
+ "anyOf": [
104643
+ {
104644
+ "type": "string",
104645
+ "enum": [
104646
+ "sum_spend"
104647
+ ]
104648
+ },
104649
+ {
104650
+ "type": "string",
104651
+ "enum": [
104652
+ "roas"
104653
+ ]
104654
+ },
104655
+ {
104656
+ "type": "string",
104657
+ "enum": [
104658
+ "cpa"
104659
+ ]
104660
+ },
104661
+ {
104662
+ "type": "string",
104663
+ "enum": [
104664
+ "ctr"
104665
+ ]
104666
+ },
104667
+ {
104668
+ "type": "string",
104669
+ "enum": [
104670
+ "cpc"
104671
+ ]
104672
+ },
104673
+ {
104674
+ "type": "string",
104675
+ "enum": [
104676
+ "cpm"
104677
+ ]
104678
+ },
104679
+ {
104680
+ "type": "string",
104681
+ "enum": [
104682
+ "sum_impressions"
104683
+ ]
104684
+ },
104685
+ {
104686
+ "type": "string",
104687
+ "enum": [
104688
+ "frequency"
104689
+ ]
104690
+ },
104691
+ {
104692
+ "type": "string",
104693
+ "enum": [
104694
+ "sum_clicks"
104695
+ ]
104696
+ },
104697
+ {
104698
+ "type": "string",
104699
+ "enum": [
104700
+ "sum_purchases"
104701
+ ]
104702
+ },
104703
+ {
104704
+ "type": "string",
104705
+ "enum": [
104706
+ "sum_purchase_value"
104707
+ ]
104708
+ }
104709
+ ]
104643
104710
  },
104644
104711
  "in": "query",
104645
104712
  "name": "sort_by",
@@ -104684,6 +104751,36 @@
104684
104751
  "name": "ad_account_ids",
104685
104752
  "required": false
104686
104753
  },
104754
+ {
104755
+ "schema": {
104756
+ "maxLength": 200,
104757
+ "type": "string"
104758
+ },
104759
+ "in": "query",
104760
+ "name": "search",
104761
+ "required": false
104762
+ },
104763
+ {
104764
+ "schema": {
104765
+ "anyOf": [
104766
+ {
104767
+ "type": "string",
104768
+ "enum": [
104769
+ "image"
104770
+ ]
104771
+ },
104772
+ {
104773
+ "type": "string",
104774
+ "enum": [
104775
+ "video"
104776
+ ]
104777
+ }
104778
+ ]
104779
+ },
104780
+ "in": "query",
104781
+ "name": "format",
104782
+ "required": false
104783
+ },
104687
104784
  {
104688
104785
  "schema": {
104689
104786
  "minimum": 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3737",
3
+ "version": "1.0.3746",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {