@wppconnect/wa-js 3.2.4 → 3.2.5

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,9 +1,4 @@
1
- ## 3.2.4 (2024-05-03)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * Update GTAG for Analytics ([2586f3c](https://github.com/wppconnect-team/wa-js/commit/2586f3cbb660c84aec94b7259ba223ef62e83c9e))
1
+ ## 3.2.5 (2024-05-10)
7
2
 
8
3
 
9
4
 
@@ -16,26 +16,8 @@
16
16
  /**
17
17
  * Fetch preview link data from a remote server
18
18
  */
19
- export declare function fetchRemoteLinkPreviewData(url: string): Promise<{
20
- title: any;
21
- description: any;
22
- canonicalUrl: any;
23
- matchedText: string;
24
- richPreviewType: number;
25
- doNotPlayInline: boolean;
26
- imageUrl: any;
27
- } | null | undefined>;
19
+ export declare function fetchRemoteLinkPreviewData(url: string): Promise<any>;
28
20
  /**
29
21
  * Generate the preview link thumbnail data
30
22
  */
31
- export declare function generateThumbnailLinkPreviewData(url: string): Promise<{
32
- thumbnail: unknown;
33
- thumbnailHQ: string;
34
- mediaKey: any;
35
- mediaKeyTimestamp: any;
36
- thumbnailDirectPath: any;
37
- thumbnailSha256: string;
38
- thumbnailEncSha256: any;
39
- thumbnailWidth: number;
40
- thumbnailHeight: number;
41
- } | null>;
23
+ export declare function generateThumbnailLinkPreviewData(url: string): Promise<any>;