@open-wa/wa-automate-types-only 4.22.1 → 4.22.5
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.
@@ -724,6 +724,11 @@ export interface ConfigObject {
|
|
724
724
|
* Headful sessions are ususally only usable on reauthentication.
|
725
725
|
*/
|
726
726
|
ensureHeadfulIntegrity?: boolean;
|
727
|
+
/**
|
728
|
+
* @deprecated
|
729
|
+
* wait for a valid headful session. Not required in recent versions.
|
730
|
+
*/
|
731
|
+
waitForRipeSession?: boolean;
|
727
732
|
/**@internal */
|
728
733
|
[x: string]: any;
|
729
734
|
}
|