@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
9 lines • 579 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContactsUdIdResponseSchema = exports.ContactUserDefinedFieldsSchema = void 0;
const zod_1 = require("zod");
const schemas_1 = require("../../../core/schemas");
/** Contact user defined fields - key field only, passthrough for API flexibility */
exports.ContactUserDefinedFieldsSchema = zod_1.z.object({ id: zod_1.z.string() }).passthrough();
exports.ContactsUdIdResponseSchema = (0, schemas_1.BaseResponseSchema)(exports.ContactUserDefinedFieldsSchema);
//# sourceMappingURL=contactsUdId.js.map