@zernio/node 0.2.133 → 0.2.134

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
@@ -13859,6 +13859,10 @@ type GetAdCommentsResponse = ({
13859
13859
  * Underlying post ID the comments belong to. effective_object_story_id for the Facebook side, effective_instagram_media_id for the Instagram side.
13860
13860
  */
13861
13861
  effectiveStoryId: string;
13862
+ /**
13863
+ * Facebook-only. The connected Facebook Page SocialAccount these comments were read through — pass it as `accountId` (with `effectiveStoryId` as the postId) to /v1/inbox/comments to reply/hide/delete. Null when no connected Page was used (then moderation isn't possible).
13864
+ */
13865
+ facebookAccountId?: (string) | null;
13862
13866
  /**
13863
13867
  * Instagram-only. The Instagram-scoped business ID that owns the boosted media (creative.instagram_user_id).
13864
13868
  */
@@ -13868,7 +13872,7 @@ type GetAdCommentsResponse = ({
13868
13872
  */
13869
13873
  instagramPermalink?: string;
13870
13874
  /**
13871
- * Instagram-only. The connected Instagram SocialAccount these comments were read through — use it for reply/hide actions via /v1/inbox/comments.
13875
+ * Instagram-only. The connected Instagram SocialAccount these comments were read through — pass it as `accountId` (with `effectiveStoryId` as the postId) to /v1/inbox/comments to reply/hide/delete.
13872
13876
  */
13873
13877
  instagramAccountId?: string;
13874
13878
  /**
package/dist/index.d.ts CHANGED
@@ -13859,6 +13859,10 @@ type GetAdCommentsResponse = ({
13859
13859
  * Underlying post ID the comments belong to. effective_object_story_id for the Facebook side, effective_instagram_media_id for the Instagram side.
13860
13860
  */
13861
13861
  effectiveStoryId: string;
13862
+ /**
13863
+ * Facebook-only. The connected Facebook Page SocialAccount these comments were read through — pass it as `accountId` (with `effectiveStoryId` as the postId) to /v1/inbox/comments to reply/hide/delete. Null when no connected Page was used (then moderation isn't possible).
13864
+ */
13865
+ facebookAccountId?: (string) | null;
13862
13866
  /**
13863
13867
  * Instagram-only. The Instagram-scoped business ID that owns the boosted media (creative.instagram_user_id).
13864
13868
  */
@@ -13868,7 +13872,7 @@ type GetAdCommentsResponse = ({
13868
13872
  */
13869
13873
  instagramPermalink?: string;
13870
13874
  /**
13871
- * Instagram-only. The connected Instagram SocialAccount these comments were read through — use it for reply/hide actions via /v1/inbox/comments.
13875
+ * Instagram-only. The connected Instagram SocialAccount these comments were read through — pass it as `accountId` (with `effectiveStoryId` as the postId) to /v1/inbox/comments to reply/hide/delete.
13872
13876
  */
13873
13877
  instagramAccountId?: string;
13874
13878
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.133",
3
+ "version": "0.2.134",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -14179,6 +14179,10 @@ export type GetAdCommentsResponse = ({
14179
14179
  * Underlying post ID the comments belong to. effective_object_story_id for the Facebook side, effective_instagram_media_id for the Instagram side.
14180
14180
  */
14181
14181
  effectiveStoryId: string;
14182
+ /**
14183
+ * Facebook-only. The connected Facebook Page SocialAccount these comments were read through — pass it as `accountId` (with `effectiveStoryId` as the postId) to /v1/inbox/comments to reply/hide/delete. Null when no connected Page was used (then moderation isn't possible).
14184
+ */
14185
+ facebookAccountId?: (string) | null;
14182
14186
  /**
14183
14187
  * Instagram-only. The Instagram-scoped business ID that owns the boosted media (creative.instagram_user_id).
14184
14188
  */
@@ -14188,7 +14192,7 @@ export type GetAdCommentsResponse = ({
14188
14192
  */
14189
14193
  instagramPermalink?: string;
14190
14194
  /**
14191
- * Instagram-only. The connected Instagram SocialAccount these comments were read through — use it for reply/hide actions via /v1/inbox/comments.
14195
+ * Instagram-only. The connected Instagram SocialAccount these comments were read through — pass it as `accountId` (with `effectiveStoryId` as the postId) to /v1/inbox/comments to reply/hide/delete.
14192
14196
  */
14193
14197
  instagramAccountId?: string;
14194
14198
  /**