@open-wa/wa-automate-types-only 4.42.1 → 4.42.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/dist/connect/socket.d.ts +1 -1
- package/package.json +1 -1
package/dist/connect/socket.d.ts
CHANGED
@@ -67,7 +67,7 @@ export declare class SocketClient {
|
|
67
67
|
};
|
68
68
|
};
|
69
69
|
/**
|
70
|
-
* The main way to create the socket
|
70
|
+
* The main way to create the socket based client.
|
71
71
|
* @param url URL of the socket server (i.e the EASY API instance address)
|
72
72
|
* @param apiKey optional api key if set
|
73
73
|
* @returns SocketClient
|