@open-wa/wa-automate-types-only 4.32.0 → 4.32.1

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.
@@ -689,9 +689,13 @@ export declare class Client {
689
689
  */
690
690
  getSnapshot(): Promise<DataURL>;
691
691
  /**
692
- * Returns an array of group ids where the host device is admin
692
+ * Returns an array of group ids where the host account is admin
693
693
  */
694
694
  iAmAdmin(): Promise<GroupChatId[]>;
695
+ /**
696
+ * Returns an array of group ids where the host account has been kicked
697
+ */
698
+ getKickedGroups(): Promise<GroupChatId[]>;
695
699
  /**
696
700
  * Syncs contacts with phone. This promise does not resolve so it will instantly return true.
697
701
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.32.0",
3
+ "version": "4.32.1",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",