@open-wa/wa-automate-types-only 4.32.3 → 4.32.4

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.
@@ -735,6 +735,7 @@ export interface ConfigObject {
735
735
  ensureHeadfulIntegrity?: boolean;
736
736
  /**
737
737
  * wait for a valid headful session. Not required in recent versions.
738
+ * default: `true`
738
739
  */
739
740
  waitForRipeSession?: boolean;
740
741
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.32.3",
3
+ "version": "4.32.4",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",