trand_common_v1 0.2.116 → 0.2.117

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.
@@ -162,7 +162,7 @@ export type TContentAdminUpdateForm = {
162
162
  contentInfo: TContentDetailUpdate;
163
163
  description: TContentDescriptionUpdate;
164
164
  targets: TContentTargetUpdate;
165
- businessHours: Partial<Omit<TContentBusinessHours, "content_code" | "day_of_week">>[];
165
+ businessHours: Partial<Omit<TContentBusinessHours, "content_code">>[];
166
166
  files: Record<string, File | null>;
167
167
  images: TContentImageAdminInput[];
168
168
  deletedImageKeys: Set<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.116",
3
+ "version": "0.2.117",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"