n8n-nodes-tiktok-bigboss 1.0.1 → 1.0.3
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.
|
@@ -171,7 +171,7 @@ class TikTokBigBoss {
|
|
|
171
171
|
{ name: 'Followers of Creator', value: 'FOLLOWER_OF_CREATOR' },
|
|
172
172
|
{ name: 'Only Me', value: 'SELF_ONLY' },
|
|
173
173
|
],
|
|
174
|
-
default: '
|
|
174
|
+
default: 'SELF_ONLY',
|
|
175
175
|
required: true,
|
|
176
176
|
displayOptions: {
|
|
177
177
|
show: {
|
|
@@ -179,7 +179,7 @@ class TikTokBigBoss {
|
|
|
179
179
|
operation: ['upload'],
|
|
180
180
|
},
|
|
181
181
|
},
|
|
182
|
-
description: 'Who can view this post',
|
|
182
|
+
description: 'Who can view this post. Note: Unaudited apps can ONLY use "Only Me".',
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
displayName: 'Additional Fields',
|
|
@@ -324,7 +324,8 @@ class TikTokBigBoss {
|
|
|
324
324
|
{ name: 'Followers of Creator', value: 'FOLLOWER_OF_CREATOR' },
|
|
325
325
|
{ name: 'Only Me', value: 'SELF_ONLY' },
|
|
326
326
|
],
|
|
327
|
-
default: '
|
|
327
|
+
default: 'SELF_ONLY',
|
|
328
|
+
description: 'Note: Unaudited apps can ONLY use "Only Me".',
|
|
328
329
|
},
|
|
329
330
|
{
|
|
330
331
|
displayName: 'Auto Add Music',
|