trand_common_v1 0.1.39 → 0.1.40

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.
@@ -449,6 +449,7 @@ export type FetchedContent = FetchedContentListAdmin & {
449
449
  is_bar: boolean | null;
450
450
  is_club: boolean | null;
451
451
  content_keywords: JSON | null;
452
+ updated_count: number;
452
453
  };
453
454
  export type FetchedContentInsert = {
454
455
  country_code: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"