@verdocs/js-sdk 5.1.2 → 5.1.3
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2614,7 +2614,7 @@ const getOrganizationChildren = (endpoint, organizationId) => endpoint.api //
|
|
|
2614
2614
|
* @apiSuccess TOrganizationUsage . Usage data grouped by organization ID
|
|
2615
2615
|
*/
|
|
2616
2616
|
const getOrganizationUsage = (endpoint, organizationId, params) => endpoint.api //
|
|
2617
|
-
.get(`/v2/organizations/${organizationId}/
|
|
2617
|
+
.get(`/v2/organizations/${organizationId}/usage`, { params })
|
|
2618
2618
|
.then((r) => r.data);
|
|
2619
2619
|
/**
|
|
2620
2620
|
* Create an organization. The caller will be assigned an "Owner" profile in the new organization,
|