trand_common_v1 0.1.77 → 0.1.78

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.
@@ -1098,6 +1098,7 @@ export type CompletedContentPriceUpdate = {
1098
1098
  export type CompletedContentImage = {
1099
1099
  content_code: string;
1100
1100
  order_num: number;
1101
+ label: string | null;
1101
1102
  url: string;
1102
1103
  };
1103
1104
  export type CompletedContentImageInsert = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.77",
3
+ "version": "0.1.78",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"