UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

18 lines 2.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RatesShopResponseSchema = exports.HealthCheckResponseSchema = exports.RatesShopDataSchema = exports.UPSPackageSchema = exports.BillingWeightSchema = exports.UPSRateSchema = exports.UPSServiceSchema = exports.HealthCheckDataSchema = exports.RatesShopParamsSchema = exports.HealthCheckParamsSchema = exports.UPSClient = void 0; // UPS Service Exports var client_1 = require("./client"); Object.defineProperty(exports, "UPSClient", { enumerable: true, get: function () { return client_1.UPSClient; } }); var schemas_1 = require("./schemas"); Object.defineProperty(exports, "HealthCheckParamsSchema", { enumerable: true, get: function () { return schemas_1.HealthCheckParamsSchema; } }); Object.defineProperty(exports, "RatesShopParamsSchema", { enumerable: true, get: function () { return schemas_1.RatesShopParamsSchema; } }); Object.defineProperty(exports, "HealthCheckDataSchema", { enumerable: true, get: function () { return schemas_1.HealthCheckDataSchema; } }); Object.defineProperty(exports, "UPSServiceSchema", { enumerable: true, get: function () { return schemas_1.UPSServiceSchema; } }); Object.defineProperty(exports, "UPSRateSchema", { enumerable: true, get: function () { return schemas_1.UPSRateSchema; } }); Object.defineProperty(exports, "BillingWeightSchema", { enumerable: true, get: function () { return schemas_1.BillingWeightSchema; } }); Object.defineProperty(exports, "UPSPackageSchema", { enumerable: true, get: function () { return schemas_1.UPSPackageSchema; } }); Object.defineProperty(exports, "RatesShopDataSchema", { enumerable: true, get: function () { return schemas_1.RatesShopDataSchema; } }); Object.defineProperty(exports, "HealthCheckResponseSchema", { enumerable: true, get: function () { return schemas_1.HealthCheckResponseSchema; } }); Object.defineProperty(exports, "RatesShopResponseSchema", { enumerable: true, get: function () { return schemas_1.RatesShopResponseSchema; } }); //# sourceMappingURL=index.js.map