@wevion/cli 1.0.3845 → 1.0.3847

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.
Files changed (2) hide show
  1. package/openapi.json +212 -0
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -49905,6 +49905,59 @@
49905
49905
  "type": "null"
49906
49906
  }
49907
49907
  ]
49908
+ },
49909
+ "tiktok_comment_disabled": {
49910
+ "anyOf": [
49911
+ {
49912
+ "type": "boolean"
49913
+ },
49914
+ {
49915
+ "type": "null"
49916
+ }
49917
+ ]
49918
+ },
49919
+ "tiktok_feed": {
49920
+ "anyOf": [
49921
+ {
49922
+ "type": "boolean"
49923
+ },
49924
+ {
49925
+ "type": "null"
49926
+ }
49927
+ ]
49928
+ },
49929
+ "tiktok_manual": {
49930
+ "anyOf": [
49931
+ {
49932
+ "type": "boolean"
49933
+ },
49934
+ {
49935
+ "type": "null"
49936
+ }
49937
+ ]
49938
+ },
49939
+ "tiktok_pangle": {
49940
+ "anyOf": [
49941
+ {
49942
+ "type": "boolean"
49943
+ },
49944
+ {
49945
+ "type": "null"
49946
+ }
49947
+ ]
49948
+ },
49949
+ "tiktokPlacements": {
49950
+ "anyOf": [
49951
+ {
49952
+ "type": "array",
49953
+ "items": {
49954
+ "type": "string"
49955
+ }
49956
+ },
49957
+ {
49958
+ "type": "null"
49959
+ }
49960
+ ]
49908
49961
  }
49909
49962
  }
49910
49963
  },
@@ -54417,6 +54470,59 @@
54417
54470
  "type": "null"
54418
54471
  }
54419
54472
  ]
54473
+ },
54474
+ "tiktok_comment_disabled": {
54475
+ "anyOf": [
54476
+ {
54477
+ "type": "boolean"
54478
+ },
54479
+ {
54480
+ "type": "null"
54481
+ }
54482
+ ]
54483
+ },
54484
+ "tiktok_feed": {
54485
+ "anyOf": [
54486
+ {
54487
+ "type": "boolean"
54488
+ },
54489
+ {
54490
+ "type": "null"
54491
+ }
54492
+ ]
54493
+ },
54494
+ "tiktok_manual": {
54495
+ "anyOf": [
54496
+ {
54497
+ "type": "boolean"
54498
+ },
54499
+ {
54500
+ "type": "null"
54501
+ }
54502
+ ]
54503
+ },
54504
+ "tiktok_pangle": {
54505
+ "anyOf": [
54506
+ {
54507
+ "type": "boolean"
54508
+ },
54509
+ {
54510
+ "type": "null"
54511
+ }
54512
+ ]
54513
+ },
54514
+ "tiktokPlacements": {
54515
+ "anyOf": [
54516
+ {
54517
+ "type": "array",
54518
+ "items": {
54519
+ "type": "string"
54520
+ }
54521
+ },
54522
+ {
54523
+ "type": "null"
54524
+ }
54525
+ ]
54420
54526
  }
54421
54527
  }
54422
54528
  },
@@ -58830,6 +58936,59 @@
58830
58936
  "type": "null"
58831
58937
  }
58832
58938
  ]
58939
+ },
58940
+ "tiktok_comment_disabled": {
58941
+ "anyOf": [
58942
+ {
58943
+ "type": "boolean"
58944
+ },
58945
+ {
58946
+ "type": "null"
58947
+ }
58948
+ ]
58949
+ },
58950
+ "tiktok_feed": {
58951
+ "anyOf": [
58952
+ {
58953
+ "type": "boolean"
58954
+ },
58955
+ {
58956
+ "type": "null"
58957
+ }
58958
+ ]
58959
+ },
58960
+ "tiktok_manual": {
58961
+ "anyOf": [
58962
+ {
58963
+ "type": "boolean"
58964
+ },
58965
+ {
58966
+ "type": "null"
58967
+ }
58968
+ ]
58969
+ },
58970
+ "tiktok_pangle": {
58971
+ "anyOf": [
58972
+ {
58973
+ "type": "boolean"
58974
+ },
58975
+ {
58976
+ "type": "null"
58977
+ }
58978
+ ]
58979
+ },
58980
+ "tiktokPlacements": {
58981
+ "anyOf": [
58982
+ {
58983
+ "type": "array",
58984
+ "items": {
58985
+ "type": "string"
58986
+ }
58987
+ },
58988
+ {
58989
+ "type": "null"
58990
+ }
58991
+ ]
58833
58992
  }
58834
58993
  }
58835
58994
  },
@@ -66928,6 +67087,59 @@
66928
67087
  "type": "null"
66929
67088
  }
66930
67089
  ]
67090
+ },
67091
+ "tiktok_comment_disabled": {
67092
+ "anyOf": [
67093
+ {
67094
+ "type": "boolean"
67095
+ },
67096
+ {
67097
+ "type": "null"
67098
+ }
67099
+ ]
67100
+ },
67101
+ "tiktok_feed": {
67102
+ "anyOf": [
67103
+ {
67104
+ "type": "boolean"
67105
+ },
67106
+ {
67107
+ "type": "null"
67108
+ }
67109
+ ]
67110
+ },
67111
+ "tiktok_manual": {
67112
+ "anyOf": [
67113
+ {
67114
+ "type": "boolean"
67115
+ },
67116
+ {
67117
+ "type": "null"
67118
+ }
67119
+ ]
67120
+ },
67121
+ "tiktok_pangle": {
67122
+ "anyOf": [
67123
+ {
67124
+ "type": "boolean"
67125
+ },
67126
+ {
67127
+ "type": "null"
67128
+ }
67129
+ ]
67130
+ },
67131
+ "tiktokPlacements": {
67132
+ "anyOf": [
67133
+ {
67134
+ "type": "array",
67135
+ "items": {
67136
+ "type": "string"
67137
+ }
67138
+ },
67139
+ {
67140
+ "type": "null"
67141
+ }
67142
+ ]
66931
67143
  }
66932
67144
  }
66933
67145
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3845",
3
+ "version": "1.0.3847",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {