@open-wa/wa-automate 4.31.7 → 4.31.8

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.
@@ -135,6 +135,10 @@ export interface Message {
135
135
  mediaData: unknown;
136
136
  shareDuration: number;
137
137
  isAnimated: boolean;
138
+ /**
139
+ * Is the message a "view once" message
140
+ */
141
+ isViewOnce: boolean;
138
142
  /**
139
143
  * The URL of the file after being uploaded to the cloud using a cloud upload message preprocessor.
140
144
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate",
3
- "version": "4.31.7",
3
+ "version": "4.31.8",
4
4
  "licenseCheckUrl": "https://funcs.openwa.dev/license-check",
5
5
  "brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
6
6
  "patches": "https://cdn.openwa.dev/patches.json",