Skip to content

@sourceloop/authentication-service / Exports / TenantConfigRepository

Class: TenantConfigRepository

Hierarchy

  • DefaultSoftCrudRepository<TenantConfig, typeof id, {}>

    TenantConfigRepository

Table of contents

Constructors

Properties

Constructors

constructor

new TenantConfigRepository(dataSource, tenantRepositoryGetter)

Parameters

Name Type
dataSource DataSource
tenantRepositoryGetter Getter<TenantRepository>

Overrides

DefaultSoftCrudRepository< TenantConfig, typeof TenantConfig.prototype.id, {} \>.constructor

Defined in

services/authentication-service/src/repositories/tenant-config.repository.ts:23

Properties

tenant

Readonly tenant: BelongsToAccessor<Tenant, undefined | string>

Defined in

services/authentication-service/src/repositories/tenant-config.repository.ts:18


tenantRepositoryGetter

Protected tenantRepositoryGetter: Getter<TenantRepository>

Defined in

services/authentication-service/src/repositories/tenant-config.repository.ts:26