trand_common_v1 0.2.111 → 0.2.112

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.
@@ -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,7 +157,6 @@ 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;
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.112",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"