@apteva/integrations 0.3.14 → 0.3.15

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.
@@ -445,6 +445,24 @@
445
445
  ]
446
446
  }
447
447
  },
448
+ {
449
+ "name": "retry_post",
450
+ "description": "Retry publishing a failed or partially failed post. Re-publishes only to the platforms that failed, keeping existing successful results intact. The post must be in 'failed' or 'partial' status.",
451
+ "method": "POST",
452
+ "path": "/posts/{id}/retry",
453
+ "input_schema": {
454
+ "type": "object",
455
+ "properties": {
456
+ "id": {
457
+ "type": "integer",
458
+ "description": "Post ID to retry"
459
+ }
460
+ },
461
+ "required": [
462
+ "id"
463
+ ]
464
+ }
465
+ },
448
466
  {
449
467
  "name": "get_post_analytics",
450
468
  "description": "Fetch analytics and engagement metrics for a published post across all platforms. Returns impressions, reach, likes, comments, shares, views, saves, clicks, quotes, and bookmarks where available. Supported: Instagram, Facebook, YouTube, TikTok, Pinterest, Twitter/X. No analytics API: LinkedIn, Reddit, Telegram.",