@zernio/node 0.2.752 → 0.2.754

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
@@ -9754,7 +9754,7 @@ type WebhookPayloadCallReceived = {
9754
9754
  };
9755
9755
  type event9 = 'call.received';
9756
9756
  /**
9757
- * Webhook payload for comment received events (Instagram, Facebook, X, YouTube, LinkedIn, Bluesky, Reddit, TikTok). TikTok events carry only the author id: the comment.update webhook has no username, picture or owner flag.
9757
+ * Webhook payload for comment received events (Instagram, Facebook, Threads, YouTube, LinkedIn, Bluesky, Reddit, TikTok). X/Twitter does NOT fire this event. TikTok events carry only the author id: the comment.update webhook has no username, picture or owner flag.
9758
9758
  */
9759
9759
  type WebhookPayloadComment = {
9760
9760
  /**
@@ -9775,7 +9775,7 @@ type WebhookPayloadComment = {
9775
9775
  * Platform's post ID
9776
9776
  */
9777
9777
  platformPostId: string;
9778
- platform: 'instagram' | 'facebook' | 'twitter' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
9778
+ platform: 'instagram' | 'facebook' | 'threads' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
9779
9779
  /**
9780
9780
  * Comment text content
9781
9781
  */
@@ -9907,7 +9907,7 @@ type WebhookPayloadComment = {
9907
9907
  timestamp: string;
9908
9908
  };
9909
9909
  type event10 = 'comment.received';
9910
- type platform10 = 'instagram' | 'facebook' | 'twitter' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
9910
+ type platform10 = 'instagram' | 'facebook' | 'threads' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
9911
9911
  /**
9912
9912
  * WhatsApp only. Who answers a conversation changed: Meta Business Agent took it over,
9913
9913
  * handed it to you, or another partner app took it.
@@ -32983,7 +32983,7 @@ type GetAdSetDetailsData = {
32983
32983
  */
32984
32984
  accountId: string;
32985
32985
  /**
32986
- * Comma-separated Graph field override (supports nested {} projections).
32986
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
32987
32987
  */
32988
32988
  fields?: string;
32989
32989
  };
@@ -34772,7 +34772,7 @@ type ListAdStudiesData = {
34772
34772
  */
34773
34773
  after?: string;
34774
34774
  /**
34775
- * Comma-separated Graph field override (supports nested {} projections).
34775
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
34776
34776
  */
34777
34777
  fields?: string;
34778
34778
  /**
@@ -35090,7 +35090,7 @@ type ListAdCreativesData = {
35090
35090
  */
35091
35091
  after?: string;
35092
35092
  /**
35093
- * Comma-separated Graph field override (supports nested {} projections).
35093
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
35094
35094
  */
35095
35095
  fields?: string;
35096
35096
  /**
@@ -35193,7 +35193,7 @@ type GetAdCreativeData = {
35193
35193
  */
35194
35194
  accountId: string;
35195
35195
  /**
35196
- * Comma-separated Graph field override (supports nested {} projections).
35196
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
35197
35197
  */
35198
35198
  fields?: string;
35199
35199
  };
