bitbadgesjs-sdk - v0.22.7
Preparing search index...
iComplianceDoc
Interface iComplianceDoc<T>
interface
iComplianceDoc
<
T
extends
NumberType
>
{
_docId
:
string
;
_id
?:
string
;
accounts
:
{
nsfw
:
{
bitbadgesAddress
:
string
;
reason
:
string
}
[]
;
reported
:
{
bitbadgesAddress
:
string
;
reason
:
string
}
[]
;
}
;
applications
?:
{
nsfw
:
{
applicationId
:
string
;
reason
:
string
}
[]
;
reported
:
{
applicationId
:
string
;
reason
:
string
}
[]
;
}
;
claims
?:
{
nsfw
:
{
claimId
:
string
;
reason
:
string
}
[]
;
reported
:
{
claimId
:
string
;
reason
:
string
}
[]
;
}
;
maps
?:
{
nsfw
:
{
mapId
:
string
;
reason
:
string
}
[]
;
reported
:
{
mapId
:
string
;
reason
:
string
}
[]
;
}
;
tokens
:
{
nsfw
:
iBatchTokenDetails
<
T
>
[]
;
reported
:
iBatchTokenDetails
<
T
>
[]
;
}
;
}
Type Parameters
T
extends
NumberType
Hierarchy (
View Summary
)
Doc
iComplianceDoc
Implemented by
ComplianceDoc
Index
Properties
_
doc
Id
_
id?
accounts
applications?
claims?
maps?
tokens
Properties
_
doc
Id
_docId
:
string
A unique stringified document ID
Optional
_
id
_id
?:
string
A unique document ID (Mongo DB ObjectID)
accounts
accounts
:
{
nsfw
:
{
bitbadgesAddress
:
string
;
reason
:
string
}
[]
;
reported
:
{
bitbadgesAddress
:
string
;
reason
:
string
}
[]
;
}
Optional
applications
applications
?:
{
nsfw
:
{
applicationId
:
string
;
reason
:
string
}
[]
;
reported
:
{
applicationId
:
string
;
reason
:
string
}
[]
;
}
Optional
claims
claims
?:
{
nsfw
:
{
claimId
:
string
;
reason
:
string
}
[]
;
reported
:
{
claimId
:
string
;
reason
:
string
}
[]
;
}
Optional
maps
maps
?:
{
nsfw
:
{
mapId
:
string
;
reason
:
string
}
[]
;
reported
:
{
mapId
:
string
;
reason
:
string
}
[]
;
}
tokens
tokens
:
{
nsfw
:
iBatchTokenDetails
<
T
>
[]
;
reported
:
iBatchTokenDetails
<
T
>
[]
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
doc
Id
_
id
accounts
applications
claims
maps
tokens
bitbadgesjs-sdk - v0.22.7
Loading...
A unique stringified document ID