Skip to main content

RegisterClientDto

@lowcode/api


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?

optional billingEmail: 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?

optional ownerName: 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?

optional tier: SubscriptionTier

Defined in: apps/api/src/modules/auth/dto/register-client.dto.ts:28