@wevion/cli 1.0.3604 → 1.0.3612

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 +2 -1
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -2356,7 +2356,7 @@
2356
2356
  "tags": [
2357
2357
  "ad-accounts"
2358
2358
  ],
2359
- "description": "Persists the default conversion event and optional default pixel id for the requested Meta ad account so campaign creation can preselect the team-approved conversion settings.",
2359
+ "description": "Persists the default conversion event for the requested Meta ad account so campaign creation can preselect the team-approved conversion settings. `default_conversion_pixel_id` has patch semantics: omitted leaves the stored pixel untouched, a string sets it, an explicit null clears it. The response always returns the resulting stored settings.",
2360
2360
  "requestBody": {
2361
2361
  "required": true,
2362
2362
  "content": {
@@ -2379,6 +2379,7 @@
2379
2379
  ]
2380
2380
  },
2381
2381
  "default_conversion_pixel_id": {
2382
+ "description": "Omitted: the stored pixel id is left untouched. String: sets the default pixel. Explicit null: clears it.",
2382
2383
  "anyOf": [
2383
2384
  {
2384
2385
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3604",
3
+ "version": "1.0.3612",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {