trand_common_v1 0.2.121 → 0.2.122

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.
@@ -168,7 +168,9 @@ export type TContentAdminUpdateForm = {
168
168
  files: Record<string, File | null>;
169
169
  images: TContentImageAdminInput[];
170
170
  deletedThumbnailPaths: Set<string>;
171
+ deletedThumbnailHashes: Set<string>;
171
172
  deletedImagePaths: Set<string>;
173
+ deletedImageHashes: Set<string>;
172
174
  google_place_id: string | null;
173
175
  trip_advisor_location_id: string | null;
174
176
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.121",
3
+ "version": "0.2.122",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"