UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

9 lines 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContactsIdDocResponseSchema = exports.ContactSchema = void 0; const zod_1 = require("zod"); const schemas_1 = require("../../../core/schemas"); /** Contact - key field only, passthrough for API flexibility */ exports.ContactSchema = zod_1.z.object({ id: zod_1.z.string() }).passthrough(); exports.ContactsIdDocResponseSchema = (0, schemas_1.BaseResponseSchema)(exports.ContactSchema); //# sourceMappingURL=contactsIdDoc.js.map