RegisterClientDto
Class: RegisterClientDto
Defined in: apps/api/src/modules/auth/dto/register-client.dto.ts:15
DTO регистрации нового клиента вместе с владельцем-аккаунтом.
Constructors
Constructor
new RegisterClientDto():
RegisterClientDto
Returns
RegisterClientDto
Properties
billingEmail?
optionalbillingEmail:string
Defined in: apps/api/src/modules/auth/dto/register-client.dto.ts:32
clientName
clientName:
string
Defined in: apps/api/src/modules/auth/dto/register-client.dto.ts:18
clientSlug
clientSlug:
string
Defined in: apps/api/src/modules/auth/dto/register-client.dto.ts:24
ownerEmail
ownerEmail:
string
Defined in: apps/api/src/modules/auth/dto/register-client.dto.ts:35
ownerName?
optionalownerName:string
Defined in: apps/api/src/modules/auth/dto/register-client.dto.ts:44
ownerPassword
ownerPassword:
string
Defined in: apps/api/src/modules/auth/dto/register-client.dto.ts:39
tier?
optionaltier:SubscriptionTier
Defined in: apps/api/src/modules/auth/dto/register-client.dto.ts:28