@open-wa/wa-automate 4.72.1 → 4.72.2

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.
@@ -3402,7 +3402,7 @@ class Client {
3402
3402
  */
3403
3403
  setGroupApprovalMode(groupId, requireApproval) {
3404
3404
  return __awaiter(this, void 0, void 0, function* () {
3405
- return yield this.pup(({ groupId, requireApproval }) => WAPI.setGroupEditToAdminsOnly(groupId, requireApproval), { groupId, requireApproval });
3405
+ return yield this.pup(({ groupId, requireApproval }) => WAPI.setGroupApprovalMode(groupId, requireApproval), { groupId, requireApproval });
3406
3406
  });
3407
3407
  }
3408
3408
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate",
3
- "version": "4.72.1",
3
+ "version": "4.72.2",
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",