bruce-models 0.6.0 → 0.6.2

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.
@@ -4080,9 +4080,9 @@
4080
4080
  res = _a.sent();
4081
4081
  data = __assign(__assign(__assign({}, res), data), { settings: __assign(__assign({}, res.settings), data.settings), id: res.id });
4082
4082
  _a.label = 2;
4083
- case 2: return [4 /*yield*/, api.POST("tileset/update/" + data.id, data)];
4083
+ case 2: return [4 /*yield*/, api.POST("tileset/update/" + data.id, data, exports.Api.PrepReqParams())];
4084
4084
  case 3:
4085
- data = _a.sent();
4085
+ _a.sent();
4086
4086
  api.Cache.RemoveByStartsWith(exports.Api.ECacheKey.Tileset + exports.Api.ECacheKey.Id + data.id);
4087
4087
  api.Cache.RemoveByStartsWith(exports.Api.ECacheKey.Tileset);
4088
4088
  return [2 /*return*/, data];