@open-wa/wa-automate-types-only 4.45.0 → 4.46.0
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/dist/api/Client.d.ts +5 -0
- package/package.json +1 -1
package/dist/api/Client.d.ts
CHANGED
@@ -934,6 +934,11 @@ export declare class Client {
|
|
934
934
|
* @returns
|
935
935
|
*/
|
936
936
|
getLicenseType(): Promise<LicenseType | false>;
|
937
|
+
/**
|
938
|
+
* The EASY API uses this string to secure a subdomain on the openwa public tunnel service.
|
939
|
+
* @returns
|
940
|
+
*/
|
941
|
+
getTunnelCode(): Promise<string>;
|
937
942
|
/**
|
938
943
|
* Get an array of chatIds with their respective last message's timestamp.
|
939
944
|
*
|