/* Options: Date: 2025-12-11 16:08:18 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://catalog-jobs-dev.power.dev //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: ErcotSppPriceCorrectionsAutoRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/ercot-spp-price-corrections-auto", "POST") export class ErcotSppPriceCorrectionsAutoRequest { public date?: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'ErcotSppPriceCorrectionsAutoRequest'; } public getMethod() { return 'POST'; } public createResponse() {} }