' Options: 'Date: 2025-06-13 07:27:10 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://ws.jimsnwa.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: UpdateCitizenRQ.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.IO Imports Nwa.Model.Contexto.nwa.citizen Imports Nwa.Model.Tipos.nwa.core Imports Nwa.Model.Tipos.nwa.citizen Namespace Global Namespace Nwa.Model.Contexto.nwa.citizen Public Partial Class Citizen Public Overridable Property Email As String Public Overridable Property DisplayName As String Public Overridable Property Avatar As String Public Overridable Property Theme As String Public Overridable Property PhoneNumber As String Public Overridable Property Provider As Long Public Overridable Property ProviderId As String Public Overridable Property Password As String Public Overridable Property Banned As String Public Overridable Property Status As String End Class End Namespace Namespace Nwa.Model.Tipos.nwa.citizen Public Partial Class AuthenticateCitizenRS Inherits CoreRS Public Overridable Property Data As Citizen End Class Public Partial Class UpdateCitizenRQ Implements IReturn(Of AuthenticateCitizenRS) Public Overridable Property Email As String Public Overridable Property DisplayName As String Public Overridable Property Avatar As String Public Overridable Property Theme As String Public Overridable Property PhoneNumber As String Public Overridable Property CurrentPassword As String Public Overridable Property Password As String End Class End Namespace Namespace Nwa.Model.Tipos.nwa.core Public Partial Class CoreRS Public Overridable Property Code As String Public Overridable Property ErrorMessage As String Public Overridable Property ErrorStackTrace As String End Class End Namespace End Namespace