@looker/sdk 23.8.1 → 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.
@@ -1328,7 +1328,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1328
1328
  limit: request.limit,
1329
1329
  offset: request.offset,
1330
1330
  sorts: request.sorts,
1331
- filter_or: request.filter_or
1331
+ filter_or: request.filter_or,
1332
+ not_owned_by: request.not_owned_by
1332
1333
  }, null, options);
1333
1334
  })();
1334
1335
  }