Comparing version 1.0.0-beta.13 to 1.0.0-beta.14
@@ -26,3 +26,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const query = qs_1.default.stringify({ search: params }); | ||
const query = qs_1.default.stringify(params); | ||
return (yield this.axios.get(`/sales/customers?${query}`)).data; | ||
@@ -29,0 +29,0 @@ }); |
{ | ||
"name": "tigerbay", | ||
"version": "1.0.0-beta.13", | ||
"version": "1.0.0-beta.14", | ||
"description": "API Client library for TigerBay", | ||
@@ -5,0 +5,0 @@ "main": "lib/client.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89402