@wevion/cli 1.0.3866 → 1.0.3870
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/openapi.json +52 -2
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -57750,6 +57750,16 @@
|
|
|
57750
57750
|
}
|
|
57751
57751
|
]
|
|
57752
57752
|
},
|
|
57753
|
+
"tiktokIdentityBcId": {
|
|
57754
|
+
"anyOf": [
|
|
57755
|
+
{
|
|
57756
|
+
"type": "string"
|
|
57757
|
+
},
|
|
57758
|
+
{
|
|
57759
|
+
"type": "null"
|
|
57760
|
+
}
|
|
57761
|
+
]
|
|
57762
|
+
},
|
|
57753
57763
|
"tiktokIdentityId": {
|
|
57754
57764
|
"anyOf": [
|
|
57755
57765
|
{
|
|
@@ -62381,6 +62391,16 @@
|
|
|
62381
62391
|
}
|
|
62382
62392
|
]
|
|
62383
62393
|
},
|
|
62394
|
+
"tiktokIdentityBcId": {
|
|
62395
|
+
"anyOf": [
|
|
62396
|
+
{
|
|
62397
|
+
"type": "string"
|
|
62398
|
+
},
|
|
62399
|
+
{
|
|
62400
|
+
"type": "null"
|
|
62401
|
+
}
|
|
62402
|
+
]
|
|
62403
|
+
},
|
|
62384
62404
|
"tiktokIdentityId": {
|
|
62385
62405
|
"anyOf": [
|
|
62386
62406
|
{
|
|
@@ -66913,6 +66933,16 @@
|
|
|
66913
66933
|
}
|
|
66914
66934
|
]
|
|
66915
66935
|
},
|
|
66936
|
+
"tiktokIdentityBcId": {
|
|
66937
|
+
"anyOf": [
|
|
66938
|
+
{
|
|
66939
|
+
"type": "string"
|
|
66940
|
+
},
|
|
66941
|
+
{
|
|
66942
|
+
"type": "null"
|
|
66943
|
+
}
|
|
66944
|
+
]
|
|
66945
|
+
},
|
|
66916
66946
|
"tiktokIdentityId": {
|
|
66917
66947
|
"anyOf": [
|
|
66918
66948
|
{
|
|
@@ -75438,6 +75468,16 @@
|
|
|
75438
75468
|
}
|
|
75439
75469
|
]
|
|
75440
75470
|
},
|
|
75471
|
+
"tiktokIdentityBcId": {
|
|
75472
|
+
"anyOf": [
|
|
75473
|
+
{
|
|
75474
|
+
"type": "string"
|
|
75475
|
+
},
|
|
75476
|
+
{
|
|
75477
|
+
"type": "null"
|
|
75478
|
+
}
|
|
75479
|
+
]
|
|
75480
|
+
},
|
|
75441
75481
|
"tiktokIdentityId": {
|
|
75442
75482
|
"anyOf": [
|
|
75443
75483
|
{
|
|
@@ -364393,11 +364433,11 @@
|
|
|
364393
364433
|
"/api/v1/tiktok/identities": {
|
|
364394
364434
|
"get": {
|
|
364395
364435
|
"operationId": "listTikTokIdentities",
|
|
364396
|
-
"summary": "List TikTok identities (TT_USER + CUSTOMIZED_USER)",
|
|
364436
|
+
"summary": "List TikTok identities (TT_USER + CUSTOMIZED_USER + BC_AUTH_TT)",
|
|
364397
364437
|
"tags": [
|
|
364398
364438
|
"tiktok"
|
|
364399
364439
|
],
|
|
364400
|
-
"description": "Returns every authorized identity available for the advertiser
|
|
364440
|
+
"description": "Returns every authorized identity available for the advertiser: TT_USER (linked TikTok accounts), CUSTOMIZED_USER (custom display profiles) and BC_AUTH_TT (profiles shared through a Business Center, which carry identity_authorized_bc_id).",
|
|
364401
364441
|
"parameters": [
|
|
364402
364442
|
{
|
|
364403
364443
|
"schema": {
|
|
@@ -364455,6 +364495,12 @@
|
|
|
364455
364495
|
"enum": [
|
|
364456
364496
|
"CUSTOMIZED_USER"
|
|
364457
364497
|
]
|
|
364498
|
+
},
|
|
364499
|
+
{
|
|
364500
|
+
"type": "string",
|
|
364501
|
+
"enum": [
|
|
364502
|
+
"BC_AUTH_TT"
|
|
364503
|
+
]
|
|
364458
364504
|
}
|
|
364459
364505
|
]
|
|
364460
364506
|
},
|
|
@@ -364463,6 +364509,10 @@
|
|
|
364463
364509
|
},
|
|
364464
364510
|
"image_uri": {
|
|
364465
364511
|
"type": "string"
|
|
364512
|
+
},
|
|
364513
|
+
"identity_authorized_bc_id": {
|
|
364514
|
+
"description": "Set on BC_AUTH_TT: the Business Center that authorized the profile.",
|
|
364515
|
+
"type": "string"
|
|
364466
364516
|
}
|
|
364467
364517
|
}
|
|
364468
364518
|
}
|