@zernio/node 0.2.37 → 0.2.39
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/README.md +18 -13
- package/dist/index.d.mts +629 -247
- package/dist/index.d.ts +629 -247
- package/dist/index.js +104 -69
- package/dist/index.mjs +104 -69
- package/package.json +1 -1
- package/src/client.ts +34 -24
- package/src/generated/sdk.gen.ts +192 -127
- package/src/generated/types.gen.ts +661 -274
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,11 +72,14 @@ 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>;
|
|
92
79
|
getPostingFrequency: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<GetPostingFrequencyData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetPostingFrequencyResponse, GetPostingFrequencyError, ThrowOnError>;
|
|
93
80
|
getPostTimeline: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetPostTimelineData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetPostTimelineResponse, GetPostTimelineError, ThrowOnError>;
|
|
81
|
+
getGoogleBusinessPerformance: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetGoogleBusinessPerformanceData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetGoogleBusinessPerformanceResponse, GetGoogleBusinessPerformanceError, ThrowOnError>;
|
|
82
|
+
getGoogleBusinessSearchKeywords: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetGoogleBusinessSearchKeywordsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetGoogleBusinessSearchKeywordsResponse, GetGoogleBusinessSearchKeywordsError, ThrowOnError>;
|
|
94
83
|
getLinkedInAggregateAnalytics: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetLinkedInAggregateAnalyticsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetLinkedInAggregateAnalyticsResponse, unknown, ThrowOnError>;
|
|
95
84
|
getLinkedInPostAnalytics: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetLinkedInPostAnalyticsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetLinkedInPostAnalyticsResponse, unknown, ThrowOnError>;
|
|
96
85
|
getLinkedInPostReactions: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetLinkedInPostReactionsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetLinkedInPostReactionsResponse, unknown, ThrowOnError>;
|
|
@@ -419,6 +408,21 @@ declare class Zernio {
|
|
|
419
408
|
getWhatsAppPhoneNumber: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppPhoneNumberData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppPhoneNumberResponse, GetWhatsAppPhoneNumberError, ThrowOnError>;
|
|
420
409
|
releaseWhatsAppPhoneNumber: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ReleaseWhatsAppPhoneNumberData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ReleaseWhatsAppPhoneNumberResponse, unknown, ThrowOnError>;
|
|
421
410
|
};
|
|
411
|
+
/**
|
|
412
|
+
* whatsappflows API
|
|
413
|
+
*/
|
|
414
|
+
whatsappflows: {
|
|
415
|
+
listWhatsAppFlows: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListWhatsAppFlowsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListWhatsAppFlowsResponse, unknown, ThrowOnError>;
|
|
416
|
+
createWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateWhatsAppFlowResponse, unknown, ThrowOnError>;
|
|
417
|
+
getWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppFlowResponse, unknown, ThrowOnError>;
|
|
418
|
+
updateWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateWhatsAppFlowResponse, unknown, ThrowOnError>;
|
|
419
|
+
deleteWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteWhatsAppFlowResponse, unknown, ThrowOnError>;
|
|
420
|
+
getWhatsAppFlowJson: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppFlowJsonData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppFlowJsonResponse, unknown, ThrowOnError>;
|
|
421
|
+
uploadWhatsAppFlowJson: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UploadWhatsAppFlowJsonData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UploadWhatsAppFlowJsonResponse, unknown, ThrowOnError>;
|
|
422
|
+
publishWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<PublishWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<PublishWhatsAppFlowResponse, unknown, ThrowOnError>;
|
|
423
|
+
deprecateWhatsAppFlow: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeprecateWhatsAppFlowData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeprecateWhatsAppFlowResponse, unknown, ThrowOnError>;
|
|
424
|
+
sendWhatsAppFlowMessage: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<SendWhatsAppFlowMessageData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<SendWhatsAppFlowMessageResponse, unknown, ThrowOnError>;
|
|
425
|
+
};
|
|
422
426
|
/**
|
|
423
427
|
* contacts API
|
|
424
428
|
*/
|
|
@@ -504,6 +508,7 @@ declare class Zernio {
|
|
|
504
508
|
adcampaigns: {
|
|
505
509
|
listAdCampaigns: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<ListAdCampaignsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListAdCampaignsResponse, unknown, ThrowOnError>;
|
|
506
510
|
updateAdCampaignStatus: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateAdCampaignStatusData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateAdCampaignStatusResponse, unknown, ThrowOnError>;
|
|
511
|
+
getAdTree: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<GetAdTreeData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetAdTreeResponse, unknown, ThrowOnError>;
|
|
507
512
|
};
|
|
508
513
|
/**
|
|
509
514
|
* adaudiences API
|
|
@@ -694,11 +699,41 @@ type Ad = {
|
|
|
694
699
|
campaignName?: string;
|
|
695
700
|
adSetName?: string;
|
|
696
701
|
/**
|
|
697
|
-
* Platform-specific creative data
|
|
702
|
+
* Platform-specific creative data. Fields vary by platform.
|
|
698
703
|
*/
|
|
699
704
|
creative?: {
|
|
700
|
-
|
|
701
|
-
|
|
705
|
+
/**
|
|
706
|
+
* Primary thumbnail/image URL
|
|
707
|
+
*/
|
|
708
|
+
thumbnailUrl?: string;
|
|
709
|
+
/**
|
|
710
|
+
* Alternative image URL
|
|
711
|
+
*/
|
|
712
|
+
imageUrl?: string;
|
|
713
|
+
/**
|
|
714
|
+
* 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).
|
|
715
|
+
*/
|
|
716
|
+
mediaUrls?: Array<(string)>;
|
|
717
|
+
/**
|
|
718
|
+
* Ad copy/text
|
|
719
|
+
*/
|
|
720
|
+
body?: string;
|
|
721
|
+
/**
|
|
722
|
+
* Google Ads headline
|
|
723
|
+
*/
|
|
724
|
+
googleHeadline?: string;
|
|
725
|
+
/**
|
|
726
|
+
* Google Ads description
|
|
727
|
+
*/
|
|
728
|
+
googleDescription?: string;
|
|
729
|
+
/**
|
|
730
|
+
* Destination URL
|
|
731
|
+
*/
|
|
732
|
+
linkUrl?: string;
|
|
733
|
+
pinterestImageUrl?: string;
|
|
734
|
+
pinterestTitle?: string;
|
|
735
|
+
pinterestDescription?: string;
|
|
736
|
+
} | null;
|
|
702
737
|
targeting?: {
|
|
703
738
|
[key: string]: unknown;
|
|
704
739
|
};
|
|
@@ -758,6 +793,53 @@ type AdMetrics = {
|
|
|
758
793
|
*/
|
|
759
794
|
lastSyncedAt?: string;
|
|
760
795
|
};
|
|
796
|
+
/**
|
|
797
|
+
* Ad set (or ad group/line item depending on platform) with rolled-up metrics and child ads
|
|
798
|
+
*/
|
|
799
|
+
type AdTreeAdSet = {
|
|
800
|
+
platformAdSetId?: string;
|
|
801
|
+
adSetName?: string;
|
|
802
|
+
/**
|
|
803
|
+
* Derived from child ad statuses
|
|
804
|
+
*/
|
|
805
|
+
status?: 'active' | 'paused' | 'pending_review' | 'rejected' | 'completed' | 'cancelled' | 'error';
|
|
806
|
+
adCount?: number;
|
|
807
|
+
budget?: {
|
|
808
|
+
amount?: number;
|
|
809
|
+
type?: 'daily' | 'lifetime';
|
|
810
|
+
} | null;
|
|
811
|
+
metrics?: AdMetrics;
|
|
812
|
+
/**
|
|
813
|
+
* 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).
|
|
814
|
+
*/
|
|
815
|
+
ads?: Array<Ad>;
|
|
816
|
+
};
|
|
817
|
+
/**
|
|
818
|
+
* Campaign with nested ad sets and rolled-up metrics
|
|
819
|
+
*/
|
|
820
|
+
type AdTreeCampaign = {
|
|
821
|
+
platformCampaignId?: string;
|
|
822
|
+
platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter';
|
|
823
|
+
campaignName?: string;
|
|
824
|
+
/**
|
|
825
|
+
* Derived from child ad statuses
|
|
826
|
+
*/
|
|
827
|
+
status?: 'active' | 'paused' | 'pending_review' | 'rejected' | 'completed' | 'cancelled' | 'error';
|
|
828
|
+
/**
|
|
829
|
+
* Total ads across all ad sets
|
|
830
|
+
*/
|
|
831
|
+
adCount?: number;
|
|
832
|
+
adSetCount?: number;
|
|
833
|
+
budget?: {
|
|
834
|
+
amount?: number;
|
|
835
|
+
type?: 'daily' | 'lifetime';
|
|
836
|
+
} | null;
|
|
837
|
+
metrics?: AdMetrics;
|
|
838
|
+
platformAdAccountId?: string;
|
|
839
|
+
accountId?: string;
|
|
840
|
+
profileId?: string;
|
|
841
|
+
adSets?: Array<AdTreeAdSet>;
|
|
842
|
+
};
|
|
761
843
|
type AnalyticsListResponse = {
|
|
762
844
|
overview?: AnalyticsOverview;
|
|
763
845
|
posts?: Array<{
|
|
@@ -919,9 +1001,6 @@ type BlueskyPlatformData = {
|
|
|
919
1001
|
mediaItems?: Array<MediaItem>;
|
|
920
1002
|
}>;
|
|
921
1003
|
};
|
|
922
|
-
type CaptionResponse = {
|
|
923
|
-
caption?: string;
|
|
924
|
-
};
|
|
925
1004
|
/**
|
|
926
1005
|
* Connection event log showing account connection/disconnection history
|
|
927
1006
|
*/
|
|
@@ -1014,20 +1093,6 @@ type eventType = 'connect_success' | 'connect_failed' | 'disconnect' | 'reconnec
|
|
|
1014
1093
|
* How the connection was initiated
|
|
1015
1094
|
*/
|
|
1016
1095
|
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
1096
|
type ErrorResponse = {
|
|
1032
1097
|
error?: string;
|
|
1033
1098
|
details?: {
|
|
@@ -1166,15 +1231,6 @@ type GoogleBusinessPlatformData = {
|
|
|
1166
1231
|
* Button action type: LEARN_MORE, BOOK, ORDER, SHOP, SIGN_UP, CALL
|
|
1167
1232
|
*/
|
|
1168
1233
|
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
1234
|
type InstagramAccountInsightsResponse = {
|
|
1179
1235
|
success?: boolean;
|
|
1180
1236
|
/**
|
|
@@ -1538,7 +1594,7 @@ type PlatformAnalytics = {
|
|
|
1538
1594
|
*/
|
|
1539
1595
|
errorMessage?: (string) | null;
|
|
1540
1596
|
};
|
|
1541
|
-
type
|
|
1597
|
+
type status3 = 'published' | 'failed';
|
|
1542
1598
|
/**
|
|
1543
1599
|
* Sync state of analytics for this platform
|
|
1544
1600
|
*/
|
|
@@ -1642,7 +1698,7 @@ type Post = {
|
|
|
1642
1698
|
createdAt?: string;
|
|
1643
1699
|
updatedAt?: string;
|
|
1644
1700
|
};
|
|
1645
|
-
type
|
|
1701
|
+
type status4 = 'draft' | 'scheduled' | 'publishing' | 'published' | 'failed' | 'partial';
|
|
1646
1702
|
type visibility = 'public' | 'private' | 'unlisted';
|
|
1647
1703
|
type PostAnalytics = {
|
|
1648
1704
|
impressions?: number;
|
|
@@ -1750,7 +1806,7 @@ type PostLog = {
|
|
|
1750
1806
|
* Type of action logged: publish (initial attempt), retry (after failure), media_upload, rate_limit_pause, token_refresh, cancelled
|
|
1751
1807
|
*/
|
|
1752
1808
|
type action = 'publish' | 'retry' | 'media_upload' | 'rate_limit_pause' | 'token_refresh' | 'cancelled';
|
|
1753
|
-
type
|
|
1809
|
+
type status5 = 'success' | 'failed' | 'pending' | 'skipped';
|
|
1754
1810
|
type PostRetryResponse = {
|
|
1755
1811
|
message?: string;
|
|
1756
1812
|
post?: Post;
|
|
@@ -2140,16 +2196,6 @@ type commercialContentType = 'none' | 'brand_organic' | 'brand_content';
|
|
|
2140
2196
|
* Optional override. Defaults based on provided media items.
|
|
2141
2197
|
*/
|
|
2142
2198
|
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
2199
|
type TwitterPlatformData = {
|
|
2154
2200
|
/**
|
|
2155
2201
|
* 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 +2244,7 @@ type UploadTokenResponse = {
|
|
|
2198
2244
|
expiresAt?: string;
|
|
2199
2245
|
status?: 'pending' | 'completed' | 'expired';
|
|
2200
2246
|
};
|
|
2201
|
-
type
|
|
2247
|
+
type status6 = 'pending' | 'completed' | 'expired';
|
|
2202
2248
|
type UploadTokenStatusResponse = {
|
|
2203
2249
|
token?: string;
|
|
2204
2250
|
status?: 'pending' | 'completed' | 'expired';
|
|
@@ -2327,7 +2373,7 @@ type WebhookLog = {
|
|
|
2327
2373
|
createdAt?: string;
|
|
2328
2374
|
};
|
|
2329
2375
|
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
|
|
2376
|
+
type status7 = 'success' | 'failed';
|
|
2331
2377
|
/**
|
|
2332
2378
|
* Webhook payload for account connected events
|
|
2333
2379
|
*/
|
|
@@ -2576,7 +2622,7 @@ type WebhookPayloadMessage = {
|
|
|
2576
2622
|
type event5 = 'message.received';
|
|
2577
2623
|
type platform4 = 'instagram' | 'facebook' | 'telegram' | 'whatsapp';
|
|
2578
2624
|
type direction = 'incoming' | 'outgoing';
|
|
2579
|
-
type
|
|
2625
|
+
type status8 = 'active' | 'archived';
|
|
2580
2626
|
/**
|
|
2581
2627
|
* Webhook payload for post events
|
|
2582
2628
|
*/
|
|
@@ -2742,6 +2788,34 @@ type YouTubeDailyViewsResponse = {
|
|
|
2742
2788
|
hasAnalyticsScope?: boolean;
|
|
2743
2789
|
};
|
|
2744
2790
|
};
|
|
2791
|
+
type YouTubeDemographicsResponse = {
|
|
2792
|
+
success?: boolean;
|
|
2793
|
+
/**
|
|
2794
|
+
* The Zernio SocialAccount ID
|
|
2795
|
+
*/
|
|
2796
|
+
accountId?: string;
|
|
2797
|
+
platform?: string;
|
|
2798
|
+
/**
|
|
2799
|
+
* Object keyed by breakdown dimension (age, gender, country)
|
|
2800
|
+
*/
|
|
2801
|
+
demographics?: {
|
|
2802
|
+
[key: string]: Array<{
|
|
2803
|
+
/**
|
|
2804
|
+
* The dimension value (e.g., "25-34", "US", "male")
|
|
2805
|
+
*/
|
|
2806
|
+
dimension?: string;
|
|
2807
|
+
/**
|
|
2808
|
+
* Viewer percentage (age/gender) or view count (country)
|
|
2809
|
+
*/
|
|
2810
|
+
value?: number;
|
|
2811
|
+
}>;
|
|
2812
|
+
};
|
|
2813
|
+
dateRange?: {
|
|
2814
|
+
startDate?: string;
|
|
2815
|
+
endDate?: string;
|
|
2816
|
+
};
|
|
2817
|
+
note?: string;
|
|
2818
|
+
};
|
|
2745
2819
|
/**
|
|
2746
2820
|
* Videos under 3 min auto-detected as Shorts. Custom thumbnails for regular videos only. Scheduled videos are uploaded immediately with the specified visibility.
|
|
2747
2821
|
*/
|
|
@@ -2788,192 +2862,6 @@ type YouTubeScopeMissingResponse = {
|
|
|
2788
2862
|
reauthorizeUrl?: string;
|
|
2789
2863
|
};
|
|
2790
2864
|
};
|
|
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
2865
|
type ValidatePostLengthData = {
|
|
2978
2866
|
body: {
|
|
2979
2867
|
/**
|
|
@@ -3279,6 +3167,46 @@ type GetInstagramDemographicsError = ({
|
|
|
3279
3167
|
error?: string;
|
|
3280
3168
|
code?: string;
|
|
3281
3169
|
});
|
|
3170
|
+
type GetYouTubeDemographicsData = {
|
|
3171
|
+
query: {
|
|
3172
|
+
/**
|
|
3173
|
+
* The Zernio SocialAccount ID for the YouTube account
|
|
3174
|
+
*/
|
|
3175
|
+
accountId: string;
|
|
3176
|
+
/**
|
|
3177
|
+
* Comma-separated list of demographic dimensions: age, gender, country.
|
|
3178
|
+
* Defaults to all three if omitted.
|
|
3179
|
+
*
|
|
3180
|
+
*/
|
|
3181
|
+
breakdown?: string;
|
|
3182
|
+
/**
|
|
3183
|
+
* End date in YYYY-MM-DD format. Defaults to 3 days ago (YouTube data latency).
|
|
3184
|
+
*
|
|
3185
|
+
*/
|
|
3186
|
+
endDate?: string;
|
|
3187
|
+
/**
|
|
3188
|
+
* Start date in YYYY-MM-DD format. Defaults to 90 days ago.
|
|
3189
|
+
*
|
|
3190
|
+
*/
|
|
3191
|
+
startDate?: string;
|
|
3192
|
+
};
|
|
3193
|
+
};
|
|
3194
|
+
type GetYouTubeDemographicsResponse = (YouTubeDemographicsResponse);
|
|
3195
|
+
type GetYouTubeDemographicsError = ({
|
|
3196
|
+
error?: string;
|
|
3197
|
+
} | {
|
|
3198
|
+
error?: string;
|
|
3199
|
+
code?: string;
|
|
3200
|
+
} | {
|
|
3201
|
+
success?: boolean;
|
|
3202
|
+
error?: string;
|
|
3203
|
+
code?: string;
|
|
3204
|
+
scopeStatus?: {
|
|
3205
|
+
hasAnalyticsScope?: boolean;
|
|
3206
|
+
requiresReauthorization?: boolean;
|
|
3207
|
+
reauthorizeUrl?: string;
|
|
3208
|
+
};
|
|
3209
|
+
});
|
|
3282
3210
|
type GetDailyMetricsData = {
|
|
3283
3211
|
query?: {
|
|
3284
3212
|
/**
|
|
@@ -3540,7 +3468,102 @@ type GetPostTimelineResponse = ({
|
|
|
3540
3468
|
views?: number;
|
|
3541
3469
|
}>;
|
|
3542
3470
|
});
|
|
3543
|
-
type GetPostTimelineError = ({
|
|
3471
|
+
type GetPostTimelineError = ({
|
|
3472
|
+
error?: string;
|
|
3473
|
+
} | {
|
|
3474
|
+
error?: string;
|
|
3475
|
+
code?: string;
|
|
3476
|
+
});
|
|
3477
|
+
type GetGoogleBusinessPerformanceData = {
|
|
3478
|
+
query: {
|
|
3479
|
+
/**
|
|
3480
|
+
* The Zernio SocialAccount ID for the Google Business Profile account.
|
|
3481
|
+
*/
|
|
3482
|
+
accountId: string;
|
|
3483
|
+
/**
|
|
3484
|
+
* End date (YYYY-MM-DD). Defaults to today.
|
|
3485
|
+
*/
|
|
3486
|
+
endDate?: string;
|
|
3487
|
+
/**
|
|
3488
|
+
* Comma-separated metric names. Defaults to all available metrics.
|
|
3489
|
+
* Valid values: BUSINESS_IMPRESSIONS_DESKTOP_MAPS, BUSINESS_IMPRESSIONS_DESKTOP_SEARCH,
|
|
3490
|
+
* BUSINESS_IMPRESSIONS_MOBILE_MAPS, BUSINESS_IMPRESSIONS_MOBILE_SEARCH,
|
|
3491
|
+
* BUSINESS_CONVERSATIONS, BUSINESS_DIRECTION_REQUESTS, CALL_CLICKS, WEBSITE_CLICKS,
|
|
3492
|
+
* BUSINESS_BOOKINGS, BUSINESS_FOOD_ORDERS, BUSINESS_FOOD_MENU_CLICKS
|
|
3493
|
+
*
|
|
3494
|
+
*/
|
|
3495
|
+
metrics?: string;
|
|
3496
|
+
/**
|
|
3497
|
+
* Start date (YYYY-MM-DD). Defaults to 30 days ago. Max 18 months back.
|
|
3498
|
+
*/
|
|
3499
|
+
startDate?: string;
|
|
3500
|
+
};
|
|
3501
|
+
};
|
|
3502
|
+
type GetGoogleBusinessPerformanceResponse = ({
|
|
3503
|
+
success?: boolean;
|
|
3504
|
+
accountId?: string;
|
|
3505
|
+
platform?: string;
|
|
3506
|
+
dateRange?: {
|
|
3507
|
+
startDate?: string;
|
|
3508
|
+
endDate?: string;
|
|
3509
|
+
};
|
|
3510
|
+
/**
|
|
3511
|
+
* Each key is a metric name containing total and daily values.
|
|
3512
|
+
*/
|
|
3513
|
+
metrics?: {
|
|
3514
|
+
[key: string]: {
|
|
3515
|
+
/**
|
|
3516
|
+
* Sum of all daily values in the range
|
|
3517
|
+
*/
|
|
3518
|
+
total?: number;
|
|
3519
|
+
values?: Array<{
|
|
3520
|
+
date?: string;
|
|
3521
|
+
value?: number;
|
|
3522
|
+
}>;
|
|
3523
|
+
};
|
|
3524
|
+
};
|
|
3525
|
+
dataDelay?: string;
|
|
3526
|
+
});
|
|
3527
|
+
type GetGoogleBusinessPerformanceError = ({
|
|
3528
|
+
error?: string;
|
|
3529
|
+
validMetrics?: Array<(string)>;
|
|
3530
|
+
} | {
|
|
3531
|
+
error?: string;
|
|
3532
|
+
} | {
|
|
3533
|
+
error?: string;
|
|
3534
|
+
code?: string;
|
|
3535
|
+
});
|
|
3536
|
+
type GetGoogleBusinessSearchKeywordsData = {
|
|
3537
|
+
query: {
|
|
3538
|
+
/**
|
|
3539
|
+
* The Zernio SocialAccount ID for the Google Business Profile account.
|
|
3540
|
+
*/
|
|
3541
|
+
accountId: string;
|
|
3542
|
+
/**
|
|
3543
|
+
* End month (YYYY-MM). Defaults to current month.
|
|
3544
|
+
*/
|
|
3545
|
+
endMonth?: string;
|
|
3546
|
+
/**
|
|
3547
|
+
* Start month (YYYY-MM). Defaults to 3 months ago.
|
|
3548
|
+
*/
|
|
3549
|
+
startMonth?: string;
|
|
3550
|
+
};
|
|
3551
|
+
};
|
|
3552
|
+
type GetGoogleBusinessSearchKeywordsResponse = ({
|
|
3553
|
+
success?: boolean;
|
|
3554
|
+
accountId?: string;
|
|
3555
|
+
platform?: string;
|
|
3556
|
+
monthRange?: {
|
|
3557
|
+
startMonth?: string;
|
|
3558
|
+
endMonth?: string;
|
|
3559
|
+
};
|
|
3560
|
+
keywords?: Array<{
|
|
3561
|
+
keyword?: string;
|
|
3562
|
+
impressions?: number;
|
|
3563
|
+
}>;
|
|
3564
|
+
note?: string;
|
|
3565
|
+
});
|
|
3566
|
+
type GetGoogleBusinessSearchKeywordsError = ({
|
|
3544
3567
|
error?: string;
|
|
3545
3568
|
} | {
|
|
3546
3569
|
error?: string;
|
|
@@ -4077,6 +4100,14 @@ type ListAccountsData = {
|
|
|
4077
4100
|
* When true, includes accounts from over-limit profiles.
|
|
4078
4101
|
*/
|
|
4079
4102
|
includeOverLimit?: boolean;
|
|
4103
|
+
/**
|
|
4104
|
+
* Page size. Required alongside page for pagination.
|
|
4105
|
+
*/
|
|
4106
|
+
limit?: number;
|
|
4107
|
+
/**
|
|
4108
|
+
* Page number (1-based). When provided with limit, enables server-side pagination. Omit for all accounts.
|
|
4109
|
+
*/
|
|
4110
|
+
page?: number;
|
|
4080
4111
|
/**
|
|
4081
4112
|
* Filter accounts by platform (e.g. "instagram", "twitter").
|
|
4082
4113
|
*/
|
|
@@ -4093,6 +4124,10 @@ type ListAccountsResponse = ({
|
|
|
4093
4124
|
* Whether user has analytics add-on access
|
|
4094
4125
|
*/
|
|
4095
4126
|
hasAnalyticsAccess?: boolean;
|
|
4127
|
+
/**
|
|
4128
|
+
* Only present when page/limit params are provided
|
|
4129
|
+
*/
|
|
4130
|
+
pagination?: Pagination;
|
|
4096
4131
|
});
|
|
4097
4132
|
type ListAccountsError = ({
|
|
4098
4133
|
error?: string;
|
|
@@ -9691,6 +9726,316 @@ type RejectWhatsAppGroupJoinRequestsResponse = ({
|
|
|
9691
9726
|
type RejectWhatsAppGroupJoinRequestsError = ({
|
|
9692
9727
|
error?: string;
|
|
9693
9728
|
});
|
|
9729
|
+
type ListWhatsAppFlowsData = {
|
|
9730
|
+
query: {
|
|
9731
|
+
/**
|
|
9732
|
+
* WhatsApp social account ID
|
|
9733
|
+
*/
|
|
9734
|
+
accountId: string;
|
|
9735
|
+
};
|
|
9736
|
+
};
|
|
9737
|
+
type ListWhatsAppFlowsResponse = ({
|
|
9738
|
+
success?: boolean;
|
|
9739
|
+
flows?: Array<{
|
|
9740
|
+
id?: string;
|
|
9741
|
+
name?: string;
|
|
9742
|
+
status?: 'DRAFT' | 'PUBLISHED' | 'DEPRECATED' | 'BLOCKED' | 'THROTTLED';
|
|
9743
|
+
categories?: Array<(string)>;
|
|
9744
|
+
validation_errors?: Array<{
|
|
9745
|
+
[key: string]: unknown;
|
|
9746
|
+
}>;
|
|
9747
|
+
}>;
|
|
9748
|
+
});
|
|
9749
|
+
type ListWhatsAppFlowsError = (unknown | {
|
|
9750
|
+
error?: string;
|
|
9751
|
+
});
|
|
9752
|
+
type CreateWhatsAppFlowData = {
|
|
9753
|
+
body: {
|
|
9754
|
+
/**
|
|
9755
|
+
* WhatsApp social account ID
|
|
9756
|
+
*/
|
|
9757
|
+
accountId: string;
|
|
9758
|
+
/**
|
|
9759
|
+
* Flow display name
|
|
9760
|
+
*/
|
|
9761
|
+
name: string;
|
|
9762
|
+
/**
|
|
9763
|
+
* Flow categories
|
|
9764
|
+
*/
|
|
9765
|
+
categories: Array<('SIGN_UP' | 'SIGN_IN' | 'APPOINTMENT_BOOKING' | 'LEAD_GENERATION' | 'CONTACT_US' | 'CUSTOMER_SUPPORT' | 'SURVEY' | 'OTHER')>;
|
|
9766
|
+
/**
|
|
9767
|
+
* Optional: ID of an existing flow to clone
|
|
9768
|
+
*/
|
|
9769
|
+
cloneFlowId?: string;
|
|
9770
|
+
};
|
|
9771
|
+
};
|
|
9772
|
+
type CreateWhatsAppFlowResponse = ({
|
|
9773
|
+
success?: boolean;
|
|
9774
|
+
flow?: {
|
|
9775
|
+
id?: string;
|
|
9776
|
+
name?: string;
|
|
9777
|
+
status?: string;
|
|
9778
|
+
categories?: Array<(string)>;
|
|
9779
|
+
};
|
|
9780
|
+
});
|
|
9781
|
+
type CreateWhatsAppFlowError = (unknown | {
|
|
9782
|
+
error?: string;
|
|
9783
|
+
});
|
|
9784
|
+
type GetWhatsAppFlowData = {
|
|
9785
|
+
path: {
|
|
9786
|
+
/**
|
|
9787
|
+
* Flow ID
|
|
9788
|
+
*/
|
|
9789
|
+
flowId: string;
|
|
9790
|
+
};
|
|
9791
|
+
query: {
|
|
9792
|
+
/**
|
|
9793
|
+
* WhatsApp social account ID
|
|
9794
|
+
*/
|
|
9795
|
+
accountId: string;
|
|
9796
|
+
/**
|
|
9797
|
+
* Comma-separated fields to return (default: id,name,status,categories,validation_errors,json_version,preview,data_api_version,endpoint_uri)
|
|
9798
|
+
*/
|
|
9799
|
+
fields?: string;
|
|
9800
|
+
};
|
|
9801
|
+
};
|
|
9802
|
+
type GetWhatsAppFlowResponse = ({
|
|
9803
|
+
success?: boolean;
|
|
9804
|
+
flow?: {
|
|
9805
|
+
id?: string;
|
|
9806
|
+
name?: string;
|
|
9807
|
+
status?: string;
|
|
9808
|
+
categories?: Array<(string)>;
|
|
9809
|
+
validation_errors?: Array<{
|
|
9810
|
+
[key: string]: unknown;
|
|
9811
|
+
}>;
|
|
9812
|
+
json_version?: string;
|
|
9813
|
+
preview?: {
|
|
9814
|
+
preview_url?: string;
|
|
9815
|
+
expires_at?: string;
|
|
9816
|
+
};
|
|
9817
|
+
};
|
|
9818
|
+
});
|
|
9819
|
+
type GetWhatsAppFlowError = ({
|
|
9820
|
+
error?: string;
|
|
9821
|
+
} | unknown);
|
|
9822
|
+
type UpdateWhatsAppFlowData = {
|
|
9823
|
+
body: {
|
|
9824
|
+
/**
|
|
9825
|
+
* WhatsApp social account ID
|
|
9826
|
+
*/
|
|
9827
|
+
accountId: string;
|
|
9828
|
+
/**
|
|
9829
|
+
* New flow name
|
|
9830
|
+
*/
|
|
9831
|
+
name?: string;
|
|
9832
|
+
categories?: Array<('SIGN_UP' | 'SIGN_IN' | 'APPOINTMENT_BOOKING' | 'LEAD_GENERATION' | 'CONTACT_US' | 'CUSTOMER_SUPPORT' | 'SURVEY' | 'OTHER')>;
|
|
9833
|
+
};
|
|
9834
|
+
path: {
|
|
9835
|
+
/**
|
|
9836
|
+
* Flow ID
|
|
9837
|
+
*/
|
|
9838
|
+
flowId: string;
|
|
9839
|
+
};
|
|
9840
|
+
};
|
|
9841
|
+
type UpdateWhatsAppFlowResponse = ({
|
|
9842
|
+
success?: boolean;
|
|
9843
|
+
});
|
|
9844
|
+
type UpdateWhatsAppFlowError = (unknown | {
|
|
9845
|
+
error?: string;
|
|
9846
|
+
});
|
|
9847
|
+
type DeleteWhatsAppFlowData = {
|
|
9848
|
+
path: {
|
|
9849
|
+
/**
|
|
9850
|
+
* Flow ID
|
|
9851
|
+
*/
|
|
9852
|
+
flowId: string;
|
|
9853
|
+
};
|
|
9854
|
+
query: {
|
|
9855
|
+
/**
|
|
9856
|
+
* WhatsApp social account ID
|
|
9857
|
+
*/
|
|
9858
|
+
accountId: string;
|
|
9859
|
+
};
|
|
9860
|
+
};
|
|
9861
|
+
type DeleteWhatsAppFlowResponse = ({
|
|
9862
|
+
success?: boolean;
|
|
9863
|
+
});
|
|
9864
|
+
type DeleteWhatsAppFlowError = (unknown | {
|
|
9865
|
+
error?: string;
|
|
9866
|
+
});
|
|
9867
|
+
type GetWhatsAppFlowJsonData = {
|
|
9868
|
+
path: {
|
|
9869
|
+
/**
|
|
9870
|
+
* Flow ID
|
|
9871
|
+
*/
|
|
9872
|
+
flowId: string;
|
|
9873
|
+
};
|
|
9874
|
+
query: {
|
|
9875
|
+
/**
|
|
9876
|
+
* WhatsApp social account ID
|
|
9877
|
+
*/
|
|
9878
|
+
accountId: string;
|
|
9879
|
+
};
|
|
9880
|
+
};
|
|
9881
|
+
type GetWhatsAppFlowJsonResponse = ({
|
|
9882
|
+
success?: boolean;
|
|
9883
|
+
assets?: Array<{
|
|
9884
|
+
name?: string;
|
|
9885
|
+
asset_type?: string;
|
|
9886
|
+
/**
|
|
9887
|
+
* Temporary URL to download the flow JSON
|
|
9888
|
+
*/
|
|
9889
|
+
download_url?: string;
|
|
9890
|
+
}>;
|
|
9891
|
+
});
|
|
9892
|
+
type GetWhatsAppFlowJsonError = ({
|
|
9893
|
+
error?: string;
|
|
9894
|
+
} | unknown);
|
|
9895
|
+
type UploadWhatsAppFlowJsonData = {
|
|
9896
|
+
body: {
|
|
9897
|
+
/**
|
|
9898
|
+
* WhatsApp social account ID
|
|
9899
|
+
*/
|
|
9900
|
+
accountId: string;
|
|
9901
|
+
/**
|
|
9902
|
+
* The Flow JSON content. Pass as a JSON object or a JSON string.
|
|
9903
|
+
*/
|
|
9904
|
+
flow_json: ({
|
|
9905
|
+
[key: string]: unknown;
|
|
9906
|
+
} | string);
|
|
9907
|
+
};
|
|
9908
|
+
path: {
|
|
9909
|
+
/**
|
|
9910
|
+
* Flow ID
|
|
9911
|
+
*/
|
|
9912
|
+
flowId: string;
|
|
9913
|
+
};
|
|
9914
|
+
};
|
|
9915
|
+
type UploadWhatsAppFlowJsonResponse = ({
|
|
9916
|
+
success?: boolean;
|
|
9917
|
+
/**
|
|
9918
|
+
* Empty array if valid; otherwise, contains validation error details from Meta
|
|
9919
|
+
*/
|
|
9920
|
+
validation_errors?: Array<{
|
|
9921
|
+
error?: string;
|
|
9922
|
+
error_type?: string;
|
|
9923
|
+
message?: string;
|
|
9924
|
+
line_start?: number;
|
|
9925
|
+
line_end?: number;
|
|
9926
|
+
column_start?: number;
|
|
9927
|
+
column_end?: number;
|
|
9928
|
+
}>;
|
|
9929
|
+
});
|
|
9930
|
+
type UploadWhatsAppFlowJsonError = (unknown | {
|
|
9931
|
+
error?: string;
|
|
9932
|
+
});
|
|
9933
|
+
type PublishWhatsAppFlowData = {
|
|
9934
|
+
body: {
|
|
9935
|
+
/**
|
|
9936
|
+
* WhatsApp social account ID
|
|
9937
|
+
*/
|
|
9938
|
+
accountId: string;
|
|
9939
|
+
};
|
|
9940
|
+
path: {
|
|
9941
|
+
/**
|
|
9942
|
+
* Flow ID
|
|
9943
|
+
*/
|
|
9944
|
+
flowId: string;
|
|
9945
|
+
};
|
|
9946
|
+
};
|
|
9947
|
+
type PublishWhatsAppFlowResponse = ({
|
|
9948
|
+
success?: boolean;
|
|
9949
|
+
});
|
|
9950
|
+
type PublishWhatsAppFlowError = (unknown | {
|
|
9951
|
+
error?: string;
|
|
9952
|
+
});
|
|
9953
|
+
type DeprecateWhatsAppFlowData = {
|
|
9954
|
+
body: {
|
|
9955
|
+
/**
|
|
9956
|
+
* WhatsApp social account ID
|
|
9957
|
+
*/
|
|
9958
|
+
accountId: string;
|
|
9959
|
+
};
|
|
9960
|
+
path: {
|
|
9961
|
+
/**
|
|
9962
|
+
* Flow ID
|
|
9963
|
+
*/
|
|
9964
|
+
flowId: string;
|
|
9965
|
+
};
|
|
9966
|
+
};
|
|
9967
|
+
type DeprecateWhatsAppFlowResponse = ({
|
|
9968
|
+
success?: boolean;
|
|
9969
|
+
});
|
|
9970
|
+
type DeprecateWhatsAppFlowError = (unknown | {
|
|
9971
|
+
error?: string;
|
|
9972
|
+
});
|
|
9973
|
+
type SendWhatsAppFlowMessageData = {
|
|
9974
|
+
body: {
|
|
9975
|
+
/**
|
|
9976
|
+
* WhatsApp social account ID
|
|
9977
|
+
*/
|
|
9978
|
+
accountId: string;
|
|
9979
|
+
/**
|
|
9980
|
+
* Recipient phone number (E.164 format, e.g. +1234567890)
|
|
9981
|
+
*/
|
|
9982
|
+
to: string;
|
|
9983
|
+
/**
|
|
9984
|
+
* Published flow ID
|
|
9985
|
+
*/
|
|
9986
|
+
flow_id: string;
|
|
9987
|
+
/**
|
|
9988
|
+
* CTA button text (e.g. 'Book Now', 'Sign Up')
|
|
9989
|
+
*/
|
|
9990
|
+
flow_cta: string;
|
|
9991
|
+
/**
|
|
9992
|
+
* Action type: navigate opens a screen directly, data_exchange hits your endpoint first
|
|
9993
|
+
*/
|
|
9994
|
+
flow_action?: 'navigate' | 'data_exchange';
|
|
9995
|
+
/**
|
|
9996
|
+
* Unique token to correlate responses. Auto-generated UUID if omitted.
|
|
9997
|
+
*/
|
|
9998
|
+
flow_token?: string;
|
|
9999
|
+
flow_action_payload?: {
|
|
10000
|
+
/**
|
|
10001
|
+
* First screen ID to navigate to
|
|
10002
|
+
*/
|
|
10003
|
+
screen?: string;
|
|
10004
|
+
/**
|
|
10005
|
+
* Optional data to pass to the screen
|
|
10006
|
+
*/
|
|
10007
|
+
data?: {
|
|
10008
|
+
[key: string]: unknown;
|
|
10009
|
+
};
|
|
10010
|
+
};
|
|
10011
|
+
/**
|
|
10012
|
+
* Message body text
|
|
10013
|
+
*/
|
|
10014
|
+
body: string;
|
|
10015
|
+
header?: {
|
|
10016
|
+
type?: 'text';
|
|
10017
|
+
text?: string;
|
|
10018
|
+
};
|
|
10019
|
+
/**
|
|
10020
|
+
* Optional footer text
|
|
10021
|
+
*/
|
|
10022
|
+
footer?: string;
|
|
10023
|
+
/**
|
|
10024
|
+
* Set true to test an unpublished (DRAFT) flow
|
|
10025
|
+
*/
|
|
10026
|
+
draft?: boolean;
|
|
10027
|
+
};
|
|
10028
|
+
};
|
|
10029
|
+
type SendWhatsAppFlowMessageResponse = ({
|
|
10030
|
+
success?: boolean;
|
|
10031
|
+
/**
|
|
10032
|
+
* WhatsApp message ID (WAMID)
|
|
10033
|
+
*/
|
|
10034
|
+
messageId?: string;
|
|
10035
|
+
});
|
|
10036
|
+
type SendWhatsAppFlowMessageError = (unknown | {
|
|
10037
|
+
error?: string;
|
|
10038
|
+
});
|
|
9694
10039
|
type ListContactsData = {
|
|
9695
10040
|
query?: {
|
|
9696
10041
|
isSubscribed?: 'true' | 'false';
|
|
@@ -10894,6 +11239,43 @@ type UpdateAdCampaignStatusResponse = ({
|
|
|
10894
11239
|
type UpdateAdCampaignStatusError = (unknown | {
|
|
10895
11240
|
error?: string;
|
|
10896
11241
|
});
|
|
11242
|
+
type GetAdTreeData = {
|
|
11243
|
+
query?: {
|
|
11244
|
+
/**
|
|
11245
|
+
* Social account ID
|
|
11246
|
+
*/
|
|
11247
|
+
accountId?: string;
|
|
11248
|
+
/**
|
|
11249
|
+
* Platform ad account ID
|
|
11250
|
+
*/
|
|
11251
|
+
adAccountId?: string;
|
|
11252
|
+
/**
|
|
11253
|
+
* Campaigns per page
|
|
11254
|
+
*/
|
|
11255
|
+
limit?: number;
|
|
11256
|
+
/**
|
|
11257
|
+
* Page number (1-based)
|
|
11258
|
+
*/
|
|
11259
|
+
page?: number;
|
|
11260
|
+
platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter';
|
|
11261
|
+
/**
|
|
11262
|
+
* Profile ID
|
|
11263
|
+
*/
|
|
11264
|
+
profileId?: string;
|
|
11265
|
+
source?: 'zernio' | 'all';
|
|
11266
|
+
/**
|
|
11267
|
+
* Filter by derived campaign status (post-aggregation)
|
|
11268
|
+
*/
|
|
11269
|
+
status?: 'active' | 'paused' | 'pending_review' | 'rejected' | 'completed' | 'cancelled' | 'error';
|
|
11270
|
+
};
|
|
11271
|
+
};
|
|
11272
|
+
type GetAdTreeResponse = ({
|
|
11273
|
+
campaigns?: Array<AdTreeCampaign>;
|
|
11274
|
+
pagination?: Pagination;
|
|
11275
|
+
});
|
|
11276
|
+
type GetAdTreeError = ({
|
|
11277
|
+
error?: string;
|
|
11278
|
+
} | unknown);
|
|
10897
11279
|
type GetAdData = {
|
|
10898
11280
|
path: {
|
|
10899
11281
|
adId: string;
|
|
@@ -11312,4 +11694,4 @@ type AddUsersToAdAudienceError = (unknown | {
|
|
|
11312
11694
|
error?: string;
|
|
11313
11695
|
});
|
|
11314
11696
|
|
|
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 };
|
|
11697
|
+
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 GetGoogleBusinessPerformanceData, type GetGoogleBusinessPerformanceError, type GetGoogleBusinessPerformanceResponse, type GetGoogleBusinessReviewsData, type GetGoogleBusinessReviewsError, type GetGoogleBusinessReviewsResponse, type GetGoogleBusinessSearchKeywordsData, type GetGoogleBusinessSearchKeywordsError, type GetGoogleBusinessSearchKeywordsResponse, 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 };
|