/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * |Token | Name | Dimensions| * * @remarks * |:---|:---|:---| * | USPS_FlatRateCardboardEnvelope | Flat Rate Cardboard Envelope | 12.50 x 9.50 x 0.75 in | * | USPS_FlatRateEnvelope | Flat Rate Envelope | 12.50 x 9.50 x 0.75 in | * | USPS_FlatRateGiftCardEnvelope | Flat Rate Gift Card Envelope | 10.00 x 7.00 x 0.75 in | * | USPS_FlatRateLegalEnvelope | Flat Rate Legal Envelope | 15.00 x 9.50 x 0.75 in | * | USPS_FlatRatePaddedEnvelope | Flat Rate Padded Envelope | 12.50 x 9.50 x 1.00 in | * | USPS_FlatRateWindowEnvelope | Flat Rate Window Envelope | 10.00 x 5.00 x 0.75 in | * | USPS_IrregularParcel | Irregular Parcel | 0.00 x 0.00 x 0.00 in | * | USPS_LargeFlatRateBoardGameBox | Large Flat Rate Board Game Box | 24.06 x 11.88 x 3.13 in | * | USPS_LargeFlatRateBox | Large Flat Rate Box | 12.25 x 12.25 x 6.00 in | * | USPS_APOFlatRateBox | APO/FPO/DPO Large Flat Rate Box | 12.25 x 12.25 x 6.00 in | * | USPS_LargeVideoFlatRateBox | Flat Rate Large Video Box (Int'l only) | 9.60 x 6.40 x 2.20 in | * | USPS_MediumFlatRateBox1 | Medium Flat Rate Box 1 | 11.25 x 8.75 x 6.00 in | * | USPS_MediumFlatRateBox2 | Medium Flat Rate Box 2 | 14.00 x 12.00 x 3.50 in | * | USPS_RegionalRateBoxA1 | Regional Rate Box A1 | 10.13 x 7.13 x 5.00 in | * | USPS_RegionalRateBoxA2 | Regional Rate Box A2 | 13.06 x 11.06 x 2.50 in | * | USPS_RegionalRateBoxB1 | Regional Rate Box B1 | 12.25 x 10.50 x 5.50 in | * | USPS_RegionalRateBoxB2 | Regional Rate Box B2 | 16.25 x 14.50 x 3.00 in | * | USPS_SmallFlatRateBox | Small Flat Rate Box | 8.69 x 5.44 x 1.75 in | * | USPS_SmallFlatRateEnvelope | Small Flat Rate Envelope | 10.00 x 6.00 x 4.00 in | * | USPS_SoftPack | Soft Pack Padded Envelope | Length and width defined in the Parcel| */ export const ParcelTemplateUSPSEnum = { USPSFlatRateCardboardEnvelope: "USPS_FlatRateCardboardEnvelope", USPSFlatRateEnvelope: "USPS_FlatRateEnvelope", USPSFlatRateGiftCardEnvelope: "USPS_FlatRateGiftCardEnvelope", USPSFlatRateLegalEnvelope: "USPS_FlatRateLegalEnvelope", USPSFlatRatePaddedEnvelope: "USPS_FlatRatePaddedEnvelope", USPSFlatRateWindowEnvelope: "USPS_FlatRateWindowEnvelope", USPSIrregularParcel: "USPS_IrregularParcel", USPSLargeFlatRateBoardGameBox: "USPS_LargeFlatRateBoardGameBox", USPSLargeFlatRateBox: "USPS_LargeFlatRateBox", USPSAPOFlatRateBox: "USPS_APOFlatRateBox", USPSLargeVideoFlatRateBox: "USPS_LargeVideoFlatRateBox", USPSMediumFlatRateBox1: "USPS_MediumFlatRateBox1", USPSMediumFlatRateBox2: "USPS_MediumFlatRateBox2", USPSRegionalRateBoxA1: "USPS_RegionalRateBoxA1", USPSRegionalRateBoxA2: "USPS_RegionalRateBoxA2", USPSRegionalRateBoxB1: "USPS_RegionalRateBoxB1", USPSRegionalRateBoxB2: "USPS_RegionalRateBoxB2", USPSSmallFlatRateBox: "USPS_SmallFlatRateBox", USPSSmallFlatRateEnvelope: "USPS_SmallFlatRateEnvelope", USPSSoftPack: "USPS_SoftPack", } as const; /** * |Token | Name | Dimensions| * * @remarks * |:---|:---|:---| * | USPS_FlatRateCardboardEnvelope | Flat Rate Cardboard Envelope | 12.50 x 9.50 x 0.75 in | * | USPS_FlatRateEnvelope | Flat Rate Envelope | 12.50 x 9.50 x 0.75 in | * | USPS_FlatRateGiftCardEnvelope | Flat Rate Gift Card Envelope | 10.00 x 7.00 x 0.75 in | * | USPS_FlatRateLegalEnvelope | Flat Rate Legal Envelope | 15.00 x 9.50 x 0.75 in | * | USPS_FlatRatePaddedEnvelope | Flat Rate Padded Envelope | 12.50 x 9.50 x 1.00 in | * | USPS_FlatRateWindowEnvelope | Flat Rate Window Envelope | 10.00 x 5.00 x 0.75 in | * | USPS_IrregularParcel | Irregular Parcel | 0.00 x 0.00 x 0.00 in | * | USPS_LargeFlatRateBoardGameBox | Large Flat Rate Board Game Box | 24.06 x 11.88 x 3.13 in | * | USPS_LargeFlatRateBox | Large Flat Rate Box | 12.25 x 12.25 x 6.00 in | * | USPS_APOFlatRateBox | APO/FPO/DPO Large Flat Rate Box | 12.25 x 12.25 x 6.00 in | * | USPS_LargeVideoFlatRateBox | Flat Rate Large Video Box (Int'l only) | 9.60 x 6.40 x 2.20 in | * | USPS_MediumFlatRateBox1 | Medium Flat Rate Box 1 | 11.25 x 8.75 x 6.00 in | * | USPS_MediumFlatRateBox2 | Medium Flat Rate Box 2 | 14.00 x 12.00 x 3.50 in | * | USPS_RegionalRateBoxA1 | Regional Rate Box A1 | 10.13 x 7.13 x 5.00 in | * | USPS_RegionalRateBoxA2 | Regional Rate Box A2 | 13.06 x 11.06 x 2.50 in | * | USPS_RegionalRateBoxB1 | Regional Rate Box B1 | 12.25 x 10.50 x 5.50 in | * | USPS_RegionalRateBoxB2 | Regional Rate Box B2 | 16.25 x 14.50 x 3.00 in | * | USPS_SmallFlatRateBox | Small Flat Rate Box | 8.69 x 5.44 x 1.75 in | * | USPS_SmallFlatRateEnvelope | Small Flat Rate Envelope | 10.00 x 6.00 x 4.00 in | * | USPS_SoftPack | Soft Pack Padded Envelope | Length and width defined in the Parcel| */ export type ParcelTemplateUSPSEnum = ClosedEnum; /** @internal */ export const ParcelTemplateUSPSEnum$inboundSchema: z.ZodMiniEnum< typeof ParcelTemplateUSPSEnum > = z.enum(ParcelTemplateUSPSEnum); /** @internal */ export const ParcelTemplateUSPSEnum$outboundSchema: z.ZodMiniEnum< typeof ParcelTemplateUSPSEnum > = ParcelTemplateUSPSEnum$inboundSchema;