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.
@@ -4208,9 +4208,9 @@ var Tileset;
4208
4208
  res = _a.sent();
4209
4209
  data = __assign(__assign(__assign({}, res), data), { settings: __assign(__assign({}, res.settings), data.settings), id: res.id });
4210
4210
  _a.label = 2;
4211
- case 2: return [4 /*yield*/, api.POST("tileset/update/" + data.id, data)];
4211
+ case 2: return [4 /*yield*/, api.POST("tileset/update/" + data.id, data, Api.PrepReqParams())];
4212
4212
  case 3:
4213
- data = _a.sent();
4213
+ _a.sent();
4214
4214
  api.Cache.RemoveByStartsWith(Api.ECacheKey.Tileset + Api.ECacheKey.Id + data.id);
4215
4215
  api.Cache.RemoveByStartsWith(Api.ECacheKey.Tileset);
4216
4216
  return [2 /*return*/, data];