trand_common_v1 0.1.126 → 0.1.127

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.
@@ -668,6 +668,9 @@ export type PreYouTubeChannel = {
668
668
  channel_id: string;
669
669
  country_code: string | null;
670
670
  lang_code: string | null;
671
+ api_url: string | null;
672
+ response_etag: string | null;
673
+ item_etag: string | null;
671
674
  title: string | null;
672
675
  published_at: string | null;
673
676
  description: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.126",
3
+ "version": "0.1.127",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"