@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.
@@ -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
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.45.0",
3
+ "version": "4.46.0",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",