UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

9 lines 545 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvSubListResponseSchema = exports.InvSubDataSchema = void 0; const zod_1 = require("zod"); const schemas_1 = require("../../../core/schemas"); /** Inventory sub-part - key field only, passthrough for API flexibility */ exports.InvSubDataSchema = zod_1.z.object({ invMastUid: zod_1.z.number() }).passthrough(); exports.InvSubListResponseSchema = (0, schemas_1.BaseResponseSchema)(zod_1.z.array(exports.InvSubDataSchema)); //# sourceMappingURL=invMastSub.js.map