@open-wa/wa-automate-types-only 4.62.1 → 4.62.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -594,6 +594,10 @@ export interface ConfigObject {
594
594
  * @default `false`
595
595
  */
596
596
  logDebugInfoAsObject?: boolean;
597
+ /**
598
+ * This will make the library log all internal wa web events to the console. This is useful for debugging purposes. DO NOT TURN THIS ON UNLESS ASKED TO.
599
+ */
600
+ logInternalEvents?: boolean;
597
601
  /**
598
602
  * Kill the client when a logout is detected
599
603
  * @default `false`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.62.1",
3
+ "version": "4.62.3",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",