Circle V2 API Docs
Preparing search index...
@repo/legacy
chart-review
EntitiesRepo
Class EntitiesRepo
Hierarchy (
View Summary
)
DbRepo
EntitiesRepo
Index
Constructors
constructor
Properties
supabase
Methods
get
Entity
By
Id
with
Db
Constructors
constructor
new
EntitiesRepo
(
options
:
DbRepoOptions
)
:
EntitiesRepo
Parameters
options
:
DbRepoOptions
Returns
EntitiesRepo
Properties
Protected
Readonly
supabase
supabase
:
SupabaseClient
<
Database
>
Methods
get
Entity
By
Id
getEntityById
(
entityId
:
number
,
)
:
Promise
<
{
company_name
:
string
;
created_at
:
string
|
null
;
created_by
:
string
|
null
;
entity_id
:
number
;
}
,
>
Parameters
entityId
:
number
Returns
Promise
<
{
company_name
:
string
;
created_at
:
string
|
null
;
created_by
:
string
|
null
;
entity_id
:
number
;
}
,
>
with
Db
withDb
(
options
:
{
supabase
:
SupabaseClient
<
Database
>
}
)
:
this
Parameters
options
:
{
supabase
:
SupabaseClient
<
Database
>
}
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
supabase
Methods
get
Entity
By
Id
with
Db
Circle V2 API Docs
Loading...