@looker/sdk 25.6.0 → 25.8.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.
@@ -1371,13 +1371,14 @@ export class Looker40SDKStream extends APIMethods {
1371
1371
  }, body, options);
1372
1372
  })();
1373
1373
  }
1374
- sync_lookml_dashboard(callback, lookml_dashboard_id, body, raw_locale, options) {
1374
+ sync_lookml_dashboard(callback, request, options) {
1375
1375
  var _this173 = this;
1376
1376
  return _asyncToGenerator(function* () {
1377
- lookml_dashboard_id = encodeParam(lookml_dashboard_id);
1378
- return _this173.authStream(callback, 'PATCH', "/dashboards/".concat(lookml_dashboard_id, "/sync"), {
1379
- raw_locale
1380
- }, body, options);
1377
+ request.lookml_dashboard_id = encodeParam(request.lookml_dashboard_id);
1378
+ return _this173.authStream(callback, 'PATCH', "/dashboards/".concat(request.lookml_dashboard_id, "/sync"), {
1379
+ raw_locale: request.raw_locale,
1380
+ dashboard_ids: request.dashboard_ids
1381
+ }, null, options);
1381
1382
  })();
1382
1383
  }
1383
1384
  dashboard(callback, dashboard_id, fields, options) {