bruce-models 0.6.2 → 0.6.3

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.
@@ -4195,7 +4195,7 @@
4195
4195
  if (!tilesetId) {
4196
4196
  throw ("Tileset ID is required.");
4197
4197
  }
4198
- return [4 /*yield*/, api.GET("tileset/generate/" + tilesetId)];
4198
+ return [4 /*yield*/, api.GET("tileset/generate/" + tilesetId, exports.Api.PrepReqParams())];
4199
4199
  case 1:
4200
4200
  res = _a.sent();
4201
4201
  return [2 /*return*/, res.ID];