@queenanya/baileys 7.3.0 → 7.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Socket/business.d.ts +2 -2
- package/lib/Socket/chats.d.ts +2 -2
- package/lib/Socket/groups.d.ts +2 -2
- package/lib/Socket/index.d.ts +2 -2
- package/lib/Socket/messages-recv.d.ts +2 -2
- package/lib/Socket/messages-send.d.ts +2 -2
- package/lib/Socket/newsletter.d.ts +2 -2
- package/lib/Socket/registration.d.ts +2 -2
- package/package.json +1 -1
package/lib/Socket/business.d.ts
CHANGED
|
@@ -118,8 +118,8 @@ export declare const makeBusinessSocket: (config: SocketConfig) => {
|
|
|
118
118
|
setAt: Date;
|
|
119
119
|
} | undefined>;
|
|
120
120
|
updateProfilePicture: (jid: string, content: import("../Types").WAMediaUpload) => Promise<void>;
|
|
121
|
-
updateProfilePictureFull: (jid:
|
|
122
|
-
updateProfilePictureFull2: (jid:
|
|
121
|
+
updateProfilePictureFull: (jid: any, content: any) => Promise<void>;
|
|
122
|
+
updateProfilePictureFull2: (jid: any, content: any) => Promise<void>;
|
|
123
123
|
removeProfilePicture: (jid: string) => Promise<void>;
|
|
124
124
|
updateProfileStatus: (status: string) => Promise<void>;
|
|
125
125
|
updateProfileName: (name: string) => Promise<void>;
|
package/lib/Socket/chats.d.ts
CHANGED
|
@@ -32,8 +32,8 @@ export declare const makeChatsSocket: (config: SocketConfig) => {
|
|
|
32
32
|
setAt: Date;
|
|
33
33
|
} | undefined>;
|
|
34
34
|
updateProfilePicture: (jid: string, content: WAMediaUpload) => Promise<void>;
|
|
35
|
-
updateProfilePictureFull: (jid:
|
|
36
|
-
updateProfilePictureFull2: (jid:
|
|
35
|
+
updateProfilePictureFull: (jid: any, content: any) => Promise<void>;
|
|
36
|
+
updateProfilePictureFull2: (jid: any, content: any) => Promise<void>;
|
|
37
37
|
removeProfilePicture: (jid: string) => Promise<void>;
|
|
38
38
|
updateProfileStatus: (status: string) => Promise<void>;
|
|
39
39
|
updateProfileName: (name: string) => Promise<void>;
|
package/lib/Socket/groups.d.ts
CHANGED
|
@@ -77,8 +77,8 @@ export declare const makeGroupsSocket: (config: SocketConfig) => {
|
|
|
77
77
|
setAt: Date;
|
|
78
78
|
} | undefined>;
|
|
79
79
|
updateProfilePicture: (jid: string, content: import("../Types").WAMediaUpload) => Promise<void>;
|
|
80
|
-
updateProfilePictureFull: (jid:
|
|
81
|
-
updateProfilePictureFull2: (jid:
|
|
80
|
+
updateProfilePictureFull: (jid: any, content: any) => Promise<void>;
|
|
81
|
+
updateProfilePictureFull2: (jid: any, content: any) => Promise<void>;
|
|
82
82
|
removeProfilePicture: (jid: string) => Promise<void>;
|
|
83
83
|
updateProfileStatus: (status: string) => Promise<void>;
|
|
84
84
|
updateProfileName: (name: string) => Promise<void>;
|
package/lib/Socket/index.d.ts
CHANGED
|
@@ -119,8 +119,8 @@ declare const makeWASocket: (config: UserFacingSocketConfig) => {
|
|
|
119
119
|
setAt: Date;
|
|
120
120
|
} | undefined>;
|
|
121
121
|
updateProfilePicture: (jid: string, content: import("../Types").WAMediaUpload) => Promise<void>;
|
|
122
|
-
updateProfilePictureFull: (jid:
|
|
123
|
-
updateProfilePictureFull2: (jid:
|
|
122
|
+
updateProfilePictureFull: (jid: any, content: any) => Promise<void>;
|
|
123
|
+
updateProfilePictureFull2: (jid: any, content: any) => Promise<void>;
|
|
124
124
|
removeProfilePicture: (jid: string) => Promise<void>;
|
|
125
125
|
updateProfileStatus: (status: string) => Promise<void>;
|
|
126
126
|
updateProfileName: (name: string) => Promise<void>;
|
|
@@ -105,8 +105,8 @@ export declare const makeMessagesRecvSocket: (config: SocketConfig) => {
|
|
|
105
105
|
setAt: Date;
|
|
106
106
|
} | undefined>;
|
|
107
107
|
updateProfilePicture: (jid: string, content: import("../Types").WAMediaUpload) => Promise<void>;
|
|
108
|
-
updateProfilePictureFull: (jid:
|
|
109
|
-
updateProfilePictureFull2: (jid:
|
|
108
|
+
updateProfilePictureFull: (jid: any, content: any) => Promise<void>;
|
|
109
|
+
updateProfilePictureFull2: (jid: any, content: any) => Promise<void>;
|
|
110
110
|
removeProfilePicture: (jid: string) => Promise<void>;
|
|
111
111
|
updateProfileStatus: (status: string) => Promise<void>;
|
|
112
112
|
updateProfileName: (name: string) => Promise<void>;
|
|
@@ -98,8 +98,8 @@ export declare const makeMessagesSocket: (config: SocketConfig) => {
|
|
|
98
98
|
setAt: Date;
|
|
99
99
|
} | undefined>;
|
|
100
100
|
updateProfilePicture: (jid: string, content: import("../Types").WAMediaUpload) => Promise<void>;
|
|
101
|
-
updateProfilePictureFull: (jid:
|
|
102
|
-
updateProfilePictureFull2: (jid:
|
|
101
|
+
updateProfilePictureFull: (jid: any, content: any) => Promise<void>;
|
|
102
|
+
updateProfilePictureFull2: (jid: any, content: any) => Promise<void>;
|
|
103
103
|
removeProfilePicture: (jid: string) => Promise<void>;
|
|
104
104
|
updateProfileStatus: (status: string) => Promise<void>;
|
|
105
105
|
updateProfileName: (name: string) => Promise<void>;
|
|
@@ -83,8 +83,8 @@ export declare const makeNewsletterSocket: (config: SocketConfig) => {
|
|
|
83
83
|
setAt: Date;
|
|
84
84
|
} | undefined>;
|
|
85
85
|
updateProfilePicture: (jid: string, content: WAMediaUpload) => Promise<void>;
|
|
86
|
-
updateProfilePictureFull: (jid:
|
|
87
|
-
updateProfilePictureFull2: (jid:
|
|
86
|
+
updateProfilePictureFull: (jid: any, content: any) => Promise<void>;
|
|
87
|
+
updateProfilePictureFull2: (jid: any, content: any) => Promise<void>;
|
|
88
88
|
removeProfilePicture: (jid: string) => Promise<void>;
|
|
89
89
|
updateProfileStatus: (status: string) => Promise<void>;
|
|
90
90
|
updateProfileName: (name: string) => Promise<void>;
|
|
@@ -120,8 +120,8 @@ export declare const makeRegistrationSocket: (config: SocketConfig) => {
|
|
|
120
120
|
setAt: Date;
|
|
121
121
|
} | undefined>;
|
|
122
122
|
updateProfilePicture: (jid: string, content: import("../Types").WAMediaUpload) => Promise<void>;
|
|
123
|
-
updateProfilePictureFull: (jid:
|
|
124
|
-
updateProfilePictureFull2: (jid:
|
|
123
|
+
updateProfilePictureFull: (jid: any, content: any) => Promise<void>;
|
|
124
|
+
updateProfilePictureFull2: (jid: any, content: any) => Promise<void>;
|
|
125
125
|
removeProfilePicture: (jid: string) => Promise<void>;
|
|
126
126
|
updateProfileStatus: (status: string) => Promise<void>;
|
|
127
127
|
updateProfileName: (name: string) => Promise<void>;
|