@getlatedev/node 0.2.398 → 0.2.400

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -336,6 +336,8 @@ declare class Zernio {
336
336
  editDiscordGuildRole: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<EditDiscordGuildRoleData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<EditDiscordGuildRoleResponse, unknown, ThrowOnError>;
337
337
  deleteDiscordGuildRole: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteDiscordGuildRoleData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteDiscordGuildRoleResponse, unknown, ThrowOnError>;
338
338
  listDiscordGuildMembers: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListDiscordGuildMembersData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListDiscordGuildMembersResponse, unknown, ThrowOnError>;
339
+ searchDiscordGuildMembers: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<SearchDiscordGuildMembersData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<SearchDiscordGuildMembersResponse, unknown, ThrowOnError>;
340
+ getDiscordGuildMember: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetDiscordGuildMemberData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetDiscordGuildMemberResponse, unknown, ThrowOnError>;
339
341
  addDiscordMemberRole: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<AddDiscordMemberRoleData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<AddDiscordMemberRoleResponse, unknown, ThrowOnError>;
340
342
  removeDiscordMemberRole: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<RemoveDiscordMemberRoleData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<RemoveDiscordMemberRoleResponse, unknown, ThrowOnError>;
341
343
  deleteDiscordMessage: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteDiscordMessageData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteDiscordMessageResponse, unknown, ThrowOnError>;
@@ -398,10 +400,43 @@ declare class Zernio {
398
400
  uploadMediaDirect: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UploadMediaDirectData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UploadMediaDirectResponse, unknown, ThrowOnError>;
399
401
  };
400
402
  /**
401
- * inbox API
403
+ * whatsapp API
402
404
  */
403
- inbox: {
405
+ whatsapp: {
404
406
  getWhatsAppMedia: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppMediaData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppMediaResponse, unknown, ThrowOnError>;
407
+ getWhatsAppTemplates: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppTemplatesData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppTemplatesResponse, unknown, ThrowOnError>;
408
+ createWhatsAppTemplate: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateWhatsAppTemplateData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateWhatsAppTemplateResponse, unknown, ThrowOnError>;
409
+ getWhatsAppTemplate: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppTemplateData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppTemplateResponse, unknown, ThrowOnError>;
410
+ updateWhatsAppTemplate: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateWhatsAppTemplateData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateWhatsAppTemplateResponse, unknown, ThrowOnError>;
411
+ deleteWhatsAppTemplate: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteWhatsAppTemplateData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteWhatsAppTemplateResponse, unknown, ThrowOnError>;
412
+ getWhatsAppBusinessProfile: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppBusinessProfileData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppBusinessProfileResponse, unknown, ThrowOnError>;
413
+ updateWhatsAppBusinessProfile: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateWhatsAppBusinessProfileData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateWhatsAppBusinessProfileResponse, unknown, ThrowOnError>;
414
+ uploadWhatsAppProfilePhoto: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UploadWhatsAppProfilePhotoData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UploadWhatsAppProfilePhotoResponse, unknown, ThrowOnError>;
415
+ getWhatsAppDisplayName: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppDisplayNameData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppDisplayNameResponse, unknown, ThrowOnError>;
416
+ updateWhatsAppDisplayName: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateWhatsAppDisplayNameData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateWhatsAppDisplayNameResponse, unknown, ThrowOnError>;
417
+ getWhatsappBusinessUsername: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsappBusinessUsernameData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsappBusinessUsernameResponse, unknown, ThrowOnError>;
418
+ setWhatsappBusinessUsername: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<SetWhatsappBusinessUsernameData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<SetWhatsappBusinessUsernameResponse, unknown, ThrowOnError>;
419
+ deleteWhatsappBusinessUsername: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteWhatsappBusinessUsernameData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteWhatsappBusinessUsernameResponse, unknown, ThrowOnError>;
420
+ getWhatsappBusinessUsernameSuggestions: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsappBusinessUsernameSuggestionsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsappBusinessUsernameSuggestionsResponse, unknown, ThrowOnError>;
421
+ getWhatsAppBlockStatus: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppBlockStatusData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppBlockStatusResponse, unknown, ThrowOnError>;
422
+ getWhatsAppBlockedUsers: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppBlockedUsersData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppBlockedUsersResponse, unknown, ThrowOnError>;
423
+ blockWhatsAppUsers: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<BlockWhatsAppUsersData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<BlockWhatsAppUsersResponse, unknown, ThrowOnError>;
424
+ unblockWhatsAppUsers: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UnblockWhatsAppUsersData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UnblockWhatsAppUsersResponse, unknown, ThrowOnError>;
425
+ getWhatsAppDataset: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppDatasetData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppDatasetResponse, unknown, ThrowOnError>;
426
+ createWhatsAppDataset: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateWhatsAppDatasetData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateWhatsAppDatasetResponse, unknown, ThrowOnError>;
427
+ listWhatsAppGroupChats: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListWhatsAppGroupChatsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListWhatsAppGroupChatsResponse, ListWhatsAppGroupChatsError, ThrowOnError>;
428
+ createWhatsAppGroupChat: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateWhatsAppGroupChatData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateWhatsAppGroupChatResponse, CreateWhatsAppGroupChatError, ThrowOnError>;
429
+ getWhatsAppGroupChat: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppGroupChatData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppGroupChatResponse, GetWhatsAppGroupChatError, ThrowOnError>;
430
+ updateWhatsAppGroupChat: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateWhatsAppGroupChatData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateWhatsAppGroupChatResponse, UpdateWhatsAppGroupChatError, ThrowOnError>;
431
+ deleteWhatsAppGroupChat: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteWhatsAppGroupChatData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteWhatsAppGroupChatResponse, DeleteWhatsAppGroupChatError, ThrowOnError>;
432
+ addWhatsAppGroupParticipants: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<AddWhatsAppGroupParticipantsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<AddWhatsAppGroupParticipantsResponse, AddWhatsAppGroupParticipantsError, ThrowOnError>;
433
+ removeWhatsAppGroupParticipants: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<RemoveWhatsAppGroupParticipantsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<RemoveWhatsAppGroupParticipantsResponse, RemoveWhatsAppGroupParticipantsError, ThrowOnError>;
434
+ createWhatsAppGroupInviteLink: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateWhatsAppGroupInviteLinkData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateWhatsAppGroupInviteLinkResponse, CreateWhatsAppGroupInviteLinkError, ThrowOnError>;
435
+ listWhatsAppGroupJoinRequests: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListWhatsAppGroupJoinRequestsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListWhatsAppGroupJoinRequestsResponse, ListWhatsAppGroupJoinRequestsError, ThrowOnError>;
436
+ approveWhatsAppGroupJoinRequests: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ApproveWhatsAppGroupJoinRequestsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ApproveWhatsAppGroupJoinRequestsResponse, ApproveWhatsAppGroupJoinRequestsError, ThrowOnError>;
437
+ rejectWhatsAppGroupJoinRequests: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<RejectWhatsAppGroupJoinRequestsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<RejectWhatsAppGroupJoinRequestsResponse, RejectWhatsAppGroupJoinRequestsError, ThrowOnError>;
438
+ listWhatsAppConversions: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListWhatsAppConversionsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListWhatsAppConversionsResponse, unknown, ThrowOnError>;
439
+ sendWhatsAppConversion: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<SendWhatsAppConversionData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<SendWhatsAppConversionResponse, unknown, ThrowOnError>;
405
440
  };
406
441
  /**
407
442
  * accountsettings API
@@ -459,44 +494,6 @@ declare class Zernio {
459
494
  replyToInboxReview: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ReplyToInboxReviewData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ReplyToInboxReviewResponse, unknown, ThrowOnError>;
460
495
  deleteInboxReviewReply: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteInboxReviewReplyData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteInboxReviewReplyResponse, unknown, ThrowOnError>;
461
496
  };
462
- /**
463
- * whatsapp API
464
- */
465
- whatsapp: {
466
- getWhatsAppTemplates: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppTemplatesData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppTemplatesResponse, unknown, ThrowOnError>;
467
- createWhatsAppTemplate: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateWhatsAppTemplateData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateWhatsAppTemplateResponse, unknown, ThrowOnError>;
468
- getWhatsAppTemplate: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppTemplateData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppTemplateResponse, unknown, ThrowOnError>;
469
- updateWhatsAppTemplate: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateWhatsAppTemplateData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateWhatsAppTemplateResponse, unknown, ThrowOnError>;
470
- deleteWhatsAppTemplate: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteWhatsAppTemplateData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteWhatsAppTemplateResponse, unknown, ThrowOnError>;
471
- getWhatsAppBusinessProfile: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppBusinessProfileData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppBusinessProfileResponse, unknown, ThrowOnError>;
472
- updateWhatsAppBusinessProfile: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateWhatsAppBusinessProfileData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateWhatsAppBusinessProfileResponse, unknown, ThrowOnError>;
473
- uploadWhatsAppProfilePhoto: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UploadWhatsAppProfilePhotoData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UploadWhatsAppProfilePhotoResponse, unknown, ThrowOnError>;
474
- getWhatsAppDisplayName: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppDisplayNameData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppDisplayNameResponse, unknown, ThrowOnError>;
475
- updateWhatsAppDisplayName: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateWhatsAppDisplayNameData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateWhatsAppDisplayNameResponse, unknown, ThrowOnError>;
476
- getWhatsappBusinessUsername: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsappBusinessUsernameData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsappBusinessUsernameResponse, unknown, ThrowOnError>;
477
- setWhatsappBusinessUsername: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<SetWhatsappBusinessUsernameData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<SetWhatsappBusinessUsernameResponse, unknown, ThrowOnError>;
478
- deleteWhatsappBusinessUsername: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteWhatsappBusinessUsernameData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteWhatsappBusinessUsernameResponse, unknown, ThrowOnError>;
479
- getWhatsappBusinessUsernameSuggestions: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsappBusinessUsernameSuggestionsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsappBusinessUsernameSuggestionsResponse, unknown, ThrowOnError>;
480
- getWhatsAppBlockStatus: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppBlockStatusData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppBlockStatusResponse, unknown, ThrowOnError>;
481
- getWhatsAppBlockedUsers: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppBlockedUsersData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppBlockedUsersResponse, unknown, ThrowOnError>;
482
- blockWhatsAppUsers: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<BlockWhatsAppUsersData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<BlockWhatsAppUsersResponse, unknown, ThrowOnError>;
483
- unblockWhatsAppUsers: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UnblockWhatsAppUsersData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UnblockWhatsAppUsersResponse, unknown, ThrowOnError>;
484
- getWhatsAppDataset: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppDatasetData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppDatasetResponse, unknown, ThrowOnError>;
485
- createWhatsAppDataset: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateWhatsAppDatasetData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateWhatsAppDatasetResponse, unknown, ThrowOnError>;
486
- listWhatsAppGroupChats: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListWhatsAppGroupChatsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListWhatsAppGroupChatsResponse, ListWhatsAppGroupChatsError, ThrowOnError>;
487
- createWhatsAppGroupChat: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateWhatsAppGroupChatData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateWhatsAppGroupChatResponse, CreateWhatsAppGroupChatError, ThrowOnError>;
488
- getWhatsAppGroupChat: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetWhatsAppGroupChatData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetWhatsAppGroupChatResponse, GetWhatsAppGroupChatError, ThrowOnError>;
489
- updateWhatsAppGroupChat: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateWhatsAppGroupChatData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateWhatsAppGroupChatResponse, UpdateWhatsAppGroupChatError, ThrowOnError>;
490
- deleteWhatsAppGroupChat: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteWhatsAppGroupChatData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteWhatsAppGroupChatResponse, DeleteWhatsAppGroupChatError, ThrowOnError>;
491
- addWhatsAppGroupParticipants: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<AddWhatsAppGroupParticipantsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<AddWhatsAppGroupParticipantsResponse, AddWhatsAppGroupParticipantsError, ThrowOnError>;
492
- removeWhatsAppGroupParticipants: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<RemoveWhatsAppGroupParticipantsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<RemoveWhatsAppGroupParticipantsResponse, RemoveWhatsAppGroupParticipantsError, ThrowOnError>;
493
- createWhatsAppGroupInviteLink: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateWhatsAppGroupInviteLinkData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateWhatsAppGroupInviteLinkResponse, CreateWhatsAppGroupInviteLinkError, ThrowOnError>;
494
- listWhatsAppGroupJoinRequests: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListWhatsAppGroupJoinRequestsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListWhatsAppGroupJoinRequestsResponse, ListWhatsAppGroupJoinRequestsError, ThrowOnError>;
495
- approveWhatsAppGroupJoinRequests: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ApproveWhatsAppGroupJoinRequestsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ApproveWhatsAppGroupJoinRequestsResponse, ApproveWhatsAppGroupJoinRequestsError, ThrowOnError>;
496
- rejectWhatsAppGroupJoinRequests: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<RejectWhatsAppGroupJoinRequestsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<RejectWhatsAppGroupJoinRequestsResponse, RejectWhatsAppGroupJoinRequestsError, ThrowOnError>;
497
- listWhatsAppConversions: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListWhatsAppConversionsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListWhatsAppConversionsResponse, unknown, ThrowOnError>;
498
- sendWhatsAppConversion: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<SendWhatsAppConversionData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<SendWhatsAppConversionResponse, unknown, ThrowOnError>;
499
- };
500
497
  /**
501
498
  * whatsappcalling API
502
499
  */
@@ -547,6 +544,10 @@ declare class Zernio {
547
544
  sendSms: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<SendSmsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<SendSmsResponse, unknown, ThrowOnError>;
548
545
  lookupSmsNumber: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<LookupSmsNumberData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<LookupSmsNumberResponse, unknown, ThrowOnError>;
549
546
  listSmsOptOuts: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<ListSmsOptOutsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListSmsOptOutsResponse, ListSmsOptOutsError, ThrowOnError>;
547
+ createSmsSenderId: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateSmsSenderIdData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateSmsSenderIdResponse, unknown, ThrowOnError>;
548
+ listSmsSenderIds: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<unknown, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListSmsSenderIdsResponse, ListSmsSenderIdsError, ThrowOnError>;
549
+ requestSmsSenderIdLimitIncrease: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<RequestSmsSenderIdLimitIncreaseData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<RequestSmsSenderIdLimitIncreaseResponse, unknown, ThrowOnError>;
550
+ deleteSmsSenderId: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteSmsSenderIdData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteSmsSenderIdResponse, unknown, ThrowOnError>;
550
551
  startSmsRegistration: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<StartSmsRegistrationData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<StartSmsRegistrationResponse, unknown, ThrowOnError>;
551
552
  listSmsRegistrations: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<ListSmsRegistrationsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListSmsRegistrationsResponse, ListSmsRegistrationsError, ThrowOnError>;
552
553
  deactivateSmsRegistration: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeactivateSmsRegistrationData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeactivateSmsRegistrationResponse, unknown, ThrowOnError>;
@@ -728,6 +729,7 @@ declare class Zernio {
728
729
  */
729
730
  ads: {
730
731
  listAds: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<ListAdsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<unknown, unknown, ThrowOnError>;
732
+ duplicateAd: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DuplicateAdData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DuplicateAdResponse, unknown, ThrowOnError>;
731
733
  getAd: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetAdData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetAdResponse, GetAdError, ThrowOnError>;
732
734
  updateAd: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateAdData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateAdResponse, unknown, ThrowOnError>;
733
735
  deleteAd: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteAdData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteAdResponse, DeleteAdError, ThrowOnError>;
@@ -749,6 +751,14 @@ declare class Zernio {
749
751
  cancelRfReservation: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CancelRfReservationData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<unknown, unknown, ThrowOnError>;
750
752
  reserveRfPrediction: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ReserveRfPredictionData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ReserveRfPredictionResponse, unknown, ThrowOnError>;
751
753
  listAdStudies: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListAdStudiesData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListAdStudiesResponse, unknown, ThrowOnError>;
754
+ listMetaBusinesses: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListMetaBusinessesData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListMetaBusinessesResponse, unknown, ThrowOnError>;
755
+ listAdLabels: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListAdLabelsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListAdLabelsResponse, unknown, ThrowOnError>;
756
+ listHighDemandPeriods: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListHighDemandPeriodsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListHighDemandPeriodsResponse, unknown, ThrowOnError>;
757
+ listAdCreatives: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListAdCreativesData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListAdCreativesResponse, unknown, ThrowOnError>;
758
+ createAdCreative: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateAdCreativeData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateAdCreativeResponse, unknown, ThrowOnError>;
759
+ getAdCreative: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetAdCreativeData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetAdCreativeResponse, unknown, ThrowOnError>;
760
+ updateAdCreative: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateAdCreativeData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateAdCreativeResponse, unknown, ThrowOnError>;
761
+ deleteAdCreative: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteAdCreativeData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteAdCreativeResponse, unknown, ThrowOnError>;
752
762
  getAdAccountFinance: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetAdAccountFinanceData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetAdAccountFinanceResponse, unknown, ThrowOnError>;
753
763
  listAdAccounts: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListAdAccountsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListAdAccountsResponse, unknown, ThrowOnError>;
754
764
  updateAdAccount: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateAdAccountData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateAdAccountResponse, unknown, ThrowOnError>;
@@ -764,6 +774,7 @@ declare class Zernio {
764
774
  listFormLeads: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListFormLeadsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListFormLeadsResponse, ListFormLeadsError, ThrowOnError>;
765
775
  createTestLead: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateTestLeadData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateTestLeadResponse, CreateTestLeadError, ThrowOnError>;
766
776
  uploadAdImage: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UploadAdImageData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UploadAdImageResponse, unknown, ThrowOnError>;
777
+ listAdImages: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<ListAdImagesData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListAdImagesResponse, unknown, ThrowOnError>;
767
778
  searchAdInterests: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<SearchAdInterestsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<SearchAdInterestsResponse, unknown, ThrowOnError>;
768
779
  searchAdTargeting: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<SearchAdTargetingData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<SearchAdTargetingResponse, unknown, ThrowOnError>;
769
780
  estimateAdReach: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<EstimateAdReachData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<EstimateAdReachResponse, unknown, ThrowOnError>;
@@ -792,11 +803,13 @@ declare class Zernio {
792
803
  */
793
804
  adcampaigns: {
794
805
  listAdCampaigns: <ThrowOnError extends boolean = false>(options?: _hey_api_client_fetch.OptionsLegacyParser<ListAdCampaignsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ListAdCampaignsResponse, unknown, ThrowOnError>;
806
+ createAdCampaign: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<CreateAdCampaignData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<CreateAdCampaignResponse, unknown, ThrowOnError>;
795
807
  updateAdCampaignStatus: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateAdCampaignStatusData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateAdCampaignStatusResponse, unknown, ThrowOnError>;
796
808
  updateAdCampaign: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateAdCampaignData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateAdCampaignResponse, unknown, ThrowOnError>;
797
809
  deleteAdCampaign: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DeleteAdCampaignData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DeleteAdCampaignResponse, unknown, ThrowOnError>;
798
810
  bulkUpdateAdCampaignStatus: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<BulkUpdateAdCampaignStatusData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<BulkUpdateAdCampaignStatusResponse, unknown, ThrowOnError>;
799
811
  duplicateAdCampaign: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DuplicateAdCampaignData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DuplicateAdCampaignResponse, unknown, ThrowOnError>;
812
+ duplicateAdSet: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<DuplicateAdSetData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<DuplicateAdSetResponse, unknown, ThrowOnError>;
800
813
  getAdSetDetails: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<GetAdSetDetailsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<GetAdSetDetailsResponse, unknown, ThrowOnError>;
801
814
  updateAdSet: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateAdSetData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateAdSetResponse, unknown, ThrowOnError>;
802
815
  updateAdSetStatus: <ThrowOnError extends boolean = false>(options: _hey_api_client_fetch.OptionsLegacyParser<UpdateAdSetStatusData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UpdateAdSetStatusResponse, unknown, ThrowOnError>;
@@ -2581,6 +2594,37 @@ type CtwaSingleResponse = {
2581
2594
  message: string;
2582
2595
  };
2583
2596
  type adType3 = 'single';
2597
+ /**
2598
+ * A Discord guild member, returned verbatim from Discord's API.
2599
+ */
2600
+ type DiscordGuildMember = {
2601
+ user?: {
2602
+ /**
2603
+ * User snowflake
2604
+ */
2605
+ id?: string;
2606
+ username?: string;
2607
+ discriminator?: string;
2608
+ avatar?: (string) | null;
2609
+ /**
2610
+ * User's display name (post-2023 Discord rebrand)
2611
+ */
2612
+ global_name?: (string) | null;
2613
+ };
2614
+ /**
2615
+ * Guild-specific nickname
2616
+ */
2617
+ nick?: (string) | null;
2618
+ /**
2619
+ * Snowflake IDs of roles assigned to this member
2620
+ */
2621
+ roles?: Array<(string)>;
2622
+ joined_at?: string;
2623
+ /**
2624
+ * When the user started boosting the server
2625
+ */
2626
+ premium_since?: (string) | null;
2627
+ };
2584
2628
  /**
2585
2629
  * Discord message settings. Supports plain text (2,000 chars), rich embeds (up to 10), native polls, forum posts, threads, and announcement crossposts. Media attachments support images (JPEG, PNG, GIF, WebP), videos (MP4), and documents (up to 10 files, 25 MB each). Webhook identity (username + avatar) can be customized per-account via PATCH /v1/connect/discord or per-post via webhookUsername/webhookAvatarUrl.
2586
2630
  *
@@ -13808,34 +13852,7 @@ type ListDiscordGuildMembersData = {
13808
13852
  };
13809
13853
  };
13810
13854
  type ListDiscordGuildMembersResponse = ({
13811
- data?: Array<{
13812
- user?: {
13813
- /**
13814
- * User snowflake
13815
- */
13816
- id?: string;
13817
- username?: string;
13818
- discriminator?: string;
13819
- avatar?: (string) | null;
13820
- /**
13821
- * User's display name (post-2023 Discord rebrand)
13822
- */
13823
- global_name?: (string) | null;
13824
- };
13825
- /**
13826
- * Guild-specific nickname
13827
- */
13828
- nick?: (string) | null;
13829
- /**
13830
- * Snowflake IDs of roles assigned to this member
13831
- */
13832
- roles?: Array<(string)>;
13833
- joined_at?: string;
13834
- /**
13835
- * When the user started boosting the server
13836
- */
13837
- premium_since?: (string) | null;
13838
- }>;
13855
+ data?: Array<DiscordGuildMember>;
13839
13856
  pagination?: {
13840
13857
  /**
13841
13858
  * Pass as `after` on the next call. Null when there are no more pages.
@@ -13847,6 +13864,43 @@ type ListDiscordGuildMembersResponse = ({
13847
13864
  type ListDiscordGuildMembersError = (unknown | {
13848
13865
  error?: string;
13849
13866
  });
13867
+ type SearchDiscordGuildMembersData = {
13868
+ path: {
13869
+ guildId: string;
13870
+ };
13871
+ query: {
13872
+ accountId: string;
13873
+ limit?: number;
13874
+ /**
13875
+ * Username or nickname prefix to match.
13876
+ */
13877
+ query: string;
13878
+ };
13879
+ };
13880
+ type SearchDiscordGuildMembersResponse = ({
13881
+ data?: Array<DiscordGuildMember>;
13882
+ });
13883
+ type SearchDiscordGuildMembersError = (unknown | {
13884
+ error?: string;
13885
+ });
13886
+ type GetDiscordGuildMemberData = {
13887
+ path: {
13888
+ guildId: string;
13889
+ /**
13890
+ * Discord user snowflake.
13891
+ */
13892
+ userId: string;
13893
+ };
13894
+ query: {
13895
+ accountId: string;
13896
+ };
13897
+ };
13898
+ type GetDiscordGuildMemberResponse = ({
13899
+ data?: DiscordGuildMember;
13900
+ });
13901
+ type GetDiscordGuildMemberError = (ErrorResponse | {
13902
+ error?: string;
13903
+ } | unknown);
13850
13904
  type AddDiscordMemberRoleData = {
13851
13905
  path: {
13852
13906
  guildId: string;
@@ -17834,6 +17888,94 @@ type ListSmsOptOutsResponse = ({
17834
17888
  type ListSmsOptOutsError = ({
17835
17889
  error?: string;
17836
17890
  });
17891
+ type CreateSmsSenderIdData = {
17892
+ body: {
17893
+ /**
17894
+ * The sender ID recipients will see (3-11 letters/digits/spaces, at least one letter, no leading/trailing space).
17895
+ */
17896
+ senderId: string;
17897
+ };
17898
+ };
17899
+ type CreateSmsSenderIdResponse = ({
17900
+ /**
17901
+ * Sender ID resource id.
17902
+ */
17903
+ id?: string;
17904
+ senderId?: string;
17905
+ isActive?: boolean;
17906
+ });
17907
+ type CreateSmsSenderIdError = (ErrorResponse | {
17908
+ error?: string;
17909
+ } | unknown);
17910
+ type ListSmsSenderIdsResponse = ({
17911
+ senderIds?: Array<{
17912
+ id?: string;
17913
+ senderId?: string;
17914
+ isActive?: boolean;
17915
+ createdAt?: (string) | null;
17916
+ }>;
17917
+ /**
17918
+ * Workspace-wide daily sending budget, shared by every sender ID (resets midnight UTC).
17919
+ */
17920
+ budget?: {
17921
+ /**
17922
+ * Daily message cap (raisable via `/v1/sms/sender-ids/limit-request`).
17923
+ */
17924
+ cap?: number;
17925
+ /**
17926
+ * Messages already counted against today's cap.
17927
+ */
17928
+ usedToday?: number;
17929
+ /**
17930
+ * Cap tier (Level 1 = 500/day).
17931
+ */
17932
+ level?: number;
17933
+ /**
17934
+ * The in-flight cap-raise request awaiting review, or null. While set, further requests return 409.
17935
+ */
17936
+ pendingRequest?: {
17937
+ requestedCap?: number;
17938
+ level?: number;
17939
+ requestedAt?: (string) | null;
17940
+ } | null;
17941
+ };
17942
+ });
17943
+ type ListSmsSenderIdsError = ({
17944
+ error?: string;
17945
+ });
17946
+ type RequestSmsSenderIdLimitIncreaseData = {
17947
+ body: {
17948
+ /**
17949
+ * Desired daily message cap. Must exceed the current cap.
17950
+ */
17951
+ requestedCap: number;
17952
+ /**
17953
+ * Use case and audience (what you send, to whom, opt-in status).
17954
+ */
17955
+ reason: string;
17956
+ };
17957
+ };
17958
+ type RequestSmsSenderIdLimitIncreaseResponse = ({
17959
+ requested?: boolean;
17960
+ requestedCap?: number;
17961
+ });
17962
+ type RequestSmsSenderIdLimitIncreaseError = (ErrorResponse | {
17963
+ error?: string;
17964
+ } | unknown);
17965
+ type DeleteSmsSenderIdData = {
17966
+ path: {
17967
+ /**
17968
+ * Sender ID resource id.
17969
+ */
17970
+ id: string;
17971
+ };
17972
+ };
17973
+ type DeleteSmsSenderIdResponse = ({
17974
+ deleted?: boolean;
17975
+ });
17976
+ type DeleteSmsSenderIdError = (ErrorResponse | {
17977
+ error?: string;
17978
+ } | unknown);
17837
17979
  type StartSmsRegistrationData = {
17838
17980
  body: {
17839
17981
  registrationType: 'standard_10dlc' | 'sole_prop_10dlc' | 'toll_free';
@@ -23154,6 +23296,45 @@ type ListAdCampaignsResponse = ({
23154
23296
  type ListAdCampaignsError = ({
23155
23297
  error?: string;
23156
23298
  } | unknown);
23299
+ type CreateAdCampaignData = {
23300
+ body: {
23301
+ /**
23302
+ * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
23303
+ */
23304
+ accountId: string;
23305
+ /**
23306
+ * Meta ad account id (act_<n>).
23307
+ */
23308
+ adAccountId: string;
23309
+ name: string;
23310
+ /**
23311
+ * Mapped to the ODAX objective (same mapping as POST /v1/ads/create).
23312
+ */
23313
+ goal: 'engagement' | 'traffic' | 'awareness' | 'video_views' | 'lead_generation' | 'lead_conversion' | 'job_applicants' | 'conversions' | 'app_promotion' | 'catalog_sales';
23314
+ specialAdCategories?: Array<('HOUSING' | 'EMPLOYMENT' | 'CREDIT' | 'ISSUES_ELECTIONS_POLITICS' | 'FINANCIAL_PRODUCTS_SERVICES' | 'ONLINE_GAMBLING_AND_GAMING')>;
23315
+ /**
23316
+ * Campaign-level (CBO) budget in whole currency units. Requires budgetType.
23317
+ */
23318
+ budgetAmount?: number;
23319
+ budgetType?: 'daily' | 'lifetime';
23320
+ status?: 'ACTIVE' | 'PAUSED';
23321
+ };
23322
+ };
23323
+ type CreateAdCampaignResponse = ({
23324
+ adAccountId?: string;
23325
+ /**
23326
+ * Platform id of the new campaign
23327
+ */
23328
+ campaignId?: string;
23329
+ /**
23330
+ * Resolved ODAX objective (e.g. OUTCOME_SALES).
23331
+ */
23332
+ objective?: string;
23333
+ status?: 'ACTIVE' | 'PAUSED';
23334
+ });
23335
+ type CreateAdCampaignError = (unknown | {
23336
+ error?: string;
23337
+ });
23157
23338
  type UpdateAdCampaignStatusData = {
23158
23339
  body: {
23159
23340
  status: 'active' | 'paused';
@@ -23330,46 +23511,123 @@ type DuplicateAdCampaignResponse = ({
23330
23511
  type DuplicateAdCampaignError = (unknown | {
23331
23512
  error?: string;
23332
23513
  });
23333
- type GetAdSetDetailsData = {
23334
- path: {
23514
+ type DuplicateAdSetData = {
23515
+ body: {
23516
+ platform: 'facebook' | 'instagram';
23335
23517
  /**
23336
- * Meta ad set id (platformAdSetId).
23518
+ * Destination platform campaign id (defaults to the source's campaign)
23337
23519
  */
23338
- adSetId: string;
23339
- };
23340
- query: {
23520
+ campaignId?: string;
23341
23521
  /**
23342
- * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
23522
+ * Copy child ads + creatives
23343
23523
  */
23344
- accountId: string;
23524
+ deepCopy?: boolean;
23525
+ statusOption?: 'ACTIVE' | 'PAUSED' | 'INHERITED_FROM_SOURCE';
23345
23526
  /**
23346
- * Comma-separated Graph field override (supports nested {} projections).
23527
+ * Reschedule the copy's start time
23347
23528
  */
23348
- fields?: string;
23529
+ startTime?: string;
23530
+ endTime?: string;
23531
+ renameStrategy?: 'DEEP_RENAME' | 'ONLY_TOP_LEVEL_RENAME' | 'NO_RENAME';
23532
+ renamePrefix?: string;
23533
+ renameSuffix?: string;
23534
+ syncAfter?: boolean;
23535
+ };
23536
+ path: {
23537
+ /**
23538
+ * Source platform ad set ID
23539
+ */
23540
+ adSetId: string;
23349
23541
  };
23350
23542
  };
23351
- type GetAdSetDetailsResponse = ({
23543
+ type DuplicateAdSetResponse = ({
23352
23544
  /**
23353
- * Raw Meta ad set; keys are the requested Graph fields.
23545
+ * Platform ID of the new ad set
23354
23546
  */
23355
- adSet?: {
23547
+ copiedAdSetId?: string;
23548
+ discovery?: 'triggered' | 'skipped' | 'failed';
23549
+ /**
23550
+ * Meta's native copy response (includes ad_object_ids for child copies)
23551
+ */
23552
+ raw?: {
23356
23553
  [key: string]: unknown;
23357
23554
  };
23358
23555
  });
23359
- type GetAdSetDetailsError = (unknown | {
23556
+ type DuplicateAdSetError = (unknown | {
23360
23557
  error?: string;
23361
23558
  });
23362
- type UpdateAdSetData = {
23363
- body: {
23364
- platform: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter';
23559
+ type DuplicateAdData = {
23560
+ body?: {
23365
23561
  /**
23366
- * Omit if not updating budget
23562
+ * Destination platform ad set id (defaults to the source's ad set)
23367
23563
  */
23368
- budget?: {
23369
- amount?: number;
23370
- type?: 'daily' | 'lifetime';
23371
- };
23372
- /**
23564
+ adSetId?: string;
23565
+ statusOption?: 'ACTIVE' | 'PAUSED' | 'INHERITED_FROM_SOURCE';
23566
+ renameStrategy?: 'DEEP_RENAME' | 'ONLY_TOP_LEVEL_RENAME' | 'NO_RENAME';
23567
+ renamePrefix?: string;
23568
+ renameSuffix?: string;
23569
+ syncAfter?: boolean;
23570
+ };
23571
+ path: {
23572
+ /**
23573
+ * Zernio ad ID or platform ad ID
23574
+ */
23575
+ adId: string;
23576
+ };
23577
+ };
23578
+ type DuplicateAdResponse = ({
23579
+ /**
23580
+ * Platform ID of the new ad
23581
+ */
23582
+ copiedAdId?: string;
23583
+ discovery?: 'triggered' | 'skipped' | 'failed';
23584
+ raw?: {
23585
+ [key: string]: unknown;
23586
+ };
23587
+ });
23588
+ type DuplicateAdError = (unknown | {
23589
+ error?: string;
23590
+ });
23591
+ type GetAdSetDetailsData = {
23592
+ path: {
23593
+ /**
23594
+ * Meta ad set id (platformAdSetId).
23595
+ */
23596
+ adSetId: string;
23597
+ };
23598
+ query: {
23599
+ /**
23600
+ * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
23601
+ */
23602
+ accountId: string;
23603
+ /**
23604
+ * Comma-separated Graph field override (supports nested {} projections).
23605
+ */
23606
+ fields?: string;
23607
+ };
23608
+ };
23609
+ type GetAdSetDetailsResponse = ({
23610
+ /**
23611
+ * Raw Meta ad set; keys are the requested Graph fields.
23612
+ */
23613
+ adSet?: {
23614
+ [key: string]: unknown;
23615
+ };
23616
+ });
23617
+ type GetAdSetDetailsError = (unknown | {
23618
+ error?: string;
23619
+ });
23620
+ type UpdateAdSetData = {
23621
+ body: {
23622
+ platform: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter';
23623
+ /**
23624
+ * Omit if not updating budget
23625
+ */
23626
+ budget?: {
23627
+ amount?: number;
23628
+ type?: 'daily' | 'lifetime';
23629
+ };
23630
+ /**
23373
23631
  * Omit if not toggling delivery state
23374
23632
  */
23375
23633
  status?: 'active' | 'paused';
@@ -24483,6 +24741,286 @@ type ListAdStudiesResponse = ({
24483
24741
  type ListAdStudiesError = (unknown | {
24484
24742
  error?: string;
24485
24743
  });
24744
+ type ListMetaBusinessesData = {
24745
+ query: {
24746
+ /**
24747
+ * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
24748
+ */
24749
+ accountId: string;
24750
+ /**
24751
+ * Cursor from paging.after of the previous page.
24752
+ */
24753
+ after?: string;
24754
+ /**
24755
+ * Rows per page
24756
+ */
24757
+ limit?: number;
24758
+ };
24759
+ };
24760
+ type ListMetaBusinessesResponse = ({
24761
+ data?: Array<{
24762
+ [key: string]: unknown;
24763
+ }>;
24764
+ paging?: {
24765
+ /**
24766
+ * Cursor for the next page; null when exhausted.
24767
+ */
24768
+ after?: (string) | null;
24769
+ };
24770
+ });
24771
+ type ListMetaBusinessesError = (unknown | {
24772
+ error?: string;
24773
+ });
24774
+ type ListAdLabelsData = {
24775
+ query: {
24776
+ /**
24777
+ * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
24778
+ */
24779
+ accountId: string;
24780
+ /**
24781
+ * Meta ad account id (act_<n>).
24782
+ */
24783
+ adAccountId: string;
24784
+ /**
24785
+ * Cursor from paging.after of the previous page.
24786
+ */
24787
+ after?: string;
24788
+ /**
24789
+ * Rows per page
24790
+ */
24791
+ limit?: number;
24792
+ };
24793
+ };
24794
+ type ListAdLabelsResponse = ({
24795
+ adAccountId?: string;
24796
+ data?: Array<{
24797
+ [key: string]: unknown;
24798
+ }>;
24799
+ paging?: {
24800
+ /**
24801
+ * Cursor for the next page; null when exhausted.
24802
+ */
24803
+ after?: (string) | null;
24804
+ };
24805
+ });
24806
+ type ListAdLabelsError = (unknown | {
24807
+ error?: string;
24808
+ });
24809
+ type ListHighDemandPeriodsData = {
24810
+ query: {
24811
+ /**
24812
+ * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
24813
+ */
24814
+ accountId: string;
24815
+ /**
24816
+ * Platform ad set id. Exactly one of campaignId / adSetId.
24817
+ */
24818
+ adSetId?: string;
24819
+ /**
24820
+ * Cursor from paging.after of the previous page.
24821
+ */
24822
+ after?: string;
24823
+ /**
24824
+ * Platform campaign id. Exactly one of campaignId / adSetId.
24825
+ */
24826
+ campaignId?: string;
24827
+ /**
24828
+ * Rows per page
24829
+ */
24830
+ limit?: number;
24831
+ };
24832
+ };
24833
+ type ListHighDemandPeriodsResponse = ({
24834
+ /**
24835
+ * The campaign / ad set id the schedules belong to.
24836
+ */
24837
+ objectId?: string;
24838
+ data?: Array<{
24839
+ [key: string]: unknown;
24840
+ }>;
24841
+ paging?: {
24842
+ /**
24843
+ * Cursor for the next page; null when exhausted.
24844
+ */
24845
+ after?: (string) | null;
24846
+ };
24847
+ });
24848
+ type ListHighDemandPeriodsError = (unknown | {
24849
+ error?: string;
24850
+ });
24851
+ type ListAdCreativesData = {
24852
+ query: {
24853
+ /**
24854
+ * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
24855
+ */
24856
+ accountId: string;
24857
+ /**
24858
+ * Meta ad account id (act_<n>).
24859
+ */
24860
+ adAccountId: string;
24861
+ /**
24862
+ * Cursor from paging.after of the previous page.
24863
+ */
24864
+ after?: string;
24865
+ /**
24866
+ * Comma-separated Graph field override (supports nested {} projections).
24867
+ */
24868
+ fields?: string;
24869
+ /**
24870
+ * Rows per page
24871
+ */
24872
+ limit?: number;
24873
+ };
24874
+ };
24875
+ type ListAdCreativesResponse = ({
24876
+ adAccountId?: string;
24877
+ data?: Array<{
24878
+ [key: string]: unknown;
24879
+ }>;
24880
+ paging?: {
24881
+ /**
24882
+ * Cursor for the next page; null when exhausted.
24883
+ */
24884
+ after?: (string) | null;
24885
+ };
24886
+ });
24887
+ type ListAdCreativesError = (unknown | {
24888
+ error?: string;
24889
+ });
24890
+ type CreateAdCreativeData = {
24891
+ body: {
24892
+ /**
24893
+ * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token and Page.
24894
+ */
24895
+ accountId: string;
24896
+ /**
24897
+ * Meta ad account id (act_<n>).
24898
+ */
24899
+ adAccountId: string;
24900
+ headline: string;
24901
+ /**
24902
+ * Primary text
24903
+ */
24904
+ body: string;
24905
+ /**
24906
+ * Link description below the headline; omitted = Meta scrapes the destination's OG description.
24907
+ */
24908
+ description?: string;
24909
+ /**
24910
+ * CTA type (same whitelist as POST /v1/ads/create).
24911
+ */
24912
+ callToAction?: string;
24913
+ linkUrl: string;
24914
+ /**
24915
+ * Publicly reachable image; uploaded to the account's library server-side.
24916
+ */
24917
+ imageUrl?: string;
24918
+ /**
24919
+ * Existing library image hash (POST /v1/ads/images or GET /v1/ads/images).
24920
+ */
24921
+ imageHash?: string;
24922
+ carouselCards?: Array<{
24923
+ imageUrl: string;
24924
+ linkUrl: string;
24925
+ headline?: string;
24926
+ description?: string;
24927
+ callToAction?: string;
24928
+ }>;
24929
+ /**
24930
+ * Appended to every outbound URL (e.g. utm_source=fb).
24931
+ */
24932
+ urlTags?: string;
24933
+ /**
24934
+ * Advantage+ creative enhancements: partial map of Meta creative feature keys (snake_case) to enroll status, forwarded as degrees_of_freedom_spec.creative_features_spec. Unspecified features default to OPT_OUT.
24935
+ */
24936
+ creativeFeatures?: {
24937
+ [key: string]: ('OPT_IN' | 'OPT_OUT');
24938
+ };
24939
+ };
24940
+ };
24941
+ type CreateAdCreativeResponse = ({
24942
+ adAccountId?: string;
24943
+ /**
24944
+ * Platform creative id, reusable via existingCreativeId.
24945
+ */
24946
+ creativeId?: string;
24947
+ });
24948
+ type CreateAdCreativeError = (unknown | {
24949
+ error?: string;
24950
+ });
24951
+ type GetAdCreativeData = {
24952
+ path: {
24953
+ /**
24954
+ * Platform creative id
24955
+ */
24956
+ creativeId: string;
24957
+ };
24958
+ query: {
24959
+ /**
24960
+ * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
24961
+ */
24962
+ accountId: string;
24963
+ /**
24964
+ * Comma-separated Graph field override (supports nested {} projections).
24965
+ */
24966
+ fields?: string;
24967
+ };
24968
+ };
24969
+ type GetAdCreativeResponse = ({
24970
+ /**
24971
+ * Raw Meta creative node
24972
+ */
24973
+ creative?: {
24974
+ [key: string]: unknown;
24975
+ };
24976
+ });
24977
+ type GetAdCreativeError = (unknown | {
24978
+ error?: string;
24979
+ });
24980
+ type UpdateAdCreativeData = {
24981
+ body: {
24982
+ /**
24983
+ * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
24984
+ */
24985
+ accountId: string;
24986
+ name: string;
24987
+ };
24988
+ path: {
24989
+ /**
24990
+ * Platform creative id
24991
+ */
24992
+ creativeId: string;
24993
+ };
24994
+ };
24995
+ type UpdateAdCreativeResponse = ({
24996
+ creativeId?: string;
24997
+ name?: string;
24998
+ message?: string;
24999
+ });
25000
+ type UpdateAdCreativeError = (unknown | {
25001
+ error?: string;
25002
+ });
25003
+ type DeleteAdCreativeData = {
25004
+ path: {
25005
+ /**
25006
+ * Platform creative id
25007
+ */
25008
+ creativeId: string;
25009
+ };
25010
+ query: {
25011
+ /**
25012
+ * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
25013
+ */
25014
+ accountId: string;
25015
+ };
25016
+ };
25017
+ type DeleteAdCreativeResponse = ({
25018
+ creativeId?: string;
25019
+ message?: string;
25020
+ });
25021
+ type DeleteAdCreativeError = (unknown | {
25022
+ error?: string;
25023
+ });
24486
25024
  type GetAdAccountFinanceData = {
24487
25025
  query: {
24488
25026
  /**
@@ -24940,6 +25478,16 @@ type CreateStandaloneAdData = {
24940
25478
  * Meta only. The RESERVED prediction id the R&F ad set runs on (reserving mints a new id — pass that one). Requires buyingType RESERVED.
24941
25479
  */
24942
25480
  rfPredictionId?: string;
25481
+ /**
25482
+ * Meta only. Advantage+ creative enhancements: a partial map of Meta creative feature keys (snake_case, e.g. enhance_cta, image_brightness_and_contrast, text_optimizations) to enroll status, forwarded as degrees_of_freedom_spec.creative_features_spec. Meta validates the keys; unspecified features default to OPT_OUT. The legacy standard_enhancements bundle is deprecated by Meta and rejected.
25483
+ */
25484
+ creativeFeatures?: {
25485
+ [key: string]: ('OPT_IN' | 'OPT_OUT');
25486
+ };
25487
+ /**
25488
+ * Meta only, single standalone shape only (no creatives[], adSetId, or RESERVED). Dry-run: each node runs Meta's execution_options validate_only and NOTHING is created or persisted. Children need real parents, so a fresh tree validates the campaign + creative (the ad set needs its campaign to exist — pass existingCampaignId to validate it too; the ad itself is never validatable pre-create). A Meta validation failure returns the 400 verbatim; success returns 200 with per-node results instead of an ad.
25489
+ */
25490
+ validateOnly?: boolean;
24943
25491
  /**
24944
25492
  * Required on legacy + multi-creative shapes. Inherited on attach.
24945
25493
  */
@@ -25648,7 +26196,18 @@ type CreateStandaloneAdData = {
25648
26196
  'Idempotency-Key'?: string;
25649
26197
  };
25650
26198
  };
25651
- type CreateStandaloneAdResponse = (({
26199
+ type CreateStandaloneAdResponse = ({
26200
+ validateOnly?: boolean;
26201
+ results?: Array<{
26202
+ node?: 'campaign' | 'adSet' | 'creative' | 'ad';
26203
+ status?: 'validated' | 'skipped';
26204
+ /**
26205
+ * Why the node could not be validated (only on skipped).
26206
+ */
26207
+ reason?: string;
26208
+ }>;
26209
+ message?: string;
26210
+ } | ({
25652
26211
  ad?: Ad;
25653
26212
  message?: string;
25654
26213
  } | {
@@ -25918,6 +26477,45 @@ type UploadAdImageResponse = ({
25918
26477
  type UploadAdImageError = (unknown | {
25919
26478
  error?: string;
25920
26479
  });
26480
+ type ListAdImagesData = {
26481
+ query: {
26482
+ /**
26483
+ * Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
26484
+ */
26485
+ accountId: string;
26486
+ /**
26487
+ * Meta ad account id (act_<n>).
26488
+ */
26489
+ adAccountId: string;
26490
+ /**
26491
+ * Cursor from paging.after of the previous page.
26492
+ */
26493
+ after?: string;
26494
+ /**
26495
+ * Comma-separated Graph field override (supports nested {} projections).
26496
+ */
26497
+ fields?: string;
26498
+ /**
26499
+ * Rows per page
26500
+ */
26501
+ limit?: number;
26502
+ };
26503
+ };
26504
+ type ListAdImagesResponse = ({
26505
+ adAccountId?: string;
26506
+ data?: Array<{
26507
+ [key: string]: unknown;
26508
+ }>;
26509
+ paging?: {
26510
+ /**
26511
+ * Cursor for the next page; null when exhausted.
26512
+ */
26513
+ after?: (string) | null;
26514
+ };
26515
+ });
26516
+ type ListAdImagesError = (unknown | {
26517
+ error?: string;
26518
+ });
25921
26519
  type SearchAdInterestsData = {
25922
26520
  query: {
25923
26521
  /**
@@ -27411,4 +28009,4 @@ type CheckVerificationError = (ErrorResponse | {
27411
28009
  error?: string;
27412
28010
  } | unknown);
27413
28011
 
27414
- export { type AccountWithFollowerStats, type AccountsListResponse, type ActivateSequenceData, type ActivateSequenceError, type ActivateSequenceResponse, type ActivateWorkflowData, type ActivateWorkflowError, type ActivateWorkflowResponse, type Ad, type AdBudget, type AdCampaign, type AdDailyMetrics, type AdMetrics, type AdStatus, type AdTreeAdSet, type AdTreeCampaign, type AddBroadcastRecipientsData, type AddBroadcastRecipientsError, type AddBroadcastRecipientsResponse, type AddConversionAssociationsData, type AddConversionAssociationsError, type AddConversionAssociationsResponse, type AddDiscordMemberRoleData, type AddDiscordMemberRoleError, type AddDiscordMemberRoleResponse, type AddMessageReactionData, type AddMessageReactionError, type AddMessageReactionResponse, type AddTrackingTagSharedAccountData, type AddTrackingTagSharedAccountError, type AddTrackingTagSharedAccountResponse, type AddUsersToAdAudienceData, type AddUsersToAdAudienceError, type AddUsersToAdAudienceResponse, type AddWhatsAppGroupParticipantsData, type AddWhatsAppGroupParticipantsError, type AddWhatsAppGroupParticipantsResponse, type AdjustConversionsData, type AdjustConversionsError, type AdjustConversionsResponse, type AnalyticsListResponse, type AnalyticsOverview, type AnalyticsSinglePostResponse, type ApiKey, type AppealSmsRegistrationData, type AppealSmsRegistrationError, type AppealSmsRegistrationResponse, type ApproveWhatsAppGroupJoinRequestsData, type ApproveWhatsAppGroupJoinRequestsError, type ApproveWhatsAppGroupJoinRequestsResponse, type ArchiveLeadFormData, type ArchiveLeadFormError, type ArchiveLeadFormResponse, type AssignGoogleBusinessLocationData, type AssignGoogleBusinessLocationError, type AssignGoogleBusinessLocationResponse, type BatchGetGoogleBusinessReviewsData, type BatchGetGoogleBusinessReviewsError, type BatchGetGoogleBusinessReviewsResponse, type BidStrategy, type BillingSnapshot, type BlockWhatsAppUsersData, type BlockWhatsAppUsersError, type BlockWhatsAppUsersResponse, type BlueskyPlatformData, type BookmarkPostData, type BookmarkPostError, type BookmarkPostResponse, type BoostPostData, type BoostPostError, type BoostPostResponse, type BulkCreateContactsData, type BulkCreateContactsError, type BulkCreateContactsResponse, type BulkUpdateAdCampaignStatusData, type BulkUpdateAdCampaignStatusError, type BulkUpdateAdCampaignStatusResponse, type BulkUploadPostsData, type BulkUploadPostsError, type BulkUploadPostsResponse, type BulkUploadResult, type BusinessCenter, type CallRecord, type CancelBroadcastData, type CancelBroadcastError, type CancelBroadcastResponse, type CancelPhoneNumberPortInData, type CancelPhoneNumberPortInError, type CancelPhoneNumberPortInResponse, type CancelRfReservationData, type CancelRfReservationError, type CancelRfReservationResponse, type CheckPhoneNumberAvailabilityData, type CheckPhoneNumberAvailabilityError, type CheckPhoneNumberAvailabilityResponse, type CheckPhoneNumberPortabilityData, type CheckPhoneNumberPortabilityError, type CheckPhoneNumberPortabilityResponse, type CheckVerificationData, type CheckVerificationError, type CheckVerificationResponse, type CheckWhatsAppNumberAvailabilityData, type CheckWhatsAppNumberAvailabilityError, type CheckWhatsAppNumberAvailabilityResponse, type ClearContactFieldValueData, type ClearContactFieldValueError, type ClearContactFieldValueResponse, type ClientOptions, type CompleteGoogleBusinessVerificationData, type CompleteGoogleBusinessVerificationError, type CompleteGoogleBusinessVerificationResponse, type CompleteTelegramConnectData, type CompleteTelegramConnectError, type CompleteTelegramConnectResponse, type CompleteWhatsAppPhoneSelectionData, type CompleteWhatsAppPhoneSelectionError, type CompleteWhatsAppPhoneSelectionResponse, type ConfigureTikTokAdsBrandIdentityData, type ConfigureTikTokAdsBrandIdentityError, type ConfigureTikTokAdsBrandIdentityResponse, type ConnectAdsData, type ConnectAdsError, type ConnectAdsResponse, type ConnectBlueskyCredentialsData, type ConnectBlueskyCredentialsError, type ConnectBlueskyCredentialsResponse, type ConnectWhatsAppCredentialsData, type ConnectWhatsAppCredentialsError, type ConnectWhatsAppCredentialsResponse, type ConversionDestination, type ConversionEvent, type CreateAccountGroupData, type CreateAccountGroupError, type CreateAccountGroupResponse, type CreateAdAudienceData, type CreateAdAudienceError, type CreateAdAudienceResponse, type CreateAdInsightsReportData, type CreateAdInsightsReportError, type CreateAdInsightsReportResponse, type CreateApiKeyData, type CreateApiKeyError, type CreateApiKeyResponse, type CreateBroadcastData, type CreateBroadcastError, type CreateBroadcastResponse, type CreateCallAdData, type CreateCallAdError, type CreateCallAdResponse, type CreateCommentAutomationData, type CreateCommentAutomationError, type CreateCommentAutomationResponse, type CreateContactData, type CreateContactError, type CreateContactResponse, type CreateConversionDestinationData, type CreateConversionDestinationError, type CreateConversionDestinationResponse, type CreateCtwaAdData, type CreateCtwaAdError, type CreateCtwaAdResponse, type CreateCustomFieldData, type CreateCustomFieldError, type CreateCustomFieldResponse, type CreateDiscordGuildRoleData, type CreateDiscordGuildRoleError, type CreateDiscordGuildRoleResponse, type CreateDiscordScheduledEventData, type CreateDiscordScheduledEventError, type CreateDiscordScheduledEventResponse, type CreateDiscordThreadData, type CreateDiscordThreadError, type CreateDiscordThreadResponse, type CreateGoogleBusinessMediaData, type CreateGoogleBusinessMediaError, type CreateGoogleBusinessMediaResponse, type CreateGoogleBusinessPlaceActionData, type CreateGoogleBusinessPlaceActionError, type CreateGoogleBusinessPlaceActionResponse, type CreateInboxConversationData, type CreateInboxConversationError, type CreateInboxConversationResponse, type CreateInviteTokenData, type CreateInviteTokenError, type CreateInviteTokenResponse, type CreateLeadFormData, type CreateLeadFormError, type CreateLeadFormResponse, type CreateMessagingAdData, type CreateMessagingAdError, type CreateMessagingAdResponse, type CreatePhoneNumberKycLinkData, type CreatePhoneNumberKycLinkError, type CreatePhoneNumberKycLinkResponse, type CreatePhoneNumberPortInData, type CreatePhoneNumberPortInError, type CreatePhoneNumberPortInResponse, type CreatePinterestBoardData, type CreatePinterestBoardError, type CreatePinterestBoardResponse, type CreatePostData, type CreatePostError, type CreatePostResponse, type CreateProfileData, type CreateProfileError, type CreateProfileResponse, type CreateQueueSlotData, type CreateQueueSlotError, type CreateQueueSlotResponse, type CreateRfPredictionData, type CreateRfPredictionError, type CreateRfPredictionResponse, type CreateSequenceData, type CreateSequenceError, type CreateSequenceResponse, type CreateStandaloneAdData, type CreateStandaloneAdError, type CreateStandaloneAdResponse, type CreateTestLeadData, type CreateTestLeadError, type CreateTestLeadResponse, type CreateTrackingTagData, type CreateTrackingTagError, type CreateTrackingTagResponse, type CreateVerificationData, type CreateVerificationError, type CreateVerificationResponse, type CreateVoiceCallData, type CreateVoiceCallError, type CreateVoiceCallResponse, type CreateVoiceWebSessionError, type CreateVoiceWebSessionResponse, type CreateWebhookSettingsData, type CreateWebhookSettingsError, type CreateWebhookSettingsResponse, type CreateWhatsAppDatasetData, type CreateWhatsAppDatasetError, type CreateWhatsAppDatasetResponse, type CreateWhatsAppFlowData, type CreateWhatsAppFlowError, type CreateWhatsAppFlowResponse, type CreateWhatsAppGroupChatData, type CreateWhatsAppGroupChatError, type CreateWhatsAppGroupChatResponse, type CreateWhatsAppGroupInviteLinkData, type CreateWhatsAppGroupInviteLinkError, type CreateWhatsAppGroupInviteLinkResponse, type CreateWhatsAppNumberKycLinkData, type CreateWhatsAppNumberKycLinkError, type CreateWhatsAppNumberKycLinkResponse, type CreateWhatsAppSandboxSessionData, type CreateWhatsAppSandboxSessionError, type CreateWhatsAppSandboxSessionResponse, type CreateWhatsAppTemplateData, type CreateWhatsAppTemplateError, type CreateWhatsAppTemplateResponse, type CreateWorkflowData, type CreateWorkflowError, type CreateWorkflowResponse, type CrosspostDiscordMessageData, type CrosspostDiscordMessageError, type CrosspostDiscordMessageResponse, type CtwaAdRequestBody, type CtwaMultiResponse, type CtwaSingleResponse, type DeactivateSmsRegistrationData, type DeactivateSmsRegistrationError, type DeactivateSmsRegistrationResponse, type DeleteAccountData, type DeleteAccountError, type DeleteAccountGroupData, type DeleteAccountGroupError, type DeleteAccountGroupResponse, type DeleteAccountResponse, type DeleteAdAudienceData, type DeleteAdAudienceError, type DeleteAdAudienceResponse, type DeleteAdCampaignData, type DeleteAdCampaignError, type DeleteAdCampaignResponse, 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 DeleteConversionDestinationData, type DeleteConversionDestinationError, type DeleteConversionDestinationResponse, type DeleteCustomFieldData, type DeleteCustomFieldError, type DeleteCustomFieldResponse, type DeleteDiscordGuildRoleData, type DeleteDiscordGuildRoleError, type DeleteDiscordGuildRoleResponse, type DeleteDiscordMessageData, type DeleteDiscordMessageError, type DeleteDiscordMessageResponse, type DeleteDiscordScheduledEventData, type DeleteDiscordScheduledEventError, type DeleteDiscordScheduledEventResponse, type DeleteGoogleBusinessMediaData, type DeleteGoogleBusinessMediaError, type DeleteGoogleBusinessMediaResponse, type DeleteGoogleBusinessPlaceActionData, type DeleteGoogleBusinessPlaceActionError, type DeleteGoogleBusinessPlaceActionResponse, type DeleteGoogleBusinessReviewReplyData, type DeleteGoogleBusinessReviewReplyError, type DeleteGoogleBusinessReviewReplyResponse, 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 DeleteWhatsAppFlowData, type DeleteWhatsAppFlowError, type DeleteWhatsAppFlowResponse, type DeleteWhatsAppGroupChatData, type DeleteWhatsAppGroupChatError, type DeleteWhatsAppGroupChatResponse, type DeleteWhatsAppSandboxSessionData, type DeleteWhatsAppSandboxSessionError, type DeleteWhatsAppSandboxSessionResponse, type DeleteWhatsAppTemplateData, type DeleteWhatsAppTemplateError, type DeleteWhatsAppTemplateResponse, type DeleteWhatsappBusinessUsernameData, type DeleteWhatsappBusinessUsernameError, type DeleteWhatsappBusinessUsernameResponse, type DeleteWorkflowData, type DeleteWorkflowError, type DeleteWorkflowResponse, type DeprecateWhatsAppFlowData, type DeprecateWhatsAppFlowError, type DeprecateWhatsAppFlowResponse, type DialVoiceWebCallData, type DialVoiceWebCallError, type DialVoiceWebCallResponse, type DisableSmsOnNumberData, type DisableSmsOnNumberError, type DisableSmsOnNumberResponse, type DisableVoiceOnNumberData, type DisableVoiceOnNumberError, type DisableVoiceOnNumberResponse, type DisableWhatsAppCallingData, type DisableWhatsAppCallingError, type DisableWhatsAppCallingLegacyData, type DisableWhatsAppCallingLegacyError, type DisableWhatsAppCallingLegacyResponse, type DisableWhatsAppCallingResponse, type DiscordPlatformData, type DiscordRole, type DiscordScheduledEvent, type DmButton, type DuplicateAdCampaignData, type DuplicateAdCampaignError, type DuplicateAdCampaignResponse, type DuplicateWorkflowData, type DuplicateWorkflowError, type DuplicateWorkflowResponse, type EditDiscordGuildRoleData, type EditDiscordGuildRoleError, type EditDiscordGuildRoleResponse, type EditInboxCommentData, type EditInboxCommentError, type EditInboxCommentResponse, type EditInboxMessageData, type EditInboxMessageError, type EditInboxMessageResponse, type EditPostData, type EditPostError, type EditPostResponse, type EnableSmsOnNumberData, type EnableSmsOnNumberError, type EnableSmsOnNumberResponse, type EnableVoiceOnNumberData, type EnableVoiceOnNumberError, type EnableVoiceOnNumberResponse, type EnableWhatsAppCallingData, type EnableWhatsAppCallingError, type EnableWhatsAppCallingLegacyData, type EnableWhatsAppCallingLegacyError, type EnableWhatsAppCallingLegacyResponse, type EnableWhatsAppCallingResponse, type EndVoiceCallData, type EndVoiceCallError, type EndVoiceCallResponse, type EnrollContactsData, type EnrollContactsError, type EnrollContactsResponse, type ErrorResponse, type EstimateAdReachData, type EstimateAdReachError, type EstimateAdReachResponse, type ExternalPostMediaItem, type ExternalPostSummary, type ExternalPostWebhookPost, type FacebookPlatformData, type FetchGoogleBusinessVerificationOptionsData, type FetchGoogleBusinessVerificationOptionsError, type FetchGoogleBusinessVerificationOptionsResponse, type FollowUserData, type FollowUserError, type FollowUserResponse, type FollowerStatsResponse, type FoodMenu, type FoodMenuItem, type FoodMenuItemAttributes, type FoodMenuLabel, type FoodMenuSection, type GenerateAdPreviewsData, type GenerateAdPreviewsError, type GenerateAdPreviewsResponse, type GeoRestriction, type GetAccountHealthData, type GetAccountHealthError, type GetAccountHealthResponse, type GetAdAccountFinanceData, type GetAdAccountFinanceError, type GetAdAccountFinanceResponse, type GetAdAnalyticsData, type GetAdAnalyticsError, type GetAdAnalyticsResponse, type GetAdAudienceData, type GetAdAudienceError, type GetAdAudienceResponse, type GetAdCommentsData, type GetAdCommentsError, type GetAdCommentsResponse, type GetAdData, type GetAdError, type GetAdInsightsReportData, type GetAdInsightsReportError, type GetAdInsightsReportResponse, type GetAdPreviewsData, type GetAdPreviewsError, type GetAdPreviewsResponse, type GetAdResponse, type GetAdSetDetailsData, type GetAdSetDetailsError, type GetAdSetDetailsResponse, type GetAdTrackingTagsData, type GetAdTrackingTagsError, type GetAdTrackingTagsResponse, type GetAdTreeData, type GetAdTreeError, type GetAdTreeResponse, type GetAdsActivityLogData, type GetAdsActivityLogError, type GetAdsActivityLogResponse, type GetAdsTimelineData, type GetAdsTimelineError, type GetAdsTimelineResponse, type GetAllAccountsHealthData, type GetAllAccountsHealthError, type GetAllAccountsHealthResponse, type GetAnalyticsData, type GetAnalyticsError, type GetAnalyticsResponse, type GetBestTimeToPostData, type GetBestTimeToPostError, type GetBestTimeToPostResponse, type GetBillingError, type GetBillingResponse, type GetBroadcastData, type GetBroadcastError, type GetBroadcastResponse, type GetCallData, type GetCallError, type GetCallRecordingData, type GetCallRecordingError, type GetCallRecordingResponse, type GetCallResponse, type GetCallsUsageData, type GetCallsUsageError, type GetCallsUsageResponse, type GetCampaignAnalyticsData, type GetCampaignAnalyticsError, type GetCampaignAnalyticsResponse, 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 GetConversionDestinationData, type GetConversionDestinationError, type GetConversionDestinationResponse, type GetConversionMetricsData, type GetConversionMetricsError, type GetConversionMetricsResponse, type GetConversionsQualityData, type GetConversionsQualityError, type GetConversionsQualityResponse, type GetDailyMetricsData, type GetDailyMetricsError, type GetDailyMetricsResponse, type GetDiscordChannelsData, type GetDiscordChannelsError, type GetDiscordChannelsResponse, type GetDiscordScheduledEventData, type GetDiscordScheduledEventError, type GetDiscordScheduledEventResponse, type GetDiscordSettingsData, type GetDiscordSettingsError, type GetDiscordSettingsResponse, type GetDsaDefaultsData, type GetDsaDefaultsError, type GetDsaDefaultsResponse, type GetDsaRecommendationsData, type GetDsaRecommendationsError, type GetDsaRecommendationsResponse, type GetFacebookPageInsightsData, type GetFacebookPageInsightsError, type GetFacebookPageInsightsResponse, type GetFacebookPagesData, type GetFacebookPagesError, type GetFacebookPagesResponse, type GetFacebookPostReactionsData, type GetFacebookPostReactionsError, type GetFacebookPostReactionsResponse, type GetFollowerStatsData, type GetFollowerStatsError, type GetFollowerStatsResponse, type GetGmbAttributeMetadataData, type GetGmbAttributeMetadataError, type GetGmbAttributeMetadataResponse, 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 GetGoogleBusinessServicesData, type GetGoogleBusinessServicesError, type GetGoogleBusinessServicesResponse, type GetGoogleBusinessVerificationsData, type GetGoogleBusinessVerificationsError, type GetGoogleBusinessVerificationsResponse, type GetInboxConversationAnalyticsData, type GetInboxConversationAnalyticsError, type GetInboxConversationAnalyticsResponse, type GetInboxConversationData, type GetInboxConversationError, type GetInboxConversationMessagesData, type GetInboxConversationMessagesError, type GetInboxConversationMessagesResponse, type GetInboxConversationResponse, type GetInboxHeatmapData, type GetInboxHeatmapError, type GetInboxHeatmapResponse, type GetInboxPostCommentsData, type GetInboxPostCommentsError, type GetInboxPostCommentsResponse, type GetInboxResponseTimeData, type GetInboxResponseTimeError, type GetInboxResponseTimeResponse, type GetInboxSourceBreakdownData, type GetInboxSourceBreakdownError, type GetInboxSourceBreakdownResponse, type GetInboxTopAccountsData, type GetInboxTopAccountsError, type GetInboxTopAccountsResponse, type GetInboxVolumeData, type GetInboxVolumeError, type GetInboxVolumeResponse, type GetInstagramAccountInsightsData, type GetInstagramAccountInsightsError, type GetInstagramAccountInsightsResponse, type GetInstagramDemographicsData, type GetInstagramDemographicsError, type GetInstagramDemographicsResponse, type GetInstagramFollowerHistoryData, type GetInstagramFollowerHistoryError, type GetInstagramFollowerHistoryResponse, type GetInstagramIceBreakersData, type GetInstagramIceBreakersError, type GetInstagramIceBreakersResponse, type GetInstagramPublishingLimitData, type GetInstagramPublishingLimitError, type GetInstagramPublishingLimitResponse, type GetInstagramStoryInsightsData, type GetInstagramStoryInsightsError, type GetInstagramStoryInsightsResponse, type GetLeadFormData, type GetLeadFormError, type GetLeadFormResponse, type GetLinkedInAggregateAnalyticsData, type GetLinkedInAggregateAnalyticsError, type GetLinkedInAggregateAnalyticsResponse, type GetLinkedInBidPricingData, type GetLinkedInBidPricingError, type GetLinkedInBidPricingResponse, type GetLinkedInMentionsData, type GetLinkedInMentionsError, type GetLinkedInMentionsResponse, type GetLinkedInOrgAggregateAnalyticsData, type GetLinkedInOrgAggregateAnalyticsError, type GetLinkedInOrgAggregateAnalyticsResponse, type GetLinkedInOrganizationsData, type GetLinkedInOrganizationsError, type GetLinkedInOrganizationsResponse, type GetLinkedInPostAnalyticsData, type GetLinkedInPostAnalyticsError, type GetLinkedInPostAnalyticsResponse, type GetLinkedInPostReactionsData, type GetLinkedInPostReactionsError, type GetLinkedInPostReactionsResponse, type GetLinkedInSupplyForecastData, type GetLinkedInSupplyForecastError, type GetLinkedInSupplyForecastResponse, 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 GetPhoneNumberData, type GetPhoneNumberError, type GetPhoneNumberKycFormData, type GetPhoneNumberKycFormError, type GetPhoneNumberKycFormResponse, type GetPhoneNumberPortInOrderRequirementsData, type GetPhoneNumberPortInOrderRequirementsError, type GetPhoneNumberPortInOrderRequirementsResponse, type GetPhoneNumberPortInRequirementsData, type GetPhoneNumberPortInRequirementsError, type GetPhoneNumberPortInRequirementsResponse, type GetPhoneNumberRemediationData, type GetPhoneNumberRemediationError, type GetPhoneNumberRemediationResponse, type GetPhoneNumberResponse, type GetPinterestBoardsData, type GetPinterestBoardsError, type GetPinterestBoardsResponse, type GetPostData, type GetPostError, 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 GetRfPredictionData, type GetRfPredictionError, type GetRfPredictionResponse, type GetSequenceData, type GetSequenceError, type GetSequenceResponse, type GetSmsRegistrationData, type GetSmsRegistrationError, type GetSmsRegistrationResponse, type GetSmsUsageData, type GetSmsUsageError, type GetSmsUsageResponse, type GetSubredditRulesData, type GetSubredditRulesError, type GetSubredditRulesResponse, type GetTelegramCommandsData, type GetTelegramCommandsError, type GetTelegramCommandsResponse, type GetTelegramConnectStatusData, type GetTelegramConnectStatusError, type GetTelegramConnectStatusResponse, type GetTikTokAccountInsightsData, type GetTikTokAccountInsightsError, type GetTikTokAccountInsightsResponse, type GetTikTokCreatorInfoData, type GetTikTokCreatorInfoError, type GetTikTokCreatorInfoResponse, type GetTrackingTagData, type GetTrackingTagError, type GetTrackingTagResponse, type GetTrackingTagStatsData, type GetTrackingTagStatsError, type GetTrackingTagStatsResponse, type GetUsageData, type GetUsageError, type GetUsageResponse, type GetUsageStatsData, type GetUsageStatsError, type GetUsageStatsResponse, type GetUserData, type GetUserError, type GetUserResponse, type GetVerificationData, type GetVerificationError, type GetVerificationResponse, type GetVoiceCallData, type GetVoiceCallError, type GetVoiceCallEstimateData, type GetVoiceCallEstimateError, type GetVoiceCallEstimateResponse, type GetVoiceCallRecordingData, type GetVoiceCallRecordingError, type GetVoiceCallRecordingResponse, type GetVoiceCallResponse, type GetWebhookLogsData, type GetWebhookLogsError, type GetWebhookLogsResponse, type GetWebhookSettingsError, type GetWebhookSettingsResponse, type GetWhatsAppBlockStatusData, type GetWhatsAppBlockStatusError, type GetWhatsAppBlockStatusResponse, type GetWhatsAppBlockedUsersData, type GetWhatsAppBlockedUsersError, type GetWhatsAppBlockedUsersResponse, type GetWhatsAppBusinessProfileData, type GetWhatsAppBusinessProfileError, type GetWhatsAppBusinessProfileResponse, type GetWhatsAppCallData, type GetWhatsAppCallError, type GetWhatsAppCallEstimateData, type GetWhatsAppCallEstimateError, type GetWhatsAppCallEstimateResponse, type GetWhatsAppCallPermissionsData, type GetWhatsAppCallPermissionsError, type GetWhatsAppCallPermissionsResponse, type GetWhatsAppCallRecordingData, type GetWhatsAppCallRecordingError, type GetWhatsAppCallRecordingResponse, type GetWhatsAppCallResponse, type GetWhatsAppCallingConfigData, type GetWhatsAppCallingConfigError, type GetWhatsAppCallingConfigResponse, type GetWhatsAppCallingData, type GetWhatsAppCallingError, type GetWhatsAppCallingResponse, type GetWhatsAppDatasetData, type GetWhatsAppDatasetError, type GetWhatsAppDatasetResponse, type GetWhatsAppDisplayNameData, type GetWhatsAppDisplayNameError, type GetWhatsAppDisplayNameResponse, type GetWhatsAppFlowData, type GetWhatsAppFlowError, type GetWhatsAppFlowJsonData, type GetWhatsAppFlowJsonError, type GetWhatsAppFlowJsonResponse, type GetWhatsAppFlowPreviewData, type GetWhatsAppFlowPreviewError, type GetWhatsAppFlowPreviewResponse, type GetWhatsAppFlowResponse, type GetWhatsAppGroupChatData, type GetWhatsAppGroupChatError, type GetWhatsAppGroupChatResponse, type GetWhatsAppLibraryTemplateData, type GetWhatsAppLibraryTemplateError, type GetWhatsAppLibraryTemplateResponse, type GetWhatsAppMediaData, type GetWhatsAppMediaError, type GetWhatsAppMediaResponse, type GetWhatsAppNumberInfoData, type GetWhatsAppNumberInfoError, type GetWhatsAppNumberInfoResponse, type GetWhatsAppNumberKycFormData, type GetWhatsAppNumberKycFormError, type GetWhatsAppNumberKycFormResponse, type GetWhatsAppNumberRemediationData, type GetWhatsAppNumberRemediationError, type GetWhatsAppNumberRemediationResponse, 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 GetWhatsappBusinessUsernameData, type GetWhatsappBusinessUsernameError, type GetWhatsappBusinessUsernameResponse, type GetWhatsappBusinessUsernameSuggestionsData, type GetWhatsappBusinessUsernameSuggestionsError, type GetWhatsappBusinessUsernameSuggestionsResponse, type GetWorkflowData, type GetWorkflowError, type GetWorkflowResponse, type GetWorkflowVersionData, type GetWorkflowVersionError, type GetWorkflowVersionResponse, type GetXApiPricingError, type GetXApiPricingResponse, type GetYouTubeChannelInsightsData, type GetYouTubeChannelInsightsError, type GetYouTubeChannelInsightsResponse, type GetYouTubeDailyViewsData, type GetYouTubeDailyViewsError, type GetYouTubeDailyViewsResponse, type GetYouTubeDemographicsData, type GetYouTubeDemographicsError, type GetYouTubeDemographicsResponse, type GetYouTubeVideoRetentionData, type GetYouTubeVideoRetentionError, type GetYouTubeVideoRetentionResponse, type GetYoutubePlaylistsData, type GetYoutubePlaylistsError, type GetYoutubePlaylistsResponse, type GoogleBusinessPlatformData, type HandleOAuthCallbackData, type HandleOAuthCallbackError, type HandleOAuthCallbackResponse, type HideInboxCommentData, type HideInboxCommentError, type HideInboxCommentResponse, type InboxMessageEditAttachment, type InboxMessageEditHistoryEntry, type InboxWebhookAccount, type InboxWebhookConversation, type InboxWebhookMessage, type InitiateTelegramConnectData, type InitiateTelegramConnectError, type InitiateTelegramConnectResponse, type InitiateWhatsAppCallData, type InitiateWhatsAppCallError, type InitiateWhatsAppCallResponse, type InstagramAccountInsightsResponse, type InstagramDemographicsResponse, type InstagramPlatformData, Late, LateApiError, type LikeInboxCommentData, type LikeInboxCommentError, type LikeInboxCommentResponse, type LinkedInAdsPlatformData, 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 ListAdCatalogProductSetsData, type ListAdCatalogProductSetsError, type ListAdCatalogProductSetsResponse, type ListAdCatalogsData, type ListAdCatalogsError, type ListAdCatalogsResponse, type ListAdStudiesData, type ListAdStudiesError, type ListAdStudiesResponse, type ListAdsBusinessCentersData, type ListAdsBusinessCentersError, type ListAdsBusinessCentersResponse, type ListAdsData, type ListAdsError, type ListAdsResponse, type ListApiKeysError, type ListApiKeysResponse, type ListBroadcastRecipientsData, type ListBroadcastRecipientsError, type ListBroadcastRecipientsResponse, type ListBroadcastsData, type ListBroadcastsError, type ListBroadcastsResponse, type ListCallsData, type ListCallsError, type ListCallsResponse, type ListCommentAutomationLogsData, type ListCommentAutomationLogsError, type ListCommentAutomationLogsResponse, type ListCommentAutomationsData, type ListCommentAutomationsError, type ListCommentAutomationsResponse, type ListContactsData, type ListContactsError, type ListContactsResponse, type ListConversionAssociationsData, type ListConversionAssociationsError, type ListConversionAssociationsResponse, type ListConversionDestinationsData, type ListConversionDestinationsError, type ListConversionDestinationsResponse, type ListCustomFieldsData, type ListCustomFieldsError, type ListCustomFieldsResponse, type ListDiscordGuildMembersData, type ListDiscordGuildMembersError, type ListDiscordGuildMembersResponse, type ListDiscordGuildRolesData, type ListDiscordGuildRolesError, type ListDiscordGuildRolesResponse, type ListDiscordPinnedMessagesData, type ListDiscordPinnedMessagesError, type ListDiscordPinnedMessagesResponse, type ListDiscordScheduledEventsData, type ListDiscordScheduledEventsError, type ListDiscordScheduledEventsResponse, type ListFacebookPagesData, type ListFacebookPagesError, type ListFacebookPagesResponse, type ListFormLeadsData, type ListFormLeadsError, type ListFormLeadsResponse, 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 ListInboxConversationAnalyticsData, type ListInboxConversationAnalyticsError, type ListInboxConversationAnalyticsResponse, type ListInboxConversationsData, type ListInboxConversationsError, type ListInboxConversationsResponse, type ListInboxMentionsData, type ListInboxMentionsError, type ListInboxMentionsResponse, type ListInboxReviewsData, type ListInboxReviewsError, type ListInboxReviewsResponse, type ListInstagramStoriesData, type ListInstagramStoriesError, type ListInstagramStoriesResponse, type ListLeadFormsData, type ListLeadFormsError, type ListLeadFormsResponse, type ListLeadsData, type ListLeadsError, type ListLeadsResponse, type ListLinkedInOrganizationsData, type ListLinkedInOrganizationsError, type ListLinkedInOrganizationsResponse, type ListLogsData, type ListLogsError, type ListLogsResponse, type ListPhoneNumberCountriesError, type ListPhoneNumberCountriesResponse, type ListPhoneNumberPortInsError, type ListPhoneNumberPortInsResponse, type ListPhoneNumbersData, type ListPhoneNumbersError, type ListPhoneNumbersResponse, type ListPinterestBoardsForSelectionData, type ListPinterestBoardsForSelectionError, type ListPinterestBoardsForSelectionResponse, type ListPostsData, type ListPostsError, 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 ListSmsOptOutsData, type ListSmsOptOutsError, type ListSmsOptOutsResponse, type ListSmsRegistrationsData, type ListSmsRegistrationsError, type ListSmsRegistrationsResponse, type ListSnapchatProfilesData, type ListSnapchatProfilesError, type ListSnapchatProfilesResponse, type ListTrackingTagSharedAccountsData, type ListTrackingTagSharedAccountsError, type ListTrackingTagSharedAccountsResponse, type ListTrackingTagsData, type ListTrackingTagsError, type ListTrackingTagsResponse, type ListUsersError, type ListUsersResponse, type ListVoiceCallsData, type ListVoiceCallsError, type ListVoiceCallsResponse, type ListWhatsAppCallsData, type ListWhatsAppCallsError, type ListWhatsAppCallsResponse, type ListWhatsAppConversionsData, type ListWhatsAppConversionsError, type ListWhatsAppConversionsResponse, type ListWhatsAppFlowResponsesData, type ListWhatsAppFlowResponsesError, type ListWhatsAppFlowResponsesResponse, type ListWhatsAppFlowVersionsData, type ListWhatsAppFlowVersionsError, type ListWhatsAppFlowVersionsResponse, type ListWhatsAppFlowsData, type ListWhatsAppFlowsError, type ListWhatsAppFlowsResponse, type ListWhatsAppGroupChatsData, type ListWhatsAppGroupChatsError, type ListWhatsAppGroupChatsResponse, type ListWhatsAppGroupJoinRequestsData, type ListWhatsAppGroupJoinRequestsError, type ListWhatsAppGroupJoinRequestsResponse, type ListWhatsAppNumberCountriesError, type ListWhatsAppNumberCountriesResponse, type ListWhatsAppPhoneNumbersData, type ListWhatsAppPhoneNumbersError, type ListWhatsAppPhoneNumbersResponse, type ListWhatsAppSandboxSessionsError, type ListWhatsAppSandboxSessionsResponse, type ListWorkflowExecutionEventsData, type ListWorkflowExecutionEventsError, type ListWorkflowExecutionEventsResponse, type ListWorkflowExecutionsData, type ListWorkflowExecutionsError, type ListWorkflowExecutionsResponse, type ListWorkflowVersionsData, type ListWorkflowVersionsError, type ListWorkflowVersionsResponse, type ListWorkflowsData, type ListWorkflowsError, type ListWorkflowsResponse, type LookupSmsNumberData, type LookupSmsNumberError, type LookupSmsNumberResponse, type MarkConversationReadData, type MarkConversationReadError, type MarkConversationReadResponse, type MediaItem, type MediaUploadResponse, type Money, type MoneyAmount, type MoveAccountToProfileData, type MoveAccountToProfileError, type MoveAccountToProfileResponse, type Pagination, type ParameterLimitParam, type ParameterPageParam, type PauseSequenceData, type PauseSequenceError, type PauseSequenceResponse, type PauseWorkflowData, type PauseWorkflowError, type PauseWorkflowResponse, type PinDiscordMessageData, type PinDiscordMessageError, type PinDiscordMessageResponse, type PinterestPlatformData, type PlatformAnalytics, type PlatformTarget, type Post, type PostAnalytics, type PostCreateResponse, type PostDeleteResponse, type PostGetResponse, 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 PurchasePhoneNumberData, type PurchasePhoneNumberError, type PurchasePhoneNumberResponse, type PurchaseWhatsAppPhoneNumberData, type PurchaseWhatsAppPhoneNumberError, type PurchaseWhatsAppPhoneNumberResponse, type QueryAdInsightsData, type QueryAdInsightsError, type QueryAdInsightsResponse, type QueueDeleteResponse, type QueueNextSlotResponse, type QueuePreviewResponse, type QueueSchedule, type QueueSlot, type QueueSlotsResponse, type QueueUpdateResponse, RateLimitError, type RecyclingConfig, type RecyclingState, type RedditPlatformData, type RedditPost, type RejectWhatsAppGroupJoinRequestsData, type RejectWhatsAppGroupJoinRequestsError, type RejectWhatsAppGroupJoinRequestsResponse, type ReleasePhoneNumberData, type ReleasePhoneNumberError, type ReleasePhoneNumberResponse, type ReleaseWhatsAppPhoneNumberData, type ReleaseWhatsAppPhoneNumberError, type ReleaseWhatsAppPhoneNumberResponse, type RemediatePhoneNumberData, type RemediatePhoneNumberError, type RemediatePhoneNumberResponse, type RemediateWhatsAppNumberData, type RemediateWhatsAppNumberError, type RemediateWhatsAppNumberResponse, type RemoveBookmarkData, type RemoveBookmarkError, type RemoveBookmarkResponse, type RemoveConversionAssociationsData, type RemoveConversionAssociationsError, type RemoveConversionAssociationsResponse, type RemoveDiscordMemberRoleData, type RemoveDiscordMemberRoleError, type RemoveDiscordMemberRoleResponse, type RemoveMessageReactionData, type RemoveMessageReactionError, type RemoveMessageReactionResponse, type RemoveTrackingTagSharedAccountData, type RemoveTrackingTagSharedAccountError, type RemoveTrackingTagSharedAccountResponse, type RemoveWhatsAppGroupParticipantsData, type RemoveWhatsAppGroupParticipantsError, type RemoveWhatsAppGroupParticipantsResponse, type ReplyToGoogleBusinessReviewData, type ReplyToGoogleBusinessReviewError, type ReplyToGoogleBusinessReviewResponse, type ReplyToInboxPostData, type ReplyToInboxPostError, type ReplyToInboxPostResponse, type ReplyToInboxReviewData, type ReplyToInboxReviewError, type ReplyToInboxReviewResponse, type ReplyToMentionData, type ReplyToMentionError, type ReplyToMentionResponse, type ResendSmsRegistrationOtpData, type ResendSmsRegistrationOtpError, type ResendSmsRegistrationOtpResponse, type ReserveRfPredictionData, type ReserveRfPredictionError, type ReserveRfPredictionResponse, type RestoreWorkflowVersionData, type RestoreWorkflowVersionError, type RestoreWorkflowVersionResponse, type RetryPostData, type RetryPostError, type RetryPostResponse, type RetweetPostData, type RetweetPostError, type RetweetPostResponse, type ReuseSmsRegistrationForNumberData, type ReuseSmsRegistrationForNumberError, type ReuseSmsRegistrationForNumberResponse, type ReviewPhoneNumberKycPacketData, type ReviewPhoneNumberKycPacketError, type ReviewPhoneNumberKycPacketResponse, type ReviewWebhookReview, type RfPrediction, type ScheduleBroadcastData, type ScheduleBroadcastError, type ScheduleBroadcastResponse, type SearchAdInterestsData, type SearchAdInterestsError, type SearchAdInterestsResponse, type SearchAdTargetingData, type SearchAdTargetingError, type SearchAdTargetingResponse, type SearchAvailablePhoneNumbersData, type SearchAvailablePhoneNumbersError, type SearchAvailablePhoneNumbersResponse, type SearchAvailableWhatsAppNumbersData, type SearchAvailableWhatsAppNumbersError, type SearchAvailableWhatsAppNumbersResponse, type SearchInboxConversationsData, type SearchInboxConversationsError, type SearchInboxConversationsResponse, 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 SendConversionsData, type SendConversionsError, type SendConversionsResponse, type SendDiscordDirectMessageData, type SendDiscordDirectMessageError, type SendDiscordDirectMessageResponse, type SendInboxMessageData, type SendInboxMessageError, type SendInboxMessageResponse, type SendPrivateReplyToCommentData, type SendPrivateReplyToCommentError, type SendPrivateReplyToCommentResponse, type SendSmsData, type SendSmsError, type SendSmsResponse, type SendTypingIndicatorData, type SendTypingIndicatorError, type SendTypingIndicatorResponse, type SendWhatsAppConversionData, type SendWhatsAppConversionError, type SendWhatsAppConversionResponse, type SendWhatsAppFlowMessageData, type SendWhatsAppFlowMessageError, type SendWhatsAppFlowMessageResponse, type SetCommentModerationData, type SetCommentModerationError, type SetCommentModerationResponse, type SetContactFieldValueData, type SetContactFieldValueError, type SetContactFieldValueResponse, type SetInstagramIceBreakersData, type SetInstagramIceBreakersError, type SetInstagramIceBreakersResponse, type SetMessengerMenuData, type SetMessengerMenuError, type SetMessengerMenuResponse, type SetRedditPostFlairData, type SetRedditPostFlairError, type SetRedditPostFlairResponse, type SetTelegramCommandsData, type SetTelegramCommandsError, type SetTelegramCommandsResponse, type SetWhatsappBusinessUsernameData, type SetWhatsappBusinessUsernameError, type SetWhatsappBusinessUsernameResponse, type ShareSmsRegistrationData, type ShareSmsRegistrationError, type ShareSmsRegistrationResponse, type SharedAdAccount, type SnapchatPlatformData, type SocialAccount, type StartGoogleBusinessVerificationData, type StartGoogleBusinessVerificationError, type StartGoogleBusinessVerificationResponse, type StartSmsRegistrationData, type StartSmsRegistrationError, type StartSmsRegistrationResponse, type SubmitPhoneNumberKycData, type SubmitPhoneNumberKycError, type SubmitPhoneNumberKycResponse, type SubmitWhatsAppNumberKycData, type SubmitWhatsAppNumberKycError, type SubmitWhatsAppNumberKycResponse, type SyncExternalPostsData, type SyncExternalPostsError, type SyncExternalPostsResponse, type TargetingSpec, type TelegramPlatformData, type TestWebhookData, type TestWebhookError, type TestWebhookResponse, type ThreadsPlatformData, type TikTokPlatformData, type TrackingTag, type TransferVoiceCallData, type TransferVoiceCallError, type TransferVoiceCallResponse, type TriggerWorkflowData, type TriggerWorkflowError, type TriggerWorkflowResponse, type TwitterPlatformData, type UnblockWhatsAppUsersData, type UnblockWhatsAppUsersError, type UnblockWhatsAppUsersResponse, 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 UnpinDiscordMessageData, type UnpinDiscordMessageError, type UnpinDiscordMessageResponse, type UnpublishPostData, type UnpublishPostError, type UnpublishPostResponse, type UpdateAccountData, type UpdateAccountError, type UpdateAccountGroupData, type UpdateAccountGroupError, type UpdateAccountGroupResponse, type UpdateAccountResponse, type UpdateAdAccountData, type UpdateAdAccountError, type UpdateAdAccountResponse, type UpdateAdAudienceData, type UpdateAdAudienceError, type UpdateAdAudienceResponse, type UpdateAdCampaignData, type UpdateAdCampaignError, type UpdateAdCampaignResponse, type UpdateAdCampaignStatusData, type UpdateAdCampaignStatusError, type UpdateAdCampaignStatusResponse, type UpdateAdData, type UpdateAdError, type UpdateAdResponse, type UpdateAdSetData, type UpdateAdSetError, type UpdateAdSetResponse, type UpdateAdSetStatusData, type UpdateAdSetStatusError, type UpdateAdSetStatusResponse, type UpdateAdStatusData, type UpdateAdStatusError, type UpdateAdStatusResponse, type UpdateAdTrackingTagsData, type UpdateAdTrackingTagsError, type UpdateAdTrackingTagsResponse, type UpdateBroadcastData, type UpdateBroadcastError, type UpdateBroadcastResponse, type UpdateCommentAutomationData, type UpdateCommentAutomationError, type UpdateCommentAutomationResponse, type UpdateContactData, type UpdateContactError, type UpdateContactResponse, type UpdateConversionDestinationData, type UpdateConversionDestinationError, type UpdateConversionDestinationResponse, type UpdateCustomFieldData, type UpdateCustomFieldError, type UpdateCustomFieldResponse, type UpdateDiscordScheduledEventData, type UpdateDiscordScheduledEventError, type UpdateDiscordScheduledEventResponse, type UpdateDiscordSettingsData, type UpdateDiscordSettingsError, type UpdateDiscordSettingsResponse, 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 UpdateGoogleBusinessPlaceActionData, type UpdateGoogleBusinessPlaceActionError, type UpdateGoogleBusinessPlaceActionResponse, type UpdateGoogleBusinessServicesData, type UpdateGoogleBusinessServicesError, type UpdateGoogleBusinessServicesResponse, 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 UpdateTrackingTagData, type UpdateTrackingTagError, type UpdateTrackingTagResponse, type UpdateWebhookSettingsData, type UpdateWebhookSettingsError, type UpdateWebhookSettingsResponse, type UpdateWhatsAppBusinessProfileData, type UpdateWhatsAppBusinessProfileError, type UpdateWhatsAppBusinessProfileResponse, type UpdateWhatsAppCallingData, type UpdateWhatsAppCallingError, type UpdateWhatsAppCallingLegacyData, type UpdateWhatsAppCallingLegacyError, type UpdateWhatsAppCallingLegacyResponse, type UpdateWhatsAppCallingResponse, 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 UpdateWorkflowData, type UpdateWorkflowError, type UpdateWorkflowResponse, type UpdateYoutubeDefaultPlaylistData, type UpdateYoutubeDefaultPlaylistError, type UpdateYoutubeDefaultPlaylistResponse, type UploadAdImageData, type UploadAdImageError, type UploadAdImageResponse, type UploadMediaDirectData, type UploadMediaDirectError, type UploadMediaDirectResponse, type UploadPhoneNumberKycDocumentData, type UploadPhoneNumberKycDocumentError, type UploadPhoneNumberKycDocumentResponse, type UploadPhoneNumberPortInDocumentData, type UploadPhoneNumberPortInDocumentError, type UploadPhoneNumberPortInDocumentResponse, type UploadSmsOptInProofData, type UploadSmsOptInProofError, type UploadSmsOptInProofFileData, type UploadSmsOptInProofFileError, type UploadSmsOptInProofFileResponse, type UploadSmsOptInProofResponse, type UploadTokenResponse, type UploadTokenStatusResponse, type UploadWhatsAppFlowJsonData, type UploadWhatsAppFlowJsonError, type UploadWhatsAppFlowJsonResponse, type UploadWhatsAppNumberKycDocumentData, type UploadWhatsAppNumberKycDocumentError, type UploadWhatsAppNumberKycDocumentResponse, type UploadWhatsAppProfilePhotoData, type UploadWhatsAppProfilePhotoError, type UploadWhatsAppProfilePhotoResponse, type UploadedFile, type UsageMetering, type UsageStats, type User, type UserGetResponse, type UsersListResponse, type ValidateMediaData, type ValidateMediaError, type ValidateMediaResponse, type ValidatePhoneNumberKycAddressData, type ValidatePhoneNumberKycAddressError, type ValidatePhoneNumberKycAddressResponse, type ValidatePostData, type ValidatePostError, type ValidatePostLengthData, type ValidatePostLengthError, type ValidatePostLengthResponse, type ValidatePostResponse, type ValidateSubredditData, type ValidateSubredditError, type ValidateSubredditResponse, type ValidateWhatsAppNumberKycAddressData, type ValidateWhatsAppNumberKycAddressError, type ValidateWhatsAppNumberKycAddressResponse, ValidationError, type Verification, type VerifySmsRegistrationOtpData, type VerifySmsRegistrationOtpError, type VerifySmsRegistrationOtpResponse, type VoteRedditThingData, type VoteRedditThingError, type VoteRedditThingResponse, type Webhook, type WebhookLog, type WebhookPayloadAccountAdsInitialSyncCompleted, type WebhookPayloadAccountConnected, type WebhookPayloadAccountDisconnected, type WebhookPayloadAdStatusChanged, type WebhookPayloadCallEnded, type WebhookPayloadCallFailed, type WebhookPayloadCallPermissionRequest, type WebhookPayloadCallReceived, type WebhookPayloadComment, type WebhookPayloadConversationStarted, type WebhookPayloadExternalPost, type WebhookPayloadLead, type WebhookPayloadMessage, type WebhookPayloadMessageDeleted, type WebhookPayloadMessageDeliveryStatus, type WebhookPayloadMessageEdited, type WebhookPayloadMessageSent, type WebhookPayloadPost, type WebhookPayloadPostPlatform, type WebhookPayloadReaction, type WebhookPayloadReviewNew, type WebhookPayloadReviewUpdated, type WebhookPayloadTest, type WebhookPayloadWhatsAppTemplateStatusUpdated, type WhatsAppBodyComponent, type WhatsAppButtonsComponent, type WhatsAppFooterComponent, type WhatsAppHeaderComponent, type WhatsAppSandboxSession, type WhatsAppTemplateButton, type WhatsAppTemplateComponent, type WorkflowEdge, type WorkflowExecutionEvent, type WorkflowNode, type XApiOperation, type XApiPricing, type YouTubeDailyViewsResponse, type YouTubeDemographicsResponse, type YouTubePlatformData, type YouTubeScopeMissingResponse, type YouTubeVideoRetentionResponse, Zernio, ZernioApiError, type action, type action2, type actionSource, type adType, type adType2, type adType3, type advantageAudience, type aggregation, type aggregation2, type autoArchiveDuration, type bidStrategy, type billingPeriod, type billingSystem, type budgetLevel, type budgetType, type callToAction, type channel, type channel2, type commercialContentType, type contentType, type contentType2, type contentType3, type costType, type creativeSelection, Zernio as default, type direction, type direction2, type disconnectionType, type endReason, type entity_type, type errorCategory, type errorCategory2, type errorSource, type event, type event10, type event11, type event12, type event13, type event14, type event15, type event16, type event17, type event18, type event19, type event2, type event20, type event21, type event22, type event23, type event24, type event3, type event4, type event5, type event6, type event7, type event8, type event9, type format, type forwardCallerId, type gapFreq, type gender, type goal, type graduationStrategy, type granularity, type incomeTier, type interactiveType, type kind, type level, type mediaType, type mediaType2, type metric, type metricType, type objective, type otp_type, parseApiError, type parseMode, type permission, type platform, type platform10, type platform2, type platform3, type platform4, type platform5, type platform6, type platform7, type platform8, type platform9, type privacy_level, type replySettings, type response, type reviewStatus, type scope, type source, type source2, type spiciness, type status, type status10, type status11, type status12, type status13, type status14, type status2, type status3, type status4, type status5, type status6, type status7, type status8, type status9, type syncStatus, type syncStatus2, type timeframe, type topicType, type transcriptionLanguage, type trialGraduationStrategy, type type, type type2, type type3, type type4, type type5, type type6, type type7, type type8, type type9, type visibility };
28012
+ export { type AccountWithFollowerStats, type AccountsListResponse, type ActivateSequenceData, type ActivateSequenceError, type ActivateSequenceResponse, type ActivateWorkflowData, type ActivateWorkflowError, type ActivateWorkflowResponse, type Ad, type AdBudget, type AdCampaign, type AdDailyMetrics, type AdMetrics, type AdStatus, type AdTreeAdSet, type AdTreeCampaign, type AddBroadcastRecipientsData, type AddBroadcastRecipientsError, type AddBroadcastRecipientsResponse, type AddConversionAssociationsData, type AddConversionAssociationsError, type AddConversionAssociationsResponse, type AddDiscordMemberRoleData, type AddDiscordMemberRoleError, type AddDiscordMemberRoleResponse, type AddMessageReactionData, type AddMessageReactionError, type AddMessageReactionResponse, type AddTrackingTagSharedAccountData, type AddTrackingTagSharedAccountError, type AddTrackingTagSharedAccountResponse, type AddUsersToAdAudienceData, type AddUsersToAdAudienceError, type AddUsersToAdAudienceResponse, type AddWhatsAppGroupParticipantsData, type AddWhatsAppGroupParticipantsError, type AddWhatsAppGroupParticipantsResponse, type AdjustConversionsData, type AdjustConversionsError, type AdjustConversionsResponse, type AnalyticsListResponse, type AnalyticsOverview, type AnalyticsSinglePostResponse, type ApiKey, type AppealSmsRegistrationData, type AppealSmsRegistrationError, type AppealSmsRegistrationResponse, type ApproveWhatsAppGroupJoinRequestsData, type ApproveWhatsAppGroupJoinRequestsError, type ApproveWhatsAppGroupJoinRequestsResponse, type ArchiveLeadFormData, type ArchiveLeadFormError, type ArchiveLeadFormResponse, type AssignGoogleBusinessLocationData, type AssignGoogleBusinessLocationError, type AssignGoogleBusinessLocationResponse, type BatchGetGoogleBusinessReviewsData, type BatchGetGoogleBusinessReviewsError, type BatchGetGoogleBusinessReviewsResponse, type BidStrategy, type BillingSnapshot, type BlockWhatsAppUsersData, type BlockWhatsAppUsersError, type BlockWhatsAppUsersResponse, type BlueskyPlatformData, type BookmarkPostData, type BookmarkPostError, type BookmarkPostResponse, type BoostPostData, type BoostPostError, type BoostPostResponse, type BulkCreateContactsData, type BulkCreateContactsError, type BulkCreateContactsResponse, type BulkUpdateAdCampaignStatusData, type BulkUpdateAdCampaignStatusError, type BulkUpdateAdCampaignStatusResponse, type BulkUploadPostsData, type BulkUploadPostsError, type BulkUploadPostsResponse, type BulkUploadResult, type BusinessCenter, type CallRecord, type CancelBroadcastData, type CancelBroadcastError, type CancelBroadcastResponse, type CancelPhoneNumberPortInData, type CancelPhoneNumberPortInError, type CancelPhoneNumberPortInResponse, type CancelRfReservationData, type CancelRfReservationError, type CancelRfReservationResponse, type CheckPhoneNumberAvailabilityData, type CheckPhoneNumberAvailabilityError, type CheckPhoneNumberAvailabilityResponse, type CheckPhoneNumberPortabilityData, type CheckPhoneNumberPortabilityError, type CheckPhoneNumberPortabilityResponse, type CheckVerificationData, type CheckVerificationError, type CheckVerificationResponse, type CheckWhatsAppNumberAvailabilityData, type CheckWhatsAppNumberAvailabilityError, type CheckWhatsAppNumberAvailabilityResponse, type ClearContactFieldValueData, type ClearContactFieldValueError, type ClearContactFieldValueResponse, type ClientOptions, type CompleteGoogleBusinessVerificationData, type CompleteGoogleBusinessVerificationError, type CompleteGoogleBusinessVerificationResponse, type CompleteTelegramConnectData, type CompleteTelegramConnectError, type CompleteTelegramConnectResponse, type CompleteWhatsAppPhoneSelectionData, type CompleteWhatsAppPhoneSelectionError, type CompleteWhatsAppPhoneSelectionResponse, type ConfigureTikTokAdsBrandIdentityData, type ConfigureTikTokAdsBrandIdentityError, type ConfigureTikTokAdsBrandIdentityResponse, type ConnectAdsData, type ConnectAdsError, type ConnectAdsResponse, type ConnectBlueskyCredentialsData, type ConnectBlueskyCredentialsError, type ConnectBlueskyCredentialsResponse, type ConnectWhatsAppCredentialsData, type ConnectWhatsAppCredentialsError, type ConnectWhatsAppCredentialsResponse, type ConversionDestination, type ConversionEvent, type CreateAccountGroupData, type CreateAccountGroupError, type CreateAccountGroupResponse, type CreateAdAudienceData, type CreateAdAudienceError, type CreateAdAudienceResponse, type CreateAdCampaignData, type CreateAdCampaignError, type CreateAdCampaignResponse, type CreateAdCreativeData, type CreateAdCreativeError, type CreateAdCreativeResponse, type CreateAdInsightsReportData, type CreateAdInsightsReportError, type CreateAdInsightsReportResponse, type CreateApiKeyData, type CreateApiKeyError, type CreateApiKeyResponse, type CreateBroadcastData, type CreateBroadcastError, type CreateBroadcastResponse, type CreateCallAdData, type CreateCallAdError, type CreateCallAdResponse, type CreateCommentAutomationData, type CreateCommentAutomationError, type CreateCommentAutomationResponse, type CreateContactData, type CreateContactError, type CreateContactResponse, type CreateConversionDestinationData, type CreateConversionDestinationError, type CreateConversionDestinationResponse, type CreateCtwaAdData, type CreateCtwaAdError, type CreateCtwaAdResponse, type CreateCustomFieldData, type CreateCustomFieldError, type CreateCustomFieldResponse, type CreateDiscordGuildRoleData, type CreateDiscordGuildRoleError, type CreateDiscordGuildRoleResponse, type CreateDiscordScheduledEventData, type CreateDiscordScheduledEventError, type CreateDiscordScheduledEventResponse, type CreateDiscordThreadData, type CreateDiscordThreadError, type CreateDiscordThreadResponse, type CreateGoogleBusinessMediaData, type CreateGoogleBusinessMediaError, type CreateGoogleBusinessMediaResponse, type CreateGoogleBusinessPlaceActionData, type CreateGoogleBusinessPlaceActionError, type CreateGoogleBusinessPlaceActionResponse, type CreateInboxConversationData, type CreateInboxConversationError, type CreateInboxConversationResponse, type CreateInviteTokenData, type CreateInviteTokenError, type CreateInviteTokenResponse, type CreateLeadFormData, type CreateLeadFormError, type CreateLeadFormResponse, type CreateMessagingAdData, type CreateMessagingAdError, type CreateMessagingAdResponse, type CreatePhoneNumberKycLinkData, type CreatePhoneNumberKycLinkError, type CreatePhoneNumberKycLinkResponse, type CreatePhoneNumberPortInData, type CreatePhoneNumberPortInError, type CreatePhoneNumberPortInResponse, type CreatePinterestBoardData, type CreatePinterestBoardError, type CreatePinterestBoardResponse, type CreatePostData, type CreatePostError, type CreatePostResponse, type CreateProfileData, type CreateProfileError, type CreateProfileResponse, type CreateQueueSlotData, type CreateQueueSlotError, type CreateQueueSlotResponse, type CreateRfPredictionData, type CreateRfPredictionError, type CreateRfPredictionResponse, type CreateSequenceData, type CreateSequenceError, type CreateSequenceResponse, type CreateSmsSenderIdData, type CreateSmsSenderIdError, type CreateSmsSenderIdResponse, type CreateStandaloneAdData, type CreateStandaloneAdError, type CreateStandaloneAdResponse, type CreateTestLeadData, type CreateTestLeadError, type CreateTestLeadResponse, type CreateTrackingTagData, type CreateTrackingTagError, type CreateTrackingTagResponse, type CreateVerificationData, type CreateVerificationError, type CreateVerificationResponse, type CreateVoiceCallData, type CreateVoiceCallError, type CreateVoiceCallResponse, type CreateVoiceWebSessionError, type CreateVoiceWebSessionResponse, type CreateWebhookSettingsData, type CreateWebhookSettingsError, type CreateWebhookSettingsResponse, type CreateWhatsAppDatasetData, type CreateWhatsAppDatasetError, type CreateWhatsAppDatasetResponse, type CreateWhatsAppFlowData, type CreateWhatsAppFlowError, type CreateWhatsAppFlowResponse, type CreateWhatsAppGroupChatData, type CreateWhatsAppGroupChatError, type CreateWhatsAppGroupChatResponse, type CreateWhatsAppGroupInviteLinkData, type CreateWhatsAppGroupInviteLinkError, type CreateWhatsAppGroupInviteLinkResponse, type CreateWhatsAppNumberKycLinkData, type CreateWhatsAppNumberKycLinkError, type CreateWhatsAppNumberKycLinkResponse, type CreateWhatsAppSandboxSessionData, type CreateWhatsAppSandboxSessionError, type CreateWhatsAppSandboxSessionResponse, type CreateWhatsAppTemplateData, type CreateWhatsAppTemplateError, type CreateWhatsAppTemplateResponse, type CreateWorkflowData, type CreateWorkflowError, type CreateWorkflowResponse, type CrosspostDiscordMessageData, type CrosspostDiscordMessageError, type CrosspostDiscordMessageResponse, type CtwaAdRequestBody, type CtwaMultiResponse, type CtwaSingleResponse, type DeactivateSmsRegistrationData, type DeactivateSmsRegistrationError, type DeactivateSmsRegistrationResponse, type DeleteAccountData, type DeleteAccountError, type DeleteAccountGroupData, type DeleteAccountGroupError, type DeleteAccountGroupResponse, type DeleteAccountResponse, type DeleteAdAudienceData, type DeleteAdAudienceError, type DeleteAdAudienceResponse, type DeleteAdCampaignData, type DeleteAdCampaignError, type DeleteAdCampaignResponse, type DeleteAdCreativeData, type DeleteAdCreativeError, type DeleteAdCreativeResponse, 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 DeleteConversionDestinationData, type DeleteConversionDestinationError, type DeleteConversionDestinationResponse, type DeleteCustomFieldData, type DeleteCustomFieldError, type DeleteCustomFieldResponse, type DeleteDiscordGuildRoleData, type DeleteDiscordGuildRoleError, type DeleteDiscordGuildRoleResponse, type DeleteDiscordMessageData, type DeleteDiscordMessageError, type DeleteDiscordMessageResponse, type DeleteDiscordScheduledEventData, type DeleteDiscordScheduledEventError, type DeleteDiscordScheduledEventResponse, type DeleteGoogleBusinessMediaData, type DeleteGoogleBusinessMediaError, type DeleteGoogleBusinessMediaResponse, type DeleteGoogleBusinessPlaceActionData, type DeleteGoogleBusinessPlaceActionError, type DeleteGoogleBusinessPlaceActionResponse, type DeleteGoogleBusinessReviewReplyData, type DeleteGoogleBusinessReviewReplyError, type DeleteGoogleBusinessReviewReplyResponse, 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 DeleteSmsSenderIdData, type DeleteSmsSenderIdError, type DeleteSmsSenderIdResponse, type DeleteTelegramCommandsData, type DeleteTelegramCommandsError, type DeleteTelegramCommandsResponse, type DeleteWebhookSettingsData, type DeleteWebhookSettingsError, type DeleteWebhookSettingsResponse, type DeleteWhatsAppFlowData, type DeleteWhatsAppFlowError, type DeleteWhatsAppFlowResponse, type DeleteWhatsAppGroupChatData, type DeleteWhatsAppGroupChatError, type DeleteWhatsAppGroupChatResponse, type DeleteWhatsAppSandboxSessionData, type DeleteWhatsAppSandboxSessionError, type DeleteWhatsAppSandboxSessionResponse, type DeleteWhatsAppTemplateData, type DeleteWhatsAppTemplateError, type DeleteWhatsAppTemplateResponse, type DeleteWhatsappBusinessUsernameData, type DeleteWhatsappBusinessUsernameError, type DeleteWhatsappBusinessUsernameResponse, type DeleteWorkflowData, type DeleteWorkflowError, type DeleteWorkflowResponse, type DeprecateWhatsAppFlowData, type DeprecateWhatsAppFlowError, type DeprecateWhatsAppFlowResponse, type DialVoiceWebCallData, type DialVoiceWebCallError, type DialVoiceWebCallResponse, type DisableSmsOnNumberData, type DisableSmsOnNumberError, type DisableSmsOnNumberResponse, type DisableVoiceOnNumberData, type DisableVoiceOnNumberError, type DisableVoiceOnNumberResponse, type DisableWhatsAppCallingData, type DisableWhatsAppCallingError, type DisableWhatsAppCallingLegacyData, type DisableWhatsAppCallingLegacyError, type DisableWhatsAppCallingLegacyResponse, type DisableWhatsAppCallingResponse, type DiscordGuildMember, type DiscordPlatformData, type DiscordRole, type DiscordScheduledEvent, type DmButton, type DuplicateAdCampaignData, type DuplicateAdCampaignError, type DuplicateAdCampaignResponse, type DuplicateAdData, type DuplicateAdError, type DuplicateAdResponse, type DuplicateAdSetData, type DuplicateAdSetError, type DuplicateAdSetResponse, type DuplicateWorkflowData, type DuplicateWorkflowError, type DuplicateWorkflowResponse, type EditDiscordGuildRoleData, type EditDiscordGuildRoleError, type EditDiscordGuildRoleResponse, type EditInboxCommentData, type EditInboxCommentError, type EditInboxCommentResponse, type EditInboxMessageData, type EditInboxMessageError, type EditInboxMessageResponse, type EditPostData, type EditPostError, type EditPostResponse, type EnableSmsOnNumberData, type EnableSmsOnNumberError, type EnableSmsOnNumberResponse, type EnableVoiceOnNumberData, type EnableVoiceOnNumberError, type EnableVoiceOnNumberResponse, type EnableWhatsAppCallingData, type EnableWhatsAppCallingError, type EnableWhatsAppCallingLegacyData, type EnableWhatsAppCallingLegacyError, type EnableWhatsAppCallingLegacyResponse, type EnableWhatsAppCallingResponse, type EndVoiceCallData, type EndVoiceCallError, type EndVoiceCallResponse, type EnrollContactsData, type EnrollContactsError, type EnrollContactsResponse, type ErrorResponse, type EstimateAdReachData, type EstimateAdReachError, type EstimateAdReachResponse, type ExternalPostMediaItem, type ExternalPostSummary, type ExternalPostWebhookPost, type FacebookPlatformData, type FetchGoogleBusinessVerificationOptionsData, type FetchGoogleBusinessVerificationOptionsError, type FetchGoogleBusinessVerificationOptionsResponse, type FollowUserData, type FollowUserError, type FollowUserResponse, type FollowerStatsResponse, type FoodMenu, type FoodMenuItem, type FoodMenuItemAttributes, type FoodMenuLabel, type FoodMenuSection, type GenerateAdPreviewsData, type GenerateAdPreviewsError, type GenerateAdPreviewsResponse, type GeoRestriction, type GetAccountHealthData, type GetAccountHealthError, type GetAccountHealthResponse, type GetAdAccountFinanceData, type GetAdAccountFinanceError, type GetAdAccountFinanceResponse, type GetAdAnalyticsData, type GetAdAnalyticsError, type GetAdAnalyticsResponse, type GetAdAudienceData, type GetAdAudienceError, type GetAdAudienceResponse, type GetAdCommentsData, type GetAdCommentsError, type GetAdCommentsResponse, type GetAdCreativeData, type GetAdCreativeError, type GetAdCreativeResponse, type GetAdData, type GetAdError, type GetAdInsightsReportData, type GetAdInsightsReportError, type GetAdInsightsReportResponse, type GetAdPreviewsData, type GetAdPreviewsError, type GetAdPreviewsResponse, type GetAdResponse, type GetAdSetDetailsData, type GetAdSetDetailsError, type GetAdSetDetailsResponse, type GetAdTrackingTagsData, type GetAdTrackingTagsError, type GetAdTrackingTagsResponse, type GetAdTreeData, type GetAdTreeError, type GetAdTreeResponse, type GetAdsActivityLogData, type GetAdsActivityLogError, type GetAdsActivityLogResponse, type GetAdsTimelineData, type GetAdsTimelineError, type GetAdsTimelineResponse, type GetAllAccountsHealthData, type GetAllAccountsHealthError, type GetAllAccountsHealthResponse, type GetAnalyticsData, type GetAnalyticsError, type GetAnalyticsResponse, type GetBestTimeToPostData, type GetBestTimeToPostError, type GetBestTimeToPostResponse, type GetBillingError, type GetBillingResponse, type GetBroadcastData, type GetBroadcastError, type GetBroadcastResponse, type GetCallData, type GetCallError, type GetCallRecordingData, type GetCallRecordingError, type GetCallRecordingResponse, type GetCallResponse, type GetCallsUsageData, type GetCallsUsageError, type GetCallsUsageResponse, type GetCampaignAnalyticsData, type GetCampaignAnalyticsError, type GetCampaignAnalyticsResponse, 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 GetConversionDestinationData, type GetConversionDestinationError, type GetConversionDestinationResponse, type GetConversionMetricsData, type GetConversionMetricsError, type GetConversionMetricsResponse, type GetConversionsQualityData, type GetConversionsQualityError, type GetConversionsQualityResponse, type GetDailyMetricsData, type GetDailyMetricsError, type GetDailyMetricsResponse, type GetDiscordChannelsData, type GetDiscordChannelsError, type GetDiscordChannelsResponse, type GetDiscordGuildMemberData, type GetDiscordGuildMemberError, type GetDiscordGuildMemberResponse, type GetDiscordScheduledEventData, type GetDiscordScheduledEventError, type GetDiscordScheduledEventResponse, type GetDiscordSettingsData, type GetDiscordSettingsError, type GetDiscordSettingsResponse, type GetDsaDefaultsData, type GetDsaDefaultsError, type GetDsaDefaultsResponse, type GetDsaRecommendationsData, type GetDsaRecommendationsError, type GetDsaRecommendationsResponse, type GetFacebookPageInsightsData, type GetFacebookPageInsightsError, type GetFacebookPageInsightsResponse, type GetFacebookPagesData, type GetFacebookPagesError, type GetFacebookPagesResponse, type GetFacebookPostReactionsData, type GetFacebookPostReactionsError, type GetFacebookPostReactionsResponse, type GetFollowerStatsData, type GetFollowerStatsError, type GetFollowerStatsResponse, type GetGmbAttributeMetadataData, type GetGmbAttributeMetadataError, type GetGmbAttributeMetadataResponse, 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 GetGoogleBusinessServicesData, type GetGoogleBusinessServicesError, type GetGoogleBusinessServicesResponse, type GetGoogleBusinessVerificationsData, type GetGoogleBusinessVerificationsError, type GetGoogleBusinessVerificationsResponse, type GetInboxConversationAnalyticsData, type GetInboxConversationAnalyticsError, type GetInboxConversationAnalyticsResponse, type GetInboxConversationData, type GetInboxConversationError, type GetInboxConversationMessagesData, type GetInboxConversationMessagesError, type GetInboxConversationMessagesResponse, type GetInboxConversationResponse, type GetInboxHeatmapData, type GetInboxHeatmapError, type GetInboxHeatmapResponse, type GetInboxPostCommentsData, type GetInboxPostCommentsError, type GetInboxPostCommentsResponse, type GetInboxResponseTimeData, type GetInboxResponseTimeError, type GetInboxResponseTimeResponse, type GetInboxSourceBreakdownData, type GetInboxSourceBreakdownError, type GetInboxSourceBreakdownResponse, type GetInboxTopAccountsData, type GetInboxTopAccountsError, type GetInboxTopAccountsResponse, type GetInboxVolumeData, type GetInboxVolumeError, type GetInboxVolumeResponse, type GetInstagramAccountInsightsData, type GetInstagramAccountInsightsError, type GetInstagramAccountInsightsResponse, type GetInstagramDemographicsData, type GetInstagramDemographicsError, type GetInstagramDemographicsResponse, type GetInstagramFollowerHistoryData, type GetInstagramFollowerHistoryError, type GetInstagramFollowerHistoryResponse, type GetInstagramIceBreakersData, type GetInstagramIceBreakersError, type GetInstagramIceBreakersResponse, type GetInstagramPublishingLimitData, type GetInstagramPublishingLimitError, type GetInstagramPublishingLimitResponse, type GetInstagramStoryInsightsData, type GetInstagramStoryInsightsError, type GetInstagramStoryInsightsResponse, type GetLeadFormData, type GetLeadFormError, type GetLeadFormResponse, type GetLinkedInAggregateAnalyticsData, type GetLinkedInAggregateAnalyticsError, type GetLinkedInAggregateAnalyticsResponse, type GetLinkedInBidPricingData, type GetLinkedInBidPricingError, type GetLinkedInBidPricingResponse, type GetLinkedInMentionsData, type GetLinkedInMentionsError, type GetLinkedInMentionsResponse, type GetLinkedInOrgAggregateAnalyticsData, type GetLinkedInOrgAggregateAnalyticsError, type GetLinkedInOrgAggregateAnalyticsResponse, type GetLinkedInOrganizationsData, type GetLinkedInOrganizationsError, type GetLinkedInOrganizationsResponse, type GetLinkedInPostAnalyticsData, type GetLinkedInPostAnalyticsError, type GetLinkedInPostAnalyticsResponse, type GetLinkedInPostReactionsData, type GetLinkedInPostReactionsError, type GetLinkedInPostReactionsResponse, type GetLinkedInSupplyForecastData, type GetLinkedInSupplyForecastError, type GetLinkedInSupplyForecastResponse, 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 GetPhoneNumberData, type GetPhoneNumberError, type GetPhoneNumberKycFormData, type GetPhoneNumberKycFormError, type GetPhoneNumberKycFormResponse, type GetPhoneNumberPortInOrderRequirementsData, type GetPhoneNumberPortInOrderRequirementsError, type GetPhoneNumberPortInOrderRequirementsResponse, type GetPhoneNumberPortInRequirementsData, type GetPhoneNumberPortInRequirementsError, type GetPhoneNumberPortInRequirementsResponse, type GetPhoneNumberRemediationData, type GetPhoneNumberRemediationError, type GetPhoneNumberRemediationResponse, type GetPhoneNumberResponse, type GetPinterestBoardsData, type GetPinterestBoardsError, type GetPinterestBoardsResponse, type GetPostData, type GetPostError, 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 GetRfPredictionData, type GetRfPredictionError, type GetRfPredictionResponse, type GetSequenceData, type GetSequenceError, type GetSequenceResponse, type GetSmsRegistrationData, type GetSmsRegistrationError, type GetSmsRegistrationResponse, type GetSmsUsageData, type GetSmsUsageError, type GetSmsUsageResponse, type GetSubredditRulesData, type GetSubredditRulesError, type GetSubredditRulesResponse, type GetTelegramCommandsData, type GetTelegramCommandsError, type GetTelegramCommandsResponse, type GetTelegramConnectStatusData, type GetTelegramConnectStatusError, type GetTelegramConnectStatusResponse, type GetTikTokAccountInsightsData, type GetTikTokAccountInsightsError, type GetTikTokAccountInsightsResponse, type GetTikTokCreatorInfoData, type GetTikTokCreatorInfoError, type GetTikTokCreatorInfoResponse, type GetTrackingTagData, type GetTrackingTagError, type GetTrackingTagResponse, type GetTrackingTagStatsData, type GetTrackingTagStatsError, type GetTrackingTagStatsResponse, type GetUsageData, type GetUsageError, type GetUsageResponse, type GetUsageStatsData, type GetUsageStatsError, type GetUsageStatsResponse, type GetUserData, type GetUserError, type GetUserResponse, type GetVerificationData, type GetVerificationError, type GetVerificationResponse, type GetVoiceCallData, type GetVoiceCallError, type GetVoiceCallEstimateData, type GetVoiceCallEstimateError, type GetVoiceCallEstimateResponse, type GetVoiceCallRecordingData, type GetVoiceCallRecordingError, type GetVoiceCallRecordingResponse, type GetVoiceCallResponse, type GetWebhookLogsData, type GetWebhookLogsError, type GetWebhookLogsResponse, type GetWebhookSettingsError, type GetWebhookSettingsResponse, type GetWhatsAppBlockStatusData, type GetWhatsAppBlockStatusError, type GetWhatsAppBlockStatusResponse, type GetWhatsAppBlockedUsersData, type GetWhatsAppBlockedUsersError, type GetWhatsAppBlockedUsersResponse, type GetWhatsAppBusinessProfileData, type GetWhatsAppBusinessProfileError, type GetWhatsAppBusinessProfileResponse, type GetWhatsAppCallData, type GetWhatsAppCallError, type GetWhatsAppCallEstimateData, type GetWhatsAppCallEstimateError, type GetWhatsAppCallEstimateResponse, type GetWhatsAppCallPermissionsData, type GetWhatsAppCallPermissionsError, type GetWhatsAppCallPermissionsResponse, type GetWhatsAppCallRecordingData, type GetWhatsAppCallRecordingError, type GetWhatsAppCallRecordingResponse, type GetWhatsAppCallResponse, type GetWhatsAppCallingConfigData, type GetWhatsAppCallingConfigError, type GetWhatsAppCallingConfigResponse, type GetWhatsAppCallingData, type GetWhatsAppCallingError, type GetWhatsAppCallingResponse, type GetWhatsAppDatasetData, type GetWhatsAppDatasetError, type GetWhatsAppDatasetResponse, type GetWhatsAppDisplayNameData, type GetWhatsAppDisplayNameError, type GetWhatsAppDisplayNameResponse, type GetWhatsAppFlowData, type GetWhatsAppFlowError, type GetWhatsAppFlowJsonData, type GetWhatsAppFlowJsonError, type GetWhatsAppFlowJsonResponse, type GetWhatsAppFlowPreviewData, type GetWhatsAppFlowPreviewError, type GetWhatsAppFlowPreviewResponse, type GetWhatsAppFlowResponse, type GetWhatsAppGroupChatData, type GetWhatsAppGroupChatError, type GetWhatsAppGroupChatResponse, type GetWhatsAppLibraryTemplateData, type GetWhatsAppLibraryTemplateError, type GetWhatsAppLibraryTemplateResponse, type GetWhatsAppMediaData, type GetWhatsAppMediaError, type GetWhatsAppMediaResponse, type GetWhatsAppNumberInfoData, type GetWhatsAppNumberInfoError, type GetWhatsAppNumberInfoResponse, type GetWhatsAppNumberKycFormData, type GetWhatsAppNumberKycFormError, type GetWhatsAppNumberKycFormResponse, type GetWhatsAppNumberRemediationData, type GetWhatsAppNumberRemediationError, type GetWhatsAppNumberRemediationResponse, 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 GetWhatsappBusinessUsernameData, type GetWhatsappBusinessUsernameError, type GetWhatsappBusinessUsernameResponse, type GetWhatsappBusinessUsernameSuggestionsData, type GetWhatsappBusinessUsernameSuggestionsError, type GetWhatsappBusinessUsernameSuggestionsResponse, type GetWorkflowData, type GetWorkflowError, type GetWorkflowResponse, type GetWorkflowVersionData, type GetWorkflowVersionError, type GetWorkflowVersionResponse, type GetXApiPricingError, type GetXApiPricingResponse, type GetYouTubeChannelInsightsData, type GetYouTubeChannelInsightsError, type GetYouTubeChannelInsightsResponse, type GetYouTubeDailyViewsData, type GetYouTubeDailyViewsError, type GetYouTubeDailyViewsResponse, type GetYouTubeDemographicsData, type GetYouTubeDemographicsError, type GetYouTubeDemographicsResponse, type GetYouTubeVideoRetentionData, type GetYouTubeVideoRetentionError, type GetYouTubeVideoRetentionResponse, type GetYoutubePlaylistsData, type GetYoutubePlaylistsError, type GetYoutubePlaylistsResponse, type GoogleBusinessPlatformData, type HandleOAuthCallbackData, type HandleOAuthCallbackError, type HandleOAuthCallbackResponse, type HideInboxCommentData, type HideInboxCommentError, type HideInboxCommentResponse, type InboxMessageEditAttachment, type InboxMessageEditHistoryEntry, type InboxWebhookAccount, type InboxWebhookConversation, type InboxWebhookMessage, type InitiateTelegramConnectData, type InitiateTelegramConnectError, type InitiateTelegramConnectResponse, type InitiateWhatsAppCallData, type InitiateWhatsAppCallError, type InitiateWhatsAppCallResponse, type InstagramAccountInsightsResponse, type InstagramDemographicsResponse, type InstagramPlatformData, Late, LateApiError, type LikeInboxCommentData, type LikeInboxCommentError, type LikeInboxCommentResponse, type LinkedInAdsPlatformData, 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 ListAdCatalogProductSetsData, type ListAdCatalogProductSetsError, type ListAdCatalogProductSetsResponse, type ListAdCatalogsData, type ListAdCatalogsError, type ListAdCatalogsResponse, type ListAdCreativesData, type ListAdCreativesError, type ListAdCreativesResponse, type ListAdImagesData, type ListAdImagesError, type ListAdImagesResponse, type ListAdLabelsData, type ListAdLabelsError, type ListAdLabelsResponse, type ListAdStudiesData, type ListAdStudiesError, type ListAdStudiesResponse, type ListAdsBusinessCentersData, type ListAdsBusinessCentersError, type ListAdsBusinessCentersResponse, type ListAdsData, type ListAdsError, type ListAdsResponse, type ListApiKeysError, type ListApiKeysResponse, type ListBroadcastRecipientsData, type ListBroadcastRecipientsError, type ListBroadcastRecipientsResponse, type ListBroadcastsData, type ListBroadcastsError, type ListBroadcastsResponse, type ListCallsData, type ListCallsError, type ListCallsResponse, type ListCommentAutomationLogsData, type ListCommentAutomationLogsError, type ListCommentAutomationLogsResponse, type ListCommentAutomationsData, type ListCommentAutomationsError, type ListCommentAutomationsResponse, type ListContactsData, type ListContactsError, type ListContactsResponse, type ListConversionAssociationsData, type ListConversionAssociationsError, type ListConversionAssociationsResponse, type ListConversionDestinationsData, type ListConversionDestinationsError, type ListConversionDestinationsResponse, type ListCustomFieldsData, type ListCustomFieldsError, type ListCustomFieldsResponse, type ListDiscordGuildMembersData, type ListDiscordGuildMembersError, type ListDiscordGuildMembersResponse, type ListDiscordGuildRolesData, type ListDiscordGuildRolesError, type ListDiscordGuildRolesResponse, type ListDiscordPinnedMessagesData, type ListDiscordPinnedMessagesError, type ListDiscordPinnedMessagesResponse, type ListDiscordScheduledEventsData, type ListDiscordScheduledEventsError, type ListDiscordScheduledEventsResponse, type ListFacebookPagesData, type ListFacebookPagesError, type ListFacebookPagesResponse, type ListFormLeadsData, type ListFormLeadsError, type ListFormLeadsResponse, type ListGoogleBusinessLocationsData, type ListGoogleBusinessLocationsError, type ListGoogleBusinessLocationsResponse, type ListGoogleBusinessMediaData, type ListGoogleBusinessMediaError, type ListGoogleBusinessMediaResponse, type ListGoogleBusinessPlaceActionsData, type ListGoogleBusinessPlaceActionsError, type ListGoogleBusinessPlaceActionsResponse, type ListHighDemandPeriodsData, type ListHighDemandPeriodsError, type ListHighDemandPeriodsResponse, type ListInboxCommentsData, type ListInboxCommentsError, type ListInboxCommentsResponse, type ListInboxConversationAnalyticsData, type ListInboxConversationAnalyticsError, type ListInboxConversationAnalyticsResponse, type ListInboxConversationsData, type ListInboxConversationsError, type ListInboxConversationsResponse, type ListInboxMentionsData, type ListInboxMentionsError, type ListInboxMentionsResponse, type ListInboxReviewsData, type ListInboxReviewsError, type ListInboxReviewsResponse, type ListInstagramStoriesData, type ListInstagramStoriesError, type ListInstagramStoriesResponse, type ListLeadFormsData, type ListLeadFormsError, type ListLeadFormsResponse, type ListLeadsData, type ListLeadsError, type ListLeadsResponse, type ListLinkedInOrganizationsData, type ListLinkedInOrganizationsError, type ListLinkedInOrganizationsResponse, type ListLogsData, type ListLogsError, type ListLogsResponse, type ListMetaBusinessesData, type ListMetaBusinessesError, type ListMetaBusinessesResponse, type ListPhoneNumberCountriesError, type ListPhoneNumberCountriesResponse, type ListPhoneNumberPortInsError, type ListPhoneNumberPortInsResponse, type ListPhoneNumbersData, type ListPhoneNumbersError, type ListPhoneNumbersResponse, type ListPinterestBoardsForSelectionData, type ListPinterestBoardsForSelectionError, type ListPinterestBoardsForSelectionResponse, type ListPostsData, type ListPostsError, 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 ListSmsOptOutsData, type ListSmsOptOutsError, type ListSmsOptOutsResponse, type ListSmsRegistrationsData, type ListSmsRegistrationsError, type ListSmsRegistrationsResponse, type ListSmsSenderIdsError, type ListSmsSenderIdsResponse, type ListSnapchatProfilesData, type ListSnapchatProfilesError, type ListSnapchatProfilesResponse, type ListTrackingTagSharedAccountsData, type ListTrackingTagSharedAccountsError, type ListTrackingTagSharedAccountsResponse, type ListTrackingTagsData, type ListTrackingTagsError, type ListTrackingTagsResponse, type ListUsersError, type ListUsersResponse, type ListVoiceCallsData, type ListVoiceCallsError, type ListVoiceCallsResponse, type ListWhatsAppCallsData, type ListWhatsAppCallsError, type ListWhatsAppCallsResponse, type ListWhatsAppConversionsData, type ListWhatsAppConversionsError, type ListWhatsAppConversionsResponse, type ListWhatsAppFlowResponsesData, type ListWhatsAppFlowResponsesError, type ListWhatsAppFlowResponsesResponse, type ListWhatsAppFlowVersionsData, type ListWhatsAppFlowVersionsError, type ListWhatsAppFlowVersionsResponse, type ListWhatsAppFlowsData, type ListWhatsAppFlowsError, type ListWhatsAppFlowsResponse, type ListWhatsAppGroupChatsData, type ListWhatsAppGroupChatsError, type ListWhatsAppGroupChatsResponse, type ListWhatsAppGroupJoinRequestsData, type ListWhatsAppGroupJoinRequestsError, type ListWhatsAppGroupJoinRequestsResponse, type ListWhatsAppNumberCountriesError, type ListWhatsAppNumberCountriesResponse, type ListWhatsAppPhoneNumbersData, type ListWhatsAppPhoneNumbersError, type ListWhatsAppPhoneNumbersResponse, type ListWhatsAppSandboxSessionsError, type ListWhatsAppSandboxSessionsResponse, type ListWorkflowExecutionEventsData, type ListWorkflowExecutionEventsError, type ListWorkflowExecutionEventsResponse, type ListWorkflowExecutionsData, type ListWorkflowExecutionsError, type ListWorkflowExecutionsResponse, type ListWorkflowVersionsData, type ListWorkflowVersionsError, type ListWorkflowVersionsResponse, type ListWorkflowsData, type ListWorkflowsError, type ListWorkflowsResponse, type LookupSmsNumberData, type LookupSmsNumberError, type LookupSmsNumberResponse, type MarkConversationReadData, type MarkConversationReadError, type MarkConversationReadResponse, type MediaItem, type MediaUploadResponse, type Money, type MoneyAmount, type MoveAccountToProfileData, type MoveAccountToProfileError, type MoveAccountToProfileResponse, type Pagination, type ParameterLimitParam, type ParameterPageParam, type PauseSequenceData, type PauseSequenceError, type PauseSequenceResponse, type PauseWorkflowData, type PauseWorkflowError, type PauseWorkflowResponse, type PinDiscordMessageData, type PinDiscordMessageError, type PinDiscordMessageResponse, type PinterestPlatformData, type PlatformAnalytics, type PlatformTarget, type Post, type PostAnalytics, type PostCreateResponse, type PostDeleteResponse, type PostGetResponse, 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 PurchasePhoneNumberData, type PurchasePhoneNumberError, type PurchasePhoneNumberResponse, type PurchaseWhatsAppPhoneNumberData, type PurchaseWhatsAppPhoneNumberError, type PurchaseWhatsAppPhoneNumberResponse, type QueryAdInsightsData, type QueryAdInsightsError, type QueryAdInsightsResponse, type QueueDeleteResponse, type QueueNextSlotResponse, type QueuePreviewResponse, type QueueSchedule, type QueueSlot, type QueueSlotsResponse, type QueueUpdateResponse, RateLimitError, type RecyclingConfig, type RecyclingState, type RedditPlatformData, type RedditPost, type RejectWhatsAppGroupJoinRequestsData, type RejectWhatsAppGroupJoinRequestsError, type RejectWhatsAppGroupJoinRequestsResponse, type ReleasePhoneNumberData, type ReleasePhoneNumberError, type ReleasePhoneNumberResponse, type ReleaseWhatsAppPhoneNumberData, type ReleaseWhatsAppPhoneNumberError, type ReleaseWhatsAppPhoneNumberResponse, type RemediatePhoneNumberData, type RemediatePhoneNumberError, type RemediatePhoneNumberResponse, type RemediateWhatsAppNumberData, type RemediateWhatsAppNumberError, type RemediateWhatsAppNumberResponse, type RemoveBookmarkData, type RemoveBookmarkError, type RemoveBookmarkResponse, type RemoveConversionAssociationsData, type RemoveConversionAssociationsError, type RemoveConversionAssociationsResponse, type RemoveDiscordMemberRoleData, type RemoveDiscordMemberRoleError, type RemoveDiscordMemberRoleResponse, type RemoveMessageReactionData, type RemoveMessageReactionError, type RemoveMessageReactionResponse, type RemoveTrackingTagSharedAccountData, type RemoveTrackingTagSharedAccountError, type RemoveTrackingTagSharedAccountResponse, type RemoveWhatsAppGroupParticipantsData, type RemoveWhatsAppGroupParticipantsError, type RemoveWhatsAppGroupParticipantsResponse, type ReplyToGoogleBusinessReviewData, type ReplyToGoogleBusinessReviewError, type ReplyToGoogleBusinessReviewResponse, type ReplyToInboxPostData, type ReplyToInboxPostError, type ReplyToInboxPostResponse, type ReplyToInboxReviewData, type ReplyToInboxReviewError, type ReplyToInboxReviewResponse, type ReplyToMentionData, type ReplyToMentionError, type ReplyToMentionResponse, type RequestSmsSenderIdLimitIncreaseData, type RequestSmsSenderIdLimitIncreaseError, type RequestSmsSenderIdLimitIncreaseResponse, type ResendSmsRegistrationOtpData, type ResendSmsRegistrationOtpError, type ResendSmsRegistrationOtpResponse, type ReserveRfPredictionData, type ReserveRfPredictionError, type ReserveRfPredictionResponse, type RestoreWorkflowVersionData, type RestoreWorkflowVersionError, type RestoreWorkflowVersionResponse, type RetryPostData, type RetryPostError, type RetryPostResponse, type RetweetPostData, type RetweetPostError, type RetweetPostResponse, type ReuseSmsRegistrationForNumberData, type ReuseSmsRegistrationForNumberError, type ReuseSmsRegistrationForNumberResponse, type ReviewPhoneNumberKycPacketData, type ReviewPhoneNumberKycPacketError, type ReviewPhoneNumberKycPacketResponse, type ReviewWebhookReview, type RfPrediction, type ScheduleBroadcastData, type ScheduleBroadcastError, type ScheduleBroadcastResponse, type SearchAdInterestsData, type SearchAdInterestsError, type SearchAdInterestsResponse, type SearchAdTargetingData, type SearchAdTargetingError, type SearchAdTargetingResponse, type SearchAvailablePhoneNumbersData, type SearchAvailablePhoneNumbersError, type SearchAvailablePhoneNumbersResponse, type SearchAvailableWhatsAppNumbersData, type SearchAvailableWhatsAppNumbersError, type SearchAvailableWhatsAppNumbersResponse, type SearchDiscordGuildMembersData, type SearchDiscordGuildMembersError, type SearchDiscordGuildMembersResponse, type SearchInboxConversationsData, type SearchInboxConversationsError, type SearchInboxConversationsResponse, 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 SendConversionsData, type SendConversionsError, type SendConversionsResponse, type SendDiscordDirectMessageData, type SendDiscordDirectMessageError, type SendDiscordDirectMessageResponse, type SendInboxMessageData, type SendInboxMessageError, type SendInboxMessageResponse, type SendPrivateReplyToCommentData, type SendPrivateReplyToCommentError, type SendPrivateReplyToCommentResponse, type SendSmsData, type SendSmsError, type SendSmsResponse, type SendTypingIndicatorData, type SendTypingIndicatorError, type SendTypingIndicatorResponse, type SendWhatsAppConversionData, type SendWhatsAppConversionError, type SendWhatsAppConversionResponse, type SendWhatsAppFlowMessageData, type SendWhatsAppFlowMessageError, type SendWhatsAppFlowMessageResponse, type SetCommentModerationData, type SetCommentModerationError, type SetCommentModerationResponse, type SetContactFieldValueData, type SetContactFieldValueError, type SetContactFieldValueResponse, type SetInstagramIceBreakersData, type SetInstagramIceBreakersError, type SetInstagramIceBreakersResponse, type SetMessengerMenuData, type SetMessengerMenuError, type SetMessengerMenuResponse, type SetRedditPostFlairData, type SetRedditPostFlairError, type SetRedditPostFlairResponse, type SetTelegramCommandsData, type SetTelegramCommandsError, type SetTelegramCommandsResponse, type SetWhatsappBusinessUsernameData, type SetWhatsappBusinessUsernameError, type SetWhatsappBusinessUsernameResponse, type ShareSmsRegistrationData, type ShareSmsRegistrationError, type ShareSmsRegistrationResponse, type SharedAdAccount, type SnapchatPlatformData, type SocialAccount, type StartGoogleBusinessVerificationData, type StartGoogleBusinessVerificationError, type StartGoogleBusinessVerificationResponse, type StartSmsRegistrationData, type StartSmsRegistrationError, type StartSmsRegistrationResponse, type SubmitPhoneNumberKycData, type SubmitPhoneNumberKycError, type SubmitPhoneNumberKycResponse, type SubmitWhatsAppNumberKycData, type SubmitWhatsAppNumberKycError, type SubmitWhatsAppNumberKycResponse, type SyncExternalPostsData, type SyncExternalPostsError, type SyncExternalPostsResponse, type TargetingSpec, type TelegramPlatformData, type TestWebhookData, type TestWebhookError, type TestWebhookResponse, type ThreadsPlatformData, type TikTokPlatformData, type TrackingTag, type TransferVoiceCallData, type TransferVoiceCallError, type TransferVoiceCallResponse, type TriggerWorkflowData, type TriggerWorkflowError, type TriggerWorkflowResponse, type TwitterPlatformData, type UnblockWhatsAppUsersData, type UnblockWhatsAppUsersError, type UnblockWhatsAppUsersResponse, 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 UnpinDiscordMessageData, type UnpinDiscordMessageError, type UnpinDiscordMessageResponse, type UnpublishPostData, type UnpublishPostError, type UnpublishPostResponse, type UpdateAccountData, type UpdateAccountError, type UpdateAccountGroupData, type UpdateAccountGroupError, type UpdateAccountGroupResponse, type UpdateAccountResponse, type UpdateAdAccountData, type UpdateAdAccountError, type UpdateAdAccountResponse, type UpdateAdAudienceData, type UpdateAdAudienceError, type UpdateAdAudienceResponse, type UpdateAdCampaignData, type UpdateAdCampaignError, type UpdateAdCampaignResponse, type UpdateAdCampaignStatusData, type UpdateAdCampaignStatusError, type UpdateAdCampaignStatusResponse, type UpdateAdCreativeData, type UpdateAdCreativeError, type UpdateAdCreativeResponse, type UpdateAdData, type UpdateAdError, type UpdateAdResponse, type UpdateAdSetData, type UpdateAdSetError, type UpdateAdSetResponse, type UpdateAdSetStatusData, type UpdateAdSetStatusError, type UpdateAdSetStatusResponse, type UpdateAdStatusData, type UpdateAdStatusError, type UpdateAdStatusResponse, type UpdateAdTrackingTagsData, type UpdateAdTrackingTagsError, type UpdateAdTrackingTagsResponse, type UpdateBroadcastData, type UpdateBroadcastError, type UpdateBroadcastResponse, type UpdateCommentAutomationData, type UpdateCommentAutomationError, type UpdateCommentAutomationResponse, type UpdateContactData, type UpdateContactError, type UpdateContactResponse, type UpdateConversionDestinationData, type UpdateConversionDestinationError, type UpdateConversionDestinationResponse, type UpdateCustomFieldData, type UpdateCustomFieldError, type UpdateCustomFieldResponse, type UpdateDiscordScheduledEventData, type UpdateDiscordScheduledEventError, type UpdateDiscordScheduledEventResponse, type UpdateDiscordSettingsData, type UpdateDiscordSettingsError, type UpdateDiscordSettingsResponse, 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 UpdateGoogleBusinessPlaceActionData, type UpdateGoogleBusinessPlaceActionError, type UpdateGoogleBusinessPlaceActionResponse, type UpdateGoogleBusinessServicesData, type UpdateGoogleBusinessServicesError, type UpdateGoogleBusinessServicesResponse, 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 UpdateTrackingTagData, type UpdateTrackingTagError, type UpdateTrackingTagResponse, type UpdateWebhookSettingsData, type UpdateWebhookSettingsError, type UpdateWebhookSettingsResponse, type UpdateWhatsAppBusinessProfileData, type UpdateWhatsAppBusinessProfileError, type UpdateWhatsAppBusinessProfileResponse, type UpdateWhatsAppCallingData, type UpdateWhatsAppCallingError, type UpdateWhatsAppCallingLegacyData, type UpdateWhatsAppCallingLegacyError, type UpdateWhatsAppCallingLegacyResponse, type UpdateWhatsAppCallingResponse, 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 UpdateWorkflowData, type UpdateWorkflowError, type UpdateWorkflowResponse, type UpdateYoutubeDefaultPlaylistData, type UpdateYoutubeDefaultPlaylistError, type UpdateYoutubeDefaultPlaylistResponse, type UploadAdImageData, type UploadAdImageError, type UploadAdImageResponse, type UploadMediaDirectData, type UploadMediaDirectError, type UploadMediaDirectResponse, type UploadPhoneNumberKycDocumentData, type UploadPhoneNumberKycDocumentError, type UploadPhoneNumberKycDocumentResponse, type UploadPhoneNumberPortInDocumentData, type UploadPhoneNumberPortInDocumentError, type UploadPhoneNumberPortInDocumentResponse, type UploadSmsOptInProofData, type UploadSmsOptInProofError, type UploadSmsOptInProofFileData, type UploadSmsOptInProofFileError, type UploadSmsOptInProofFileResponse, type UploadSmsOptInProofResponse, type UploadTokenResponse, type UploadTokenStatusResponse, type UploadWhatsAppFlowJsonData, type UploadWhatsAppFlowJsonError, type UploadWhatsAppFlowJsonResponse, type UploadWhatsAppNumberKycDocumentData, type UploadWhatsAppNumberKycDocumentError, type UploadWhatsAppNumberKycDocumentResponse, type UploadWhatsAppProfilePhotoData, type UploadWhatsAppProfilePhotoError, type UploadWhatsAppProfilePhotoResponse, type UploadedFile, type UsageMetering, type UsageStats, type User, type UserGetResponse, type UsersListResponse, type ValidateMediaData, type ValidateMediaError, type ValidateMediaResponse, type ValidatePhoneNumberKycAddressData, type ValidatePhoneNumberKycAddressError, type ValidatePhoneNumberKycAddressResponse, type ValidatePostData, type ValidatePostError, type ValidatePostLengthData, type ValidatePostLengthError, type ValidatePostLengthResponse, type ValidatePostResponse, type ValidateSubredditData, type ValidateSubredditError, type ValidateSubredditResponse, type ValidateWhatsAppNumberKycAddressData, type ValidateWhatsAppNumberKycAddressError, type ValidateWhatsAppNumberKycAddressResponse, ValidationError, type Verification, type VerifySmsRegistrationOtpData, type VerifySmsRegistrationOtpError, type VerifySmsRegistrationOtpResponse, type VoteRedditThingData, type VoteRedditThingError, type VoteRedditThingResponse, type Webhook, type WebhookLog, type WebhookPayloadAccountAdsInitialSyncCompleted, type WebhookPayloadAccountConnected, type WebhookPayloadAccountDisconnected, type WebhookPayloadAdStatusChanged, type WebhookPayloadCallEnded, type WebhookPayloadCallFailed, type WebhookPayloadCallPermissionRequest, type WebhookPayloadCallReceived, type WebhookPayloadComment, type WebhookPayloadConversationStarted, type WebhookPayloadExternalPost, type WebhookPayloadLead, type WebhookPayloadMessage, type WebhookPayloadMessageDeleted, type WebhookPayloadMessageDeliveryStatus, type WebhookPayloadMessageEdited, type WebhookPayloadMessageSent, type WebhookPayloadPost, type WebhookPayloadPostPlatform, type WebhookPayloadReaction, type WebhookPayloadReviewNew, type WebhookPayloadReviewUpdated, type WebhookPayloadTest, type WebhookPayloadWhatsAppTemplateStatusUpdated, type WhatsAppBodyComponent, type WhatsAppButtonsComponent, type WhatsAppFooterComponent, type WhatsAppHeaderComponent, type WhatsAppSandboxSession, type WhatsAppTemplateButton, type WhatsAppTemplateComponent, type WorkflowEdge, type WorkflowExecutionEvent, type WorkflowNode, type XApiOperation, type XApiPricing, type YouTubeDailyViewsResponse, type YouTubeDemographicsResponse, type YouTubePlatformData, type YouTubeScopeMissingResponse, type YouTubeVideoRetentionResponse, Zernio, ZernioApiError, type action, type action2, type actionSource, type adType, type adType2, type adType3, type advantageAudience, type aggregation, type aggregation2, type autoArchiveDuration, type bidStrategy, type billingPeriod, type billingSystem, type budgetLevel, type budgetType, type callToAction, type channel, type channel2, type commercialContentType, type contentType, type contentType2, type contentType3, type costType, type creativeSelection, Zernio as default, type direction, type direction2, type disconnectionType, type endReason, type entity_type, type errorCategory, type errorCategory2, type errorSource, type event, type event10, type event11, type event12, type event13, type event14, type event15, type event16, type event17, type event18, type event19, type event2, type event20, type event21, type event22, type event23, type event24, type event3, type event4, type event5, type event6, type event7, type event8, type event9, type format, type forwardCallerId, type gapFreq, type gender, type goal, type graduationStrategy, type granularity, type incomeTier, type interactiveType, type kind, type level, type mediaType, type mediaType2, type metric, type metricType, type objective, type otp_type, parseApiError, type parseMode, type permission, type platform, type platform10, type platform2, type platform3, type platform4, type platform5, type platform6, type platform7, type platform8, type platform9, type privacy_level, type replySettings, type response, type reviewStatus, type scope, type source, type source2, type spiciness, type status, type status10, type status11, type status12, type status13, type status14, type status2, type status3, type status4, type status5, type status6, type status7, type status8, type status9, type syncStatus, type syncStatus2, type timeframe, type topicType, type transcriptionLanguage, type trialGraduationStrategy, type type, type type2, type type3, type type4, type type5, type type6, type type7, type type8, type type9, type visibility };