@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
9 lines • 587 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomerCustomerIdDocResponseSchema = exports.CustomerDocumentSchema = void 0;
const zod_1 = require("zod");
const schemas_1 = require("../../../core/schemas");
/** Customer document - key field only, passthrough for API flexibility */
exports.CustomerDocumentSchema = zod_1.z.object({ customerId: zod_1.z.coerce.number() }).passthrough();
exports.CustomerCustomerIdDocResponseSchema = (0, schemas_1.BaseResponseSchema)(exports.CustomerDocumentSchema);
//# sourceMappingURL=customerCustomerIdDoc.js.map