@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
10 lines • 586 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ElementPaymentResponseSchema = exports.ElementPaymentParamsSchema = void 0;
const zod_1 = require("zod");
const schemas_1 = require("../../../core/schemas");
/** Element payment params - passthrough for flexible input */
exports.ElementPaymentParamsSchema = zod_1.z.object({}).passthrough();
/** Element payment response - passthrough for API flexibility */
exports.ElementPaymentResponseSchema = (0, schemas_1.BaseResponseSchema)(zod_1.z.object({}).passthrough());
//# sourceMappingURL=element.js.map