@looker/sdk 25.18.0 → 25.20.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.
@@ -2219,7 +2219,8 @@ export class Looker40SDKStream extends APIMethods {
2219
2219
  offset: request.offset,
2220
2220
  exclude_empty: request.exclude_empty,
2221
2221
  exclude_hidden: request.exclude_hidden,
2222
- include_internal: request.include_internal
2222
+ include_internal: request.include_internal,
2223
+ include_self_service: request.include_self_service
2223
2224
  }, null, options);
2224
2225
  })();
2225
2226
  }