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;
|