mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
update orbis types
This commit is contained in:
parent
874bd79d5e
commit
0affb26995
5
src/@types/Orbis.d.ts
vendored
5
src/@types/Orbis.d.ts
vendored
@ -73,7 +73,10 @@ declare interface IOrbis {
|
||||
decryptMessage: (content: {
|
||||
conversation_id: string
|
||||
encryptedMessage: IOrbisEncryptedBody
|
||||
}) => Promise<{ result: string }>
|
||||
}) => Promise<{
|
||||
result: string
|
||||
status: number
|
||||
}>
|
||||
decryptPost: (content: IOrbisPostContent) => Promise<{ result: string }>
|
||||
deletePost: (stream_id: string) => Promise<{
|
||||
status: number
|
||||
|
Loading…
Reference in New Issue
Block a user