@wevion/cli 1.0.2368 → 1.0.2370

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 +5 -1
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -97277,7 +97277,8 @@
97277
97277
  "computed_at",
97278
97278
  "alerted_at",
97279
97279
  "creative_thumbnail_url",
97280
- "creative_thumbnail_proxy"
97280
+ "creative_thumbnail_proxy",
97281
+ "creative_thumbnail_proxy_large"
97281
97282
  ],
97282
97283
  "properties": {
97283
97284
  "ad_id": {
@@ -97459,6 +97460,9 @@
97459
97460
  },
97460
97461
  "creative_thumbnail_proxy": {
97461
97462
  "type": "string"
97463
+ },
97464
+ "creative_thumbnail_proxy_large": {
97465
+ "type": "string"
97462
97466
  }
97463
97467
  }
97464
97468
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.2368",
3
+ "version": "1.0.2370",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {