@aicore/coco-db-client
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "@aicore/coco-db-client", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "JS client for cocoDb", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -170,9 +170,6 @@ // @INCLUDE_IN_API_DOCS | ||
*/ | ||
export function getFromNonIndex(tableName, queryObject) { | ||
export function getFromNonIndex(tableName, queryObject = {}) { | ||
if (isStringEmpty(tableName)) { | ||
throw new Error('Please provide valid table Name'); | ||
} | ||
if (isObjectEmpty(queryObject)) { | ||
throw new Error('Please provide valid queryObject'); | ||
} | ||
return httpPut('/getFromNonIndex', { | ||
@@ -221,2 +218,3 @@ tableName: tableName, | ||
} | ||
/** | ||
@@ -223,0 +221,0 @@ * MathAddResponse |
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
58030
382