File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ declare module 'libsession_util_nodejs' {
5757
5858 export type ContactsConfigActionsType =
5959 | [ 'init' , Uint8Array , Uint8Array | null ]
60- | MakeActionCall < UserConfigWrapper , 'free' >
60+ | MakeActionCall < ContactsWrapper , 'free' >
6161 | MakeActionCall < ContactsWrapper , 'get' >
6262 | MakeActionCall < ContactsWrapper , 'set' >
6363 | MakeActionCall < ContactsWrapper , 'getAll' >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ declare module 'libsession_util_nodejs' {
6262
6363 export type ConvoInfoVolatileConfigActionsType =
6464 | [ 'init' , Uint8Array , Uint8Array | null ]
65- | MakeActionCall < UserConfigWrapper , 'free' >
65+ | MakeActionCall < ConvoInfoVolatileWrapper , 'free' >
6666 | MakeActionCall < ConvoInfoVolatileWrapper , 'get1o1' >
6767 | MakeActionCall < ConvoInfoVolatileWrapper , 'getAll1o1' >
6868 | MakeActionCall < ConvoInfoVolatileWrapper , 'set1o1' >
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ declare module 'libsession_util_nodejs' {
8484
8585 export type UserGroupsConfigActionsType =
8686 | [ 'init' , Uint8Array , Uint8Array | null ]
87- | MakeActionCall < UserConfigWrapper , 'free' >
87+ | MakeActionCall < UserGroupsWrapper , 'free' >
8888 | MakeActionCall < UserGroupsWrapper , 'getCommunityByFullUrl' >
8989 | MakeActionCall < UserGroupsWrapper , 'setCommunityByFullUrl' >
9090 | MakeActionCall < UserGroupsWrapper , 'getAllCommunities' >
You can’t perform that action at this time.
0 commit comments