@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/generated/sdk.gen.ts +1 -1
- package/src/generated/types.gen.ts +1 -1
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'
|
|
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'
|
|
5487
|
+
platform?: 'facebook' | 'instagram' | 'twitter' | 'bluesky' | 'threads' | 'youtube' | 'linkedin' | 'reddit';
|
|
5488
5488
|
/**
|
|
5489
5489
|
* Filter by profile ID
|
|
5490
5490
|
*/
|
package/package.json
CHANGED
package/src/generated/sdk.gen.ts
CHANGED
|
@@ -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,
|
|
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'
|
|
5561
|
+
platform?: 'facebook' | 'instagram' | 'twitter' | 'bluesky' | 'threads' | 'youtube' | 'linkedin' | 'reddit';
|
|
5562
5562
|
/**
|
|
5563
5563
|
* Filter by profile ID
|
|
5564
5564
|
*/
|