meta-cloud-api
Version:
TypeScript wrapper for Meta's Cloud API
28 lines (25 loc) • 1.4 kB
TypeScript
export { ExpressRequest, ExpressResponse, webhookHandler as ExpressWebhook, ExpressWebhookConfig, NextFunction } from './frameworks/express.js';
export { webhookHandler as NextJsWebhook, NextJsWebhookConfig } from './frameworks/nextjs.js';
export { F as FlowHandler, e as MessageHandler, M as MessageStatus, W as WebhookContact, a as WebhookEvent, b as WebhookMessage, c as WebhookProcessor, d as WebhookResponse, g as constructFullUrl, f as processFlowRequest, p as processWebhookMessages } from '../../WebhookProcessor-BXYunz4N.js';
import '../../types/config.js';
import '../../enums-BZd9T2ul.js';
import '../../common-lV0NsO7t.js';
import '../../request-vYMaEfk5.js';
import '../../WhatsApp-pTZPQm81.js';
import '../../httpsClient-v4gmltzS.js';
import 'https';
import '../../EncryptionApi-D7pt-OXT.js';
import '../../base-CdGDdVEl.js';
import '../../FlowApi-B2ffO-HD.js';
import '../../MediaApi-BrEKpqi_.js';
import '../../MessageApi-BgsSpDno.js';
import '../../common-BiRA_uz3.js';
import '../../PhoneNumberApi-DKlu9PHl.js';
import '../../BusinessProfileApi-WXscSgo-.js';
import '../../QrCodeApi-7vDwIBHR.js';
import '../../RegistrationApi-qO_qoti9.js';
import '../../TemplateApi-xGgIZt89.js';
import '../../TwoStepVerificationApi-DfNPIz-C.js';
import '../../WabaApi-DqQi_68m.js';
declare const generateXHub256Sig: (body: string, appSecret: string) => string;
export { generateXHub256Sig };