import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Provider ID of the job */ export declare const ProvidersIdEnum: { readonly Emailjs: "emailjs"; readonly Mailgun: "mailgun"; readonly Mailjet: "mailjet"; readonly Mandrill: "mandrill"; readonly Nodemailer: "nodemailer"; readonly Postmark: "postmark"; readonly Sendgrid: "sendgrid"; readonly Sendinblue: "sendinblue"; readonly Ses: "ses"; readonly Netcore: "netcore"; readonly InfobipEmail: "infobip-email"; readonly Resend: "resend"; readonly Plunk: "plunk"; readonly Mailersend: "mailersend"; readonly Mailtrap: "mailtrap"; readonly Clickatell: "clickatell"; readonly Outlook365: "outlook365"; readonly NovuEmail: "novu-email"; readonly Sparkpost: "sparkpost"; readonly EmailWebhook: "email-webhook"; readonly Braze: "braze"; readonly NovuEmailAgent: "novu-email-agent"; readonly Nexmo: "nexmo"; readonly Plivo: "plivo"; readonly Sms77: "sms77"; readonly SmsCentral: "sms-central"; readonly Sns: "sns"; readonly Telnyx: "telnyx"; readonly Twilio: "twilio"; readonly Gupshup: "gupshup"; readonly Firetext: "firetext"; readonly InfobipSms: "infobip-sms"; readonly BurstSms: "burst-sms"; readonly BulkSms: "bulk-sms"; readonly IsendSms: "isend-sms"; readonly FortySixElks: "forty-six-elks"; readonly Kannel: "kannel"; readonly Maqsam: "maqsam"; readonly Termii: "termii"; readonly AfricasTalking: "africas-talking"; readonly NovuSms: "novu-sms"; readonly Sendchamp: "sendchamp"; readonly GenericSms: "generic-sms"; readonly Clicksend: "clicksend"; readonly Bandwidth: "bandwidth"; readonly Messagebird: "messagebird"; readonly Simpletexting: "simpletexting"; readonly AzureSms: "azure-sms"; readonly RingCentral: "ring-central"; readonly BrevoSms: "brevo-sms"; readonly EazySms: "eazy-sms"; readonly Mobishastra: "mobishastra"; readonly AfroMessage: "afro-message"; readonly Unifonic: "unifonic"; readonly Smsmode: "smsmode"; readonly Imedia: "imedia"; readonly Sinch: "sinch"; readonly IsendproSms: "isendpro-sms"; readonly CmTelecom: "cm-telecom"; readonly Fcm: "fcm"; readonly Apns: "apns"; readonly Expo: "expo"; readonly OneSignal: "one-signal"; readonly Pushpad: "pushpad"; readonly PushWebhook: "push-webhook"; readonly PusherBeams: "pusher-beams"; readonly Appio: "appio"; readonly Novu: "novu"; readonly Slack: "slack"; readonly Discord: "discord"; readonly Msteams: "msteams"; readonly Mattermost: "mattermost"; readonly Ryver: "ryver"; readonly Zulip: "zulip"; readonly GrafanaOnCall: "grafana-on-call"; readonly Getstream: "getstream"; readonly RocketChat: "rocket-chat"; readonly WhatsappBusiness: "whatsapp-business"; readonly ChatWebhook: "chat-webhook"; readonly NovuSlack: "novu-slack"; readonly Anthropic: "anthropic"; }; /** * Provider ID of the job */ export type ProvidersIdEnum = ClosedEnum; /** @internal */ export declare const ProvidersIdEnum$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ProvidersIdEnum$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=providersidenum.d.ts.map