arky-sdk 0.3.13 → 0.3.15

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.cjs CHANGED
@@ -204,10 +204,6 @@ var createUserApi = (apiConfig) => {
204
204
  }
205
205
  });
206
206
  },
207
- // Alias for backwards compatibility
208
- async getUsers(params, options) {
209
- return this.searchUsers(params, options);
210
- },
211
207
  async setUserRole(params, options) {
212
208
  return apiConfig.httpClient.put("/v1/users/set-role", params, options);
213
209
  },