@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
9 lines • 631 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvMastAlternateCodeListResponseSchema = exports.InvMastAlternateCodeSchema = void 0;
const zod_1 = require("zod");
const schemas_1 = require("../../../core/schemas");
/** Inventory master alternate code - key field only, passthrough for API flexibility */
exports.InvMastAlternateCodeSchema = zod_1.z.object({ alternateCodeId: zod_1.z.number() }).passthrough();
exports.InvMastAlternateCodeListResponseSchema = (0, schemas_1.BaseResponseSchema)(zod_1.z.array(exports.InvMastAlternateCodeSchema));
//# sourceMappingURL=invMastAlternateCode.js.map