comprodls-sdk 2.109.0-thor.1 → 2.111.0-thor.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.
package/dist/comprodls-sdk.js
CHANGED
|
@@ -12349,6 +12349,7 @@ function getAllInstitutions(options) {
|
|
|
12349
12349
|
var params = {};
|
|
12350
12350
|
if (options) {
|
|
12351
12351
|
if (options.lookup) { params.lookup = options.lookup; }
|
|
12352
|
+
if (options.country) { params.country = options.country; }
|
|
12352
12353
|
if (options.cursor) { params.cursor = options.cursor; }
|
|
12353
12354
|
if (options.start) { params.start = options.start; }
|
|
12354
12355
|
if (options.end) { params.end = options.end; }
|