trand_common_v1 0.1.127 → 0.1.129
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.
|
@@ -697,10 +697,12 @@ export type CompletedYouTubeChannelListAdmin = {
|
|
|
697
697
|
channel_id: string;
|
|
698
698
|
country_code: string;
|
|
699
699
|
lang_code: string | null;
|
|
700
|
+
published_at: string | null;
|
|
700
701
|
title: string;
|
|
701
702
|
ver: number | null;
|
|
702
703
|
country_info: string | null;
|
|
703
704
|
target_country_codes: string[] | string | null;
|
|
705
|
+
city_codes: string[] | string | null;
|
|
704
706
|
name: string | null;
|
|
705
707
|
email: string | null;
|
|
706
708
|
tiktok_id: string | null;
|
|
@@ -715,7 +717,6 @@ export type CompletedYouTubeChannel = CompletedYouTubeChannelListAdmin & {
|
|
|
715
717
|
api_url: string;
|
|
716
718
|
response_etag: string;
|
|
717
719
|
item_etag: string;
|
|
718
|
-
published_at: string | null;
|
|
719
720
|
description: string | null;
|
|
720
721
|
privacy_status: string;
|
|
721
722
|
thumbnail_default: string | null;
|
|
@@ -723,7 +724,6 @@ export type CompletedYouTubeChannel = CompletedYouTubeChannelListAdmin & {
|
|
|
723
724
|
thumbnail_high: string | null;
|
|
724
725
|
thumbnails: JSON | null;
|
|
725
726
|
banner: string | null;
|
|
726
|
-
city_codes: string[] | string | null;
|
|
727
727
|
keywords: string[] | string | null;
|
|
728
728
|
registered_at: string;
|
|
729
729
|
updated_at: string;
|