Skip to content

@sourceloop/user-tenant-service / Exports

@sourceloop/user-tenant-service

Table of contents

Namespaces

Enumerations

Classes

Interfaces

Type Aliases

Variables

Type Aliases

GroupWithRelations

Ƭ GroupWithRelations: Group & GroupRelations

Defined in

services/user-tenant-service/src/models/group.model.ts:63


RoleWithRelations

Ƭ RoleWithRelations: Role & RoleRelations

Defined in

services/user-tenant-service/src/models/role.model.ts:82


TenantConfigWithRelations

Ƭ TenantConfigWithRelations: TenantConfig & TenantConfigRelations

Defined in

services/user-tenant-service/src/models/tenant-config.model.ts:46


TenantWithRelations

Ƭ TenantWithRelations: Tenant & TenantRelations

Defined in

services/user-tenant-service/src/models/tenant.model.ts:102


UserCredentialsWithRelations

Ƭ UserCredentialsWithRelations: UserCredentials & UserCredentialsRelations

Defined in

services/user-tenant-service/src/models/user-credentials.model.ts:65


UserGroupWithRelations

Ƭ UserGroupWithRelations: UserGroup & UserGroupRelations

Defined in

services/user-tenant-service/src/models/user-group.model.ts:50


UserTenantWithRelations

Ƭ UserTenantWithRelations: UserTenant & UserTenantRelations

Defined in

services/user-tenant-service/src/models/user-tenant.model.ts:88


UserWithRelations

Ƭ UserWithRelations: User & UserRelations

Defined in

services/user-tenant-service/src/models/user.model.ts:147

Variables

DEFAULT_USER_SERVICE_OPTIONS

Const DEFAULT_USER_SERVICE_OPTIONS: UserTenantServiceComponentOptions = {}

Default options for the component

Defined in

services/user-tenant-service/src/types.ts:16


ErrorCodes

Const ErrorCodes: Object

Type declaration

Name Type
400 { description: string = 'The syntax of the request entity is incorrect.' }
400.description string
401 { description: string = 'Invalid Credentials.' }
401.description string
404 { description: string = 'The entity requested does not exist.' }
404.description string
422 { description: string = 'The syntax of the request entity is incorrect' }
422.description string

Defined in

services/user-tenant-service/src/enums/status-codes.enum.ts:63


UserTenantCacheSourceName

Const UserTenantCacheSourceName: "AuthCache"

Defined in

services/user-tenant-service/src/keys.ts:23


UserTenantDataSourceName

Const UserTenantDataSourceName: "AuthDB"

Defined in

services/user-tenant-service/src/keys.ts:22