@us-legal-tools/ecfr-sdk
Version:
TypeScript SDK and MCP server for the eCFR (Electronic Code of Federal Regulations) API
22 lines (21 loc) • 733 B
TypeScript
/**
* Generated by orval v7.10.0 🍺
* Do not edit manually.
* eCFR SDK
* TypeScript SDK and Model Context Protocol server for the Electronic Code of Federal Regulations (eCFR) API
* OpenAPI spec version: 1.0.0
*/
export type GetApiAdminV1CorrectionsJsonParams = {
/**
* Restricts results to eCFR corrections that occurred on or before the specified date and that were corrected on or after the specified date. Format: YYYY-MM-DD
*/
date?: string;
/**
* Restricts results to the given title number: Format: '1', '2', '50', etc
*/
title?: string;
/**
* Returns only corrections that were corrected on the given date. Format: YYYY-MM-DD
*/
error_corrected_date?: string;
};