@looker/sdk 23.8.0 → 23.10.0

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/lib/4.0/funcs.js CHANGED
@@ -1827,7 +1827,8 @@ var search_dashboards = function () {
1827
1827
  limit: request.limit,
1828
1828
  offset: request.offset,
1829
1829
  sorts: request.sorts,
1830
- filter_or: request.filter_or
1830
+ filter_or: request.filter_or,
1831
+ not_owned_by: request.not_owned_by
1831
1832
  }, null, options);
1832
1833
  });
1833
1834
  return function search_dashboards(_x531, _x532, _x533) {