Versions in this module Expand all Collapse all v0 v0.0.42 Jun 14, 2025 Changes in this version + type ComplexAddress struct + City string + Coordinates *ComplexCoordinates + Country string + ID string + IsPrimary bool + IsVerified bool + PostalCode string + State string + Street string + Street2 string + Type string + type ComplexCoordinates struct + Accuracy int + Latitude float64 + Longitude float64 + type ComplexNotificationPrefs struct + Email bool + InApp bool + Marketing bool + Push bool + SMS bool + type ComplexPhoneNumber struct + Extension string + ID string + IsPrimary bool + IsVerified bool + Number string + Type string + type ComplexPreferences struct + Currency string + DateFormat string + Features Features + Language string + Notifications ComplexNotificationPrefs + Privacy ComplexPrivacySettings + Theme string + TimeFormat string + Timezone string + type ComplexPrivacySettings struct + AllowMessaging bool + BlockedUsers []string + ProfileVisibility string + ShowEmail bool + ShowPhone bool + type ComplexProfile struct + Addresses []ComplexAddress + AvatarURL string + Bio string + BirthDate string + CustomFields CustomFields + DisplayName string + FirstName string + LastName string + PhoneNumbers []ComplexPhoneNumber + Preferences ComplexPreferences + SocialLinks []ComplexSocialLink + type ComplexSocialLink struct + Platform string + URL string + Username string + Verified bool + type ComplexStats struct + ActionsCount int64 + BandwidthUsed int64 + LastActivity string + LoginCount int64 + PageViews int64 + SessionDuration int64 + StorageUsed int64 + SubscriptionTier string + type ComplexUser struct + CreatedAt string + Email string + ID string + IsActive bool + LastLogin string + Metadata Metadata + Permissions []string + Profile ComplexProfile + Stats ComplexStats + Username string + type CustomFields struct + Department string + EmployeeID string + Team string + type Features struct + AdvancedSearch bool + Analytics bool + BetaFeatures bool + type Metadata struct + Campaign string + Experiments []string + Referrer string + Score float64 + Source string