UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

9 lines 594 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CategoryAttributesResponseSchema = exports.CategoryAttributeSchema = void 0; const zod_1 = require("zod"); const schemas_1 = require("../../../core/schemas"); /** Category attribute - key field only, passthrough for API flexibility */ exports.CategoryAttributeSchema = zod_1.z.object({ attributeUid: zod_1.z.number() }).passthrough(); exports.CategoryAttributesResponseSchema = (0, schemas_1.BaseResponseSchema)(zod_1.z.array(exports.CategoryAttributeSchema)); //# sourceMappingURL=categoriesAttributes.js.map