@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.mjs
CHANGED
|
@@ -2612,7 +2612,7 @@ const getOrganizationChildren = (endpoint, organizationId) => endpoint.api //
|
|
|
2612
2612
|
* @apiSuccess TOrganizationUsage . Usage data grouped by organization ID
|
|
2613
2613
|
*/
|
|
2614
2614
|
const getOrganizationUsage = (endpoint, organizationId, params) => endpoint.api //
|
|
2615
|
-
.get(`/v2/organizations/${organizationId}/
|
|
2615
|
+
.get(`/v2/organizations/${organizationId}/usage`, { params })
|
|
2616
2616
|
.then((r) => r.data);
|
|
2617
2617
|
/**
|
|
2618
2618
|
* Create an organization. The caller will be assigned an "Owner" profile in the new organization,
|