/* Options: Date: 2025-12-13 05:42:42 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: ErcotAncillaryServicePlanAutoRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/ercot-ancillary-service-plan-auto", "POST") export class ErcotAncillaryServicePlanAutoRequest { public date?: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'ErcotAncillaryServicePlanAutoRequest'; } public getMethod() { return 'POST'; } public createResponse() {} }