@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
  }
@@ -99,6 +99,10 @@ export interface Message {
99
99
  * This is the filePath of the decrypted file.
100
100
  */
101
101
  filePath?: string;
102
+ /**
103
+ * The given filename of the file
104
+ */
105
+ filename?: string;
102
106
  content: string;
103
107
  isGroupMsg: boolean;
104
108
  isMMS: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.22.1",
3
+ "version": "4.22.5",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",