@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 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 only, not stories or reels). Skipped when draft is true.
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 only, not stories or reels). Skipped when draft is true.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.40",
3
+ "version": "0.2.41",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -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 only, not stories or reels). Skipped when draft is true.
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
  /**