@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/b2b-db-schema
dashboardUserActivityTable
Variable dashboardUserActivityTable
Const
dashboardUserActivityTable
:
Omit
<
PgTableWithColumns
<
{
columns
:
{
createdAt
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgTimestamp"
;
data
:
Date
;
dataType
:
"date"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"createdAt"
;
notNull
:
true
;
tableName
:
"dashboard_user_activity"
;
}
,
{}
,
{}
,
>
;
customerId
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgInteger"
;
data
:
number
;
dataType
:
"number"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"customerId"
;
notNull
:
true
;
tableName
:
"dashboard_user_activity"
;
}
,
{}
,
{}
,
>
;
data
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgJsonb"
;
data
:
unknown
;
dataType
:
"json"
;
driverParam
:
unknown
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"data"
;
notNull
:
true
;
tableName
:
"dashboard_user_activity"
;
}
,
{}
,
{}
,
>
;
id
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgInteger"
;
data
:
number
;
dataType
:
"number"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
"byDefault"
;
isAutoincrement
:
false
;
isPrimaryKey
:
true
;
name
:
"id"
;
notNull
:
true
;
tableName
:
"dashboard_user_activity"
;
}
,
{}
,
{}
,
>
;
metadata
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgJsonb"
;
data
:
{
geoLocation
?:
{
city
?:
string
;
country
?:
string
;
countryRegion
?:
string
;
flag
?:
string
;
latitude
?:
string
;
longitude
?:
string
;
postalCode
?:
string
;
region
?:
string
;
}
;
ipAddress
?:
string
;
userAgent
?:
{
browser
:
{
name
?:
(...)
|
(...)
;
version
?:
(...)
|
(...)
}
;
cpu
:
{
architecture
?:
(...)
|
(...)
}
;
device
:
{
model
?:
(...)
|
(...)
;
type
?:
(...)
|
(...)
;
vendor
?:
(...)
|
(...)
;
}
;
engine
:
{
name
?:
(...)
|
(...)
;
version
?:
(...)
|
(...)
}
;
isBot
:
boolean
;
os
:
{
name
?:
(...)
|
(...)
;
version
?:
(...)
|
(...)
}
;
ua
:
string
;
}
;
}
;
dataType
:
"json"
;
driverParam
:
unknown
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"metadata"
;
notNull
:
true
;
tableName
:
"dashboard_user_activity"
;
}
,
{}
,
{
$type
:
{
geoLocation
?:
{
city
?:
string
;
country
?:
string
;
countryRegion
?:
string
;
flag
?:
string
;
latitude
?:
string
;
longitude
?:
string
;
postalCode
?:
string
;
region
?:
string
;
}
;
ipAddress
?:
string
;
userAgent
?:
{
browser
:
{
name
?:
(...)
|
(...)
;
version
?:
(...)
|
(...)
}
;
cpu
:
{
architecture
?:
(...)
|
(...)
}
;
device
:
{
model
?:
(...)
|
(...)
;
type
?:
(...)
|
(...)
;
vendor
?:
(...)
|
(...)
;
}
;
engine
:
{
name
?:
(...)
|
(...)
;
version
?:
(...)
|
(...)
}
;
isBot
:
boolean
;
os
:
{
name
?:
(...)
|
(...)
;
version
?:
(...)
|
(...)
}
;
ua
:
string
;
}
;
}
;
}
,
>
;
objectId
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgText"
;
data
:
string
;
dataType
:
"string"
;
driverParam
:
string
;
enumValues
:
[
string
,
...
string
[]
]
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"objectId"
;
notNull
:
false
;
tableName
:
"dashboard_user_activity"
;
}
,
{}
,
{}
,
>
;
type
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgText"
;
data
:
|
"account.created"
|
"account.updated"
|
"apiKey.created"
|
"apiKey.deleted"
|
"card.physical.activated"
|
"card.physical.blocked"
|
"card.physical.created"
|
"card.physical.frozen"
|
"card.physical.unfrozen"
|
"card.physical.revealedSensitiveInfo"
|
"card.virtual.blocked"
|
"card.virtual.created"
|
"card.virtual.frozen"
|
"card.virtual.unfrozen"
|
"card.virtual.revealedSensitiveInfo"
|
"customer.emailNotificationPreferences.updated"
|
"customer.logo.updated"
|
"customer.slackNotificationPreferences.updated"
|
"customer.terms.accept"
|
"deposit.memo.created"
|
"identity.created"
|
"identity.updated"
|
"integration.slack.created"
|
"integration.wormhole.created"
|
"organization.created"
|
"organization.updated"
|
"organization.account.created"
|
"organization.account.updated"
|
"payment.usInstant.created"
|
"payment.ach.created"
|
"payment.swiftWire.created"
|
"payment.usWire.created"
|
"recipient.ach.created"
|
"payment.externalWallet.created"
|
"recipient.ach.updated"
|
"recipient.networkWallet.created"
|
"recipient.networkWallet.updated"
|
"recipient.externalWallet.created"
|
"recipient.externalWallet.updated"
|
"recipient.swiftWire.created"
|
"recipient.swiftWire.updated"
|
"recipient.usWire.created"
|
"recipient.usWire.updated"
|
"recipient.usInstant.created"
|
"recipient.usInstant.updated"
|
"transaction.metadata.created"
|
"transaction.metadataFile.created"
|
"transaction.metadataFile.deleted"
|
"transfer.created"
|
"networkTransfer.created"
|
"user.addedToWorkspace"
|
"user.created"
|
"user.deleted"
|
"user.disabled"
|
"user.enabled"
|
"user.locked"
|
"user.loggedIn"
|
"user.loggedOut"
|
"user.removedFromWorkspace"
|
"user.updated"
|
"user.workspaceRoleChanged"
|
"virtualAccount.created"
;
dataType
:
"string"
;
driverParam
:
string
;
enumValues
:
[
string
,
...
string
[]
]
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"type"
;
notNull
:
true
;
tableName
:
"dashboard_user_activity"
;
}
,
{}
,
{
$type
:
|
"account.created"
|
"account.updated"
|
"apiKey.created"
|
"apiKey.deleted"
|
"card.physical.activated"
|
"card.physical.blocked"
|
"card.physical.created"
|
"card.physical.frozen"
|
"card.physical.unfrozen"
|
"card.physical.revealedSensitiveInfo"
|
"card.virtual.blocked"
|
"card.virtual.created"
|
"card.virtual.frozen"
|
"card.virtual.unfrozen"
|
"card.virtual.revealedSensitiveInfo"
|
"customer.emailNotificationPreferences.updated"
|
"customer.logo.updated"
|
"customer.slackNotificationPreferences.updated"
|
"customer.terms.accept"
|
"deposit.memo.created"
|
"identity.created"
|
"identity.updated"
|
"integration.slack.created"
|
"integration.wormhole.created"
|
"organization.created"
|
"organization.updated"
|
"organization.account.created"
|
"organization.account.updated"
|
"payment.usInstant.created"
|
"payment.ach.created"
|
"payment.swiftWire.created"
|
"payment.usWire.created"
|
"recipient.ach.created"
|
"payment.externalWallet.created"
|
"recipient.ach.updated"
|
"recipient.networkWallet.created"
|
"recipient.networkWallet.updated"
|
"recipient.externalWallet.created"
|
"recipient.externalWallet.updated"
|
"recipient.swiftWire.created"
|
"recipient.swiftWire.updated"
|
"recipient.usWire.created"
|
"recipient.usWire.updated"
|
"recipient.usInstant.created"
|
"recipient.usInstant.updated"
|
"transaction.metadata.created"
|
"transaction.metadataFile.created"
|
"transaction.metadataFile.deleted"
|
"transfer.created"
|
"networkTransfer.created"
|
"user.addedToWorkspace"
|
"user.created"
|
"user.deleted"
|
"user.disabled"
|
"user.enabled"
|
"user.locked"
|
"user.loggedIn"
|
"user.loggedOut"
|
"user.removedFromWorkspace"
|
"user.updated"
|
"user.workspaceRoleChanged"
|
"virtualAccount.created"
;
}
,
>
;
userId
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgInteger"
;
data
:
number
;
dataType
:
"number"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"userId"
;
notNull
:
true
;
tableName
:
"dashboard_user_activity"
;
}
,
{}
,
{}
,
>
;
visibility
:
PgColumn
<
{
baseColumn
:
never
;
columnType
:
"PgText"
;
data
:
"ALL"
|
"INTERNAL"
;
dataType
:
"string"
;
driverParam
:
string
;
enumValues
:
[
string
,
...
string
[]
]
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
"visibility"
;
notNull
:
true
;
tableName
:
"dashboard_user_activity"
;
}
,
{}
,
{
$type
:
"ALL"
|
"INTERNAL"
}
,
>
;
}
;
dialect
:
"pg"
;
name
:
"dashboard_user_activity"
;
schema
:
"b2b"
;
}
,
>
,
"enableRLS"
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cfxlabsinc/b2b-services
Loading...