trand_common_v1 0.2.111 → 0.2.113

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.
@@ -2,7 +2,7 @@ import { TMapCategoryContent } from "../category/t-map-category-content.js";
2
2
  import { TMapCityContent } from "../city/t-map-city-content.js";
3
3
  import { TCompletedYouTubeVideoListForPublicFront } from "../completed_youtube_video/t-completed-youtube-video.js";
4
4
  import { TContentDetail, TContentDetailInsert, TContentDetailUpdate } from "../content/t-content.js";
5
- import { TContentBusinessHours, TContentBusinessHoursInsert, TContentBusinessHoursUpdate } from "../content/t-content-business-hours.js";
5
+ import { TContentBusinessHours, TContentBusinessHoursInsert } from "../content/t-content-business-hours.js";
6
6
  import { TContentI18n } from "../content/t-content-i18n.js";
7
7
  import { TContentImage, TContentImageAdminInput } from "../content/t-content-image.js";
8
8
  import { TContentKeyword } from "../content/t-content-keyword.js";
@@ -24,7 +24,6 @@ import { CityInfoBase } from "./trand-response-city.js";
24
24
  import { StreetInfoBase } from "./trand-response-street.js";
25
25
  import { TContentDescription, TContentDescriptionInsert, TContentDescriptionUpdate } from "../content/t-content-description.js";
26
26
  import { TContentTarget, TContentTargetInsert, TContentTargetUpdate } from "../content/t-content-target.js";
27
- import { TThumbnailSource, TThumbnailType } from "../types/t-thumbnail.js";
28
27
  /**
29
28
  * Content Detail - Admin
30
29
  */
@@ -158,13 +157,12 @@ export type TContentAdminCreateForm = {
158
157
  businessHours: TContentBusinessHoursInsert[];
159
158
  files: Record<string, File | null>;
160
159
  images: TContentImageAdminInput[];
161
- thumbnailSources: Partial<Record<TThumbnailType, TThumbnailSource>>;
162
160
  };
163
161
  export type TContentAdminUpdateForm = {
164
162
  contentInfo: TContentDetailUpdate;
165
163
  description: TContentDescriptionUpdate;
166
164
  targets: TContentTargetUpdate;
167
- businessHours: TContentBusinessHoursUpdate[];
165
+ businessHours: TContentBusinessHours[];
168
166
  files: Record<string, File | null>;
169
167
  images: TContentImageAdminInput[];
170
168
  deletedImageKeys: Set<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.111",
3
+ "version": "0.2.113",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"