@looker/sdk 23.18.0 → 23.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.
@@ -2572,8 +2572,6 @@ export class Looker40SDKStream extends APIMethods {
2572
2572
  path_prefix: request.path_prefix,
2573
2573
  rebuild_pdts: request.rebuild_pdts,
2574
2574
  server_table_calcs: request.server_table_calcs,
2575
- image_width: request.image_width,
2576
- image_height: request.image_height,
2577
2575
  fields: request.fields
2578
2576
  }, request.body, options);
2579
2577
  })();