import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * |Token | Carrier name| * * @remarks * |:---|:---| * | airterra | Airterra | * | apc_postal | APC Postal| * | apg | APG| * | aramex | Aramex| * | asendia_us | Asendia US| * | australia_post | Australia Post (also used for Startrack)| * | axlehire | Jitsu| * | better_trucks | BetterTrucks| * | borderguru | BorderGuru| * | boxberry | Boxberry| * | bring | Bring (also used for Posten Norge)| * | canada_post | Canada Post| * | cdl | CDL| * | chronopost | Chronopost| * | collect_plus | CollectPlus| * | correios_br | CorreiosBR| * | correos_espana | Correos España | * | colissimo | Colissimo| * | deutsche_post | Deutsche Post| * | dhl_benelux | DHL Benelux| * | dhl_ecommerce | DHL eCommerce| * | dhl_express | DHL Express| * | dhl_germany_c2c | DHL Germany C2C| * | dhl_germany | DHL Germany| * | dpd_de | DPD GERMANY| * | dpd_uk | DPD UK| * | estafeta | Estafeta| * | fastway_australia | Aramex| * | fedex | FedEx| * | globegistics | Globegistics (now Asendia)| * | gls_us | GLS US| * | gophr | Gophr| * | gso | GSO| * | hermes_germany_b2c | Hermes Germany B2C| * | hermes_uk | Evri UK | * | hongkong_post | Hongkong Post| * | lasership | LaserShip| * | lso | LSO| * | mondial_relay | Mondial Relay| * | new_zealand_post | New Zealand Post (also used for Pace and CourierPost)| * | nippon_express | Nippon Express| * | ontrac | OnTrac| * | parcelforce | Parcelforce| * | passport | Passport| * | pcf | PCF| * | poste_italiane | Poste Italiane | * | posti | Posti| * | purolator | Purolator| * | royal_mail | Royal Mail| * | royal_mail_sf | Royal Mail Storefeeder| * | rr_donnelley | ePost Global| * | russian_post | Russian Post| * | skypostal | SkyPostal| * | stuart | Stuart| * | swyft | Swyft| * | uds | UDS (United Delivery Service)| * | ups | UPS| * | usps | USPS| * | veho | Veho | */ export declare const CarriersEnum: { readonly Airterra: "airterra"; readonly ApcPostal: "apc_postal"; readonly Apg: "apg"; readonly Aramex: "aramex"; readonly AsendiaUs: "asendia_us"; readonly AustraliaPost: "australia_post"; readonly Axlehire: "axlehire"; readonly BetterTrucks: "better_trucks"; readonly Borderguru: "borderguru"; readonly Boxberry: "boxberry"; readonly Bring: "bring"; readonly CanadaPost: "canada_post"; readonly Cdl: "cdl"; readonly Chronopost: "chronopost"; readonly CollectPlus: "collect_plus"; readonly CorreiosBr: "correios_br"; readonly CorreosEspana: "correos_espana"; readonly Colissimo: "colissimo"; readonly DeutschePost: "deutsche_post"; readonly DhlBenelux: "dhl_benelux"; readonly DhlEcommerce: "dhl_ecommerce"; readonly DhlExpress: "dhl_express"; readonly DhlGermanyC2c: "dhl_germany_c2c"; readonly DhlGermany: "dhl_germany"; readonly DpdDe: "dpd_de"; readonly DpdUk: "dpd_uk"; readonly Estafeta: "estafeta"; readonly FastwayAustralia: "fastway_australia"; readonly Fedex: "fedex"; readonly Globegistics: "globegistics"; readonly GlsUs: "gls_us"; readonly Gophr: "gophr"; readonly Gso: "gso"; readonly HermesGermanyB2c: "hermes_germany_b2c"; readonly HermesUk: "hermes_uk"; readonly HongkongPost: "hongkong_post"; readonly Lasership: "lasership"; readonly Lso: "lso"; readonly MondialRelay: "mondial_relay"; readonly NewZealandPost: "new_zealand_post"; readonly NipponExpress: "nippon_express"; readonly Ontrac: "ontrac"; readonly Parcelforce: "parcelforce"; readonly Passport: "passport"; readonly Pcf: "pcf"; readonly PosteItaliane: "poste_italiane"; readonly Posti: "posti"; readonly Purolator: "purolator"; readonly RoyalMail: "royal_mail"; readonly RoyalMailSf: "royal_mail_sf"; readonly RrDonnelley: "rr_donnelley"; readonly RussianPost: "russian_post"; readonly Skypostal: "skypostal"; readonly Stuart: "stuart"; readonly Swyft: "swyft"; readonly Uds: "uds"; readonly Ups: "ups"; readonly Usps: "usps"; readonly Veho: "veho"; }; /** * |Token | Carrier name| * * @remarks * |:---|:---| * | airterra | Airterra | * | apc_postal | APC Postal| * | apg | APG| * | aramex | Aramex| * | asendia_us | Asendia US| * | australia_post | Australia Post (also used for Startrack)| * | axlehire | Jitsu| * | better_trucks | BetterTrucks| * | borderguru | BorderGuru| * | boxberry | Boxberry| * | bring | Bring (also used for Posten Norge)| * | canada_post | Canada Post| * | cdl | CDL| * | chronopost | Chronopost| * | collect_plus | CollectPlus| * | correios_br | CorreiosBR| * | correos_espana | Correos España | * | colissimo | Colissimo| * | deutsche_post | Deutsche Post| * | dhl_benelux | DHL Benelux| * | dhl_ecommerce | DHL eCommerce| * | dhl_express | DHL Express| * | dhl_germany_c2c | DHL Germany C2C| * | dhl_germany | DHL Germany| * | dpd_de | DPD GERMANY| * | dpd_uk | DPD UK| * | estafeta | Estafeta| * | fastway_australia | Aramex| * | fedex | FedEx| * | globegistics | Globegistics (now Asendia)| * | gls_us | GLS US| * | gophr | Gophr| * | gso | GSO| * | hermes_germany_b2c | Hermes Germany B2C| * | hermes_uk | Evri UK | * | hongkong_post | Hongkong Post| * | lasership | LaserShip| * | lso | LSO| * | mondial_relay | Mondial Relay| * | new_zealand_post | New Zealand Post (also used for Pace and CourierPost)| * | nippon_express | Nippon Express| * | ontrac | OnTrac| * | parcelforce | Parcelforce| * | passport | Passport| * | pcf | PCF| * | poste_italiane | Poste Italiane | * | posti | Posti| * | purolator | Purolator| * | royal_mail | Royal Mail| * | royal_mail_sf | Royal Mail Storefeeder| * | rr_donnelley | ePost Global| * | russian_post | Russian Post| * | skypostal | SkyPostal| * | stuart | Stuart| * | swyft | Swyft| * | uds | UDS (United Delivery Service)| * | ups | UPS| * | usps | USPS| * | veho | Veho | */ export type CarriersEnum = ClosedEnum; /** @internal */ export declare const CarriersEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=carriersenum.d.ts.map