@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/db
dashboardCustomerUserTable
Variable dashboardCustomerUserTable
Const
dashboardCustomerUserTable
:
Omit
<
PgTableWithColumns
<
{
columns
:
{
createdAt
:
PgBuildColumn
<
"dashboard_customer_user"
,
SetHasDefault
<
SetNotNull
<
PgTimestampBuilder
>
>
,
{
data
:
Date
;
dataType
:
"object date"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"dashboard_customer_user"
;
}
,
>
;
customerId
:
PgBuildColumn
<
"dashboard_customer_user"
,
SetNotNull
<
PgIntegerBuilder
>
,
{
data
:
number
;
dataType
:
"number int32"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"dashboard_customer_user"
;
}
,
>
;
data
:
PgBuildColumn
<
"dashboard_customer_user"
,
Set$Type
<
SetNotNull
<
PgJsonbBuilder
>
,
{
emailPreferences
:
{
cardTransactionCreated
:
"ACTIVE"
|
"DISABLED"
;
cardTransactionFailed
:
"ACTIVE"
|
"DISABLED"
;
identityActive
:
"ACTIVE"
|
"DISABLED"
;
identityBlocked
:
"ACTIVE"
|
"DISABLED"
;
identityDeleted
:
"ACTIVE"
|
"DISABLED"
;
identityDisabled
:
"ACTIVE"
|
"DISABLED"
;
identityPendingVerification
:
"ACTIVE"
|
"DISABLED"
;
identityReview
:
"ACTIVE"
|
"DISABLED"
;
ledgerAccountCreated
:
"ACTIVE"
|
"DISABLED"
;
moneyInCreated
:
"ACTIVE"
|
"DISABLED"
;
moneyInFailed
:
"ACTIVE"
|
"DISABLED"
;
moneyOutCreated
:
"ACTIVE"
|
"DISABLED"
;
moneyOutFailed
:
"ACTIVE"
|
"DISABLED"
;
organizationActive
:
"ACTIVE"
|
"DISABLED"
;
organizationDisabled
:
"ACTIVE"
|
"DISABLED"
;
organizationPendingVerification
:
"ACTIVE"
|
"DISABLED"
;
paymentInstrumentActive
:
"ACTIVE"
|
"DISABLED"
;
paymentInstrumentBlocked
:
"ACTIVE"
|
"DISABLED"
;
paymentInstrumentPendingVerification
:
"ACTIVE"
|
"DISABLED"
;
transferCreated
:
"ACTIVE"
|
"DISABLED"
;
transferFailed
:
"ACTIVE"
|
"DISABLED"
;
}
;
}
,
>
,
{
data
:
{
emailPreferences
:
{
cardTransactionCreated
:
"ACTIVE"
|
"DISABLED"
;
cardTransactionFailed
:
"ACTIVE"
|
"DISABLED"
;
identityActive
:
"ACTIVE"
|
"DISABLED"
;
identityBlocked
:
"ACTIVE"
|
"DISABLED"
;
identityDeleted
:
"ACTIVE"
|
"DISABLED"
;
identityDisabled
:
"ACTIVE"
|
"DISABLED"
;
identityPendingVerification
:
"ACTIVE"
|
"DISABLED"
;
identityReview
:
"ACTIVE"
|
"DISABLED"
;
ledgerAccountCreated
:
"ACTIVE"
|
"DISABLED"
;
moneyInCreated
:
"ACTIVE"
|
"DISABLED"
;
moneyInFailed
:
"ACTIVE"
|
"DISABLED"
;
moneyOutCreated
:
"ACTIVE"
|
"DISABLED"
;
moneyOutFailed
:
"ACTIVE"
|
"DISABLED"
;
organizationActive
:
"ACTIVE"
|
"DISABLED"
;
organizationDisabled
:
"ACTIVE"
|
"DISABLED"
;
organizationPendingVerification
:
"ACTIVE"
|
"DISABLED"
;
paymentInstrumentActive
:
"ACTIVE"
|
"DISABLED"
;
paymentInstrumentBlocked
:
"ACTIVE"
|
"DISABLED"
;
paymentInstrumentPendingVerification
:
"ACTIVE"
|
"DISABLED"
;
transferCreated
:
"ACTIVE"
|
"DISABLED"
;
transferFailed
:
"ACTIVE"
|
"DISABLED"
;
}
;
}
;
dataType
:
"object json"
;
driverParam
:
unknown
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"dashboard_customer_user"
;
}
,
>
;
id
:
PgBuildColumn
<
"dashboard_customer_user"
,
HasIdentity
<
SetIsPrimaryKey
<
PgIntegerBuilder
>
,
"byDefault"
>
,
{
data
:
number
;
dataType
:
"number int32"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
"byDefault"
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"dashboard_customer_user"
;
}
,
>
;
updatedAt
:
PgBuildColumn
<
"dashboard_customer_user"
,
SetHasDefault
<
SetNotNull
<
SetHasDefault
<
PgTimestampBuilder
>
>
>
,
{
data
:
Date
;
dataType
:
"object date"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"dashboard_customer_user"
;
}
,
>
;
userId
:
PgBuildColumn
<
"dashboard_customer_user"
,
SetNotNull
<
PgIntegerBuilder
>
,
{
data
:
number
;
dataType
:
"number int32"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"dashboard_customer_user"
;
}
,
>
;
}
;
dialect
:
"pg"
;
name
:
"dashboard_customer_user"
;
schema
:
"b2b"
;
}
,
>
,
"enableRLS"
,
>
= ...
Customer-specific configuration for a dashboard user
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cfxlabsinc/b2b-services
Loading...
Customer-specific configuration for a dashboard user