@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
12 lines • 582 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OeContactsCustomerRefreshResponseSchema = exports.OeDataRefreshResponseSchema = void 0;
const zod_1 = require("zod");
const schemas_1 = require("../../../core/schemas");
exports.OeDataRefreshResponseSchema = zod_1.z.object({
message: zod_1.z.string(),
timestamp: zod_1.z.string(),
jobId: zod_1.z.string(),
});
exports.OeContactsCustomerRefreshResponseSchema = (0, schemas_1.BaseResponseSchema)(exports.OeDataRefreshResponseSchema);
//# sourceMappingURL=oeContactsCustomerRefresh.js.map