@@ -38148,7 +38148,7 @@ type ListAdImagesData = {
38148
38148
  */
38149
38149
  after?: string;
38150
38150
  /**
38151
- * Comma-separated Graph field override (supports nested {} projections).
38151
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
38152
38152
  */
38153
38153
  fields?: string;
38154
38154
  /**
@@ -38227,7 +38227,7 @@ type ListAdVideosData = {
38227
38227
  */
38228
38228
  after?: string;
38229
38229
  /**
38230
- * Comma-separated Graph field override (supports nested {} projections).
38230
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
38231
38231
  */
38232
38232
  fields?: string;
38233
38233
  /**
@@ -38377,7 +38377,7 @@ type SearchAdLibraryData = {
38377
38377
  */
38378
38378
  countries?: string;
38379
38379
  /**
38380
- * Meta only. Raw Graph projection override, e.g. add spend,impressions,demographic_distribution for political ads.
38380
+ * Meta only. Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
38381
38381
  */
38382
38382
  fields?: string;
38383
38383
  /**
package/dist/index.d.ts CHANGED
@@ -9754,7 +9754,7 @@ type WebhookPayloadCallReceived = {
9754
9754
  };
9755
9755
  type event9 = 'call.received';
9756
9756
  /**
9757
- * Webhook payload for comment received events (Instagram, Facebook, X, YouTube, LinkedIn, Bluesky, Reddit, TikTok). TikTok events carry only the author id: the comment.update webhook has no username, picture or owner flag.
9757
+ * Webhook payload for comment received events (Instagram, Facebook, Threads, YouTube, LinkedIn, Bluesky, Reddit, TikTok). X/Twitter does NOT fire this event. TikTok events carry only the author id: the comment.update webhook has no username, picture or owner flag.
9758
9758
  */
9759
9759
  type WebhookPayloadComment = {
9760
9760
  /**
@@ -9775,7 +9775,7 @@ type WebhookPayloadComment = {
9775
9775
  * Platform's post ID
9776
9776
  */
9777
9777
  platformPostId: string;
9778
- platform: 'instagram' | 'facebook' | 'twitter' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
9778
+ platform: 'instagram' | 'facebook' | 'threads' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
9779
9779
  /**
9780
9780
  * Comment text content
9781
9781
  */
@@ -9907,7 +9907,7 @@ type WebhookPayloadComment = {
9907
9907
  timestamp: string;
9908
9908
  };
9909
9909
  type event10 = 'comment.received';
9910
- type platform10 = 'instagram' | 'facebook' | 'twitter' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
9910
+ type platform10 = 'instagram' | 'facebook' | 'threads' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
9911
9911
  /**
9912
9912
  * WhatsApp only. Who answers a conversation changed: Meta Business Agent took it over,
9913
9913
  * handed it to you, or another partner app took it.
@@ -32983,7 +32983,7 @@ type GetAdSetDetailsData = {
32983
32983
  */
32984
32984
  accountId: string;
32985
32985
  /**
32986
- * Comma-separated Graph field override (supports nested {} projections).
32986
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
32987
32987
  */
32988
32988
  fields?: string;
32989
32989
  };
@@ -34772,7 +34772,7 @@ type ListAdStudiesData = {
34772
34772
  */
34773
34773
  after?: string;
34774
34774
  /**
34775
- * Comma-separated Graph field override (supports nested {} projections).
34775
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
34776
34776
  */
34777
34777
  fields?: string;
34778
34778
  /**
@@ -35090,7 +35090,7 @@ type ListAdCreativesData = {
35090
35090
  */
35091
35091
  after?: string;
35092
35092
  /**
35093
- * Comma-separated Graph field override (supports nested {} projections).
35093
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
35094
35094
  */
35095
35095
  fields?: string;
35096
35096
  /**
@@ -35193,7 +35193,7 @@ type GetAdCreativeData = {
35193
35193
  */
35194
35194
  accountId: string;
35195
35195
  /**
35196
- * Comma-separated Graph field override (supports nested {} projections).
35196
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
35197
35197
  */
35198
35198
  fields?: string;
35199
35199
  };
@@ -38148,7 +38148,7 @@ type ListAdImagesData = {
38148
38148
  */
38149
38149
  after?: string;
38150
38150
  /**
38151
- * Comma-separated Graph field override (supports nested {} projections).
38151
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
38152
38152
  */
38153
38153
  fields?: string;
38154
38154
  /**
@@ -38227,7 +38227,7 @@ type ListAdVideosData = {
38227
38227
  */
38228
38228
  after?: string;
38229
38229
  /**
38230
- * Comma-separated Graph field override (supports nested {} projections).
38230
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
38231
38231
  */
38232
38232
  fields?: string;
38233
38233
  /**
@@ -38377,7 +38377,7 @@ type SearchAdLibraryData = {
38377
38377
  */
38378
38378
  countries?: string;
38379
38379
  /**
38380
- * Meta only. Raw Graph projection override, e.g. add spend,impressions,demographic_distribution for political ads.
38380
+ * Meta only. Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
38381
38381
  */
38382
38382
  fields?: string;
38383
38383
  /**
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
36
36
  // package.json
37
37
  var package_default = {
38
38
  name: "@zernio/node",
39
- version: "0.2.752",
39
+ version: "0.2.754",
40
40
  description: "The official Node.js library for the Zernio API",
41
41
  main: "dist/index.js",
42
42
  module: "dist/index.mjs",
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "@zernio/node",
8
- version: "0.2.752",
8
+ version: "0.2.754",
9
9
  description: "The official Node.js library for the Zernio API",
10
10
  main: "dist/index.js",
11
11
  module: "dist/index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.752",
3
+ "version": "0.2.754",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -8514,7 +8514,7 @@ export type WebhookPayloadCallReceived = {
8514
8514
  export type event9 = 'call.received';
8515
8515
 
8516
8516
  /**
8517
- * Webhook payload for comment received events (Instagram, Facebook, X, YouTube, LinkedIn, Bluesky, Reddit, TikTok). TikTok events carry only the author id: the comment.update webhook has no username, picture or owner flag.
8517
+ * Webhook payload for comment received events (Instagram, Facebook, Threads, YouTube, LinkedIn, Bluesky, Reddit, TikTok). X/Twitter does NOT fire this event. TikTok events carry only the author id: the comment.update webhook has no username, picture or owner flag.
8518
8518
  */
8519
8519
  export type WebhookPayloadComment = {
8520
8520
  /**
@@ -8535,7 +8535,7 @@ export type WebhookPayloadComment = {
8535
8535
  * Platform's post ID
8536
8536
  */
8537
8537
  platformPostId: string;
8538
- platform: 'instagram' | 'facebook' | 'twitter' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
8538
+ platform: 'instagram' | 'facebook' | 'threads' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
8539
8539
  /**
8540
8540
  * Comment text content
8541
8541
  */
@@ -8669,7 +8669,7 @@ export type WebhookPayloadComment = {
8669
8669
 
8670
8670
  export type event10 = 'comment.received';
8671
8671
 
8672
- export type platform10 = 'instagram' | 'facebook' | 'twitter' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
8672
+ export type platform10 = 'instagram' | 'facebook' | 'threads' | 'youtube' | 'linkedin' | 'bluesky' | 'reddit' | 'tiktok';
8673
8673
 
8674
8674
  /**
8675
8675
  * WhatsApp only. Who answers a conversation changed: Meta Business Agent took it over,
@@ -33334,7 +33334,7 @@ export type GetAdSetDetailsData = {
33334
33334
  */
33335
33335
  accountId: string;
33336
33336
  /**
33337
- * Comma-separated Graph field override (supports nested {} projections).
33337
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
33338
33338
  */
33339
33339
  fields?: string;
33340
33340
  };
@@ -35243,7 +35243,7 @@ export type ListAdStudiesData = {
35243
35243
  */
35244
35244
  after?: string;
35245
35245
  /**
35246
- * Comma-separated Graph field override (supports nested {} projections).
35246
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
35247
35247
  */
35248
35248
  fields?: string;
35249
35249
  /**
@@ -35585,7 +35585,7 @@ export type ListAdCreativesData = {
35585
35585
  */
35586
35586
  after?: string;
35587
35587
  /**
35588
- * Comma-separated Graph field override (supports nested {} projections).
35588
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
35589
35589
  */
35590
35590
  fields?: string;
35591
35591
  /**
@@ -35694,7 +35694,7 @@ export type GetAdCreativeData = {
35694
35694
  */
35695
35695
  accountId: string;
35696
35696
  /**
35697
- * Comma-separated Graph field override (supports nested {} projections).
35697
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
35698
35698
  */
35699
35699
  fields?: string;
35700
35700
  };
@@ -38784,7 +38784,7 @@ export type ListAdImagesData = {
38784
38784
  */
38785
38785
  after?: string;
38786
38786
  /**
38787
- * Comma-separated Graph field override (supports nested {} projections).
38787
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
38788
38788
  */
38789
38789
  fields?: string;
38790
38790
  /**
@@ -38869,7 +38869,7 @@ export type ListAdVideosData = {
38869
38869
  */
38870
38870
  after?: string;
38871
38871
  /**
38872
- * Comma-separated Graph field override (supports nested {} projections).
38872
+ * Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
38873
38873
  */
38874
38874
  fields?: string;
38875
38875
  /**
@@ -39031,7 +39031,7 @@ export type SearchAdLibraryData = {
39031
39031
  */
39032
39032
  countries?: string;
39033
39033
  /**
39034
- * Meta only. Raw Graph projection override, e.g. add spend,impressions,demographic_distribution for political ads.
39034
+ * Meta only. Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
39035
39035
  */
39036
39036
  fields?: string;
39037
39037
  /**