correios-webservice
Version:
Cliente NodeJS para consumir a api nova dos Correios (CWS)
19 lines • 765 B
JavaScript
var ProductCode;
(function (ProductCode) {
ProductCode["Pac"] = "04510";
ProductCode["Sedex"] = "04014";
ProductCode["Sedex10"] = "04790";
ProductCode["Sedex12"] = "04782";
ProductCode["SedexHoje"] = "40290";
ProductCode["PacContratoAgencia"] = "03298";
ProductCode["SedexContratoAgencia"] = "03220";
ProductCode["Sedex10ContratoAgencia"] = "03158";
ProductCode["Sedex12ContratoAgencia"] = "03140";
ProductCode["SedexHojeContratoAgencia"] = "03204";
ProductCode["ImpressoNormal"] = "20010";
ProductCode["ImpressoModico"] = "20192";
ProductCode["PacketStandard"] = "33162";
ProductCode["PacketExpress"] = "33170";
})(ProductCode || (ProductCode = {}));
export { ProductCode };
//# sourceMappingURL=types.js.map