@zernio/node 0.2.309 → 0.2.310
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.
- package/dist/index.d.mts +21 -4
- package/dist/index.d.ts +21 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +21 -4
package/dist/index.d.mts
CHANGED
|
@@ -4011,15 +4011,27 @@ type TikTokPlatformData = {
|
|
|
4011
4011
|
*/
|
|
4012
4012
|
allowStitch?: boolean;
|
|
4013
4013
|
/**
|
|
4014
|
-
* Type of commercial content disclosure
|
|
4014
|
+
* Type of commercial content disclosure. Sufficient on its own: "brand_organic"
|
|
4015
|
+
* ("Your Brand") implies isBrandOrganicPost and "brand_content" ("Branded Content",
|
|
4016
|
+
* paid partnership) implies brandPartnerPromote, so you don't need to send the
|
|
4017
|
+
* boolean flags separately. Branded content cannot be posted with privacyLevel
|
|
4018
|
+
* SELF_ONLY.
|
|
4019
|
+
*
|
|
4015
4020
|
*/
|
|
4016
4021
|
commercialContentType?: 'none' | 'brand_organic' | 'brand_content';
|
|
4017
4022
|
/**
|
|
4018
|
-
* Whether the post promotes a brand partner
|
|
4023
|
+
* Whether the post promotes a brand partner (branded content / paid partnership).
|
|
4024
|
+
* Only needed to disclose BOTH types at once (set it alongside
|
|
4025
|
+
* commercialContentType "brand_organic"), or to override the value implied by
|
|
4026
|
+
* commercialContentType.
|
|
4027
|
+
*
|
|
4019
4028
|
*/
|
|
4020
4029
|
brandPartnerPromote?: boolean;
|
|
4021
4030
|
/**
|
|
4022
|
-
* Whether the post
|
|
4031
|
+
* Whether the post promotes the creator's own brand (brand organic). Only needed
|
|
4032
|
+
* to disclose BOTH types at once (set it alongside commercialContentType
|
|
4033
|
+
* "brand_content"), or to override the value implied by commercialContentType.
|
|
4034
|
+
*
|
|
4023
4035
|
*/
|
|
4024
4036
|
isBrandOrganicPost?: boolean;
|
|
4025
4037
|
/**
|
|
@@ -4060,7 +4072,12 @@ type TikTokPlatformData = {
|
|
|
4060
4072
|
description?: string;
|
|
4061
4073
|
};
|
|
4062
4074
|
/**
|
|
4063
|
-
* Type of commercial content disclosure
|
|
4075
|
+
* Type of commercial content disclosure. Sufficient on its own: "brand_organic"
|
|
4076
|
+
* ("Your Brand") implies isBrandOrganicPost and "brand_content" ("Branded Content",
|
|
4077
|
+
* paid partnership) implies brandPartnerPromote, so you don't need to send the
|
|
4078
|
+
* boolean flags separately. Branded content cannot be posted with privacyLevel
|
|
4079
|
+
* SELF_ONLY.
|
|
4080
|
+
*
|
|
4064
4081
|
*/
|
|
4065
4082
|
type commercialContentType = 'none' | 'brand_organic' | 'brand_content';
|
|
4066
4083
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -4011,15 +4011,27 @@ type TikTokPlatformData = {
|
|
|
4011
4011
|
*/
|
|
4012
4012
|
allowStitch?: boolean;
|
|
4013
4013
|
/**
|
|
4014
|
-
* Type of commercial content disclosure
|
|
4014
|
+
* Type of commercial content disclosure. Sufficient on its own: "brand_organic"
|
|
4015
|
+
* ("Your Brand") implies isBrandOrganicPost and "brand_content" ("Branded Content",
|
|
4016
|
+
* paid partnership) implies brandPartnerPromote, so you don't need to send the
|
|
4017
|
+
* boolean flags separately. Branded content cannot be posted with privacyLevel
|
|
4018
|
+
* SELF_ONLY.
|
|
4019
|
+
*
|
|
4015
4020
|
*/
|
|
4016
4021
|
commercialContentType?: 'none' | 'brand_organic' | 'brand_content';
|
|
4017
4022
|
/**
|
|
4018
|
-
* Whether the post promotes a brand partner
|
|
4023
|
+
* Whether the post promotes a brand partner (branded content / paid partnership).
|
|
4024
|
+
* Only needed to disclose BOTH types at once (set it alongside
|
|
4025
|
+
* commercialContentType "brand_organic"), or to override the value implied by
|
|
4026
|
+
* commercialContentType.
|
|
4027
|
+
*
|
|
4019
4028
|
*/
|
|
4020
4029
|
brandPartnerPromote?: boolean;
|
|
4021
4030
|
/**
|
|
4022
|
-
* Whether the post
|
|
4031
|
+
* Whether the post promotes the creator's own brand (brand organic). Only needed
|
|
4032
|
+
* to disclose BOTH types at once (set it alongside commercialContentType
|
|
4033
|
+
* "brand_content"), or to override the value implied by commercialContentType.
|
|
4034
|
+
*
|
|
4023
4035
|
*/
|
|
4024
4036
|
isBrandOrganicPost?: boolean;
|
|
4025
4037
|
/**
|
|
@@ -4060,7 +4072,12 @@ type TikTokPlatformData = {
|
|
|
4060
4072
|
description?: string;
|
|
4061
4073
|
};
|
|
4062
4074
|
/**
|
|
4063
|
-
* Type of commercial content disclosure
|
|
4075
|
+
* Type of commercial content disclosure. Sufficient on its own: "brand_organic"
|
|
4076
|
+
* ("Your Brand") implies isBrandOrganicPost and "brand_content" ("Branded Content",
|
|
4077
|
+
* paid partnership) implies brandPartnerPromote, so you don't need to send the
|
|
4078
|
+
* boolean flags separately. Branded content cannot be posted with privacyLevel
|
|
4079
|
+
* SELF_ONLY.
|
|
4080
|
+
*
|
|
4064
4081
|
*/
|
|
4065
4082
|
type commercialContentType = 'none' | 'brand_organic' | 'brand_content';
|
|
4066
4083
|
/**
|
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
36
36
|
// package.json
|
|
37
37
|
var package_default = {
|
|
38
38
|
name: "@zernio/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.310",
|
|
40
40
|
description: "The official Node.js library for the Zernio API",
|
|
41
41
|
main: "dist/index.js",
|
|
42
42
|
module: "dist/index.mjs",
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5
5
|
// package.json
|
|
6
6
|
var package_default = {
|
|
7
7
|
name: "@zernio/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.310",
|
|
9
9
|
description: "The official Node.js library for the Zernio API",
|
|
10
10
|
main: "dist/index.js",
|
|
11
11
|
module: "dist/index.mjs",
|
package/package.json
CHANGED
|
@@ -3377,15 +3377,27 @@ export type TikTokPlatformData = {
|
|
|
3377
3377
|
*/
|
|
3378
3378
|
allowStitch?: boolean;
|
|
3379
3379
|
/**
|
|
3380
|
-
* Type of commercial content disclosure
|
|
3380
|
+
* Type of commercial content disclosure. Sufficient on its own: "brand_organic"
|
|
3381
|
+
* ("Your Brand") implies isBrandOrganicPost and "brand_content" ("Branded Content",
|
|
3382
|
+
* paid partnership) implies brandPartnerPromote, so you don't need to send the
|
|
3383
|
+
* boolean flags separately. Branded content cannot be posted with privacyLevel
|
|
3384
|
+
* SELF_ONLY.
|
|
3385
|
+
*
|
|
3381
3386
|
*/
|
|
3382
3387
|
commercialContentType?: 'none' | 'brand_organic' | 'brand_content';
|
|
3383
3388
|
/**
|
|
3384
|
-
* Whether the post promotes a brand partner
|
|
3389
|
+
* Whether the post promotes a brand partner (branded content / paid partnership).
|
|
3390
|
+
* Only needed to disclose BOTH types at once (set it alongside
|
|
3391
|
+
* commercialContentType "brand_organic"), or to override the value implied by
|
|
3392
|
+
* commercialContentType.
|
|
3393
|
+
*
|
|
3385
3394
|
*/
|
|
3386
3395
|
brandPartnerPromote?: boolean;
|
|
3387
3396
|
/**
|
|
3388
|
-
* Whether the post
|
|
3397
|
+
* Whether the post promotes the creator's own brand (brand organic). Only needed
|
|
3398
|
+
* to disclose BOTH types at once (set it alongside commercialContentType
|
|
3399
|
+
* "brand_content"), or to override the value implied by commercialContentType.
|
|
3400
|
+
*
|
|
3389
3401
|
*/
|
|
3390
3402
|
isBrandOrganicPost?: boolean;
|
|
3391
3403
|
/**
|
|
@@ -3427,7 +3439,12 @@ export type TikTokPlatformData = {
|
|
|
3427
3439
|
};
|
|
3428
3440
|
|
|
3429
3441
|
/**
|
|
3430
|
-
* Type of commercial content disclosure
|
|
3442
|
+
* Type of commercial content disclosure. Sufficient on its own: "brand_organic"
|
|
3443
|
+
* ("Your Brand") implies isBrandOrganicPost and "brand_content" ("Branded Content",
|
|
3444
|
+
* paid partnership) implies brandPartnerPromote, so you don't need to send the
|
|
3445
|
+
* boolean flags separately. Branded content cannot be posted with privacyLevel
|
|
3446
|
+
* SELF_ONLY.
|
|
3447
|
+
*
|
|
3431
3448
|
*/
|
|
3432
3449
|
export type commercialContentType = 'none' | 'brand_organic' | 'brand_content';
|
|
3433
3450
|
|