package api.v1.user.settings

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Service

service.proto:9

The Settings service provides methods for getting and updating the users settings.

message AuthMethod

settings.proto:66

Message that tells how the user was authenticated.

message DefaultInstance

settings.proto:121

Default email provider instance.

Used in: EmailInstance, TextInstance

(message has no fields)

message EmailInstance

settings.proto:138

Type of email instance in a provider.

Used in: EmailProvider, EmailProviderEntry

message EmailProvider

settings.proto:159

The email provider.

Used in: Update

message EmailProviderEntry

settings.proto:169

an entry model for the email provider.

Used in: Settings

message MailjetInstance

settings.proto:124

Mailjet email rpvoider instance.

Used in: EmailInstance

(message has no fields)

message RegisterMethod

settings.proto:46

Message that tells how the user was registered / created.

message RegisterMethod.Signup

settings.proto:51

The user was self-registered with a login-type.

Used in: RegisterMethod

message RegisterMethod.System

settings.proto:48

The user was created by the system.

Used in: RegisterMethod

(message has no fields)

message Settings

settings.proto:74

The users settings configuration. Settings of everything that has to do with users.

Used in: GetSettingsResponse

message SmtpInstance

settings.proto:130

SMTP email provider instance.

Used in: EmailInstance

message Template

settings.proto:202

A generic template model for sending emails and texts.

Used in: Templates, Update

enum TemplateType

settings.proto:103

The different template types.

Used in: Template

message Templates

settings.proto:213

Used in: Settings

message TextInstance

settings.proto:149

Deprecated: Text is not supported - Type of text instance in a provider.

Used in: TextProvider, TextProviderEntry

message TextProvider

settings.proto:181

Deprecated: Text is not supported - The text provider.

Used in: Update

message TextProviderEntry

settings.proto:190

Deprecated: Text is not supported - An entry model for the text provider.

Used in: Settings

message TwilioInstance

settings.proto:127

Deprecated: Text is not supported - Default text provider instance.

Used in: TextInstance

(message has no fields)

message Update

settings.proto:12

Update message for updating users settings.

Used in: UpdateSettingsRequest

message Update.LoginMechanisms

settings.proto:14

The allowed login mechanisms

Used in: Update