@zernio/node 0.2.36 → 0.2.38

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
@@ -55,20 +55,6 @@ declare class Zernio {
55
55
  * Base URL for API requests.
56
56
  */
57
57
  baseURL: string;
58
- /**
59
- * Tools API - Media download and utilities
60
- */
61
- tools: {
62
- downloadYouTubeVideo: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DownloadYouTubeVideoData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DownloadYouTubeVideoResponse, unknown, ThrowOnError>;
63
- getYouTubeTranscript: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetYouTubeTranscriptData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetYouTubeTranscriptResponse, unknown, ThrowOnError>;
64
- downloadInstagramMedia: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DownloadInstagramMediaData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DownloadInstagramMediaResponse, unknown, ThrowOnError>;
65
- checkInstagramHashtags: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CheckInstagramHashtagsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CheckInstagramHashtagsResponse, unknown, ThrowOnError>;
66
- downloadTikTokVideo: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DownloadTikTokVideoData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DownloadTikTokVideoResponse, unknown, ThrowOnError>;
67
- downloadTwitterMedia: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DownloadTwitterMediaData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DownloadTwitterMediaResponse, unknown, ThrowOnError>;
68
- downloadFacebookVideo: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DownloadFacebookVideoData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DownloadFacebookVideoResponse, unknown, ThrowOnError>;
69
- downloadLinkedInVideo: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DownloadLinkedInVideoData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DownloadLinkedInVideoResponse, unknown, ThrowOnError>;
70
- downloadBlueskyMedia: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DownloadBlueskyMediaData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DownloadBlueskyMediaResponse, unknown, ThrowOnError>;
71
- };
72
58
  /**
73
59
  * validate API
74
60
  */
@@ -86,6 +72,7 @@ declare class Zernio {
86
72
  getYouTubeDailyViews: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetYouTubeDailyViewsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<YouTubeDailyViewsResponse, GetYouTubeDailyViewsError, ThrowOnError>;
87
73
  getInstagramAccountInsights: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetInstagramAccountInsightsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<InstagramAccountInsightsResponse, GetInstagramAccountInsightsError, ThrowOnError>;
88
74
  getInstagramDemographics: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetInstagramDemographicsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<InstagramDemographicsResponse, GetInstagramDemographicsError, ThrowOnError>;
75
+ getYouTubeDemographics: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetYouTubeDemographicsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<YouTubeDemographicsResponse, GetYouTubeDemographicsError, ThrowOnError>;
89
76
  getDailyMetrics: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<GetDailyMetricsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetDailyMetricsResponse, GetDailyMetricsError, ThrowOnError>;
90
77
  getBestTimeToPost: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<GetBestTimeToPostData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetBestTimeToPostResponse, GetBestTimeToPostError, ThrowOnError>;
91
78
  getContentDecay: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<GetContentDecayData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetContentDecayResponse, GetContentDecayError, ThrowOnError>;
@@ -419,6 +406,21 @@ declare class Zernio {
419
406
  getWhatsAppPhoneNumber: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppPhoneNumberData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppPhoneNumberResponse, GetWhatsAppPhoneNumberError, ThrowOnError>;
420
407
  releaseWhatsAppPhoneNumber: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ReleaseWhatsAppPhoneNumberData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ReleaseWhatsAppPhoneNumberResponse, unknown, ThrowOnError>;
421
408
  };
409
+ /**
410
+ * whatsappflows API
411
+ */
412
+ whatsappflows: {
413
+ listWhatsAppFlows: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListWhatsAppFlowsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListWhatsAppFlowsResponse, unknown, ThrowOnError>;
414
+ createWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateWhatsAppFlowResponse, unknown, ThrowOnError>;
415
+ getWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppFlowResponse, unknown, ThrowOnError>;
416
+ updateWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateWhatsAppFlowResponse, unknown, ThrowOnError>;
417
+ deleteWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteWhatsAppFlowResponse, unknown, ThrowOnError>;
418
+ getWhatsAppFlowJson: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppFlowJsonData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppFlowJsonResponse, unknown, ThrowOnError>;
419
+ uploadWhatsAppFlowJson: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UploadWhatsAppFlowJsonData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UploadWhatsAppFlowJsonResponse, unknown, ThrowOnError>;
420
+ publishWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<PublishWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<PublishWhatsAppFlowResponse, unknown, ThrowOnError>;
421
+ deprecateWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeprecateWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeprecateWhatsAppFlowResponse, unknown, ThrowOnError>;
422
+ sendWhatsAppFlowMessage: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<SendWhatsAppFlowMessageData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<SendWhatsAppFlowMessageResponse, unknown, ThrowOnError>;
423
+ };
422
424
  /**
423
425
  * contacts API
424
426
  */
@@ -504,12 +506,13 @@ declare class Zernio {
504
506
  adcampaigns: {
505
507
  listAdCampaigns: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<ListAdCampaignsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListAdCampaignsResponse, unknown, ThrowOnError>;
506
508
  updateAdCampaignStatus: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateAdCampaignStatusData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateAdCampaignStatusResponse, unknown, ThrowOnError>;
509
+ getAdTree: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<GetAdTreeData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetAdTreeResponse, unknown, ThrowOnError>;
507
510
  };
508
511
  /**
509
512
  * adaudiences API
510
513
  */
511
514
  adaudiences: {
512
- listAdAudiences: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListAdAudiencesData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListAdAudiencesResponse, ListAdAudiencesError, ThrowOnError>;
515
+ listAdAudiences: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListAdAudiencesData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListAdAudiencesResponse, unknown, ThrowOnError>;
513
516
  createAdAudience: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateAdAudienceData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateAdAudienceResponse, unknown, ThrowOnError>;
514
517
  getAdAudience: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetAdAudienceData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetAdAudienceResponse, unknown, ThrowOnError>;
515
518
  deleteAdAudience: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteAdAudienceData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteAdAudienceResponse, unknown, ThrowOnError>;
@@ -694,11 +697,41 @@ type Ad = {
694
697
  campaignName?: string;
695
698
  adSetName?: string;
696
699
  /**
697
- * Platform-specific creative data
700
+ * Platform-specific creative data. Fields vary by platform.
698
701
  */
699
702
  creative?: {
700
- [key: string]: unknown;
701
- };
703
+ /**
704
+ * Primary thumbnail/image URL
705
+ */
706
+ thumbnailUrl?: string;
707
+ /**
708
+ * Alternative image URL
709
+ */
710
+ imageUrl?: string;
711
+ /**
712
+ * All media URLs for this ad (carousel images, multiple assets). Populated for Meta (carousel child_attachments), Google Ads (responsive display marketing_images), and LinkedIn (multi-image posts).
713
+ */
714
+ mediaUrls?: Array<(string)>;
715
+ /**
716
+ * Ad copy/text
717
+ */
718
+ body?: string;
719
+ /**
720
+ * Google Ads headline
721
+ */
722
+ googleHeadline?: string;
723
+ /**
724
+ * Google Ads description
725
+ */
726
+ googleDescription?: string;
727
+ /**
728
+ * Destination URL
729
+ */
730
+ linkUrl?: string;
731
+ pinterestImageUrl?: string;
732
+ pinterestTitle?: string;
733
+ pinterestDescription?: string;
734
+ } | null;
702
735
  targeting?: {
703
736
  [key: string]: unknown;
704
737
  };
@@ -758,6 +791,53 @@ type AdMetrics = {
758
791
  */
759
792
  lastSyncedAt?: string;
760
793
  };
794
+ /**
795
+ * Ad set (or ad group/line item depending on platform) with rolled-up metrics and child ads
796
+ */
797
+ type AdTreeAdSet = {
798
+ platformAdSetId?: string;
799
+ adSetName?: string;
800
+ /**
801
+ * Derived from child ad statuses
802
+ */
803
+ status?: 'active' | 'paused' | 'pending_review' | 'rejected' | 'completed' | 'cancelled' | 'error';
804
+ adCount?: number;
805
+ budget?: {
806
+ amount?: number;
807
+ type?: 'daily' | 'lifetime';
808
+ } | null;
809
+ metrics?: AdMetrics;
810
+ /**
811
+ * Individual ads within this ad set (capped at 100). Returns a subset of Ad fields from the aggregation (core fields like _id, name, platform, status, budget, metrics, creative, goal are included; targeting and schedule may be absent).
812
+ */
813
+ ads?: Array<Ad>;
814
+ };
815
+ /**
816
+ * Campaign with nested ad sets and rolled-up metrics
817
+ */
818
+ type AdTreeCampaign = {
819
+ platformCampaignId?: string;
820
+ platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter';
821
+ campaignName?: string;
822
+ /**
823
+ * Derived from child ad statuses
824
+ */
825
+ status?: 'active' | 'paused' | 'pending_review' | 'rejected' | 'completed' | 'cancelled' | 'error';
826
+ /**
827
+ * Total ads across all ad sets
828
+ */
829
+ adCount?: number;
830
+ adSetCount?: number;
831
+ budget?: {
832
+ amount?: number;
833
+ type?: 'daily' | 'lifetime';
834
+ } | null;
835
+ metrics?: AdMetrics;
836
+ platformAdAccountId?: string;
837
+ accountId?: string;
838
+ profileId?: string;
839
+ adSets?: Array<AdTreeAdSet>;
840
+ };
761
841
  type AnalyticsListResponse = {
762
842
  overview?: AnalyticsOverview;
763
843
  posts?: Array<{
@@ -919,9 +999,6 @@ type BlueskyPlatformData = {
919
999
  mediaItems?: Array<MediaItem>;
920
1000
  }>;
921
1001
  };
922
- type CaptionResponse = {
923
- caption?: string;
924
- };
925
1002
  /**
926
1003
  * Connection event log showing account connection/disconnection history
927
1004
  */
@@ -1014,20 +1091,6 @@ type eventType = 'connect_success' | 'connect_failed' | 'disconnect' | 'reconnec
1014
1091
  * How the connection was initiated
1015
1092
  */
1016
1093
  type connectionMethod = 'oauth' | 'credentials' | 'invitation';
1017
- type DownloadFormat = {
1018
- formatId?: string;
1019
- ext?: string;
1020
- resolution?: string;
1021
- filesize?: number;
1022
- quality?: string;
1023
- };
1024
- type DownloadResponse = {
1025
- url?: string;
1026
- title?: string;
1027
- thumbnail?: string;
1028
- duration?: number;
1029
- formats?: Array<DownloadFormat>;
1030
- };
1031
1094
  type ErrorResponse = {
1032
1095
  error?: string;
1033
1096
  details?: {
@@ -1166,15 +1229,6 @@ type GoogleBusinessPlatformData = {
1166
1229
  * Button action type: LEARN_MORE, BOOK, ORDER, SHOP, SIGN_UP, CALL
1167
1230
  */
1168
1231
  type type2 = 'LEARN_MORE' | 'BOOK' | 'ORDER' | 'SHOP' | 'SIGN_UP' | 'CALL';
1169
- type HashtagCheckResponse = {
1170
- hashtags?: Array<HashtagInfo>;
1171
- };
1172
- type HashtagInfo = {
1173
- hashtag?: string;
1174
- status?: 'safe' | 'banned' | 'restricted' | 'unknown';
1175
- postCount?: number;
1176
- };
1177
- type status3 = 'safe' | 'banned' | 'restricted' | 'unknown';
1178
1232
  type InstagramAccountInsightsResponse = {
1179
1233
  success?: boolean;
1180
1234
  /**
@@ -1538,7 +1592,7 @@ type PlatformAnalytics = {
1538
1592
  */
1539
1593
  errorMessage?: (string) | null;
1540
1594
  };
1541
- type status4 = 'published' | 'failed';
1595
+ type status3 = 'published' | 'failed';
1542
1596
  /**
1543
1597
  * Sync state of analytics for this platform
1544
1598
  */
@@ -1642,7 +1696,7 @@ type Post = {
1642
1696
  createdAt?: string;
1643
1697
  updatedAt?: string;
1644
1698
  };
1645
- type status5 = 'draft' | 'scheduled' | 'publishing' | 'published' | 'failed' | 'partial';
1699
+ type status4 = 'draft' | 'scheduled' | 'publishing' | 'published' | 'failed' | 'partial';
1646
1700
  type visibility = 'public' | 'private' | 'unlisted';
1647
1701
  type PostAnalytics = {
1648
1702
  impressions?: number;
@@ -1750,7 +1804,7 @@ type PostLog = {
1750
1804
  * Type of action logged: publish (initial attempt), retry (after failure), media_upload, rate_limit_pause, token_refresh, cancelled
1751
1805
  */
1752
1806
  type action = 'publish' | 'retry' | 'media_upload' | 'rate_limit_pause' | 'token_refresh' | 'cancelled';
1753
- type status6 = 'success' | 'failed' | 'pending' | 'skipped';
1807
+ type status5 = 'success' | 'failed' | 'pending' | 'skipped';
1754
1808
  type PostRetryResponse = {
1755
1809
  message?: string;
1756
1810
  post?: Post;
@@ -2140,16 +2194,6 @@ type commercialContentType = 'none' | 'brand_organic' | 'brand_content';
2140
2194
  * Optional override. Defaults based on provided media items.
2141
2195
  */
2142
2196
  type mediaType2 = 'video' | 'photo';
2143
- type TranscriptResponse = {
2144
- transcript?: string;
2145
- segments?: Array<TranscriptSegment>;
2146
- language?: string;
2147
- };
2148
- type TranscriptSegment = {
2149
- text?: string;
2150
- start?: number;
2151
- duration?: number;
2152
- };
2153
2197
  type TwitterPlatformData = {
2154
2198
  /**
2155
2199
  * ID of an existing tweet to reply to. The published tweet will appear as a reply in that tweet's thread. For threads, only the first tweet replies to the target; subsequent tweets chain normally.
@@ -2198,7 +2242,7 @@ type UploadTokenResponse = {
2198
2242
  expiresAt?: string;
2199
2243
  status?: 'pending' | 'completed' | 'expired';
2200
2244
  };
2201
- type status7 = 'pending' | 'completed' | 'expired';
2245
+ type status6 = 'pending' | 'completed' | 'expired';
2202
2246
  type UploadTokenStatusResponse = {
2203
2247
  token?: string;
2204
2248
  status?: 'pending' | 'completed' | 'expired';
@@ -2327,7 +2371,7 @@ type WebhookLog = {
2327
2371
  createdAt?: string;
2328
2372
  };
2329
2373
  type event = 'post.scheduled' | 'post.published' | 'post.failed' | 'post.partial' | 'post.cancelled' | 'post.recycled' | 'account.connected' | 'account.disconnected' | 'message.received' | 'comment.received' | 'webhook.test';
2330
- type status8 = 'success' | 'failed';
2374
+ type status7 = 'success' | 'failed';
2331
2375
  /**
2332
2376
  * Webhook payload for account connected events
2333
2377
  */
@@ -2576,7 +2620,7 @@ type WebhookPayloadMessage = {
2576
2620
  type event5 = 'message.received';
2577
2621
  type platform4 = 'instagram' | 'facebook' | 'telegram' | 'whatsapp';
2578
2622
  type direction = 'incoming' | 'outgoing';
2579
- type status9 = 'active' | 'archived';
2623
+ type status8 = 'active' | 'archived';
2580
2624
  /**
2581
2625
  * Webhook payload for post events
2582
2626
  */
@@ -2742,6 +2786,34 @@ type YouTubeDailyViewsResponse = {
2742
2786
  hasAnalyticsScope?: boolean;
2743
2787
  };
2744
2788
  };
2789
+ type YouTubeDemographicsResponse = {
2790
+ success?: boolean;
2791
+ /**
2792
+ * The Zernio SocialAccount ID
2793
+ */
2794
+ accountId?: string;
2795
+ platform?: string;
2796
+ /**
2797
+ * Object keyed by breakdown dimension (age, gender, country)
2798
+ */
2799
+ demographics?: {
2800
+ [key: string]: Array<{
2801
+ /**
2802
+ * The dimension value (e.g., "25-34", "US", "male")
2803
+ */
2804
+ dimension?: string;
2805
+ /**
2806
+ * Viewer percentage (age/gender) or view count (country)
2807
+ */
2808
+ value?: number;
2809
+ }>;
2810
+ };
2811
+ dateRange?: {
2812
+ startDate?: string;
2813
+ endDate?: string;
2814
+ };
2815
+ note?: string;
2816
+ };
2745
2817
  /**
2746
2818
  * Videos under 3 min auto-detected as Shorts. Custom thumbnails for regular videos only. Scheduled videos are uploaded immediately with the specified visibility.
2747
2819
  */
@@ -2788,192 +2860,6 @@ type YouTubeScopeMissingResponse = {
2788
2860
  reauthorizeUrl?: string;
2789
2861
  };
2790
2862
  };
2791
- type DownloadYouTubeVideoData = {
2792
- query: {
2793
- /**
2794
- * Action to perform: 'download' returns download URL, 'formats' lists available formats
2795
- */
2796
- action?: 'download' | 'formats';
2797
- /**
2798
- * Desired format (when action=download)
2799
- */
2800
- format?: 'video' | 'audio';
2801
- /**
2802
- * Specific format ID from formats list
2803
- */
2804
- formatId?: string;
2805
- /**
2806
- * Desired quality (when action=download)
2807
- */
2808
- quality?: 'hd' | 'sd';
2809
- /**
2810
- * YouTube video URL or video ID
2811
- */
2812
- url: string;
2813
- };
2814
- };
2815
- type DownloadYouTubeVideoResponse = ({
2816
- success?: boolean;
2817
- title?: string;
2818
- downloadUrl?: string;
2819
- formats?: Array<{
2820
- id?: string;
2821
- label?: string;
2822
- ext?: string;
2823
- type?: string;
2824
- height?: number;
2825
- width?: number;
2826
- }>;
2827
- });
2828
- type DownloadYouTubeVideoError = ({
2829
- error?: string;
2830
- } | unknown);
2831
- type GetYouTubeTranscriptData = {
2832
- query: {
2833
- /**
2834
- * Language code for transcript
2835
- */
2836
- lang?: string;
2837
- /**
2838
- * YouTube video URL or video ID
2839
- */
2840
- url: string;
2841
- };
2842
- };
2843
- type GetYouTubeTranscriptResponse = ({
2844
- success?: boolean;
2845
- videoId?: string;
2846
- language?: string;
2847
- fullText?: string;
2848
- segments?: Array<{
2849
- text?: string;
2850
- start?: number;
2851
- duration?: number;
2852
- }>;
2853
- });
2854
- type GetYouTubeTranscriptError = (unknown);
2855
- type DownloadInstagramMediaData = {
2856
- query: {
2857
- /**
2858
- * Instagram reel or post URL
2859
- */
2860
- url: string;
2861
- };
2862
- };
2863
- type DownloadInstagramMediaResponse = ({
2864
- success?: boolean;
2865
- title?: string;
2866
- downloadUrl?: string;
2867
- });
2868
- type DownloadInstagramMediaError = unknown;
2869
- type CheckInstagramHashtagsData = {
2870
- body: {
2871
- hashtags: Array<(string)>;
2872
- };
2873
- };
2874
- type CheckInstagramHashtagsResponse = ({
2875
- success?: boolean;
2876
- results?: Array<{
2877
- hashtag?: string;
2878
- status?: 'banned' | 'restricted' | 'safe' | 'unknown';
2879
- reason?: string;
2880
- confidence?: number;
2881
- }>;
2882
- summary?: {
2883
- banned?: number;
2884
- restricted?: number;
2885
- safe?: number;
2886
- };
2887
- });
2888
- type CheckInstagramHashtagsError = unknown;
2889
- type DownloadTikTokVideoData = {
2890
- query: {
2891
- /**
2892
- * 'formats' to list available formats
2893
- */
2894
- action?: 'download' | 'formats';
2895
- /**
2896
- * Specific format ID (0 = no watermark, etc.)
2897
- */
2898
- formatId?: string;
2899
- /**
2900
- * TikTok video URL or ID
2901
- */
2902
- url: string;
2903
- };
2904
- };
2905
- type DownloadTikTokVideoResponse = ({
2906
- success?: boolean;
2907
- title?: string;
2908
- downloadUrl?: string;
2909
- formats?: Array<{
2910
- id?: string;
2911
- label?: string;
2912
- ext?: string;
2913
- }>;
2914
- });
2915
- type DownloadTikTokVideoError = unknown;
2916
- type DownloadTwitterMediaData = {
2917
- query: {
2918
- action?: 'download' | 'formats';
2919
- formatId?: string;
2920
- /**
2921
- * Twitter/X post URL
2922
- */
2923
- url: string;
2924
- };
2925
- };
2926
- type DownloadTwitterMediaResponse = ({
2927
- success?: boolean;
2928
- title?: string;
2929
- downloadUrl?: string;
2930
- });
2931
- type DownloadTwitterMediaError = unknown;
2932
- type DownloadFacebookVideoData = {
2933
- query: {
2934
- /**
2935
- * Facebook video or reel URL
2936
- */
2937
- url: string;
2938
- };
2939
- };
2940
- type DownloadFacebookVideoResponse = ({
2941
- success?: boolean;
2942
- title?: string;
2943
- downloadUrl?: string;
2944
- thumbnail?: string;
2945
- });
2946
- type DownloadFacebookVideoError = unknown;
2947
- type DownloadLinkedInVideoData = {
2948
- query: {
2949
- /**
2950
- * LinkedIn post URL
2951
- */
2952
- url: string;
2953
- };
2954
- };
2955
- type DownloadLinkedInVideoResponse = ({
2956
- success?: boolean;
2957
- title?: string;
2958
- downloadUrl?: string;
2959
- });
2960
- type DownloadLinkedInVideoError = unknown;
2961
- type DownloadBlueskyMediaData = {
2962
- query: {
2963
- /**
2964
- * Bluesky post URL
2965
- */
2966
- url: string;
2967
- };
2968
- };
2969
- type DownloadBlueskyMediaResponse = ({
2970
- success?: boolean;
2971
- title?: string;
2972
- text?: string;
2973
- downloadUrl?: string;
2974
- thumbnail?: string;
2975
- });
2976
- type DownloadBlueskyMediaError = unknown;
2977
2863
  type ValidatePostLengthData = {
2978
2864
  body: {
2979
2865
  /**
@@ -3279,6 +3165,46 @@ type GetInstagramDemographicsError = ({
3279
3165
  error?: string;
3280
3166
  code?: string;
3281
3167
  });
3168
+ type GetYouTubeDemographicsData = {
3169
+ query: {
3170
+ /**
3171
+ * The Zernio SocialAccount ID for the YouTube account
3172
+ */
3173
+ accountId: string;
3174
+ /**
3175
+ * Comma-separated list of demographic dimensions: age, gender, country.
3176
+ * Defaults to all three if omitted.
3177
+ *
3178
+ */
3179
+ breakdown?: string;
3180
+ /**
3181
+ * End date in YYYY-MM-DD format. Defaults to 3 days ago (YouTube data latency).
3182
+ *
3183
+ */
3184
+ endDate?: string;
3185
+ /**
3186
+ * Start date in YYYY-MM-DD format. Defaults to 90 days ago.
3187
+ *
3188
+ */
3189
+ startDate?: string;
3190
+ };
3191
+ };
3192
+ type GetYouTubeDemographicsResponse = (YouTubeDemographicsResponse);
3193
+ type GetYouTubeDemographicsError = ({
3194
+ error?: string;
3195
+ } | {
3196
+ error?: string;
3197
+ code?: string;
3198
+ } | {
3199
+ success?: boolean;
3200
+ error?: string;
3201
+ code?: string;
3202
+ scopeStatus?: {
3203
+ hasAnalyticsScope?: boolean;
3204
+ requiresReauthorization?: boolean;
3205
+ reauthorizeUrl?: string;
3206
+ };
3207
+ });
3282
3208
  type GetDailyMetricsData = {
3283
3209
  query?: {
3284
3210
  /**
@@ -4077,6 +4003,14 @@ type ListAccountsData = {
4077
4003
  * When true, includes accounts from over-limit profiles.
4078
4004
  */
4079
4005
  includeOverLimit?: boolean;
4006
+ /**
4007
+ * Page size. Required alongside page for pagination.
4008
+ */
4009
+ limit?: number;
4010
+ /**
4011
+ * Page number (1-based). When provided with limit, enables server-side pagination. Omit for all accounts.
4012
+ */
4013
+ page?: number;
4080
4014
  /**
4081
4015
  * Filter accounts by platform (e.g. "instagram", "twitter").
4082
4016
  */
@@ -4093,6 +4027,10 @@ type ListAccountsResponse = ({
4093
4027
  * Whether user has analytics add-on access
4094
4028
  */
4095
4029
  hasAnalyticsAccess?: boolean;
4030
+ /**
4031
+ * Only present when page/limit params are provided
4032
+ */
4033
+ pagination?: Pagination;
4096
4034
  });
4097
4035
  type ListAccountsError = ({
4098
4036
  error?: string;
@@ -9691,6 +9629,316 @@ type RejectWhatsAppGroupJoinRequestsResponse = ({
9691
9629
  type RejectWhatsAppGroupJoinRequestsError = ({
9692
9630
  error?: string;
9693
9631
  });
9632
+ type ListWhatsAppFlowsData = {
9633
+ query: {
9634
+ /**
9635
+ * WhatsApp social account ID
9636
+ */
9637
+ accountId: string;
9638
+ };
9639
+ };
9640
+ type ListWhatsAppFlowsResponse = ({
9641
+ success?: boolean;
9642
+ flows?: Array<{
9643
+ id?: string;
9644
+ name?: string;
9645
+ status?: 'DRAFT' | 'PUBLISHED' | 'DEPRECATED' | 'BLOCKED' | 'THROTTLED';
9646
+ categories?: Array<(string)>;
9647
+ validation_errors?: Array<{
9648
+ [key: string]: unknown;
9649
+ }>;
9650
+ }>;
9651
+ });
9652
+ type ListWhatsAppFlowsError = (unknown | {
9653
+ error?: string;
9654
+ });
9655
+ type CreateWhatsAppFlowData = {
9656
+ body: {
9657
+ /**
9658
+ * WhatsApp social account ID
9659
+ */
9660
+ accountId: string;
9661
+ /**
9662
+ * Flow display name
9663
+ */
9664
+ name: string;
9665
+ /**
9666
+ * Flow categories
9667
+ */
9668
+ categories: Array<('SIGN_UP' | 'SIGN_IN' | 'APPOINTMENT_BOOKING' | 'LEAD_GENERATION' | 'CONTACT_US' | 'CUSTOMER_SUPPORT' | 'SURVEY' | 'OTHER')>;
9669
+ /**
9670
+ * Optional: ID of an existing flow to clone
9671
+ */
9672
+ cloneFlowId?: string;
9673
+ };
9674
+ };
9675
+ type CreateWhatsAppFlowResponse = ({
9676
+ success?: boolean;
9677
+ flow?: {
9678
+ id?: string;
9679
+ name?: string;
9680
+ status?: string;
9681
+ categories?: Array<(string)>;
9682
+ };
9683
+ });
9684
+ type CreateWhatsAppFlowError = (unknown | {
9685
+ error?: string;
9686
+ });
9687
+ type GetWhatsAppFlowData = {
9688
+ path: {
9689
+ /**
9690
+ * Flow ID
9691
+ */
9692
+ flowId: string;
9693
+ };
9694
+ query: {
9695
+ /**
9696
+ * WhatsApp social account ID
9697
+ */
9698
+ accountId: string;
9699
+ /**
9700
+ * Comma-separated fields to return (default: id,name,status,categories,validation_errors,json_version,preview,data_api_version,endpoint_uri)
9701
+ */
9702
+ fields?: string;
9703
+ };
9704
+ };
9705
+ type GetWhatsAppFlowResponse = ({
9706
+ success?: boolean;
9707
+ flow?: {
9708
+ id?: string;
9709
+ name?: string;
9710
+ status?: string;
9711
+ categories?: Array<(string)>;
9712
+ validation_errors?: Array<{
9713
+ [key: string]: unknown;
9714
+ }>;
9715
+ json_version?: string;
9716
+ preview?: {
9717
+ preview_url?: string;
9718
+ expires_at?: string;
9719
+ };
9720
+ };
9721
+ });
9722
+ type GetWhatsAppFlowError = ({
9723
+ error?: string;
9724
+ } | unknown);
9725
+ type UpdateWhatsAppFlowData = {
9726
+ body: {
9727
+ /**
9728
+ * WhatsApp social account ID
9729
+ */
9730
+ accountId: string;
9731
+ /**
9732
+ * New flow name
9733
+ */
9734
+ name?: string;
9735
+ categories?: Array<('SIGN_UP' | 'SIGN_IN' | 'APPOINTMENT_BOOKING' | 'LEAD_GENERATION' | 'CONTACT_US' | 'CUSTOMER_SUPPORT' | 'SURVEY' | 'OTHER')>;
9736
+ };
9737
+ path: {
9738
+ /**
9739
+ * Flow ID
9740
+ */
9741
+ flowId: string;
9742
+ };
9743
+ };
9744
+ type UpdateWhatsAppFlowResponse = ({
9745
+ success?: boolean;
9746
+ });
9747
+ type UpdateWhatsAppFlowError = (unknown | {
9748
+ error?: string;
9749
+ });
9750
+ type DeleteWhatsAppFlowData = {
9751
+ path: {
9752
+ /**
9753
+ * Flow ID
9754
+ */
9755
+ flowId: string;
9756
+ };
9757
+ query: {
9758
+ /**
9759
+ * WhatsApp social account ID
9760
+ */
9761
+ accountId: string;
9762
+ };
9763
+ };
9764
+ type DeleteWhatsAppFlowResponse = ({
9765
+ success?: boolean;
9766
+ });
9767
+ type DeleteWhatsAppFlowError = (unknown | {
9768
+ error?: string;
9769
+ });
9770
+ type GetWhatsAppFlowJsonData = {
9771
+ path: {
9772
+ /**
9773
+ * Flow ID
9774
+ */
9775
+ flowId: string;
9776
+ };
9777
+ query: {
9778
+ /**
9779
+ * WhatsApp social account ID
9780
+ */
9781
+ accountId: string;
9782
+ };
9783
+ };
9784
+ type GetWhatsAppFlowJsonResponse = ({
9785
+ success?: boolean;
9786
+ assets?: Array<{
9787
+ name?: string;
9788
+ asset_type?: string;
9789
+ /**
9790
+ * Temporary URL to download the flow JSON
9791
+ */
9792
+ download_url?: string;
9793
+ }>;
9794
+ });
9795
+ type GetWhatsAppFlowJsonError = ({
9796
+ error?: string;
9797
+ } | unknown);
9798
+ type UploadWhatsAppFlowJsonData = {
9799
+ body: {
9800
+ /**
9801
+ * WhatsApp social account ID
9802
+ */
9803
+ accountId: string;
9804
+ /**
9805
+ * The Flow JSON content. Pass as a JSON object or a JSON string.
9806
+ */
9807
+ flow_json: ({
9808
+ [key: string]: unknown;
9809
+ } | string);
9810
+ };
9811
+ path: {
9812
+ /**
9813
+ * Flow ID
9814
+ */
9815
+ flowId: string;
9816
+ };
9817
+ };
9818
+ type UploadWhatsAppFlowJsonResponse = ({
9819
+ success?: boolean;
9820
+ /**
9821
+ * Empty array if valid; otherwise, contains validation error details from Meta
9822
+ */
9823
+ validation_errors?: Array<{
9824
+ error?: string;
9825
+ error_type?: string;
9826
+ message?: string;
9827
+ line_start?: number;
9828
+ line_end?: number;
9829
+ column_start?: number;
9830
+ column_end?: number;
9831
+ }>;
9832
+ });
9833
+ type UploadWhatsAppFlowJsonError = (unknown | {
9834
+ error?: string;
9835
+ });
9836
+ type PublishWhatsAppFlowData = {
9837
+ body: {
9838
+ /**
9839
+ * WhatsApp social account ID
9840
+ */
9841
+ accountId: string;
9842
+ };
9843
+ path: {
9844
+ /**
9845
+ * Flow ID
9846
+ */
9847
+ flowId: string;
9848
+ };
9849
+ };
9850
+ type PublishWhatsAppFlowResponse = ({
9851
+ success?: boolean;
9852
+ });
9853
+ type PublishWhatsAppFlowError = (unknown | {
9854
+ error?: string;
9855
+ });
9856
+ type DeprecateWhatsAppFlowData = {
9857
+ body: {
9858
+ /**
9859
+ * WhatsApp social account ID
9860
+ */
9861
+ accountId: string;
9862
+ };
9863
+ path: {
9864
+ /**
9865
+ * Flow ID
9866
+ */
9867
+ flowId: string;
9868
+ };
9869
+ };
9870
+ type DeprecateWhatsAppFlowResponse = ({
9871
+ success?: boolean;
9872
+ });
9873
+ type DeprecateWhatsAppFlowError = (unknown | {
9874
+ error?: string;
9875
+ });
9876
+ type SendWhatsAppFlowMessageData = {
9877
+ body: {
9878
+ /**
9879
+ * WhatsApp social account ID
9880
+ */
9881
+ accountId: string;
9882
+ /**
9883
+ * Recipient phone number (E.164 format, e.g. +1234567890)
9884
+ */
9885
+ to: string;
9886
+ /**
9887
+ * Published flow ID
9888
+ */
9889
+ flow_id: string;
9890
+ /**
9891
+ * CTA button text (e.g. 'Book Now', 'Sign Up')
9892
+ */
9893
+ flow_cta: string;
9894
+ /**
9895
+ * Action type: navigate opens a screen directly, data_exchange hits your endpoint first
9896
+ */
9897
+ flow_action?: 'navigate' | 'data_exchange';
9898
+ /**
9899
+ * Unique token to correlate responses. Auto-generated UUID if omitted.
9900
+ */
9901
+ flow_token?: string;
9902
+ flow_action_payload?: {
9903
+ /**
9904
+ * First screen ID to navigate to
9905
+ */
9906
+ screen?: string;
9907
+ /**
9908
+ * Optional data to pass to the screen
9909
+ */
9910
+ data?: {
9911
+ [key: string]: unknown;
9912
+ };
9913
+ };
9914
+ /**
9915
+ * Message body text
9916
+ */
9917
+ body: string;
9918
+ header?: {
9919
+ type?: 'text';
9920
+ text?: string;
9921
+ };
9922
+ /**
9923
+ * Optional footer text
9924
+ */
9925
+ footer?: string;
9926
+ /**
9927
+ * Set true to test an unpublished (DRAFT) flow
9928
+ */
9929
+ draft?: boolean;
9930
+ };
9931
+ };
9932
+ type SendWhatsAppFlowMessageResponse = ({
9933
+ success?: boolean;
9934
+ /**
9935
+ * WhatsApp message ID (WAMID)
9936
+ */
9937
+ messageId?: string;
9938
+ });
9939
+ type SendWhatsAppFlowMessageError = (unknown | {
9940
+ error?: string;
9941
+ });
9694
9942
  type ListContactsData = {
9695
9943
  query?: {
9696
9944
  isSubscribed?: 'true' | 'false';
@@ -10894,6 +11142,43 @@ type UpdateAdCampaignStatusResponse = ({
10894
11142
  type UpdateAdCampaignStatusError = (unknown | {
10895
11143
  error?: string;
10896
11144
  });
11145
+ type GetAdTreeData = {
11146
+ query?: {
11147
+ /**
11148
+ * Social account ID
11149
+ */
11150
+ accountId?: string;
11151
+ /**
11152
+ * Platform ad account ID
11153
+ */
11154
+ adAccountId?: string;
11155
+ /**
11156
+ * Campaigns per page
11157
+ */
11158
+ limit?: number;
11159
+ /**
11160
+ * Page number (1-based)
11161
+ */
11162
+ page?: number;
11163
+ platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter';
11164
+ /**
11165
+ * Profile ID
11166
+ */
11167
+ profileId?: string;
11168
+ source?: 'zernio' | 'all';
11169
+ /**
11170
+ * Filter by derived campaign status (post-aggregation)
11171
+ */
11172
+ status?: 'active' | 'paused' | 'pending_review' | 'rejected' | 'completed' | 'cancelled' | 'error';
11173
+ };
11174
+ };
11175
+ type GetAdTreeResponse = ({
11176
+ campaigns?: Array<AdTreeCampaign>;
11177
+ pagination?: Pagination;
11178
+ });
11179
+ type GetAdTreeError = ({
11180
+ error?: string;
11181
+ } | unknown);
10897
11182
  type GetAdData = {
10898
11183
  path: {
10899
11184
  adId: string;
@@ -11210,7 +11495,7 @@ type ListAdAudiencesResponse = ({
11210
11495
  });
11211
11496
  type ListAdAudiencesError = ({
11212
11497
  error?: string;
11213
- });
11498
+ } | unknown);
11214
11499
  type CreateAdAudienceData = {
11215
11500
  body: {
11216
11501
  accountId: string;
@@ -11312,4 +11597,4 @@ type AddUsersToAdAudienceError = (unknown | {
11312
11597
  error?: string;
11313
11598
  });
11314
11599
 
11315
- export { type AccountGetResponse, type AccountWithFollowerStats, type AccountsListResponse, type ActivateSequenceData, type ActivateSequenceError, type ActivateSequenceResponse, type Ad, type AdCampaign, type AdMetrics, type AddBroadcastRecipientsData, type AddBroadcastRecipientsError, type AddBroadcastRecipientsResponse, type AddMessageReactionData, type AddMessageReactionError, type AddMessageReactionResponse, type AddUsersToAdAudienceData, type AddUsersToAdAudienceError, type AddUsersToAdAudienceResponse, type AddWhatsAppBroadcastRecipientsData, type AddWhatsAppBroadcastRecipientsError, type AddWhatsAppBroadcastRecipientsResponse, type AddWhatsAppGroupParticipantsData, type AddWhatsAppGroupParticipantsError, type AddWhatsAppGroupParticipantsResponse, type AnalyticsListResponse, type AnalyticsOverview, type AnalyticsSinglePostResponse, type ApiKey, type ApproveWhatsAppGroupJoinRequestsData, type ApproveWhatsAppGroupJoinRequestsError, type ApproveWhatsAppGroupJoinRequestsResponse, type BlueskyPlatformData, type BookmarkPostData, type BookmarkPostError, type BookmarkPostResponse, type BoostPostData, type BoostPostError, type BoostPostResponse, type BulkCreateContactsData, type BulkCreateContactsError, type BulkCreateContactsResponse, type BulkDeleteWhatsAppContactsData, type BulkDeleteWhatsAppContactsError, type BulkDeleteWhatsAppContactsResponse, type BulkUpdateWhatsAppContactsData, type BulkUpdateWhatsAppContactsError, type BulkUpdateWhatsAppContactsResponse, type BulkUploadPostsData, type BulkUploadPostsError, type BulkUploadPostsResponse, type CancelBroadcastData, type CancelBroadcastError, type CancelBroadcastResponse, type CancelWhatsAppBroadcastScheduleData, type CancelWhatsAppBroadcastScheduleError, type CancelWhatsAppBroadcastScheduleResponse, type CaptionResponse, type CheckInstagramHashtagsData, type CheckInstagramHashtagsError, type CheckInstagramHashtagsResponse, type ClearContactFieldValueData, type ClearContactFieldValueError, type ClearContactFieldValueResponse, type ClientOptions, type CompleteTelegramConnectData, type CompleteTelegramConnectError, type CompleteTelegramConnectResponse, type ConnectBlueskyCredentialsData, type ConnectBlueskyCredentialsError, type ConnectBlueskyCredentialsResponse, type ConnectWhatsAppCredentialsData, type ConnectWhatsAppCredentialsError, type ConnectWhatsAppCredentialsResponse, type ConnectionLog, type CreateAccountGroupData, type CreateAccountGroupError, type CreateAccountGroupResponse, type CreateAdAudienceData, type CreateAdAudienceError, type CreateAdAudienceResponse, type CreateApiKeyData, type CreateApiKeyError, type CreateApiKeyResponse, type CreateBroadcastData, type CreateBroadcastError, type CreateBroadcastResponse, type CreateCommentAutomationData, type CreateCommentAutomationError, type CreateCommentAutomationResponse, type CreateContactData, type CreateContactError, type CreateContactResponse, type CreateCustomFieldData, type CreateCustomFieldError, type CreateCustomFieldResponse, type CreateGoogleBusinessMediaData, type CreateGoogleBusinessMediaError, type CreateGoogleBusinessMediaResponse, type CreateGoogleBusinessPlaceActionData, type CreateGoogleBusinessPlaceActionError, type CreateGoogleBusinessPlaceActionResponse, type CreateInviteTokenData, type CreateInviteTokenError, type CreateInviteTokenResponse, type CreatePostData, type CreatePostError, type CreatePostResponse, type CreateProfileData, type CreateProfileError, type CreateProfileResponse, type CreateQueueSlotData, type CreateQueueSlotError, type CreateQueueSlotResponse, type CreateSequenceData, type CreateSequenceError, type CreateSequenceResponse, type CreateStandaloneAdData, type CreateStandaloneAdError, type CreateStandaloneAdResponse, type CreateWebhookSettingsData, type CreateWebhookSettingsError, type CreateWebhookSettingsResponse, type CreateWhatsAppBroadcastData, type CreateWhatsAppBroadcastError, type CreateWhatsAppBroadcastResponse, type CreateWhatsAppContactData, type CreateWhatsAppContactError, type CreateWhatsAppContactResponse, type CreateWhatsAppGroupChatData, type CreateWhatsAppGroupChatError, type CreateWhatsAppGroupChatResponse, type CreateWhatsAppGroupInviteLinkData, type CreateWhatsAppGroupInviteLinkError, type CreateWhatsAppGroupInviteLinkResponse, type CreateWhatsAppTemplateData, type CreateWhatsAppTemplateError, type CreateWhatsAppTemplateResponse, type DeleteAccountData, type DeleteAccountError, type DeleteAccountGroupData, type DeleteAccountGroupError, type DeleteAccountGroupResponse, type DeleteAccountResponse, type DeleteAdAudienceData, type DeleteAdAudienceError, type DeleteAdAudienceResponse, type DeleteAdData, type DeleteAdError, type DeleteAdResponse, type DeleteApiKeyData, type DeleteApiKeyError, type DeleteApiKeyResponse, type DeleteBroadcastData, type DeleteBroadcastError, type DeleteBroadcastResponse, type DeleteCommentAutomationData, type DeleteCommentAutomationError, type DeleteCommentAutomationResponse, type DeleteContactData, type DeleteContactError, type DeleteContactResponse, type DeleteCustomFieldData, type DeleteCustomFieldError, type DeleteCustomFieldResponse, type DeleteGoogleBusinessMediaData, type DeleteGoogleBusinessMediaError, type DeleteGoogleBusinessMediaResponse, type DeleteGoogleBusinessPlaceActionData, type DeleteGoogleBusinessPlaceActionError, type DeleteGoogleBusinessPlaceActionResponse, type DeleteInboxCommentData, type DeleteInboxCommentError, type DeleteInboxCommentResponse, type DeleteInboxMessageData, type DeleteInboxMessageError, type DeleteInboxMessageResponse, type DeleteInboxReviewReplyData, type DeleteInboxReviewReplyError, type DeleteInboxReviewReplyResponse, type DeleteInstagramIceBreakersData, type DeleteInstagramIceBreakersError, type DeleteInstagramIceBreakersResponse, type DeleteMessengerMenuData, type DeleteMessengerMenuError, type DeleteMessengerMenuResponse, type DeletePostData, type DeletePostError, type DeletePostResponse, type DeleteProfileData, type DeleteProfileError, type DeleteProfileResponse, type DeleteQueueSlotData, type DeleteQueueSlotError, type DeleteQueueSlotResponse, type DeleteSequenceData, type DeleteSequenceError, type DeleteSequenceResponse, type DeleteTelegramCommandsData, type DeleteTelegramCommandsError, type DeleteTelegramCommandsResponse, type DeleteWebhookSettingsData, type DeleteWebhookSettingsError, type DeleteWebhookSettingsResponse, type DeleteWhatsAppBroadcastData, type DeleteWhatsAppBroadcastError, type DeleteWhatsAppBroadcastResponse, type DeleteWhatsAppContactData, type DeleteWhatsAppContactError, type DeleteWhatsAppContactResponse, type DeleteWhatsAppGroupChatData, type DeleteWhatsAppGroupChatError, type DeleteWhatsAppGroupChatResponse, type DeleteWhatsAppGroupData, type DeleteWhatsAppGroupError, type DeleteWhatsAppGroupResponse, type DeleteWhatsAppTemplateData, type DeleteWhatsAppTemplateError, type DeleteWhatsAppTemplateResponse, type DownloadBlueskyMediaData, type DownloadBlueskyMediaError, type DownloadBlueskyMediaResponse, type DownloadFacebookVideoData, type DownloadFacebookVideoError, type DownloadFacebookVideoResponse, type DownloadFormat, type DownloadInstagramMediaData, type DownloadInstagramMediaError, type DownloadInstagramMediaResponse, type DownloadLinkedInVideoData, type DownloadLinkedInVideoError, type DownloadLinkedInVideoResponse, type DownloadResponse, type DownloadTikTokVideoData, type DownloadTikTokVideoError, type DownloadTikTokVideoResponse, type DownloadTwitterMediaData, type DownloadTwitterMediaError, type DownloadTwitterMediaResponse, type DownloadYouTubeVideoData, type DownloadYouTubeVideoError, type DownloadYouTubeVideoResponse, type EditInboxMessageData, type EditInboxMessageError, type EditInboxMessageResponse, type EnrollContactsData, type EnrollContactsError, type EnrollContactsResponse, type ErrorResponse, type FacebookPlatformData, type FollowUserData, type FollowUserError, type FollowUserResponse, type FollowerStatsResponse, type FoodMenu, type FoodMenuItem, type FoodMenuItemAttributes, type FoodMenuLabel, type FoodMenuSection, type GetAccountHealthData, type GetAccountHealthError, type GetAccountHealthResponse, type GetAdAnalyticsData, type GetAdAnalyticsError, type GetAdAnalyticsResponse, type GetAdAudienceData, type GetAdAudienceError, type GetAdAudienceResponse, type GetAdData, type GetAdError, type GetAdResponse, type GetAllAccountsHealthData, type GetAllAccountsHealthError, type GetAllAccountsHealthResponse, type GetAnalyticsData, type GetAnalyticsError, type GetAnalyticsResponse, type GetBestTimeToPostData, type GetBestTimeToPostError, type GetBestTimeToPostResponse, type GetBroadcastData, type GetBroadcastError, type GetBroadcastResponse, type GetCommentAutomationData, type GetCommentAutomationError, type GetCommentAutomationResponse, type GetConnectUrlData, type GetConnectUrlError, type GetConnectUrlResponse, type GetContactChannelsData, type GetContactChannelsError, type GetContactChannelsResponse, type GetContactData, type GetContactError, type GetContactResponse, type GetContentDecayData, type GetContentDecayError, type GetContentDecayResponse, type GetDailyMetricsData, type GetDailyMetricsError, type GetDailyMetricsResponse, type GetFacebookPagesData, type GetFacebookPagesError, type GetFacebookPagesResponse, type GetFollowerStatsData, type GetFollowerStatsError, type GetFollowerStatsResponse, type GetGmbLocationsData, type GetGmbLocationsError, type GetGmbLocationsResponse, type GetGoogleBusinessAttributesData, type GetGoogleBusinessAttributesError, type GetGoogleBusinessAttributesResponse, type GetGoogleBusinessFoodMenusData, type GetGoogleBusinessFoodMenusError, type GetGoogleBusinessFoodMenusResponse, type GetGoogleBusinessLocationDetailsData, type GetGoogleBusinessLocationDetailsError, type GetGoogleBusinessLocationDetailsResponse, type GetGoogleBusinessReviewsData, type GetGoogleBusinessReviewsError, type GetGoogleBusinessReviewsResponse, type GetInboxConversationData, type GetInboxConversationError, type GetInboxConversationMessagesData, type GetInboxConversationMessagesError, type GetInboxConversationMessagesResponse, type GetInboxConversationResponse, type GetInboxPostCommentsData, type GetInboxPostCommentsError, type GetInboxPostCommentsResponse, type GetInstagramAccountInsightsData, type GetInstagramAccountInsightsError, type GetInstagramAccountInsightsResponse, type GetInstagramDemographicsData, type GetInstagramDemographicsError, type GetInstagramDemographicsResponse, type GetInstagramIceBreakersData, type GetInstagramIceBreakersError, type GetInstagramIceBreakersResponse, type GetLinkedInAggregateAnalyticsData, type GetLinkedInAggregateAnalyticsError, type GetLinkedInAggregateAnalyticsResponse, type GetLinkedInMentionsData, type GetLinkedInMentionsError, type GetLinkedInMentionsResponse, type GetLinkedInOrganizationsData, type GetLinkedInOrganizationsError, type GetLinkedInOrganizationsResponse, type GetLinkedInPostAnalyticsData, type GetLinkedInPostAnalyticsError, type GetLinkedInPostAnalyticsResponse, type GetLinkedInPostReactionsData, type GetLinkedInPostReactionsError, type GetLinkedInPostReactionsResponse, type GetMediaPresignedUrlData, type GetMediaPresignedUrlError, type GetMediaPresignedUrlResponse, type GetMessengerMenuData, type GetMessengerMenuError, type GetMessengerMenuResponse, type GetNextQueueSlotData, type GetNextQueueSlotError, type GetNextQueueSlotResponse, type GetPendingOAuthDataData, type GetPendingOAuthDataError, type GetPendingOAuthDataResponse, type GetPinterestBoardsData, type GetPinterestBoardsError, type GetPinterestBoardsResponse, type GetPostData, type GetPostError, type GetPostLogsData, type GetPostLogsError, type GetPostLogsResponse, type GetPostResponse, type GetPostTimelineData, type GetPostTimelineError, type GetPostTimelineResponse, type GetPostingFrequencyData, type GetPostingFrequencyError, type GetPostingFrequencyResponse, type GetProfileData, type GetProfileError, type GetProfileResponse, type GetRedditFeedData, type GetRedditFeedError, type GetRedditFeedResponse, type GetRedditFlairsData, type GetRedditFlairsError, type GetRedditFlairsResponse, type GetRedditSubredditsData, type GetRedditSubredditsError, type GetRedditSubredditsResponse, type GetSequenceData, type GetSequenceError, type GetSequenceResponse, type GetTelegramCommandsData, type GetTelegramCommandsError, type GetTelegramCommandsResponse, type GetTelegramConnectStatusData, type GetTelegramConnectStatusError, type GetTelegramConnectStatusResponse, type GetTikTokCreatorInfoData, type GetTikTokCreatorInfoError, type GetTikTokCreatorInfoResponse, type GetUsageStatsError, type GetUsageStatsResponse, type GetUserData, type GetUserError, type GetUserResponse, type GetWebhookLogsData, type GetWebhookLogsError, type GetWebhookLogsResponse, type GetWebhookSettingsError, type GetWebhookSettingsResponse, type GetWhatsAppBroadcastData, type GetWhatsAppBroadcastError, type GetWhatsAppBroadcastRecipientsData, type GetWhatsAppBroadcastRecipientsError, type GetWhatsAppBroadcastRecipientsResponse, type GetWhatsAppBroadcastResponse, type GetWhatsAppBroadcastsData, type GetWhatsAppBroadcastsError, type GetWhatsAppBroadcastsResponse, type GetWhatsAppBusinessProfileData, type GetWhatsAppBusinessProfileError, type GetWhatsAppBusinessProfileResponse, type GetWhatsAppContactData, type GetWhatsAppContactError, type GetWhatsAppContactResponse, type GetWhatsAppContactsData, type GetWhatsAppContactsError, type GetWhatsAppContactsResponse, type GetWhatsAppDisplayNameData, type GetWhatsAppDisplayNameError, type GetWhatsAppDisplayNameResponse, type GetWhatsAppGroupChatData, type GetWhatsAppGroupChatError, type GetWhatsAppGroupChatResponse, type GetWhatsAppGroupsData, type GetWhatsAppGroupsError, type GetWhatsAppGroupsResponse, type GetWhatsAppPhoneNumberData, type GetWhatsAppPhoneNumberError, type GetWhatsAppPhoneNumberResponse, type GetWhatsAppPhoneNumbersData, type GetWhatsAppPhoneNumbersError, type GetWhatsAppPhoneNumbersResponse, type GetWhatsAppTemplateData, type GetWhatsAppTemplateError, type GetWhatsAppTemplateResponse, type GetWhatsAppTemplatesData, type GetWhatsAppTemplatesError, type GetWhatsAppTemplatesResponse, type GetYouTubeDailyViewsData, type GetYouTubeDailyViewsError, type GetYouTubeDailyViewsResponse, type GetYouTubeTranscriptData, type GetYouTubeTranscriptError, type GetYouTubeTranscriptResponse, type GetYoutubePlaylistsData, type GetYoutubePlaylistsError, type GetYoutubePlaylistsResponse, type GoogleBusinessPlatformData, type HandleOAuthCallbackData, type HandleOAuthCallbackError, type HandleOAuthCallbackResponse, type HashtagCheckResponse, type HashtagInfo, type HideInboxCommentData, type HideInboxCommentError, type HideInboxCommentResponse, type ImportWhatsAppContactsData, type ImportWhatsAppContactsError, type ImportWhatsAppContactsResponse, type InitiateTelegramConnectData, type InitiateTelegramConnectError, type InitiateTelegramConnectResponse, type InstagramAccountInsightsResponse, type InstagramDemographicsResponse, type InstagramPlatformData, Late, LateApiError, type LikeInboxCommentData, type LikeInboxCommentError, type LikeInboxCommentResponse, type LinkedInAggregateAnalyticsDailyResponse, type LinkedInAggregateAnalyticsTotalResponse, type LinkedInPlatformData, type ListAccountGroupsError, type ListAccountGroupsResponse, type ListAccountsData, type ListAccountsError, type ListAccountsResponse, type ListAdAccountsData, type ListAdAccountsError, type ListAdAccountsResponse, type ListAdAudiencesData, type ListAdAudiencesError, type ListAdAudiencesResponse, type ListAdCampaignsData, type ListAdCampaignsError, type ListAdCampaignsResponse, type ListAdsData, type ListAdsError, type ListAdsResponse, type ListApiKeysError, type ListApiKeysResponse, type ListBroadcastRecipientsData, type ListBroadcastRecipientsError, type ListBroadcastRecipientsResponse, type ListBroadcastsData, type ListBroadcastsError, type ListBroadcastsResponse, type ListCommentAutomationLogsData, type ListCommentAutomationLogsError, type ListCommentAutomationLogsResponse, type ListCommentAutomationsData, type ListCommentAutomationsError, type ListCommentAutomationsResponse, type ListConnectionLogsData, type ListConnectionLogsError, type ListConnectionLogsResponse, type ListContactsData, type ListContactsError, type ListContactsResponse, type ListCustomFieldsData, type ListCustomFieldsError, type ListCustomFieldsResponse, type ListFacebookPagesData, type ListFacebookPagesError, type ListFacebookPagesResponse, type ListGoogleBusinessLocationsData, type ListGoogleBusinessLocationsError, type ListGoogleBusinessLocationsResponse, type ListGoogleBusinessMediaData, type ListGoogleBusinessMediaError, type ListGoogleBusinessMediaResponse, type ListGoogleBusinessPlaceActionsData, type ListGoogleBusinessPlaceActionsError, type ListGoogleBusinessPlaceActionsResponse, type ListInboxCommentsData, type ListInboxCommentsError, type ListInboxCommentsResponse, type ListInboxConversationsData, type ListInboxConversationsError, type ListInboxConversationsResponse, type ListInboxReviewsData, type ListInboxReviewsError, type ListInboxReviewsResponse, type ListLinkedInOrganizationsData, type ListLinkedInOrganizationsError, type ListLinkedInOrganizationsResponse, type ListPinterestBoardsForSelectionData, type ListPinterestBoardsForSelectionError, type ListPinterestBoardsForSelectionResponse, type ListPostsData, type ListPostsError, type ListPostsLogsData, type ListPostsLogsError, type ListPostsLogsResponse, type ListPostsResponse, type ListProfilesData, type ListProfilesError, type ListProfilesResponse, type ListQueueSlotsData, type ListQueueSlotsError, type ListQueueSlotsResponse, type ListSequenceEnrollmentsData, type ListSequenceEnrollmentsError, type ListSequenceEnrollmentsResponse, type ListSequencesData, type ListSequencesError, type ListSequencesResponse, type ListSnapchatProfilesData, type ListSnapchatProfilesError, type ListSnapchatProfilesResponse, type ListUsersError, type ListUsersResponse, type ListWhatsAppGroupChatsData, type ListWhatsAppGroupChatsError, type ListWhatsAppGroupChatsResponse, type ListWhatsAppGroupJoinRequestsData, type ListWhatsAppGroupJoinRequestsError, type ListWhatsAppGroupJoinRequestsResponse, type MediaItem, type MediaUploadResponse, type Money, type Pagination, type ParameterLimitParam, type ParameterPageParam, type PauseSequenceData, type PauseSequenceError, type PauseSequenceResponse, type PinterestPlatformData, type PlatformAnalytics, type PlatformTarget, type Post, type PostAnalytics, type PostCreateResponse, type PostDeleteResponse, type PostGetResponse, type PostLog, type PostRetryResponse, type PostUpdateResponse, type PostsListResponse, type PreviewQueueData, type PreviewQueueError, type PreviewQueueResponse, type Profile, type ProfileCreateResponse, type ProfileDeleteResponse, type ProfileGetResponse, type ProfileUpdateResponse, type ProfilesListResponse, type PurchaseWhatsAppPhoneNumberData, type PurchaseWhatsAppPhoneNumberError, type PurchaseWhatsAppPhoneNumberResponse, type QueueDeleteResponse, type QueueNextSlotResponse, type QueuePreviewResponse, type QueueSchedule, type QueueSlot, type QueueSlotsResponse, type QueueUpdateResponse, RateLimitError, type RecyclingConfig, type RecyclingState, type RedditPlatformData, type RejectWhatsAppGroupJoinRequestsData, type RejectWhatsAppGroupJoinRequestsError, type RejectWhatsAppGroupJoinRequestsResponse, type ReleaseWhatsAppPhoneNumberData, type ReleaseWhatsAppPhoneNumberError, type ReleaseWhatsAppPhoneNumberResponse, type RemoveBookmarkData, type RemoveBookmarkError, type RemoveBookmarkResponse, type RemoveMessageReactionData, type RemoveMessageReactionError, type RemoveMessageReactionResponse, type RemoveWhatsAppBroadcastRecipientsData, type RemoveWhatsAppBroadcastRecipientsError, type RemoveWhatsAppBroadcastRecipientsResponse, type RemoveWhatsAppGroupParticipantsData, type RemoveWhatsAppGroupParticipantsError, type RemoveWhatsAppGroupParticipantsResponse, type RenameWhatsAppGroupData, type RenameWhatsAppGroupError, type RenameWhatsAppGroupResponse, type ReplyToInboxPostData, type ReplyToInboxPostError, type ReplyToInboxPostResponse, type ReplyToInboxReviewData, type ReplyToInboxReviewError, type ReplyToInboxReviewResponse, type RetryPostData, type RetryPostError, type RetryPostResponse, type RetweetPostData, type RetweetPostError, type RetweetPostResponse, type ScheduleBroadcastData, type ScheduleBroadcastError, type ScheduleBroadcastResponse, type ScheduleWhatsAppBroadcastData, type ScheduleWhatsAppBroadcastError, type ScheduleWhatsAppBroadcastResponse, type SearchAdInterestsData, type SearchAdInterestsError, type SearchAdInterestsResponse, type SearchRedditData, type SearchRedditError, type SearchRedditResponse, type SelectFacebookPageData, type SelectFacebookPageError, type SelectFacebookPageResponse, type SelectGoogleBusinessLocationData, type SelectGoogleBusinessLocationError, type SelectGoogleBusinessLocationResponse, type SelectLinkedInOrganizationData, type SelectLinkedInOrganizationError, type SelectLinkedInOrganizationResponse, type SelectPinterestBoardData, type SelectPinterestBoardError, type SelectPinterestBoardResponse, type SelectSnapchatProfileData, type SelectSnapchatProfileError, type SelectSnapchatProfileResponse, type SendBroadcastData, type SendBroadcastError, type SendBroadcastResponse, type SendInboxMessageData, type SendInboxMessageError, type SendInboxMessageResponse, type SendPrivateReplyToCommentData, type SendPrivateReplyToCommentError, type SendPrivateReplyToCommentResponse, type SendTypingIndicatorData, type SendTypingIndicatorError, type SendTypingIndicatorResponse, type SendWhatsAppBroadcastData, type SendWhatsAppBroadcastError, type SendWhatsAppBroadcastResponse, type SendWhatsAppBulkData, type SendWhatsAppBulkError, type SendWhatsAppBulkResponse, type SetContactFieldValueData, type SetContactFieldValueError, type SetContactFieldValueResponse, type SetInstagramIceBreakersData, type SetInstagramIceBreakersError, type SetInstagramIceBreakersResponse, type SetMessengerMenuData, type SetMessengerMenuError, type SetMessengerMenuResponse, type SetTelegramCommandsData, type SetTelegramCommandsError, type SetTelegramCommandsResponse, type SnapchatPlatformData, type SocialAccount, type SyncExternalAdsError, type SyncExternalAdsResponse, type TelegramPlatformData, type TestWebhookData, type TestWebhookError, type TestWebhookResponse, type ThreadsPlatformData, type TikTokPlatformData, type TranscriptResponse, type TranscriptSegment, type TwitterPlatformData, type UndoRetweetData, type UndoRetweetError, type UndoRetweetResponse, type UnenrollContactData, type UnenrollContactError, type UnenrollContactResponse, type UnfollowUserData, type UnfollowUserError, type UnfollowUserResponse, type UnhideInboxCommentData, type UnhideInboxCommentError, type UnhideInboxCommentResponse, type UnlikeInboxCommentData, type UnlikeInboxCommentError, type UnlikeInboxCommentResponse, type UnpublishPostData, type UnpublishPostError, type UnpublishPostResponse, type UpdateAccountData, type UpdateAccountError, type UpdateAccountGroupData, type UpdateAccountGroupError, type UpdateAccountGroupResponse, type UpdateAccountResponse, type UpdateAdCampaignStatusData, type UpdateAdCampaignStatusError, type UpdateAdCampaignStatusResponse, type UpdateAdData, type UpdateAdError, type UpdateAdResponse, type UpdateBroadcastData, type UpdateBroadcastError, type UpdateBroadcastResponse, type UpdateCommentAutomationData, type UpdateCommentAutomationError, type UpdateCommentAutomationResponse, type UpdateContactData, type UpdateContactError, type UpdateContactResponse, type UpdateCustomFieldData, type UpdateCustomFieldError, type UpdateCustomFieldResponse, type UpdateFacebookPageData, type UpdateFacebookPageError, type UpdateFacebookPageResponse, type UpdateGmbLocationData, type UpdateGmbLocationError, type UpdateGmbLocationResponse, type UpdateGoogleBusinessAttributesData, type UpdateGoogleBusinessAttributesError, type UpdateGoogleBusinessAttributesResponse, type UpdateGoogleBusinessFoodMenusData, type UpdateGoogleBusinessFoodMenusError, type UpdateGoogleBusinessFoodMenusResponse, type UpdateGoogleBusinessLocationDetailsData, type UpdateGoogleBusinessLocationDetailsError, type UpdateGoogleBusinessLocationDetailsResponse, type UpdateInboxConversationData, type UpdateInboxConversationError, type UpdateInboxConversationResponse, type UpdateLinkedInOrganizationData, type UpdateLinkedInOrganizationError, type UpdateLinkedInOrganizationResponse, type UpdatePinterestBoardsData, type UpdatePinterestBoardsError, type UpdatePinterestBoardsResponse, type UpdatePostData, type UpdatePostError, type UpdatePostMetadataData, type UpdatePostMetadataError, type UpdatePostMetadataResponse, type UpdatePostResponse, type UpdateProfileData, type UpdateProfileError, type UpdateProfileResponse, type UpdateQueueSlotData, type UpdateQueueSlotError, type UpdateQueueSlotResponse, type UpdateRedditSubredditsData, type UpdateRedditSubredditsError, type UpdateRedditSubredditsResponse, type UpdateSequenceData, type UpdateSequenceError, type UpdateSequenceResponse, type UpdateWebhookSettingsData, type UpdateWebhookSettingsError, type UpdateWebhookSettingsResponse, type UpdateWhatsAppBusinessProfileData, type UpdateWhatsAppBusinessProfileError, type UpdateWhatsAppBusinessProfileResponse, type UpdateWhatsAppContactData, type UpdateWhatsAppContactError, type UpdateWhatsAppContactResponse, type UpdateWhatsAppDisplayNameData, type UpdateWhatsAppDisplayNameError, type UpdateWhatsAppDisplayNameResponse, type UpdateWhatsAppGroupChatData, type UpdateWhatsAppGroupChatError, type UpdateWhatsAppGroupChatResponse, type UpdateWhatsAppTemplateData, type UpdateWhatsAppTemplateError, type UpdateWhatsAppTemplateResponse, type UpdateYoutubeDefaultPlaylistData, type UpdateYoutubeDefaultPlaylistError, type UpdateYoutubeDefaultPlaylistResponse, type UploadMediaDirectData, type UploadMediaDirectError, type UploadMediaDirectResponse, type UploadTokenResponse, type UploadTokenStatusResponse, type UploadWhatsAppProfilePhotoData, type UploadWhatsAppProfilePhotoError, type UploadWhatsAppProfilePhotoResponse, type UploadedFile, type UsageStats, type User, type UserGetResponse, type UsersListResponse, type ValidateMediaData, type ValidateMediaError, type ValidateMediaResponse, type ValidatePostData, type ValidatePostError, type ValidatePostLengthData, type ValidatePostLengthError, type ValidatePostLengthResponse, type ValidatePostResponse, type ValidateSubredditData, type ValidateSubredditError, type ValidateSubredditResponse, ValidationError, type Webhook, type WebhookLog, type WebhookPayloadAccountConnected, type WebhookPayloadAccountDisconnected, type WebhookPayloadComment, type WebhookPayloadMessage, type WebhookPayloadPost, type WebhookPayloadTest, type WhatsAppBodyComponent, type WhatsAppButtonsComponent, type WhatsAppFooterComponent, type WhatsAppHeaderComponent, type WhatsAppTemplateButton, type WhatsAppTemplateComponent, type YouTubeDailyViewsResponse, type YouTubePlatformData, type YouTubeScopeMissingResponse, Zernio, ZernioApiError, type action, type adType, type aggregation, type aggregation2, type aggregation3, type billingPeriod, type commercialContentType, type connectionMethod, type contentType, type contentType2, type contentType3, Zernio as default, type direction, type disconnectionType, type errorCategory, type errorSource, type event, type event2, type event3, type event4, type event5, type event6, type event7, type eventType, type format, type gapFreq, type goal, type graduationStrategy, type mediaType, type mediaType2, type metric, type metricType, type otp_type, parseApiError, type parseMode, type permission, type platform, type platform2, type platform3, type platform4, type replySettings, type scope, type status, type status2, type status3, type status4, type status5, type status6, type status7, type status8, type status9, type syncStatus, type syncStatus2, type timeframe, type type, type type2, type type3, type type4, type type5, type visibility };
11600
+ export { type AccountGetResponse, type AccountWithFollowerStats, type AccountsListResponse, type ActivateSequenceData, type ActivateSequenceError, type ActivateSequenceResponse, type Ad, type AdCampaign, type AdMetrics, type AdTreeAdSet, type AdTreeCampaign, type AddBroadcastRecipientsData, type AddBroadcastRecipientsError, type AddBroadcastRecipientsResponse, type AddMessageReactionData, type AddMessageReactionError, type AddMessageReactionResponse, type AddUsersToAdAudienceData, type AddUsersToAdAudienceError, type AddUsersToAdAudienceResponse, type AddWhatsAppBroadcastRecipientsData, type AddWhatsAppBroadcastRecipientsError, type AddWhatsAppBroadcastRecipientsResponse, type AddWhatsAppGroupParticipantsData, type AddWhatsAppGroupParticipantsError, type AddWhatsAppGroupParticipantsResponse, type AnalyticsListResponse, type AnalyticsOverview, type AnalyticsSinglePostResponse, type ApiKey, type ApproveWhatsAppGroupJoinRequestsData, type ApproveWhatsAppGroupJoinRequestsError, type ApproveWhatsAppGroupJoinRequestsResponse, type BlueskyPlatformData, type BookmarkPostData, type BookmarkPostError, type BookmarkPostResponse, type BoostPostData, type BoostPostError, type BoostPostResponse, type BulkCreateContactsData, type BulkCreateContactsError, type BulkCreateContactsResponse, type BulkDeleteWhatsAppContactsData, type BulkDeleteWhatsAppContactsError, type BulkDeleteWhatsAppContactsResponse, type BulkUpdateWhatsAppContactsData, type BulkUpdateWhatsAppContactsError, type BulkUpdateWhatsAppContactsResponse, type BulkUploadPostsData, type BulkUploadPostsError, type BulkUploadPostsResponse, type CancelBroadcastData, type CancelBroadcastError, type CancelBroadcastResponse, type CancelWhatsAppBroadcastScheduleData, type CancelWhatsAppBroadcastScheduleError, type CancelWhatsAppBroadcastScheduleResponse, type ClearContactFieldValueData, type ClearContactFieldValueError, type ClearContactFieldValueResponse, type ClientOptions, type CompleteTelegramConnectData, type CompleteTelegramConnectError, type CompleteTelegramConnectResponse, type ConnectBlueskyCredentialsData, type ConnectBlueskyCredentialsError, type ConnectBlueskyCredentialsResponse, type ConnectWhatsAppCredentialsData, type ConnectWhatsAppCredentialsError, type ConnectWhatsAppCredentialsResponse, type ConnectionLog, type CreateAccountGroupData, type CreateAccountGroupError, type CreateAccountGroupResponse, type CreateAdAudienceData, type CreateAdAudienceError, type CreateAdAudienceResponse, type CreateApiKeyData, type CreateApiKeyError, type CreateApiKeyResponse, type CreateBroadcastData, type CreateBroadcastError, type CreateBroadcastResponse, type CreateCommentAutomationData, type CreateCommentAutomationError, type CreateCommentAutomationResponse, type CreateContactData, type CreateContactError, type CreateContactResponse, type CreateCustomFieldData, type CreateCustomFieldError, type CreateCustomFieldResponse, type CreateGoogleBusinessMediaData, type CreateGoogleBusinessMediaError, type CreateGoogleBusinessMediaResponse, type CreateGoogleBusinessPlaceActionData, type CreateGoogleBusinessPlaceActionError, type CreateGoogleBusinessPlaceActionResponse, type CreateInviteTokenData, type CreateInviteTokenError, type CreateInviteTokenResponse, type CreatePostData, type CreatePostError, type CreatePostResponse, type CreateProfileData, type CreateProfileError, type CreateProfileResponse, type CreateQueueSlotData, type CreateQueueSlotError, type CreateQueueSlotResponse, type CreateSequenceData, type CreateSequenceError, type CreateSequenceResponse, type CreateStandaloneAdData, type CreateStandaloneAdError, type CreateStandaloneAdResponse, type CreateWebhookSettingsData, type CreateWebhookSettingsError, type CreateWebhookSettingsResponse, type CreateWhatsAppBroadcastData, type CreateWhatsAppBroadcastError, type CreateWhatsAppBroadcastResponse, type CreateWhatsAppContactData, type CreateWhatsAppContactError, type CreateWhatsAppContactResponse, type CreateWhatsAppFlowData, type CreateWhatsAppFlowError, type CreateWhatsAppFlowResponse, type CreateWhatsAppGroupChatData, type CreateWhatsAppGroupChatError, type CreateWhatsAppGroupChatResponse, type CreateWhatsAppGroupInviteLinkData, type CreateWhatsAppGroupInviteLinkError, type CreateWhatsAppGroupInviteLinkResponse, type CreateWhatsAppTemplateData, type CreateWhatsAppTemplateError, type CreateWhatsAppTemplateResponse, type DeleteAccountData, type DeleteAccountError, type DeleteAccountGroupData, type DeleteAccountGroupError, type DeleteAccountGroupResponse, type DeleteAccountResponse, type DeleteAdAudienceData, type DeleteAdAudienceError, type DeleteAdAudienceResponse, type DeleteAdData, type DeleteAdError, type DeleteAdResponse, type DeleteApiKeyData, type DeleteApiKeyError, type DeleteApiKeyResponse, type DeleteBroadcastData, type DeleteBroadcastError, type DeleteBroadcastResponse, type DeleteCommentAutomationData, type DeleteCommentAutomationError, type DeleteCommentAutomationResponse, type DeleteContactData, type DeleteContactError, type DeleteContactResponse, type DeleteCustomFieldData, type DeleteCustomFieldError, type DeleteCustomFieldResponse, type DeleteGoogleBusinessMediaData, type DeleteGoogleBusinessMediaError, type DeleteGoogleBusinessMediaResponse, type DeleteGoogleBusinessPlaceActionData, type DeleteGoogleBusinessPlaceActionError, type DeleteGoogleBusinessPlaceActionResponse, type DeleteInboxCommentData, type DeleteInboxCommentError, type DeleteInboxCommentResponse, type DeleteInboxMessageData, type DeleteInboxMessageError, type DeleteInboxMessageResponse, type DeleteInboxReviewReplyData, type DeleteInboxReviewReplyError, type DeleteInboxReviewReplyResponse, type DeleteInstagramIceBreakersData, type DeleteInstagramIceBreakersError, type DeleteInstagramIceBreakersResponse, type DeleteMessengerMenuData, type DeleteMessengerMenuError, type DeleteMessengerMenuResponse, type DeletePostData, type DeletePostError, type DeletePostResponse, type DeleteProfileData, type DeleteProfileError, type DeleteProfileResponse, type DeleteQueueSlotData, type DeleteQueueSlotError, type DeleteQueueSlotResponse, type DeleteSequenceData, type DeleteSequenceError, type DeleteSequenceResponse, type DeleteTelegramCommandsData, type DeleteTelegramCommandsError, type DeleteTelegramCommandsResponse, type DeleteWebhookSettingsData, type DeleteWebhookSettingsError, type DeleteWebhookSettingsResponse, type DeleteWhatsAppBroadcastData, type DeleteWhatsAppBroadcastError, type DeleteWhatsAppBroadcastResponse, type DeleteWhatsAppContactData, type DeleteWhatsAppContactError, type DeleteWhatsAppContactResponse, type DeleteWhatsAppFlowData, type DeleteWhatsAppFlowError, type DeleteWhatsAppFlowResponse, type DeleteWhatsAppGroupChatData, type DeleteWhatsAppGroupChatError, type DeleteWhatsAppGroupChatResponse, type DeleteWhatsAppGroupData, type DeleteWhatsAppGroupError, type DeleteWhatsAppGroupResponse, type DeleteWhatsAppTemplateData, type DeleteWhatsAppTemplateError, type DeleteWhatsAppTemplateResponse, type DeprecateWhatsAppFlowData, type DeprecateWhatsAppFlowError, type DeprecateWhatsAppFlowResponse, type EditInboxMessageData, type EditInboxMessageError, type EditInboxMessageResponse, type EnrollContactsData, type EnrollContactsError, type EnrollContactsResponse, type ErrorResponse, type FacebookPlatformData, type FollowUserData, type FollowUserError, type FollowUserResponse, type FollowerStatsResponse, type FoodMenu, type FoodMenuItem, type FoodMenuItemAttributes, type FoodMenuLabel, type FoodMenuSection, type GetAccountHealthData, type GetAccountHealthError, type GetAccountHealthResponse, type GetAdAnalyticsData, type GetAdAnalyticsError, type GetAdAnalyticsResponse, type GetAdAudienceData, type GetAdAudienceError, type GetAdAudienceResponse, type GetAdData, type GetAdError, type GetAdResponse, type GetAdTreeData, type GetAdTreeError, type GetAdTreeResponse, type GetAllAccountsHealthData, type GetAllAccountsHealthError, type GetAllAccountsHealthResponse, type GetAnalyticsData, type GetAnalyticsError, type GetAnalyticsResponse, type GetBestTimeToPostData, type GetBestTimeToPostError, type GetBestTimeToPostResponse, type GetBroadcastData, type GetBroadcastError, type GetBroadcastResponse, type GetCommentAutomationData, type GetCommentAutomationError, type GetCommentAutomationResponse, type GetConnectUrlData, type GetConnectUrlError, type GetConnectUrlResponse, type GetContactChannelsData, type GetContactChannelsError, type GetContactChannelsResponse, type GetContactData, type GetContactError, type GetContactResponse, type GetContentDecayData, type GetContentDecayError, type GetContentDecayResponse, type GetDailyMetricsData, type GetDailyMetricsError, type GetDailyMetricsResponse, type GetFacebookPagesData, type GetFacebookPagesError, type GetFacebookPagesResponse, type GetFollowerStatsData, type GetFollowerStatsError, type GetFollowerStatsResponse, type GetGmbLocationsData, type GetGmbLocationsError, type GetGmbLocationsResponse, type GetGoogleBusinessAttributesData, type GetGoogleBusinessAttributesError, type GetGoogleBusinessAttributesResponse, type GetGoogleBusinessFoodMenusData, type GetGoogleBusinessFoodMenusError, type GetGoogleBusinessFoodMenusResponse, type GetGoogleBusinessLocationDetailsData, type GetGoogleBusinessLocationDetailsError, type GetGoogleBusinessLocationDetailsResponse, type GetGoogleBusinessReviewsData, type GetGoogleBusinessReviewsError, type GetGoogleBusinessReviewsResponse, type GetInboxConversationData, type GetInboxConversationError, type GetInboxConversationMessagesData, type GetInboxConversationMessagesError, type GetInboxConversationMessagesResponse, type GetInboxConversationResponse, type GetInboxPostCommentsData, type GetInboxPostCommentsError, type GetInboxPostCommentsResponse, type GetInstagramAccountInsightsData, type GetInstagramAccountInsightsError, type GetInstagramAccountInsightsResponse, type GetInstagramDemographicsData, type GetInstagramDemographicsError, type GetInstagramDemographicsResponse, type GetInstagramIceBreakersData, type GetInstagramIceBreakersError, type GetInstagramIceBreakersResponse, type GetLinkedInAggregateAnalyticsData, type GetLinkedInAggregateAnalyticsError, type GetLinkedInAggregateAnalyticsResponse, type GetLinkedInMentionsData, type GetLinkedInMentionsError, type GetLinkedInMentionsResponse, type GetLinkedInOrganizationsData, type GetLinkedInOrganizationsError, type GetLinkedInOrganizationsResponse, type GetLinkedInPostAnalyticsData, type GetLinkedInPostAnalyticsError, type GetLinkedInPostAnalyticsResponse, type GetLinkedInPostReactionsData, type GetLinkedInPostReactionsError, type GetLinkedInPostReactionsResponse, type GetMediaPresignedUrlData, type GetMediaPresignedUrlError, type GetMediaPresignedUrlResponse, type GetMessengerMenuData, type GetMessengerMenuError, type GetMessengerMenuResponse, type GetNextQueueSlotData, type GetNextQueueSlotError, type GetNextQueueSlotResponse, type GetPendingOAuthDataData, type GetPendingOAuthDataError, type GetPendingOAuthDataResponse, type GetPinterestBoardsData, type GetPinterestBoardsError, type GetPinterestBoardsResponse, type GetPostData, type GetPostError, type GetPostLogsData, type GetPostLogsError, type GetPostLogsResponse, type GetPostResponse, type GetPostTimelineData, type GetPostTimelineError, type GetPostTimelineResponse, type GetPostingFrequencyData, type GetPostingFrequencyError, type GetPostingFrequencyResponse, type GetProfileData, type GetProfileError, type GetProfileResponse, type GetRedditFeedData, type GetRedditFeedError, type GetRedditFeedResponse, type GetRedditFlairsData, type GetRedditFlairsError, type GetRedditFlairsResponse, type GetRedditSubredditsData, type GetRedditSubredditsError, type GetRedditSubredditsResponse, type GetSequenceData, type GetSequenceError, type GetSequenceResponse, type GetTelegramCommandsData, type GetTelegramCommandsError, type GetTelegramCommandsResponse, type GetTelegramConnectStatusData, type GetTelegramConnectStatusError, type GetTelegramConnectStatusResponse, type GetTikTokCreatorInfoData, type GetTikTokCreatorInfoError, type GetTikTokCreatorInfoResponse, type GetUsageStatsError, type GetUsageStatsResponse, type GetUserData, type GetUserError, type GetUserResponse, type GetWebhookLogsData, type GetWebhookLogsError, type GetWebhookLogsResponse, type GetWebhookSettingsError, type GetWebhookSettingsResponse, type GetWhatsAppBroadcastData, type GetWhatsAppBroadcastError, type GetWhatsAppBroadcastRecipientsData, type GetWhatsAppBroadcastRecipientsError, type GetWhatsAppBroadcastRecipientsResponse, type GetWhatsAppBroadcastResponse, type GetWhatsAppBroadcastsData, type GetWhatsAppBroadcastsError, type GetWhatsAppBroadcastsResponse, type GetWhatsAppBusinessProfileData, type GetWhatsAppBusinessProfileError, type GetWhatsAppBusinessProfileResponse, type GetWhatsAppContactData, type GetWhatsAppContactError, type GetWhatsAppContactResponse, type GetWhatsAppContactsData, type GetWhatsAppContactsError, type GetWhatsAppContactsResponse, type GetWhatsAppDisplayNameData, type GetWhatsAppDisplayNameError, type GetWhatsAppDisplayNameResponse, type GetWhatsAppFlowData, type GetWhatsAppFlowError, type GetWhatsAppFlowJsonData, type GetWhatsAppFlowJsonError, type GetWhatsAppFlowJsonResponse, type GetWhatsAppFlowResponse, type GetWhatsAppGroupChatData, type GetWhatsAppGroupChatError, type GetWhatsAppGroupChatResponse, type GetWhatsAppGroupsData, type GetWhatsAppGroupsError, type GetWhatsAppGroupsResponse, type GetWhatsAppPhoneNumberData, type GetWhatsAppPhoneNumberError, type GetWhatsAppPhoneNumberResponse, type GetWhatsAppPhoneNumbersData, type GetWhatsAppPhoneNumbersError, type GetWhatsAppPhoneNumbersResponse, type GetWhatsAppTemplateData, type GetWhatsAppTemplateError, type GetWhatsAppTemplateResponse, type GetWhatsAppTemplatesData, type GetWhatsAppTemplatesError, type GetWhatsAppTemplatesResponse, type GetYouTubeDailyViewsData, type GetYouTubeDailyViewsError, type GetYouTubeDailyViewsResponse, type GetYouTubeDemographicsData, type GetYouTubeDemographicsError, type GetYouTubeDemographicsResponse, type GetYoutubePlaylistsData, type GetYoutubePlaylistsError, type GetYoutubePlaylistsResponse, type GoogleBusinessPlatformData, type HandleOAuthCallbackData, type HandleOAuthCallbackError, type HandleOAuthCallbackResponse, type HideInboxCommentData, type HideInboxCommentError, type HideInboxCommentResponse, type ImportWhatsAppContactsData, type ImportWhatsAppContactsError, type ImportWhatsAppContactsResponse, type InitiateTelegramConnectData, type InitiateTelegramConnectError, type InitiateTelegramConnectResponse, type InstagramAccountInsightsResponse, type InstagramDemographicsResponse, type InstagramPlatformData, Late, LateApiError, type LikeInboxCommentData, type LikeInboxCommentError, type LikeInboxCommentResponse, type LinkedInAggregateAnalyticsDailyResponse, type LinkedInAggregateAnalyticsTotalResponse, type LinkedInPlatformData, type ListAccountGroupsError, type ListAccountGroupsResponse, type ListAccountsData, type ListAccountsError, type ListAccountsResponse, type ListAdAccountsData, type ListAdAccountsError, type ListAdAccountsResponse, type ListAdAudiencesData, type ListAdAudiencesError, type ListAdAudiencesResponse, type ListAdCampaignsData, type ListAdCampaignsError, type ListAdCampaignsResponse, type ListAdsData, type ListAdsError, type ListAdsResponse, type ListApiKeysError, type ListApiKeysResponse, type ListBroadcastRecipientsData, type ListBroadcastRecipientsError, type ListBroadcastRecipientsResponse, type ListBroadcastsData, type ListBroadcastsError, type ListBroadcastsResponse, type ListCommentAutomationLogsData, type ListCommentAutomationLogsError, type ListCommentAutomationLogsResponse, type ListCommentAutomationsData, type ListCommentAutomationsError, type ListCommentAutomationsResponse, type ListConnectionLogsData, type ListConnectionLogsError, type ListConnectionLogsResponse, type ListContactsData, type ListContactsError, type ListContactsResponse, type ListCustomFieldsData, type ListCustomFieldsError, type ListCustomFieldsResponse, type ListFacebookPagesData, type ListFacebookPagesError, type ListFacebookPagesResponse, type ListGoogleBusinessLocationsData, type ListGoogleBusinessLocationsError, type ListGoogleBusinessLocationsResponse, type ListGoogleBusinessMediaData, type ListGoogleBusinessMediaError, type ListGoogleBusinessMediaResponse, type ListGoogleBusinessPlaceActionsData, type ListGoogleBusinessPlaceActionsError, type ListGoogleBusinessPlaceActionsResponse, type ListInboxCommentsData, type ListInboxCommentsError, type ListInboxCommentsResponse, type ListInboxConversationsData, type ListInboxConversationsError, type ListInboxConversationsResponse, type ListInboxReviewsData, type ListInboxReviewsError, type ListInboxReviewsResponse, type ListLinkedInOrganizationsData, type ListLinkedInOrganizationsError, type ListLinkedInOrganizationsResponse, type ListPinterestBoardsForSelectionData, type ListPinterestBoardsForSelectionError, type ListPinterestBoardsForSelectionResponse, type ListPostsData, type ListPostsError, type ListPostsLogsData, type ListPostsLogsError, type ListPostsLogsResponse, type ListPostsResponse, type ListProfilesData, type ListProfilesError, type ListProfilesResponse, type ListQueueSlotsData, type ListQueueSlotsError, type ListQueueSlotsResponse, type ListSequenceEnrollmentsData, type ListSequenceEnrollmentsError, type ListSequenceEnrollmentsResponse, type ListSequencesData, type ListSequencesError, type ListSequencesResponse, type ListSnapchatProfilesData, type ListSnapchatProfilesError, type ListSnapchatProfilesResponse, type ListUsersError, type ListUsersResponse, type ListWhatsAppFlowsData, type ListWhatsAppFlowsError, type ListWhatsAppFlowsResponse, type ListWhatsAppGroupChatsData, type ListWhatsAppGroupChatsError, type ListWhatsAppGroupChatsResponse, type ListWhatsAppGroupJoinRequestsData, type ListWhatsAppGroupJoinRequestsError, type ListWhatsAppGroupJoinRequestsResponse, type MediaItem, type MediaUploadResponse, type Money, type Pagination, type ParameterLimitParam, type ParameterPageParam, type PauseSequenceData, type PauseSequenceError, type PauseSequenceResponse, type PinterestPlatformData, type PlatformAnalytics, type PlatformTarget, type Post, type PostAnalytics, type PostCreateResponse, type PostDeleteResponse, type PostGetResponse, type PostLog, type PostRetryResponse, type PostUpdateResponse, type PostsListResponse, type PreviewQueueData, type PreviewQueueError, type PreviewQueueResponse, type Profile, type ProfileCreateResponse, type ProfileDeleteResponse, type ProfileGetResponse, type ProfileUpdateResponse, type ProfilesListResponse, type PublishWhatsAppFlowData, type PublishWhatsAppFlowError, type PublishWhatsAppFlowResponse, type PurchaseWhatsAppPhoneNumberData, type PurchaseWhatsAppPhoneNumberError, type PurchaseWhatsAppPhoneNumberResponse, type QueueDeleteResponse, type QueueNextSlotResponse, type QueuePreviewResponse, type QueueSchedule, type QueueSlot, type QueueSlotsResponse, type QueueUpdateResponse, RateLimitError, type RecyclingConfig, type RecyclingState, type RedditPlatformData, type RejectWhatsAppGroupJoinRequestsData, type RejectWhatsAppGroupJoinRequestsError, type RejectWhatsAppGroupJoinRequestsResponse, type ReleaseWhatsAppPhoneNumberData, type ReleaseWhatsAppPhoneNumberError, type ReleaseWhatsAppPhoneNumberResponse, type RemoveBookmarkData, type RemoveBookmarkError, type RemoveBookmarkResponse, type RemoveMessageReactionData, type RemoveMessageReactionError, type RemoveMessageReactionResponse, type RemoveWhatsAppBroadcastRecipientsData, type RemoveWhatsAppBroadcastRecipientsError, type RemoveWhatsAppBroadcastRecipientsResponse, type RemoveWhatsAppGroupParticipantsData, type RemoveWhatsAppGroupParticipantsError, type RemoveWhatsAppGroupParticipantsResponse, type RenameWhatsAppGroupData, type RenameWhatsAppGroupError, type RenameWhatsAppGroupResponse, type ReplyToInboxPostData, type ReplyToInboxPostError, type ReplyToInboxPostResponse, type ReplyToInboxReviewData, type ReplyToInboxReviewError, type ReplyToInboxReviewResponse, type RetryPostData, type RetryPostError, type RetryPostResponse, type RetweetPostData, type RetweetPostError, type RetweetPostResponse, type ScheduleBroadcastData, type ScheduleBroadcastError, type ScheduleBroadcastResponse, type ScheduleWhatsAppBroadcastData, type ScheduleWhatsAppBroadcastError, type ScheduleWhatsAppBroadcastResponse, type SearchAdInterestsData, type SearchAdInterestsError, type SearchAdInterestsResponse, type SearchRedditData, type SearchRedditError, type SearchRedditResponse, type SelectFacebookPageData, type SelectFacebookPageError, type SelectFacebookPageResponse, type SelectGoogleBusinessLocationData, type SelectGoogleBusinessLocationError, type SelectGoogleBusinessLocationResponse, type SelectLinkedInOrganizationData, type SelectLinkedInOrganizationError, type SelectLinkedInOrganizationResponse, type SelectPinterestBoardData, type SelectPinterestBoardError, type SelectPinterestBoardResponse, type SelectSnapchatProfileData, type SelectSnapchatProfileError, type SelectSnapchatProfileResponse, type SendBroadcastData, type SendBroadcastError, type SendBroadcastResponse, type SendInboxMessageData, type SendInboxMessageError, type SendInboxMessageResponse, type SendPrivateReplyToCommentData, type SendPrivateReplyToCommentError, type SendPrivateReplyToCommentResponse, type SendTypingIndicatorData, type SendTypingIndicatorError, type SendTypingIndicatorResponse, type SendWhatsAppBroadcastData, type SendWhatsAppBroadcastError, type SendWhatsAppBroadcastResponse, type SendWhatsAppBulkData, type SendWhatsAppBulkError, type SendWhatsAppBulkResponse, type SendWhatsAppFlowMessageData, type SendWhatsAppFlowMessageError, type SendWhatsAppFlowMessageResponse, type SetContactFieldValueData, type SetContactFieldValueError, type SetContactFieldValueResponse, type SetInstagramIceBreakersData, type SetInstagramIceBreakersError, type SetInstagramIceBreakersResponse, type SetMessengerMenuData, type SetMessengerMenuError, type SetMessengerMenuResponse, type SetTelegramCommandsData, type SetTelegramCommandsError, type SetTelegramCommandsResponse, type SnapchatPlatformData, type SocialAccount, type SyncExternalAdsError, type SyncExternalAdsResponse, type TelegramPlatformData, type TestWebhookData, type TestWebhookError, type TestWebhookResponse, type ThreadsPlatformData, type TikTokPlatformData, type TwitterPlatformData, type UndoRetweetData, type UndoRetweetError, type UndoRetweetResponse, type UnenrollContactData, type UnenrollContactError, type UnenrollContactResponse, type UnfollowUserData, type UnfollowUserError, type UnfollowUserResponse, type UnhideInboxCommentData, type UnhideInboxCommentError, type UnhideInboxCommentResponse, type UnlikeInboxCommentData, type UnlikeInboxCommentError, type UnlikeInboxCommentResponse, type UnpublishPostData, type UnpublishPostError, type UnpublishPostResponse, type UpdateAccountData, type UpdateAccountError, type UpdateAccountGroupData, type UpdateAccountGroupError, type UpdateAccountGroupResponse, type UpdateAccountResponse, type UpdateAdCampaignStatusData, type UpdateAdCampaignStatusError, type UpdateAdCampaignStatusResponse, type UpdateAdData, type UpdateAdError, type UpdateAdResponse, type UpdateBroadcastData, type UpdateBroadcastError, type UpdateBroadcastResponse, type UpdateCommentAutomationData, type UpdateCommentAutomationError, type UpdateCommentAutomationResponse, type UpdateContactData, type UpdateContactError, type UpdateContactResponse, type UpdateCustomFieldData, type UpdateCustomFieldError, type UpdateCustomFieldResponse, type UpdateFacebookPageData, type UpdateFacebookPageError, type UpdateFacebookPageResponse, type UpdateGmbLocationData, type UpdateGmbLocationError, type UpdateGmbLocationResponse, type UpdateGoogleBusinessAttributesData, type UpdateGoogleBusinessAttributesError, type UpdateGoogleBusinessAttributesResponse, type UpdateGoogleBusinessFoodMenusData, type UpdateGoogleBusinessFoodMenusError, type UpdateGoogleBusinessFoodMenusResponse, type UpdateGoogleBusinessLocationDetailsData, type UpdateGoogleBusinessLocationDetailsError, type UpdateGoogleBusinessLocationDetailsResponse, type UpdateInboxConversationData, type UpdateInboxConversationError, type UpdateInboxConversationResponse, type UpdateLinkedInOrganizationData, type UpdateLinkedInOrganizationError, type UpdateLinkedInOrganizationResponse, type UpdatePinterestBoardsData, type UpdatePinterestBoardsError, type UpdatePinterestBoardsResponse, type UpdatePostData, type UpdatePostError, type UpdatePostMetadataData, type UpdatePostMetadataError, type UpdatePostMetadataResponse, type UpdatePostResponse, type UpdateProfileData, type UpdateProfileError, type UpdateProfileResponse, type UpdateQueueSlotData, type UpdateQueueSlotError, type UpdateQueueSlotResponse, type UpdateRedditSubredditsData, type UpdateRedditSubredditsError, type UpdateRedditSubredditsResponse, type UpdateSequenceData, type UpdateSequenceError, type UpdateSequenceResponse, type UpdateWebhookSettingsData, type UpdateWebhookSettingsError, type UpdateWebhookSettingsResponse, type UpdateWhatsAppBusinessProfileData, type UpdateWhatsAppBusinessProfileError, type UpdateWhatsAppBusinessProfileResponse, type UpdateWhatsAppContactData, type UpdateWhatsAppContactError, type UpdateWhatsAppContactResponse, type UpdateWhatsAppDisplayNameData, type UpdateWhatsAppDisplayNameError, type UpdateWhatsAppDisplayNameResponse, type UpdateWhatsAppFlowData, type UpdateWhatsAppFlowError, type UpdateWhatsAppFlowResponse, type UpdateWhatsAppGroupChatData, type UpdateWhatsAppGroupChatError, type UpdateWhatsAppGroupChatResponse, type UpdateWhatsAppTemplateData, type UpdateWhatsAppTemplateError, type UpdateWhatsAppTemplateResponse, type UpdateYoutubeDefaultPlaylistData, type UpdateYoutubeDefaultPlaylistError, type UpdateYoutubeDefaultPlaylistResponse, type UploadMediaDirectData, type UploadMediaDirectError, type UploadMediaDirectResponse, type UploadTokenResponse, type UploadTokenStatusResponse, type UploadWhatsAppFlowJsonData, type UploadWhatsAppFlowJsonError, type UploadWhatsAppFlowJsonResponse, type UploadWhatsAppProfilePhotoData, type UploadWhatsAppProfilePhotoError, type UploadWhatsAppProfilePhotoResponse, type UploadedFile, type UsageStats, type User, type UserGetResponse, type UsersListResponse, type ValidateMediaData, type ValidateMediaError, type ValidateMediaResponse, type ValidatePostData, type ValidatePostError, type ValidatePostLengthData, type ValidatePostLengthError, type ValidatePostLengthResponse, type ValidatePostResponse, type ValidateSubredditData, type ValidateSubredditError, type ValidateSubredditResponse, ValidationError, type Webhook, type WebhookLog, type WebhookPayloadAccountConnected, type WebhookPayloadAccountDisconnected, type WebhookPayloadComment, type WebhookPayloadMessage, type WebhookPayloadPost, type WebhookPayloadTest, type WhatsAppBodyComponent, type WhatsAppButtonsComponent, type WhatsAppFooterComponent, type WhatsAppHeaderComponent, type WhatsAppTemplateButton, type WhatsAppTemplateComponent, type YouTubeDailyViewsResponse, type YouTubeDemographicsResponse, type YouTubePlatformData, type YouTubeScopeMissingResponse, Zernio, ZernioApiError, type action, type adType, type aggregation, type aggregation2, type aggregation3, type billingPeriod, type commercialContentType, type connectionMethod, type contentType, type contentType2, type contentType3, Zernio as default, type direction, type disconnectionType, type errorCategory, type errorSource, type event, type event2, type event3, type event4, type event5, type event6, type event7, type eventType, type format, type gapFreq, type goal, type graduationStrategy, type mediaType, type mediaType2, type metric, type metricType, type otp_type, parseApiError, type parseMode, type permission, type platform, type platform2, type platform3, type platform4, type replySettings, type scope, type status, type status2, type status3, type status4, type status5, type status6, type status7, type status8, type syncStatus, type syncStatus2, type timeframe, type type, type type2, type type3, type type4, type type5, type visibility };