carbon-js-sdk 0.10.0 → 0.10.1
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.
|
@@ -114,7 +114,7 @@ class InsightsQueryClient {
|
|
|
114
114
|
}
|
|
115
115
|
TotalUsers(req = {}) {
|
|
116
116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
117
|
-
const request = this.apiManager.path("user/total",
|
|
117
|
+
const request = this.apiManager.path("user/total", {}, req);
|
|
118
118
|
const response = yield request.get();
|
|
119
119
|
return response.data;
|
|
120
120
|
});
|
package/lib/insights/pool.d.ts
CHANGED