trand_common_v1 0.1.122 → 0.1.123

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.
@@ -700,7 +700,7 @@ export type CompletedYouTubeChannelListAdmin = {
700
700
  target_country_codes: string[] | string | null;
701
701
  name: string | null;
702
702
  email: string | null;
703
- tiktok: string | null;
703
+ tiktok_id: string | null;
704
704
  facebook_id: string | null;
705
705
  instagram_id: string | null;
706
706
  is_active: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.122",
3
+ "version": "0.1.123",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"