@apteva/integrations 0.3.32 → 0.3.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apteva/integrations",
3
- "version": "0.3.32",
3
+ "version": "0.3.33",
4
4
  "description": "Local integrations, connections, and webhooks for Apteva. Self-contained app templates, OAuth engine, and trigger provider.",
5
5
  "author": "Apteva <hello@apteva.com>",
6
6
  "license": "Elastic-2.0",
@@ -368,7 +368,7 @@
368
368
  },
369
369
  {
370
370
  "name": "content_gap",
371
- "description": "Find keywords your competitors rank for but you don't.",
371
+ "description": "Find keywords your competitors rank for but you don't. Returns opportunity-scored results with branded keyword detection. Add competitors to a site first, then call this to discover content ideas.",
372
372
  "method": "GET",
373
373
  "path": "/sites/{site_id}/content-gap",
374
374
  "input_schema": {
@@ -380,7 +380,28 @@
380
380
  },
381
381
  "limit": {
382
382
  "type": "integer",
383
- "description": "Max results"
383
+ "description": "Max results (default 50)"
384
+ },
385
+ "mode": {
386
+ "type": "string",
387
+ "description": "Gap mode: 'missing' (not ranking), 'losing' (ranking worse), 'all' (both). Default: missing",
388
+ "enum": [
389
+ "missing",
390
+ "losing",
391
+ "all"
392
+ ]
393
+ },
394
+ "min_volume": {
395
+ "type": "integer",
396
+ "description": "Minimum search volume filter"
397
+ },
398
+ "max_difficulty": {
399
+ "type": "integer",
400
+ "description": "Maximum keyword difficulty filter (0-100)"
401
+ },
402
+ "sort": {
403
+ "type": "string",
404
+ "description": "Sort field:direction. Default: opportunity_score:desc. Options: opportunity_score, search_volume, difficulty, cpc"
384
405
  }
385
406
  },
386
407
  "required": [