@myorb/dhl-express
Version:
DHL Express api client
56 lines (55 loc) • 4.4 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressExportDeclarationIncotermEnum = exports.SupermodelIoLogisticsExpressExportDeclarationShipmentTypeEnum = exports.SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum = void 0;
/**
* @export
* @enum {string}
*/
var SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum;
(function (SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum) {
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["Permanent"] = "permanent";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["Temporary"] = "temporary";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["Return"] = "return";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["UsedExhibitionGoodsToOrigin"] = "used_exhibition_goods_to_origin";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["IntercompanyUse"] = "intercompany_use";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["CommercialPurposeOrSale"] = "commercial_purpose_or_sale";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["PersonalBelongingsOrPersonalUse"] = "personal_belongings_or_personal_use";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["Sample"] = "sample";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["Gift"] = "gift";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["ReturnToOrigin"] = "return_to_origin";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["WarrantyReplacement"] = "warranty_replacement";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["DiplomaticGoods"] = "diplomatic_goods";
SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum["DefenceMaterial"] = "defence_material";
})(SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum = exports.SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum || (exports.SupermodelIoLogisticsExpressExportDeclarationExportReasonTypeEnum = {}));
/**
* @export
* @enum {string}
*/
var SupermodelIoLogisticsExpressExportDeclarationShipmentTypeEnum;
(function (SupermodelIoLogisticsExpressExportDeclarationShipmentTypeEnum) {
SupermodelIoLogisticsExpressExportDeclarationShipmentTypeEnum["Personal"] = "personal";
SupermodelIoLogisticsExpressExportDeclarationShipmentTypeEnum["Commercial"] = "commercial";
})(SupermodelIoLogisticsExpressExportDeclarationShipmentTypeEnum = exports.SupermodelIoLogisticsExpressExportDeclarationShipmentTypeEnum || (exports.SupermodelIoLogisticsExpressExportDeclarationShipmentTypeEnum = {}));
/**
* @export
* @enum {string}
*/
var SupermodelIoLogisticsExpressExportDeclarationIncotermEnum;
(function (SupermodelIoLogisticsExpressExportDeclarationIncotermEnum) {
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["EXW"] = "EXW";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["FCA"] = "FCA";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["CPT"] = "CPT";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["CIP"] = "CIP";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["DPU"] = "DPU";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["DAP"] = "DAP";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["DDP"] = "DDP";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["FAS"] = "FAS";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["FOB"] = "FOB";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["CFR"] = "CFR";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["CIF"] = "CIF";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["DAF"] = "DAF";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["DAT"] = "DAT";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["DDU"] = "DDU";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["DEQ"] = "DEQ";
SupermodelIoLogisticsExpressExportDeclarationIncotermEnum["DES"] = "DES";
})(SupermodelIoLogisticsExpressExportDeclarationIncotermEnum = exports.SupermodelIoLogisticsExpressExportDeclarationIncotermEnum || (exports.SupermodelIoLogisticsExpressExportDeclarationIncotermEnum = {}));