@myorb/dhl-express
Version:
DHL Express api client
33 lines (32 loc) • 3.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsEncodingFormatEnum = exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInvoiceTypeEnum = exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsTypeCodeEnum = void 0;
/**
* @export
* @enum {string}
*/
var SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsTypeCodeEnum;
(function (SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsTypeCodeEnum) {
SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsTypeCodeEnum["Label"] = "label";
SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsTypeCodeEnum["WaybillDoc"] = "waybillDoc";
SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsTypeCodeEnum["Invoice"] = "invoice";
SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsTypeCodeEnum["Receipt"] = "receipt";
SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsTypeCodeEnum["QrCode"] = "qr-code";
})(SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsTypeCodeEnum = exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsTypeCodeEnum || (exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsTypeCodeEnum = {}));
/**
* @export
* @enum {string}
*/
var SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInvoiceTypeEnum;
(function (SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInvoiceTypeEnum) {
SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInvoiceTypeEnum["Commercial"] = "commercial";
SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInvoiceTypeEnum["Proforma"] = "proforma";
})(SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInvoiceTypeEnum = exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInvoiceTypeEnum || (exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInvoiceTypeEnum = {}));
/**
* @export
* @enum {string}
*/
var SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsEncodingFormatEnum;
(function (SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsEncodingFormatEnum) {
SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsEncodingFormatEnum["Png"] = "png";
})(SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsEncodingFormatEnum = exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsEncodingFormatEnum || (exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsEncodingFormatEnum = {}));