@calimero-network/mero-js 1.4.1 → 2.0.0

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.
package/dist/index.mjs CHANGED
@@ -937,8 +937,8 @@ var AdminApiClient = class {
937
937
  async setDefaultCapabilities(groupId, request) {
938
938
  await this.httpClient.put(`/admin-api/groups/${groupId}/settings/default-capabilities`, request);
939
939
  }
940
- async setDefaultVisibility(groupId, request) {
941
- await this.httpClient.put(`/admin-api/groups/${groupId}/settings/default-visibility`, request);
940
+ async setSubgroupVisibility(groupId, request) {
941
+ await this.httpClient.put(`/admin-api/groups/${groupId}/settings/subgroup-visibility`, request);
942
942
  }
943
943
  async setTeeAdmissionPolicy(groupId, request) {
944
944
  await this.httpClient.put(`/admin-api/groups/${groupId}/settings/tee-admission-policy`, request);