@wevion/cli 1.0.3229 → 1.0.3230

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 +20 -3
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -176503,9 +176503,26 @@
176503
176503
  "type": "string"
176504
176504
  },
176505
176505
  "group_by": {
176506
- "type": "string",
176507
- "enum": [
176508
- "campaign"
176506
+ "description": "Aggregation level of the exported rows. Defaults to campaign.",
176507
+ "anyOf": [
176508
+ {
176509
+ "type": "string",
176510
+ "enum": [
176511
+ "campaign"
176512
+ ]
176513
+ },
176514
+ {
176515
+ "type": "string",
176516
+ "enum": [
176517
+ "adset"
176518
+ ]
176519
+ },
176520
+ {
176521
+ "type": "string",
176522
+ "enum": [
176523
+ "ad"
176524
+ ]
176525
+ }
176509
176526
  ]
176510
176527
  },
176511
176528
  "format": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3229",
3
+ "version": "1.0.3230",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {