/* Options: Date: 2026-04-04 04:54:20 Version: 8.52 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://pfapi.pstpf.com.au/api //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetUserProfiles.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; class UserRoleModel implements IConvertible { /** * The Contact Role Id, that links the Contact to their role. */ // @ApiMember(DataType="Guid", Description="The Contact Role Id, that links the Contact to their role.", Name="ContactRoleId", ParameterType="query") String? ContactRoleId; /** * The Role Id. */ // @ApiMember(DataType="Guid", Description="The Role Id.", Name="RoleId", ParameterType="query") String? RoleId; /** * The role name. */ // @ApiMember(DataType="string", Description="The role name.", Name="RoleName", ParameterType="query") String? RoleName; /** * The URL of the role's image icon. */ // @ApiMember(DataType="string", Description="The URL of the role's image icon.", Name="RolePrimaryImageURL", ParameterType="query") String? RolePrimaryImageURL; /** * The URL of the role's thumbnail image icon. */ // @ApiMember(DataType="string", Description="The URL of the role's thumbnail image icon.", Name="RolePrimaryImageThumbnailURL", ParameterType="query") String? RolePrimaryImageThumbnailURL; /** * The Guid of the role's media file containing the image icon details. */ // @ApiMember(DataType="string", Description="The Guid of the role's media file containing the image icon details.", Name="RolePrimaryImageId", ParameterType="query") String? RolePrimaryImageId; /** * The date the contact started having this role. */ // @ApiMember(DataType="DateTime", Description="The date the contact started having this role.", Name="StartDate", ParameterType="query") DateTime? StartDate; /** * The date the contact will end having this role. */ // @ApiMember(DataType="DateTime?", Description="The date the contact will end having this role.", Name="EndDate", ParameterType="query") DateTime? EndDate; UserRoleModel({this.ContactRoleId,this.RoleId,this.RoleName,this.RolePrimaryImageURL,this.RolePrimaryImageThumbnailURL,this.RolePrimaryImageId,this.StartDate,this.EndDate}); UserRoleModel.fromJson(Map json) { fromMap(json); } fromMap(Map json) { ContactRoleId = json['ContactRoleId']; RoleId = json['RoleId']; RoleName = json['RoleName']; RolePrimaryImageURL = json['RolePrimaryImageURL']; RolePrimaryImageThumbnailURL = json['RolePrimaryImageThumbnailURL']; RolePrimaryImageId = json['RolePrimaryImageId']; StartDate = JsonConverters.fromJson(json['StartDate'],'DateTime',context!); EndDate = JsonConverters.fromJson(json['EndDate'],'DateTime',context!); return this; } Map toJson() => { 'ContactRoleId': ContactRoleId, 'RoleId': RoleId, 'RoleName': RoleName, 'RolePrimaryImageURL': RolePrimaryImageURL, 'RolePrimaryImageThumbnailURL': RolePrimaryImageThumbnailURL, 'RolePrimaryImageId': RolePrimaryImageId, 'StartDate': JsonConverters.toJson(StartDate,'DateTime',context!), 'EndDate': JsonConverters.toJson(EndDate,'DateTime',context!) }; getTypeName() => "UserRoleModel"; TypeContext? context = _ctx; } class UserContactConnectionModel implements IConvertible { /** * The Contact Role Id, that links the Contact to their role. */ // @ApiMember(DataType="Guid", Description="The Contact Role Id, that links the Contact to their role.", Name="ContactRoleId", ParameterType="query") String? ContactRoleId; /** * The role name. */ // @ApiMember(DataType="string", Description="The role name.", Name="ContactRoleName", ParameterType="query") String? ContactRoleName; /** * The list item role Id. */ // @ApiMember(DataType="Guid", Description="The list item role Id.", Name="ContactListItemRoleId", ParameterType="query") String? ContactListItemRoleId; /** * The URL of the contact role's image icon. */ // @ApiMember(DataType="string", Description="The URL of the contact role's image icon.", Name="ContactRolePrimaryImageURL", ParameterType="query") String? ContactRolePrimaryImageURL; /** * The URL of the contact role's thumbnail image icon. */ // @ApiMember(DataType="string", Description="The URL of the contact role's thumbnail image icon.", Name="ContactRolePrimaryImageThumbnailURL", ParameterType="query") String? ContactRolePrimaryImageThumbnailURL; /** * The Guid of the contact role's media file containing the image icon details. */ // @ApiMember(DataType="string", Description="The Guid of the contact role's media file containing the image icon details.", Name="ContactRolePrimaryImageId", ParameterType="query") String? ContactRolePrimaryImageId; /** * The connected contacts Id. (licensee) */ // @ApiMember(DataType="string", Description="The connected contacts Id. (licensee)", Name="ConnectionContactId", ParameterType="query") String? ConnectionContactId; /** * The connected contacts Full Name. */ // @ApiMember(DataType="string", Description="The connected contacts Full Name.", Name="ConnectionContactName", ParameterType="query") String? ConnectionContactName; /** * The connected contacts role. */ // @ApiMember(DataType="string", Description="The connected contacts role.", Name="ConnectionContactRoleName", ParameterType="query") String? ConnectionContactRoleName; /** * The connected contacts role Id. */ // @ApiMember(DataType="Guid", Description="The connected contacts role Id.", Name="ConnectionContactRoleId", ParameterType="query") String? ConnectionContactRoleId; /** * The connected contacts list item role Id. */ // @ApiMember(DataType="Guid", Description="The connected contacts list item role Id.", Name="ConnectionContactListItemRoleId", ParameterType="query") String? ConnectionContactListItemRoleId; /** * The Contacts Type. */ // @ApiMember(DataType="string", Description="The Contacts Type.", Name="ContactTypeName", ParameterType="query") String? ContactTypeName; /** * The URL to the Connected Contacts Photo. */ // @ApiMember(DataType="string", Description="The URL to the Connected Contacts Photo.", Name="ConnectionContactPhotoURL", ParameterType="query") String? ConnectionContactPhotoURL; /** * . */ // @ApiMember(DataType="bool", Description=".", Name="IsContactLicenseeRole", ParameterType="query") bool? IsContactLicenseeRole; /** * If the connection is as a licensee this is true. */ // @ApiMember(DataType="bool", Description="If the connection is as a licensee this is true.", Name="IsConnectionLicenseeRole", ParameterType="query") bool? IsConnectionLicenseeRole; /** * The status of the connection with the contact. */ // @ApiMember(DataType="string", Description="The status of the connection with the contact.", Name="ConnectionStatusName", ParameterType="query") String? ConnectionStatusName; /** * The status Id of the connection with the contact. */ // @ApiMember(DataType="Guid", Description="The status Id of the connection with the contact.", Name="ConnectionStatusId", ParameterType="query") String? ConnectionStatusId; /** * The ContactRoleConnectionId of an active connection with the contact. */ // @ApiMember(DataType="Guid", Description="The ContactRoleConnectionId of an active connection with the contact.", Name="ConnectionId", ParameterType="query") String? ConnectionId; /** * The ContactRoleConnectionRequest of a pending connection with the contact. */ // @ApiMember(DataType="Guid", Description="The ContactRoleConnectionRequest of a pending connection with the contact.", Name="ConnectionRequestId", ParameterType="query") String? ConnectionRequestId; UserContactConnectionModel({this.ContactRoleId,this.ContactRoleName,this.ContactListItemRoleId,this.ContactRolePrimaryImageURL,this.ContactRolePrimaryImageThumbnailURL,this.ContactRolePrimaryImageId,this.ConnectionContactId,this.ConnectionContactName,this.ConnectionContactRoleName,this.ConnectionContactRoleId,this.ConnectionContactListItemRoleId,this.ContactTypeName,this.ConnectionContactPhotoURL,this.IsContactLicenseeRole,this.IsConnectionLicenseeRole,this.ConnectionStatusName,this.ConnectionStatusId,this.ConnectionId,this.ConnectionRequestId}); UserContactConnectionModel.fromJson(Map json) { fromMap(json); } fromMap(Map json) { ContactRoleId = json['ContactRoleId']; ContactRoleName = json['ContactRoleName']; ContactListItemRoleId = json['ContactListItemRoleId']; ContactRolePrimaryImageURL = json['ContactRolePrimaryImageURL']; ContactRolePrimaryImageThumbnailURL = json['ContactRolePrimaryImageThumbnailURL']; ContactRolePrimaryImageId = json['ContactRolePrimaryImageId']; ConnectionContactId = json['ConnectionContactId']; ConnectionContactName = json['ConnectionContactName']; ConnectionContactRoleName = json['ConnectionContactRoleName']; ConnectionContactRoleId = json['ConnectionContactRoleId']; ConnectionContactListItemRoleId = json['ConnectionContactListItemRoleId']; ContactTypeName = json['ContactTypeName']; ConnectionContactPhotoURL = json['ConnectionContactPhotoURL']; IsContactLicenseeRole = json['IsContactLicenseeRole']; IsConnectionLicenseeRole = json['IsConnectionLicenseeRole']; ConnectionStatusName = json['ConnectionStatusName']; ConnectionStatusId = json['ConnectionStatusId']; ConnectionId = json['ConnectionId']; ConnectionRequestId = json['ConnectionRequestId']; return this; } Map toJson() => { 'ContactRoleId': ContactRoleId, 'ContactRoleName': ContactRoleName, 'ContactListItemRoleId': ContactListItemRoleId, 'ContactRolePrimaryImageURL': ContactRolePrimaryImageURL, 'ContactRolePrimaryImageThumbnailURL': ContactRolePrimaryImageThumbnailURL, 'ContactRolePrimaryImageId': ContactRolePrimaryImageId, 'ConnectionContactId': ConnectionContactId, 'ConnectionContactName': ConnectionContactName, 'ConnectionContactRoleName': ConnectionContactRoleName, 'ConnectionContactRoleId': ConnectionContactRoleId, 'ConnectionContactListItemRoleId': ConnectionContactListItemRoleId, 'ContactTypeName': ContactTypeName, 'ConnectionContactPhotoURL': ConnectionContactPhotoURL, 'IsContactLicenseeRole': IsContactLicenseeRole, 'IsConnectionLicenseeRole': IsConnectionLicenseeRole, 'ConnectionStatusName': ConnectionStatusName, 'ConnectionStatusId': ConnectionStatusId, 'ConnectionId': ConnectionId, 'ConnectionRequestId': ConnectionRequestId }; getTypeName() => "UserContactConnectionModel"; TypeContext? context = _ctx; } class ContactEmailAddress implements IConvertible { /** * The Contact Id of the contact. */ // @ApiMember(DataType="Guid", Description="The Contact Id of the contact.", Name="ContactId", ParameterType="query") String? ContactId; /** * The Contact Full Name */ // @ApiMember(DataType="string", Description="The Contact Full Name", Name="ContactName", ParameterType="query") String? ContactName; /** * The Contact Email Address. */ // @ApiMember(DataType="string", Description="The Contact Email Address.", Name="EmailAddress", ParameterType="query") String? EmailAddress; /** * The Contact Photo URL */ // @ApiMember(DataType="string", Description="The Contact Photo URL", Name="ContactPhotoURL", ParameterType="query") String? ContactPhotoURL; ContactEmailAddress({this.ContactId,this.ContactName,this.EmailAddress,this.ContactPhotoURL}); ContactEmailAddress.fromJson(Map json) { fromMap(json); } fromMap(Map json) { ContactId = json['ContactId']; ContactName = json['ContactName']; EmailAddress = json['EmailAddress']; ContactPhotoURL = json['ContactPhotoURL']; return this; } Map toJson() => { 'ContactId': ContactId, 'ContactName': ContactName, 'EmailAddress': EmailAddress, 'ContactPhotoURL': ContactPhotoURL }; getTypeName() => "ContactEmailAddress"; TypeContext? context = _ctx; } class UserProfileModel extends UserProfileSummaryModel implements IConvertible { /** * Contact Date of Birth (when person type) */ // @ApiMember(DataType="DateTime?", Description="Contact Date of Birth (when person type)", Name="BirthDate", ParameterType="query") DateTime? BirthDate; /** * Contact marital status (when person type) */ // @ApiMember(DataType="string", Description="Contact marital status (when person type)", Name="MaritalStatusName", ParameterType="query") String? MaritalStatusName; /** * Contact gender (when person type) */ // @ApiMember(DataType="string", Description="Contact gender (when person type)", Name="GenderName", ParameterType="query") String? GenderName; /** * The Gender Guid of the contact. */ // @ApiMember(DataType="Guid", Description="The Gender Guid of the contact.", Name="GenderId", ParameterType="query") String? GenderId; /** * All contact details of the contact */ // @ApiMember(DataType="List", Description="All contact details of the contact", Name="ContactDetails", ParameterType="query") List? ContactDetails; /** * Primary Street Address */ // @ApiMember(DataType="ContactDetail", Description="Primary Street Address", Name="PrimaryStreetAddress ") ContactDetailModel? PrimaryStreetAddress; /** * Primary Postal Address */ // @ApiMember(DataType="ContactDetail", Description="Primary Postal Address", Name="PrimaryPostalAddress ") ContactDetailModel? PrimaryPostalAddress; /** * Primary Registered Address */ // @ApiMember(DataType="ContactDetail", Description="Primary Registered Address", Name="PrimaryRegisteredAddress ") ContactDetailModel? PrimaryRegisteredAddress; /** * Primary Email Address */ // @ApiMember(DataType="ContactDetail", Description="Primary Email Address", Name="PrimaryEmail ") ContactDetailModel? PrimaryEmail; /** * Primary Mobile Number */ // @ApiMember(DataType="ContactDetail", Description="Primary Mobile Number", Name="PrimaryMobile") ContactDetailModel? PrimaryMobile; /** * Primary Non-Mobile Number */ // @ApiMember(DataType="ContactDetail", Description="Primary Non-Mobile Number", Name="PrimaryPhone") ContactDetailModel? PrimaryPhone; /** * Primary Fax Number */ // @ApiMember(DataType="ContactDetail", Description="Primary Fax Number", Name="PrimaryFax") ContactDetailModel? PrimaryFax; /** * Primary Web Address */ // @ApiMember(DataType="ContactDetail", Description="Primary Web Address", Name="PrimaryWeb") ContactDetailModel? PrimaryWeb; /** * Social Media Twitter */ // @ApiMember(DataType="ContactDetail", Description="Social Media Twitter", Name="SocialMediaTwitter") ContactDetailModel? SocialMediaTwitter; /** * Social Media Facebook */ // @ApiMember(DataType="ContactDetail", Description="Social Media Facebook", Name="SocialMediaFacebook") ContactDetailModel? SocialMediaFacebook; /** * Social Media Instagram */ // @ApiMember(DataType="ContactDetail", Description="Social Media Instagram", Name="SocialMediaInstagram") ContactDetailModel? SocialMediaInstagram; /** * Have all connections to the contact been removed? */ // @ApiMember(DataType="bool", Description="Have all connections to the contact been removed?", Name="IsRemovedContact") bool? IsRemovedContact; /** * True if this is the users default profile. */ // @ApiMember(DataType="bool", Description="True if this is the users default profile.", Name="IsDefault", ParameterType="query") bool? IsDefault; /** * True if the users email on this profile can be edited. */ // @ApiMember(DataType="bool", Description="True if the users email on this profile can be edited.", Name="IsEmailEditable", ParameterType="query") bool? IsEmailEditable; /** * Primary image Content sent as a file stream contents (if not attached to the request) */ // @ApiMember(DataType="string", Description="Primary image Content sent as a file stream contents (if not attached to the request)", Name="PrimaryImageContent") String? PrimaryImageContent; /** * Primary image Content type sent as a file stream contents (if not attached to the request) */ // @ApiMember(DataType="string", Description="Primary image Content type sent as a file stream contents (if not attached to the request)", Name="PrimaryImageContentType") String? PrimaryImageContentType; /** * Primary image file name */ // @ApiMember(DataType="string", Description="Primary image file name", Name="PrimaryImageFileName") String? PrimaryImageFileName; UserProfileModel({this.BirthDate,this.MaritalStatusName,this.GenderName,this.GenderId,this.ContactDetails,this.PrimaryStreetAddress,this.PrimaryPostalAddress,this.PrimaryRegisteredAddress,this.PrimaryEmail,this.PrimaryMobile,this.PrimaryPhone,this.PrimaryFax,this.PrimaryWeb,this.SocialMediaTwitter,this.SocialMediaFacebook,this.SocialMediaInstagram,this.IsRemovedContact,this.IsDefault,this.IsEmailEditable,this.PrimaryImageContent,this.PrimaryImageContentType,this.PrimaryImageFileName}); UserProfileModel.fromJson(Map json) { fromMap(json); } fromMap(Map json) { super.fromMap(json); BirthDate = JsonConverters.fromJson(json['BirthDate'],'DateTime',context!); MaritalStatusName = json['MaritalStatusName']; GenderName = json['GenderName']; GenderId = json['GenderId']; ContactDetails = JsonConverters.fromJson(json['ContactDetails'],'List',context!); PrimaryStreetAddress = JsonConverters.fromJson(json['PrimaryStreetAddress'],'ContactDetailModel',context!); PrimaryPostalAddress = JsonConverters.fromJson(json['PrimaryPostalAddress'],'ContactDetailModel',context!); PrimaryRegisteredAddress = JsonConverters.fromJson(json['PrimaryRegisteredAddress'],'ContactDetailModel',context!); PrimaryEmail = JsonConverters.fromJson(json['PrimaryEmail'],'ContactDetailModel',context!); PrimaryMobile = JsonConverters.fromJson(json['PrimaryMobile'],'ContactDetailModel',context!); PrimaryPhone = JsonConverters.fromJson(json['PrimaryPhone'],'ContactDetailModel',context!); PrimaryFax = JsonConverters.fromJson(json['PrimaryFax'],'ContactDetailModel',context!); PrimaryWeb = JsonConverters.fromJson(json['PrimaryWeb'],'ContactDetailModel',context!); SocialMediaTwitter = JsonConverters.fromJson(json['SocialMediaTwitter'],'ContactDetailModel',context!); SocialMediaFacebook = JsonConverters.fromJson(json['SocialMediaFacebook'],'ContactDetailModel',context!); SocialMediaInstagram = JsonConverters.fromJson(json['SocialMediaInstagram'],'ContactDetailModel',context!); IsRemovedContact = json['IsRemovedContact']; IsDefault = json['IsDefault']; IsEmailEditable = json['IsEmailEditable']; PrimaryImageContent = json['PrimaryImageContent']; PrimaryImageContentType = json['PrimaryImageContentType']; PrimaryImageFileName = json['PrimaryImageFileName']; return this; } Map toJson() => super.toJson()..addAll({ 'BirthDate': JsonConverters.toJson(BirthDate,'DateTime',context!), 'MaritalStatusName': MaritalStatusName, 'GenderName': GenderName, 'GenderId': GenderId, 'ContactDetails': JsonConverters.toJson(ContactDetails,'List',context!), 'PrimaryStreetAddress': JsonConverters.toJson(PrimaryStreetAddress,'ContactDetailModel',context!), 'PrimaryPostalAddress': JsonConverters.toJson(PrimaryPostalAddress,'ContactDetailModel',context!), 'PrimaryRegisteredAddress': JsonConverters.toJson(PrimaryRegisteredAddress,'ContactDetailModel',context!), 'PrimaryEmail': JsonConverters.toJson(PrimaryEmail,'ContactDetailModel',context!), 'PrimaryMobile': JsonConverters.toJson(PrimaryMobile,'ContactDetailModel',context!), 'PrimaryPhone': JsonConverters.toJson(PrimaryPhone,'ContactDetailModel',context!), 'PrimaryFax': JsonConverters.toJson(PrimaryFax,'ContactDetailModel',context!), 'PrimaryWeb': JsonConverters.toJson(PrimaryWeb,'ContactDetailModel',context!), 'SocialMediaTwitter': JsonConverters.toJson(SocialMediaTwitter,'ContactDetailModel',context!), 'SocialMediaFacebook': JsonConverters.toJson(SocialMediaFacebook,'ContactDetailModel',context!), 'SocialMediaInstagram': JsonConverters.toJson(SocialMediaInstagram,'ContactDetailModel',context!), 'IsRemovedContact': IsRemovedContact, 'IsDefault': IsDefault, 'IsEmailEditable': IsEmailEditable, 'PrimaryImageContent': PrimaryImageContent, 'PrimaryImageContentType': PrimaryImageContentType, 'PrimaryImageFileName': PrimaryImageFileName }); getTypeName() => "UserProfileModel"; TypeContext? context = _ctx; } class UserProfileWithRolesModel extends UserProfileModel implements IConvertible { /** * A list of roles assigned to the user. */ // @ApiMember(DataType="List", Description="A list of roles assigned to the user.", Name="Roles", ParameterType="query") List? Roles; /** * A list of contact connections assigned to the user. */ // @ApiMember(DataType="List", Description="A list of contact connections assigned to the user.", Name="ContactConnections", ParameterType="query") List? ContactConnections; /** * A list of connected contacts and their email addresses. */ // @ApiMember(DataType="List", Description="A list of connected contacts and their email addresses.", Name="EmailAddressBook", ParameterType="query") List? EmailAddressBook; UserProfileWithRolesModel({this.Roles,this.ContactConnections,this.EmailAddressBook}); UserProfileWithRolesModel.fromJson(Map json) { fromMap(json); } fromMap(Map json) { super.fromMap(json); Roles = JsonConverters.fromJson(json['Roles'],'List',context!); ContactConnections = JsonConverters.fromJson(json['ContactConnections'],'List',context!); EmailAddressBook = JsonConverters.fromJson(json['EmailAddressBook'],'List',context!); return this; } Map toJson() => super.toJson()..addAll({ 'Roles': JsonConverters.toJson(Roles,'List',context!), 'ContactConnections': JsonConverters.toJson(ContactConnections,'List',context!), 'EmailAddressBook': JsonConverters.toJson(EmailAddressBook,'List',context!) }); getTypeName() => "UserProfileWithRolesModel"; TypeContext? context = _ctx; } class UserProfilesWithRolesModel implements IConvertible { /** * A list of profiles for the user. */ // @ApiMember(DataType="List", Description="A list of profiles for the user.", Name="Profiles") List? Profiles; UserProfilesWithRolesModel({this.Profiles}); UserProfilesWithRolesModel.fromJson(Map json) { fromMap(json); } fromMap(Map json) { Profiles = JsonConverters.fromJson(json['Profiles'],'List',context!); return this; } Map toJson() => { 'Profiles': JsonConverters.toJson(Profiles,'List',context!) }; getTypeName() => "UserProfilesWithRolesModel"; TypeContext? context = _ctx; } /** * Returns a Users profile information. */ // @Route("/profiles") // @Api(Description="Returns a Users profile information.") class GetUserProfiles implements IReturn, IConvertible, IGet { /** * The user's Guid. If the value passed is empty, UserName must be entered. */ // @ApiMember(DataType="Guid?", Description="The user's Guid. If the value passed is empty, UserName must be entered.", Name="UserId", ParameterType="query") String? UserId; /** * Unique Email address of the user. If the value passed is empty, UserId must be entered. */ // @ApiMember(DataType="string", Description="Unique Email address of the user. If the value passed is empty, UserId must be entered.", Name="UserName", ParameterType="query") String? UserName; /** * Flag to exclude contact details from organisation profiles. */ // @ApiMember(DataType="bool", Description="Flag to exclude contact details from organisation profiles.", Name="ExcludeContactDetails", ParameterType="query") bool? ExcludeContactDetails; GetUserProfiles({this.UserId,this.UserName,this.ExcludeContactDetails}); GetUserProfiles.fromJson(Map json) { fromMap(json); } fromMap(Map json) { UserId = json['UserId']; UserName = json['UserName']; ExcludeContactDetails = json['ExcludeContactDetails']; return this; } Map toJson() => { 'UserId': UserId, 'UserName': UserName, 'ExcludeContactDetails': ExcludeContactDetails }; createResponse() => UserProfilesWithRolesModel(); getResponseTypeName() => "UserProfilesWithRolesModel"; getTypeName() => "GetUserProfiles"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'pfapi.pstpf.com.au', types: { 'UserRoleModel': TypeInfo(TypeOf.Class, create:() => UserRoleModel()), 'UserContactConnectionModel': TypeInfo(TypeOf.Class, create:() => UserContactConnectionModel()), 'ContactEmailAddress': TypeInfo(TypeOf.Class, create:() => ContactEmailAddress()), 'UserProfileModel': TypeInfo(TypeOf.Class, create:() => UserProfileModel()), 'List': TypeInfo(TypeOf.Class, create:() => []), 'ContactDetailModel': TypeInfo(TypeOf.Class, create:() => ContactDetailModel()), 'UserProfileWithRolesModel': TypeInfo(TypeOf.Class, create:() => UserProfileWithRolesModel()), 'List': TypeInfo(TypeOf.Class, create:() => []), 'List': TypeInfo(TypeOf.Class, create:() => []), 'List': TypeInfo(TypeOf.Class, create:() => []), 'UserProfilesWithRolesModel': TypeInfo(TypeOf.Class, create:() => UserProfilesWithRolesModel()), 'List': TypeInfo(TypeOf.Class, create:() => []), 'GetUserProfiles': TypeInfo(TypeOf.Class, create:() => GetUserProfiles()), });