DBRequest: { create( base?: { delete?: { entity?: string[]; id?: string[] }; get?: { entity?: string; id?: string }; list?: { cursor?: string; entity?: string; filters?: { field?: string; op?: DBRequest_DBOperator; value?: { values?: (...)
| (...)
}; }[]; pageSize?: number; }; opId?: bigint; upsert?: { data?: { [key: string]: any }[]; entity?: string[]; entityData?: { fields?: { [key: string]: (...)
| (...)
} }[]; id?: string[]; }; }, ): DBRequest; decode(input: Uint8Array | Reader, length?: number): DBRequest; encode(message: DBRequest, writer?: Writer): Writer; fromJSON(object: any): DBRequest; fromPartial( object: { delete?: { entity?: string[]; id?: string[] }; get?: { entity?: string; id?: string }; list?: { cursor?: string; entity?: string; filters?: { field?: string; op?: DBRequest_DBOperator; value?: { values?: (...)
[] }; }[]; pageSize?: number; }; opId?: bigint; upsert?: { data?: { [key: string]: any }[]; entity?: string[]; entityData?: { fields?: { [key: string]: | undefined | { bigdecimalValue?: ...
; bigintValue?: ...
; boolValue?: ...
; bytesValue?: ...
; floatValue?: ...
; intValue?: ...
; listValue?: ...
; nullValue?: ...
; stringValue?: ...
; structValue?: ...
; timestampValue?: ...
; tokenValue?: ...
; }; }; }[]; id?: string[]; }; }, ): DBRequest; toJSON(message: DBRequest): unknown;}