@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.
- package/openapi.json +20 -3
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -176503,9 +176503,26 @@
|
|
|
176503
176503
|
"type": "string"
|
|
176504
176504
|
},
|
|
176505
176505
|
"group_by": {
|
|
176506
|
-
"
|
|
176507
|
-
"
|
|
176508
|
-
|
|
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": {
|