@open-wa/wa-automate-types-only 4.45.2 → 4.46.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  *
@@ -1,5 +1,5 @@
1
1
  /// <reference types="node" />
2
- import http from 'node:http';
2
+ import http from 'http';
3
3
  import { Client } from '..';
4
4
  export declare const app: import("express-serve-static-core").Express;
5
5
  export declare let server: http.Server;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.45.2",
3
+ "version": "4.46.2",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",