UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

14 lines 635 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InsuranceProviders = void 0; /** @description Who provides insurance */ var InsuranceProviders; (function (InsuranceProviders) { InsuranceProviders["None"] = "None"; InsuranceProviders["ShipStation"] = "ShipStation"; InsuranceProviders["Carrier"] = "Carrier"; InsuranceProviders["External"] = "External"; InsuranceProviders["XCover"] = "XCover"; InsuranceProviders["ParcelGuard"] = "ParcelGuard"; })(InsuranceProviders || (exports.InsuranceProviders = InsuranceProviders = {})); //# sourceMappingURL=insurance-providers.js.map