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