/* Options: Date: 2025-08-05 01:57:49 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.asg.com.au/RestApi //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: ContentMessage.* //ExcludeTypes: //DefaultImports: */ // @Route("/Sitefinity/packaging/add-on/{AddonId}/content", "PUT DELETE") export class ContentMessage { public AddonId: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'ContentMessage'; } public getMethod() { return 'PUT'; } public createResponse() {} }