@sourceloop/ctrl-plane-tenant-management-service / Exports / AddressRepository
Class: AddressRepository¶
Hierarchy¶
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new AddressRepository(getCurrentUser
, dataSource
)
Parameters¶
Name | Type |
---|---|
getCurrentUser |
Getter <IAuthUserWithPermissions <string , string , string >> |
dataSource |
DataSource |
Overrides¶
DefaultTransactionalUserModifyRepository< Address, typeof Address.prototype.id, {} \>.constructor
Defined in¶
services/tenant-management-service/src/repositories/address.repository.ts:22
Properties¶
getCurrentUser¶
• Readonly
getCurrentUser: Getter
<IAuthUserWithPermissions
<string
, string
, string
>>
Inherited from¶
DefaultTransactionalUserModifyRepository.getCurrentUser
Defined in¶
services/tenant-management-service/src/repositories/address.repository.ts:24
tenant¶
• Readonly
tenant: BelongsToAccessor
<Tenant
, undefined
| string
>
Defined in¶
services/tenant-management-service/src/repositories/address.repository.ts:17