@sentio/sdk
Preparing search index...
.
DBRequest_DBUpdate
Variable DBRequest_DBUpdate
DBRequest_DBUpdate
:
{
create
(
base
?:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
string
]:
|
undefined
|
{
op
?:
(...)
|
(...)
;
value
?:
(...)
|
(...)
}
;
}
;
}
[]
;
id
?:
string
[]
;
}
,
)
:
DBRequest_DBUpdate
;
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
DBRequest_DBUpdate
;
encode
(
message
:
DBRequest_DBUpdate
,
writer
?:
Writer
)
:
Writer
;
fromJSON
(
object
:
any
)
:
DBRequest_DBUpdate
;
fromPartial
(
object
:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
string
]:
|
undefined
|
{
op
?:
EntityUpdateData_Operator
;
value
?:
{
bigdecimalValue
?:
...
;
bigintValue
?:
...
;
boolValue
?:
...
;
bytesValue
?:
...
;
floatValue
?:
...
;
int64Value
?:
...
;
intValue
?:
...
;
listValue
?:
...
;
nullValue
?:
...
;
stringValue
?:
...
;
structValue
?:
...
;
timestampValue
?:
...
;
tokenValue
?:
...
;
}
;
}
;
}
;
}
[]
;
id
?:
string
[]
;
}
,
)
:
DBRequest_DBUpdate
;
toJSON
(
message
:
DBRequest_DBUpdate
)
:
unknown
;
}
Type Declaration
create
:
function
create
(
base
?:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
string
]:
|
undefined
|
{
op
?:
(...)
|
(...)
;
value
?:
(...)
|
(...)
}
;
}
;
}
[]
;
id
?:
string
[]
;
}
,
)
:
DBRequest_DBUpdate
Parameters
Optional
base
:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
string
]:
|
undefined
|
{
op
?:
(...)
|
(...)
;
value
?:
(...)
|
(...)
}
;
}
;
}
[]
;
id
?:
string
[]
;
}
Returns
DBRequest_DBUpdate
decode
:
function
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
DBRequest_DBUpdate
Parameters
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
Optional
length
:
number
Returns
DBRequest_DBUpdate
encode
:
function
encode
(
message
:
DBRequest_DBUpdate
,
writer
?:
Writer
)
:
Writer
Parameters
message
:
DBRequest_DBUpdate
Optional
writer
:
Writer
Returns
Writer
fromJSON
:
function
fromJSON
(
object
:
any
)
:
DBRequest_DBUpdate
Parameters
object
:
any
Returns
DBRequest_DBUpdate
fromPartial
:
function
fromPartial
(
object
:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
string
]:
|
undefined
|
{
op
?:
EntityUpdateData_Operator
;
value
?:
{
bigdecimalValue
?:
...
;
bigintValue
?:
...
;
boolValue
?:
...
;
bytesValue
?:
...
;
floatValue
?:
...
;
int64Value
?:
...
;
intValue
?:
...
;
listValue
?:
...
;
nullValue
?:
...
;
stringValue
?:
...
;
structValue
?:
...
;
timestampValue
?:
...
;
tokenValue
?:
...
;
}
;
}
;
}
;
}
[]
;
id
?:
string
[]
;
}
,
)
:
DBRequest_DBUpdate
Parameters
object
:
{
entity
?:
string
[]
;
entityData
?:
{
fields
?:
{
[
key
:
string
]:
|
undefined
|
{
op
?:
EntityUpdateData_Operator
;
value
?:
{
bigdecimalValue
?:
...
;
bigintValue
?:
...
;
boolValue
?:
...
;
bytesValue
?:
...
;
floatValue
?:
...
;
int64Value
?:
...
;
intValue
?:
...
;
listValue
?:
...
;
nullValue
?:
...
;
stringValue
?:
...
;
structValue
?:
...
;
timestampValue
?:
...
;
tokenValue
?:
...
;
}
;
}
;
}
;
}
[]
;
id
?:
string
[]
;
}
Returns
DBRequest_DBUpdate
toJSON
:
function
toJSON
(
message
:
DBRequest_DBUpdate
)
:
unknown
Parameters
message
:
DBRequest_DBUpdate
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sentio/sdk
Loading...