UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

12 lines 558 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShipToRefreshResponseSchema = exports.ShipToDataRefreshResponseSchema = void 0; const zod_1 = require("zod"); const schemas_1 = require("../../../core/schemas"); exports.ShipToDataRefreshResponseSchema = zod_1.z.object({ message: zod_1.z.string(), timestamp: zod_1.z.string(), jobId: zod_1.z.string(), }); exports.ShipToRefreshResponseSchema = (0, schemas_1.BaseResponseSchema)(exports.ShipToDataRefreshResponseSchema); //# sourceMappingURL=shipToRefresh.js.map