@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.
@@ -2218,7 +2218,8 @@ export class Looker40SDK extends APIMethods {
2218
2218
  offset: request.offset,
2219
2219
  exclude_empty: request.exclude_empty,
2220
2220
  exclude_hidden: request.exclude_hidden,
2221
- include_internal: request.include_internal
2221
+ include_internal: request.include_internal,
2222
+ include_self_service: request.include_self_service
2222
2223
  }, null, options);
2223
2224
  })();
2224
2225
  }