trand_common_v1 0.2.120 → 0.2.121

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