@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
18 lines • 2.08 kB
JavaScript
;
// Re-export all schemas from individual schema files
// This maintains backward compatibility while following path-based schema organization
Object.defineProperty(exports, "__esModule", { value: true });
exports.RatesShopResponseSchema = exports.RatesShopDataSchema = exports.UPSPackageSchema = exports.BillingWeightSchema = exports.UPSRateSchema = exports.UPSServiceSchema = exports.RatesShopParamsSchema = exports.HealthCheckResponseSchema = exports.HealthCheckDataSchema = exports.HealthCheckParamsSchema = void 0;
var healthCheck_1 = require("./schemas/healthCheck");
Object.defineProperty(exports, "HealthCheckParamsSchema", { enumerable: true, get: function () { return healthCheck_1.HealthCheckParamsSchema; } });
Object.defineProperty(exports, "HealthCheckDataSchema", { enumerable: true, get: function () { return healthCheck_1.HealthCheckDataSchema; } });
Object.defineProperty(exports, "HealthCheckResponseSchema", { enumerable: true, get: function () { return healthCheck_1.HealthCheckResponseSchema; } });
var ratesShop_1 = require("./schemas/ratesShop");
Object.defineProperty(exports, "RatesShopParamsSchema", { enumerable: true, get: function () { return ratesShop_1.RatesShopParamsSchema; } });
Object.defineProperty(exports, "UPSServiceSchema", { enumerable: true, get: function () { return ratesShop_1.UPSServiceSchema; } });
Object.defineProperty(exports, "UPSRateSchema", { enumerable: true, get: function () { return ratesShop_1.UPSRateSchema; } });
Object.defineProperty(exports, "BillingWeightSchema", { enumerable: true, get: function () { return ratesShop_1.BillingWeightSchema; } });
Object.defineProperty(exports, "UPSPackageSchema", { enumerable: true, get: function () { return ratesShop_1.UPSPackageSchema; } });
Object.defineProperty(exports, "RatesShopDataSchema", { enumerable: true, get: function () { return ratesShop_1.RatesShopDataSchema; } });
Object.defineProperty(exports, "RatesShopResponseSchema", { enumerable: true, get: function () { return ratesShop_1.RatesShopResponseSchema; } });
//# sourceMappingURL=schemas.js.map