faceless-cli 1.1.5 → 1.1.6

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": "faceless-cli",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "CLI for Faceless.so: create AI faceless videos, run automated series and publish to YouTube, TikTok, Instagram and more.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "generatedFrom": "src/backend/api/v1/spec/registry.mjs",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "baseUrl": "https://faceless.so/api/v1",
5
5
  "operations": [
6
6
  {
@@ -317,7 +317,7 @@
317
317
  "name": "Ocean facts",
318
318
  "platform": "tts",
319
319
  "model": "storyboard",
320
- "renderedVideoUrl": null,
320
+ "renderedVideoUrl": "https://exports.faceless.so/renders/665f1b2a9c31a2b3c4d5e801/1730000000000.mp4",
321
321
  "createdAt": "2026-07-30T10:00:00.000Z"
322
322
  }
323
323
  ],
@@ -558,7 +558,9 @@
558
558
  "thumbnails": {
559
559
  "status": "ready",
560
560
  "selectedBy": "ai",
561
- "variants": []
561
+ "variants": [
562
+ "https://exports.faceless.so/thumbnails/665f1b2a9c31a2b3c4d5e801/a.jpg"
563
+ ]
562
564
  }
563
565
  }
564
566
  }
@@ -611,7 +613,9 @@
611
613
  "status": "ready",
612
614
  "selectedVariantId": "a1b2c3d4-0000-4000-8000-000000000002",
613
615
  "selectedBy": "user",
614
- "variants": []
616
+ "variants": [
617
+ "https://exports.faceless.so/thumbnails/665f1b2a9c31a2b3c4d5e801/a.jpg"
618
+ ]
615
619
  }
616
620
  }
617
621
  }
@@ -650,8 +654,10 @@
650
654
  "status": "processing",
651
655
  "percentCompleted": 62,
652
656
  "readyForEditing": false,
653
- "errorMessages": [],
654
- "renderedVideoUrl": null
657
+ "errorMessages": [
658
+ "b-roll fetch timed out, retried"
659
+ ],
660
+ "renderedVideoUrl": "https://exports.faceless.so/renders/665f1b2a9c31a2b3c4d5e801/1730000000000.mp4"
655
661
  }
656
662
  }
657
663
  },
@@ -1637,8 +1643,20 @@
1637
1643
  "channelName": "Deep Sea Facts"
1638
1644
  }
1639
1645
  ],
1640
- "tiktok": [],
1641
- "instagram": []
1646
+ "tiktok": [
1647
+ {
1648
+ "id": "665f1b2a9c31a2b3c4d5e901",
1649
+ "username": "mychannel",
1650
+ "status": "connected"
1651
+ }
1652
+ ],
1653
+ "instagram": [
1654
+ {
1655
+ "id": "665f1b2a9c31a2b3c4d5e902",
1656
+ "username": "mychannel",
1657
+ "status": "connected"
1658
+ }
1659
+ ]
1642
1660
  }
1643
1661
  }
1644
1662
  },