@getlatedev/node 0.1.29 → 0.1.30

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/dist/index.d.mts CHANGED
@@ -5484,7 +5484,7 @@ type ListInboxCommentsData = {
5484
5484
  /**
5485
5485
  * Filter by platform
5486
5486
  */
5487
- platform?: 'facebook' | 'instagram' | 'twitter' | 'bluesky' | 'threads' | 'youtube' | 'linkedin' | 'reddit' | 'tiktok';
5487
+ platform?: 'facebook' | 'instagram' | 'twitter' | 'bluesky' | 'threads' | 'youtube' | 'linkedin' | 'reddit';
5488
5488
  /**
5489
5489
  * Filter by profile ID
5490
5490
  */
package/dist/index.d.ts CHANGED
@@ -5484,7 +5484,7 @@ type ListInboxCommentsData = {
5484
5484
  /**
5485
5485
  * Filter by platform
5486
5486
  */
5487
- platform?: 'facebook' | 'instagram' | 'twitter' | 'bluesky' | 'threads' | 'youtube' | 'linkedin' | 'reddit' | 'tiktok';
5487
+ platform?: 'facebook' | 'instagram' | 'twitter' | 'bluesky' | 'threads' | 'youtube' | 'linkedin' | 'reddit';
5488
5488
  /**
5489
5489
  * Filter by profile ID
5490
5490
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlatedev/node",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "The official Node.js library for the Late API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1428,7 +1428,7 @@ export const replyToInboxPost = <ThrowOnError extends boolean = false>(options:
1428
1428
 
1429
1429
  /**
1430
1430
  * Delete comment
1431
- * Delete a comment on a post. Supported by Facebook, Instagram, Bluesky, Reddit, YouTube, LinkedIn, and TikTok.
1431
+ * Delete a comment on a post. Supported by Facebook, Instagram, Bluesky, Reddit, YouTube, and LinkedIn.
1432
1432
  * Requires accountId and commentId query parameters.
1433
1433
  *
1434
1434
  */
@@ -5558,7 +5558,7 @@ export type ListInboxCommentsData = {
5558
5558
  /**
5559
5559
  * Filter by platform
5560
5560
  */
5561
- platform?: 'facebook' | 'instagram' | 'twitter' | 'bluesky' | 'threads' | 'youtube' | 'linkedin' | 'reddit' | 'tiktok';
5561
+ platform?: 'facebook' | 'instagram' | 'twitter' | 'bluesky' | 'threads' | 'youtube' | 'linkedin' | 'reddit';
5562
5562
  /**
5563
5563
  * Filter by profile ID
5564
5564
  */