@open-wa/wa-automate-types-only 4.32.1 → 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.
@@ -756,6 +756,12 @@ export declare class Client {
756
756
  * @param {boolean} on turn on similated typing, false to turn it off you need to manually turn this off.
757
757
  */
758
758
  simulateTyping(to: ChatId, on: boolean): Promise<boolean>;
759
+ /**
760
+ * Simulate '...recording' in chat
761
+ * @param {string} to 'xxxx@c.us'
762
+ * @param {boolean} on turn on similated recording, false to turn it off you need to manually turn this off.
763
+ */
764
+ simulateRecording(to: ChatId, on: boolean): Promise<boolean>;
759
765
  /**
760
766
  * @param id The id of the conversation
761
767
  * @param archive boolean true => archive, false => unarchive
@@ -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.1",
3
+ "version": "4.32.4",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",