UNPKG

pncp-sdk

Version:

SDK Node.js para consumir a API PNCP (Portal Nacional de Contratações Públicas)

7 lines (5 loc) 320 B
import { z } from 'zod'; import { dataRangeSchema, paginationSchema } from './commonSchemas.js'; export const pcaSchema = dataRangeSchema.merge(paginationSchema); export const pcaUsuarioSchema = dataRangeSchema.merge(paginationSchema); export const pcaAtualizacaoSchema = dataRangeSchema.merge(paginationSchema);