correios-webservice
Version:
Cliente NodeJS para consumir a api nova dos Correios (CWS)
25 lines • 1.07 kB
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 = {}));
var AdditionalService;
(function (AdditionalService) {
AdditionalService["InsuranceDeclarationSedex"] = "019";
AdditionalService["InsuranceDeclarationPac"] = "064";
AdditionalService["InsuranceDeclarationMiniEnvios"] = "065";
})(AdditionalService || (AdditionalService = {}));
export { ProductCode, AdditionalService };
//# sourceMappingURL=types.js.map