@wppconnect/wa-js 3.18.1 → 3.18.2
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/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
## 3.18.
|
|
1
|
+
## 3.18.2 (2025-08-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Fixed getMyDeviceId >= 2.3000.1026498050 ([#2869](https://github.com/wppconnect-team/wa-js/issues/2869)) ([56ee7de](https://github.com/wppconnect-team/wa-js/commit/56ee7de458fcd62ef59409cd307b1cc5ef9d76ec))
|
|
2
7
|
|
|
3
8
|
|
|
4
9
|
|
|
@@ -18,6 +18,7 @@ import { Wid } from './Wid';
|
|
|
18
18
|
* @whatsapp 459857 >= 2.2310.5
|
|
19
19
|
*/
|
|
20
20
|
export declare namespace UserPrefs {
|
|
21
|
+
function getMeDevicePn(...args: any[]): any;
|
|
21
22
|
function assertGetMe(): Wid;
|
|
22
23
|
function assertGetMeUser(): Wid;
|
|
23
24
|
function clearGetMaybeMeUserCache(...args: any[]): any;
|
|
@@ -25,7 +26,6 @@ export declare namespace UserPrefs {
|
|
|
25
26
|
function getMaybeMeLid(...args: any[]): any;
|
|
26
27
|
function getMaybeMeLidUser(...args: any[]): any;
|
|
27
28
|
function getMaybeMeUser(): Wid;
|
|
28
|
-
function getMe(...args: any[]): any;
|
|
29
29
|
function getMePNandLIDWids(...args: any[]): any;
|
|
30
30
|
function getMeUser(): Wid;
|
|
31
31
|
function isMeAccount(...args: any[]): any;
|
|
@@ -36,4 +36,9 @@ export declare namespace UserPrefs {
|
|
|
36
36
|
function setMe(...args: any[]): any;
|
|
37
37
|
function setMeDisplayName(...args: any[]): any;
|
|
38
38
|
function setMeLid(...args: any[]): any;
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated
|
|
41
|
+
* @whatsapp 498050 >= 2.3000.1026
|
|
42
|
+
**/
|
|
43
|
+
function getMe(...args: any[]): any;
|
|
39
44
|
}
|