@wevion/cli 1.0.3338 → 1.0.3354
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 +47 -2
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -100577,7 +100577,7 @@
|
|
|
100577
100577
|
"tags": [
|
|
100578
100578
|
"competitive-intelligence"
|
|
100579
100579
|
],
|
|
100580
|
-
"description": "List deduplicated competitor ads with optional filters.",
|
|
100580
|
+
"description": "List deduplicated competitor ads with optional filters. `destination` splits on-platform ads (Instant Form / Messenger / WhatsApp — the lead-gen proxy) from ads driving to an external site.",
|
|
100581
100581
|
"parameters": [
|
|
100582
100582
|
{
|
|
100583
100583
|
"schema": {
|
|
@@ -100597,6 +100597,27 @@
|
|
|
100597
100597
|
"name": "currency",
|
|
100598
100598
|
"required": false
|
|
100599
100599
|
},
|
|
100600
|
+
{
|
|
100601
|
+
"schema": {
|
|
100602
|
+
"anyOf": [
|
|
100603
|
+
{
|
|
100604
|
+
"type": "string",
|
|
100605
|
+
"enum": [
|
|
100606
|
+
"external"
|
|
100607
|
+
]
|
|
100608
|
+
},
|
|
100609
|
+
{
|
|
100610
|
+
"type": "string",
|
|
100611
|
+
"enum": [
|
|
100612
|
+
"on_platform"
|
|
100613
|
+
]
|
|
100614
|
+
}
|
|
100615
|
+
]
|
|
100616
|
+
},
|
|
100617
|
+
"in": "query",
|
|
100618
|
+
"name": "destination",
|
|
100619
|
+
"required": false
|
|
100620
|
+
},
|
|
100600
100621
|
{
|
|
100601
100622
|
"schema": {
|
|
100602
100623
|
"format": "date",
|
|
@@ -100793,6 +100814,29 @@
|
|
|
100793
100814
|
"creative_analysis": {
|
|
100794
100815
|
"$comment": "json-value"
|
|
100795
100816
|
},
|
|
100817
|
+
"destination_domains": {
|
|
100818
|
+
"anyOf": [
|
|
100819
|
+
{
|
|
100820
|
+
"type": "array",
|
|
100821
|
+
"items": {
|
|
100822
|
+
"type": "string"
|
|
100823
|
+
}
|
|
100824
|
+
},
|
|
100825
|
+
{
|
|
100826
|
+
"type": "null"
|
|
100827
|
+
}
|
|
100828
|
+
]
|
|
100829
|
+
},
|
|
100830
|
+
"destination_type": {
|
|
100831
|
+
"anyOf": [
|
|
100832
|
+
{
|
|
100833
|
+
"type": "string"
|
|
100834
|
+
},
|
|
100835
|
+
{
|
|
100836
|
+
"type": "null"
|
|
100837
|
+
}
|
|
100838
|
+
]
|
|
100839
|
+
},
|
|
100796
100840
|
"eu_total_reach": {
|
|
100797
100841
|
"anyOf": [
|
|
100798
100842
|
{
|
|
@@ -102749,7 +102793,7 @@
|
|
|
102749
102793
|
"tags": [
|
|
102750
102794
|
"competitive-intelligence"
|
|
102751
102795
|
],
|
|
102752
|
-
"description": "Search Meta Ad Library pages to add a trackable competitor.",
|
|
102796
|
+
"description": "Search Meta Ad Library pages to add a trackable competitor. Accepts an exact page name, a numeric Meta page ID, or a facebook.com URL carrying the page ID; countries scope which ad-delivery markets are searched.",
|
|
102753
102797
|
"parameters": [
|
|
102754
102798
|
{
|
|
102755
102799
|
"schema": {
|
|
@@ -102765,6 +102809,7 @@
|
|
|
102765
102809
|
{
|
|
102766
102810
|
"schema": {
|
|
102767
102811
|
"minLength": 1,
|
|
102812
|
+
"maxLength": 300,
|
|
102768
102813
|
"type": "string"
|
|
102769
102814
|
},
|
|
102770
102815
|
"in": "query",
|