arky-sdk 0.3.13 → 0.3.14
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 +0 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
},
|