@zernio/node 0.2.40 → 0.2.41
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/types.gen.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1118,7 +1118,7 @@ type FacebookPlatformData = {
|
|
|
1118
1118
|
*/
|
|
1119
1119
|
title?: string;
|
|
1120
1120
|
/**
|
|
1121
|
-
* Optional first comment to post immediately after publishing (feed posts
|
|
1121
|
+
* Optional first comment to post immediately after publishing (feed posts and reels, not stories). Skipped when draft is true.
|
|
1122
1122
|
*/
|
|
1123
1123
|
firstComment?: string;
|
|
1124
1124
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1118,7 +1118,7 @@ type FacebookPlatformData = {
|
|
|
1118
1118
|
*/
|
|
1119
1119
|
title?: string;
|
|
1120
1120
|
/**
|
|
1121
|
-
* Optional first comment to post immediately after publishing (feed posts
|
|
1121
|
+
* Optional first comment to post immediately after publishing (feed posts and reels, not stories). Skipped when draft is true.
|
|
1122
1122
|
*/
|
|
1123
1123
|
firstComment?: string;
|
|
1124
1124
|
/**
|
package/package.json
CHANGED
|
@@ -549,7 +549,7 @@ export type FacebookPlatformData = {
|
|
|
549
549
|
*/
|
|
550
550
|
title?: string;
|
|
551
551
|
/**
|
|
552
|
-
* Optional first comment to post immediately after publishing (feed posts
|
|
552
|
+
* Optional first comment to post immediately after publishing (feed posts and reels, not stories). Skipped when draft is true.
|
|
553
553
|
*/
|
|
554
554
|
firstComment?: string;
|
|
555
555
|
/**
|