@tagsamurai/fats-api-services 1.0.0-alpha.160 → 1.0.0-alpha.161

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.160",
3
+ "version": "1.0.0-alpha.161",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",
@@ -216,6 +216,6 @@ export interface AssetBasicRegister {
216
216
  expand?: boolean;
217
217
  registeredAssetCount?: number;
218
218
  assetPhoto?: File[];
219
- imageUrl?: File[];
219
+ imageUrl?: string[];
220
220
  }
221
221
  export {};