@tagsamurai/fats-api-services 1.0.0-alpha.183 → 1.0.0-alpha.184

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/fats-api-services",
3
- "version": "1.0.0-alpha.183",
3
+ "version": "1.0.0-alpha.184",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",
@@ -238,6 +238,9 @@ export type TimeLineLogs = {
238
238
  assetImageSmall?: string;
239
239
  oldUser?: SimpleUserType;
240
240
  newUser?: SimpleUserType;
241
+ damageImageBig?: string;
242
+ damageImageMedium?: string;
243
+ damageImageSmall?: string;
241
244
  from?: {
242
245
  user?: SimpleUserType;
243
246
  notes?: string;